Qiaozhen commited on
Commit
c8880ba
1 Parent(s): 6882fb6
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -18,6 +18,7 @@
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
- "transformers_version": "4.5.1",
 
22
  "vocab_size": 30522
23
  }
 
1
  {
2
+ "_name_or_path": "results/checkpoint-534",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.12.5",
23
  "vocab_size": 30522
24
  }