eubinecto commited on
Commit
f49863b
1 Parent(s): 7e3b3a4

[#2] typo fixed in config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +2 -3
config.yaml CHANGED
@@ -12,10 +12,9 @@ train:
12
  upload:
13
  idioms:
14
  ver: d-1-2
15
- description: the set of idioms in the traning set of literal2idiomatic:d-1-2.
16
  literal2idiomatic:
17
  ver: d-1-2
18
- description: PIE data split into train & test set (80 / 20 split). There is no validation set, because I don't intend to
19
- do hyperparameter tuning on this set.
20
  train_ratio: 0.8
21
  seed: 104
 
12
  upload:
13
  idioms:
14
  ver: d-1-2
15
+ description: the set of idioms in the traning set of literal2idiomatic_d-1-2.
16
  literal2idiomatic:
17
  ver: d-1-2
18
+ description: PIE data split into train & test set (80 / 20 split). There is no validation set because I don't intend to do any hyperparameter tuning on this thing.
 
19
  train_ratio: 0.8
20
  seed: 104