leonhardhennig commited on
Commit
76a971c
·
1 Parent(s): 85f708e

Update config_orig.json

Browse files
Files changed (1) hide show
  1. config_orig.json +8 -0
config_orig.json CHANGED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "TransformerTokenClassificationModel",
3
+ "model_name_or_path": "bert-base-uncased",
4
+ "num_classes": 11,
5
+ "learning_rate": 1e-05,
6
+ "label_pad_token_id": -100,
7
+ "ignore_index": 0
8
+ }