Upload folder using huggingface_hub
Browse files- config.json +2 -3
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"add_bias_logits": false,
|
| 5 |
"add_final_layer_norm": false,
|
| 6 |
"architectures": [
|
| 7 |
-
"
|
| 8 |
],
|
| 9 |
"attention_dropout": 0.1,
|
| 10 |
"bos_token_id": 0,
|
|
@@ -31,8 +31,7 @@
|
|
| 31 |
"2": "LABEL_2"
|
| 32 |
},
|
| 33 |
"init_std": 0.02,
|
| 34 |
-
"
|
| 35 |
-
"is_encoder_decoder": false,
|
| 36 |
"label2id": {
|
| 37 |
"LABEL_0": 0,
|
| 38 |
"LABEL_1": 1,
|
|
|
|
| 4 |
"add_bias_logits": false,
|
| 5 |
"add_final_layer_norm": false,
|
| 6 |
"architectures": [
|
| 7 |
+
"BartForConditionalGeneration"
|
| 8 |
],
|
| 9 |
"attention_dropout": 0.1,
|
| 10 |
"bos_token_id": 0,
|
|
|
|
| 31 |
"2": "LABEL_2"
|
| 32 |
},
|
| 33 |
"init_std": 0.02,
|
| 34 |
+
"is_encoder_decoder": true,
|
|
|
|
| 35 |
"label2id": {
|
| 36 |
"LABEL_0": 0,
|
| 37 |
"LABEL_1": 1,
|
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:38b2025dab53f66a103bc79a334063ff3115636e15f7eeba9edcef965856d900
|
| 3 |
+
size 557912620
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7e9bfc9d1eabe82a39e516f8b818346358e44d46e9f75d27347b7f645aff513
|
| 3 |
size 5240
|