Upload BlenderbotForCausalLM
Browse files- config.json +3 -3
- generation_config.json +1 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": true,
|
7 |
"architectures": [
|
8 |
-
"
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"bos_token_id": 1,
|
@@ -58,7 +58,7 @@
|
|
58 |
"scale_embedding": true,
|
59 |
"static_position_embeddings": false,
|
60 |
"torch_dtype": "float32",
|
61 |
-
"transformers_version": "4.36.
|
62 |
"unk_token_id": 3,
|
63 |
"use_cache": true,
|
64 |
"vocab_size": 8008
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/blenderbot-400M-distill",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": true,
|
7 |
"architectures": [
|
8 |
+
"BlenderbotForCausalLM"
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"bos_token_id": 1,
|
|
|
58 |
"scale_embedding": true,
|
59 |
"static_position_embeddings": false,
|
60 |
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.36.2",
|
62 |
"unk_token_id": 3,
|
63 |
"use_cache": true,
|
64 |
"vocab_size": 8008
|
generation_config.json
CHANGED
@@ -11,5 +11,5 @@
|
|
11 |
"no_repeat_ngram_size": 3,
|
12 |
"num_beams": 10,
|
13 |
"pad_token_id": 0,
|
14 |
-
"transformers_version": "4.36.
|
15 |
}
|
|
|
11 |
"no_repeat_ngram_size": 3,
|
12 |
"num_beams": 10,
|
13 |
"pad_token_id": 0,
|
14 |
+
"transformers_version": "4.36.2"
|
15 |
}
|
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:45cf538155f8fcfc317038d74216477b10335cb415b61870b58907f84b4890e7
|
3 |
+
size 1301162552
|