Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

params.yaml 473 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. dataset:
  2. bert_gcp_path: gs://bert_multilingual_public/bert_multi_cased_L-12_H-768_A-12_2/
  3. sequence_lenght: 128
  4. train_processed: data/raw/jigsaw-toxic-comment-train-processed-seqlen128.csv
  5. train:
  6. epochs: 12
  7. batch_size: 128
  8. lr:
  9. start: 0.00001
  10. max: 0.00005
  11. min: 0.00001
  12. rampup_epochs: 5
  13. sustain_epochs: 0
  14. exp_decay: 0.8
  15. saved_model_path: models/x
  16. train_plot_path: plots/x
  17. evaluate:
  18. evaluate_metrics_path: metrics/evaluate_metrics.json
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...