Upload sequence to sequence t5 model
Browse files
json_extraction_sales/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
@@ -21,8 +21,6 @@
|
|
| 21 |
"num_decoder_layers": 24,
|
| 22 |
"num_heads": 16,
|
| 23 |
"num_layers": 24,
|
| 24 |
-
"output_attentions": true,
|
| 25 |
-
"output_hidden_states": true,
|
| 26 |
"output_past": true,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
"relative_attention_max_distance": 128,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "t5-large",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 21 |
"num_decoder_layers": 24,
|
| 22 |
"num_heads": 16,
|
| 23 |
"num_layers": 24,
|
|
|
|
|
|
|
| 24 |
"output_past": true,
|
| 25 |
"pad_token_id": 0,
|
| 26 |
"relative_attention_max_distance": 128,
|
json_extraction_sales/generation_config.json
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
-
"output_attentions": true,
|
| 6 |
-
"output_hidden_states": true,
|
| 7 |
"pad_token_id": 0,
|
| 8 |
"transformers_version": "4.41.2"
|
| 9 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
|
|
|
|
|
|
| 5 |
"pad_token_id": 0,
|
| 6 |
"transformers_version": "4.41.2"
|
| 7 |
}
|
json_extraction_sales/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2950734544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65ed1abd63eb81a1e4fa5c476d5443c5235b1f54cc6aba7d60892f9c6dff5a81
|
| 3 |
size 2950734544
|