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.yml 188 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
  1. data: cnn_dailymail
  2. batch_size: 2
  3. num_workers: 2
  4. model_type: t5
  5. model_name: t5-small
  6. learning_rate: 1e-4
  7. epochs: 5
  8. source_dir: src
  9. model_dir: models
  10. metric: rouge
  11. split: 0.02
  12. use_gpu: True
Tip!

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

Comments

Loading...