Commit
·
1a9f517
1
Parent(s):
5342a88
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -33,8 +33,8 @@
|
|
| 33 |
"relative_attention_max_distance": 128,
|
| 34 |
"relative_attention_num_buckets": 32,
|
| 35 |
|
| 36 |
-
"torch_dtype": "
|
| 37 |
"transformers_version": "4.21.3",
|
| 38 |
"use_cache": true,
|
| 39 |
-
"vocab_size":
|
| 40 |
}
|
|
|
|
| 33 |
"relative_attention_max_distance": 128,
|
| 34 |
"relative_attention_num_buckets": 32,
|
| 35 |
|
| 36 |
+
"torch_dtype": "float16",
|
| 37 |
"transformers_version": "4.21.3",
|
| 38 |
"use_cache": true,
|
| 39 |
+
"vocab_size": 32100
|
| 40 |
}
|