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 382 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
  1. data_dir: preprocessed_datasets/NER/NCBI-disease
  2. do_eval: true
  3. do_predict: true
  4. do_train: true
  5. labels: preprocessed_datasets/NER/NCBI-disease/labels.txt
  6. logging_steps: 50
  7. max_seq_length: 128
  8. model_name_or_path: dmis-lab/biobert-base-cased-v1.1
  9. num_train_epochs: 1.2
  10. output_dir: output/NCBI-disease
  11. overwrite_output_dir: true
  12. per_device_train_batch_size: 32
  13. save_steps: 1000
  14. seed: 2
Tip!

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

Comments

Loading...