Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"position_embedding_type": "absolute",
|
| 35 |
"problem_type": "single_label_classification",
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
-
"transformers_version": "4.
|
| 38 |
"type_vocab_size": 2,
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 30522
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 34 |
"position_embedding_type": "absolute",
|
| 35 |
"problem_type": "single_label_classification",
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.29.2",
|
| 38 |
"type_vocab_size": 2,
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 30522
|