Skip to content

Commit

Permalink
Create example_train.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvalden authored Mar 30, 2022
1 parent eebc49c commit 1be1559
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example_train.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HF:
model_arch: distilbert
model_name: distilbert-base-multilingual-cased
CONFIG:
data_path: data/data.csv
out_path: models/model1_distilBERT
batch_size: 32
epochs: 10
test_size: 0.20

0 comments on commit 1be1559

Please sign in to comment.