kitkeat commited on
Commit
d952ab1
1 Parent(s): bee04bb

Upload config.json

Browse files

Updated with new trained model

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertModel"
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.18.0",
23
  "vocab_size": 30522
24
  }
 
1
  {
2
+ "_name_or_path": "../input/distilbertbaseuncased/distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertModel"
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.20.1",
23
  "vocab_size": 30522
24
  }