Upload 3 files
Browse files- config.json +2 -1
- generation_config.json +1 -1
- model.safetensors +3 -0
config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
6 |
"d_ff": 3584,
|
7 |
"d_kv": 64,
|
8 |
"d_model": 1472,
|
@@ -26,7 +27,7 @@
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"tokenizer_class": "ByT5Tokenizer",
|
28 |
"torch_dtype": "float32",
|
29 |
-
"transformers_version": "4.
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 384
|
32 |
}
|
|
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
"d_ff": 3584,
|
8 |
"d_kv": 64,
|
9 |
"d_model": 1472,
|
|
|
27 |
"tie_word_embeddings": false,
|
28 |
"tokenizer_class": "ByT5Tokenizer",
|
29 |
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.36.2",
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 384
|
33 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.36.2"
|
7 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64a66512f7f593dfe41c3c4e659c8f76ac0de076da3e56667b0b9fff2a855ac4
|
3 |
+
size 1198571496
|