Upload folder using huggingface_hub
Browse files- config.json +3 -2
- 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,7 +31,8 @@
|
|
| 31 |
"2": "LABEL_2"
|
| 32 |
},
|
| 33 |
"init_std": 0.02,
|
| 34 |
-
"
|
|
|
|
| 35 |
"label2id": {
|
| 36 |
"LABEL_0": 0,
|
| 37 |
"LABEL_1": 1,
|
|
|
|
| 4 |
"add_bias_logits": false,
|
| 5 |
"add_final_layer_norm": false,
|
| 6 |
"architectures": [
|
| 7 |
+
"BartForCausalLM"
|
| 8 |
],
|
| 9 |
"attention_dropout": 0.1,
|
| 10 |
"bos_token_id": 0,
|
|
|
|
| 31 |
"2": "LABEL_2"
|
| 32 |
},
|
| 33 |
"init_std": 0.02,
|
| 34 |
+
"is_decoder": true,
|
| 35 |
+
"is_encoder_decoder": false,
|
| 36 |
"label2id": {
|
| 37 |
"LABEL_0": 0,
|
| 38 |
"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:dfdebb0a0a0294751a06ab9b491184cb0257f2320c830abae25a65f8aa1d817c
|
| 3 |
+
size 384433400
|
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:5fed59c58e6a3d92dbf1d5985c481a2c1cc8bb80291267987ba9a52d8740ad94
|
| 3 |
size 5240
|