Upload BartForCausalLM
Browse files- config.json +5 -4
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": false,
|
7 |
"architectures": [
|
8 |
-
"
|
9 |
],
|
10 |
"attention_dropout": 0.1,
|
11 |
"bos_token_id": 0,
|
@@ -32,7 +32,8 @@
|
|
32 |
"2": "LABEL_2"
|
33 |
},
|
34 |
"init_std": 0.02,
|
35 |
-
"
|
|
|
36 |
"label2id": {
|
37 |
"LABEL_0": 0,
|
38 |
"LABEL_1": 1,
|
@@ -67,7 +68,7 @@
|
|
67 |
"num_beams": 6
|
68 |
}
|
69 |
},
|
70 |
-
"torch_dtype": "
|
71 |
"transformers_version": "4.46.2",
|
72 |
"use_cache": true,
|
73 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "NakshatraAich/dataVis",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": false,
|
7 |
"architectures": [
|
8 |
+
"BartForCausalLM"
|
9 |
],
|
10 |
"attention_dropout": 0.1,
|
11 |
"bos_token_id": 0,
|
|
|
32 |
"2": "LABEL_2"
|
33 |
},
|
34 |
"init_std": 0.02,
|
35 |
+
"is_decoder": true,
|
36 |
+
"is_encoder_decoder": false,
|
37 |
"label2id": {
|
38 |
"LABEL_0": 0,
|
39 |
"LABEL_1": 1,
|
|
|
68 |
"num_beams": 6
|
69 |
}
|
70 |
},
|
71 |
+
"torch_dtype": "float16",
|
72 |
"transformers_version": "4.46.2",
|
73 |
"use_cache": true,
|
74 |
"vocab_size": 50265
|
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:6b68c351a35c72706478e7e76a56675183eaa7932a696c08f485f39e415b77ad
|
3 |
+
size 192225976
|