Upload folder using huggingface_hub
Browse files- config.json +35 -0
- generation_config.json +8 -0
- onnx/decoder_model.onnx +3 -0
- onnx/decoder_model_merged.onnx +3 -0
- onnx/decoder_with_past_model.onnx +3 -0
- onnx/encoder_model.onnx +3 -0
config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"_name_or_path": "hf-internal-testing/tiny-random-BlenderbotSmallForConditionalGeneration",
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "gelu",
|
| 6 |
+
"architectures": [
|
| 7 |
+
"BlenderbotSmallForConditionalGeneration"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.1,
|
| 10 |
+
"bos_token_id": 1,
|
| 11 |
+
"classifier_dropout": 0.0,
|
| 12 |
+
"d_model": 16,
|
| 13 |
+
"decoder_attention_heads": 4,
|
| 14 |
+
"decoder_ffn_dim": 4,
|
| 15 |
+
"decoder_layerdrop": 0.0,
|
| 16 |
+
"decoder_layers": 2,
|
| 17 |
+
"decoder_start_token_id": 1,
|
| 18 |
+
"dropout": 0.1,
|
| 19 |
+
"encoder_attention_heads": 4,
|
| 20 |
+
"encoder_ffn_dim": 4,
|
| 21 |
+
"encoder_layerdrop": 0.0,
|
| 22 |
+
"encoder_layers": 2,
|
| 23 |
+
"eos_token_id": 2,
|
| 24 |
+
"forced_eos_token_id": null,
|
| 25 |
+
"init_std": 0.02,
|
| 26 |
+
"is_encoder_decoder": true,
|
| 27 |
+
"max_position_embeddings": 20,
|
| 28 |
+
"model_type": "blenderbot-small",
|
| 29 |
+
"num_hidden_layers": 2,
|
| 30 |
+
"pad_token_id": 0,
|
| 31 |
+
"scale_embedding": false,
|
| 32 |
+
"transformers_version": "4.48.2",
|
| 33 |
+
"use_cache": true,
|
| 34 |
+
"vocab_size": 54944
|
| 35 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"decoder_start_token_id": 1,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.48.2"
|
| 8 |
+
}
|
onnx/decoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7a5933d923c65973bd90439418a781fbdeeb979f3fb53dd6c9db018d341e2de
|
| 3 |
+
size 3870181
|
onnx/decoder_model_merged.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58791d2ae2201e71f2d07211b260033c3f7e6b43af69b2e5a012243a0dd1a22a
|
| 3 |
+
size 3965988
|
onnx/decoder_with_past_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e773618e50ceccf6eaa3b592b0c6abee78f43c1a21e1b5255c8c42cc6235a40
|
| 3 |
+
size 3844580
|
onnx/encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f75867745b45420c9f7666df1b0b07460a0ff793cdb60c2e4295a7d45468db9
|
| 3 |
+
size 3574250
|