Upload model
Browse files- config.json +4 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "./model",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
|
|
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
-
"hidden_size":
|
| 11 |
"id2label": {
|
| 12 |
"0": "LABEL_0"
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
-
"intermediate_size":
|
| 16 |
"label2id": {
|
| 17 |
"LABEL_0": 0
|
| 18 |
},
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./model-base",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "LABEL_0"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
"label2id": {
|
| 18 |
"LABEL_0": 0
|
| 19 |
},
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d02be39af684e60689bb68e9dc1ce85006f371e8f3d04bda4904ba5b0d6ba99a
|
| 3 |
+
size 218396336
|