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 362 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
  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. max_seq_length: 128
  7. model_name_or_path: dmis-lab/biobert-base-cased-v1.1
  8. num_train_epochs: 1
  9. output_dir: output/NCBI-disease
  10. overwrite_output_dir: true
  11. per_device_train_batch_size: 32
  12. save_steps: 1000
  13. seed: 2
Tip!

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

Comments

Loading...