winson commited on
Commit
e671d13
1 Parent(s): 7012dc6

Training in progress epoch 0

Browse files
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
  "DistilBertForMaskedLM"
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.20.0",
23
  "vocab_size": 30522
24
  }
 
1
  {
2
+ "_name_or_path": "./distilbert-base-uncased-finetuned-imdb-accelerate",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForMaskedLM"
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.21.0.dev0",
23
  "vocab_size": 30522
24
  }