Upload T5ForConditionalGeneration
Browse files- config.json +3 -2
- generation_config.json +1 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -24,7 +24,8 @@
|
|
24 |
"relative_attention_max_distance": 128,
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"tie_word_embeddings": false,
|
27 |
-
"
|
|
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 32128
|
30 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "0x70DA/t5-v1_1-base-abs_qa",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
24 |
"relative_attention_max_distance": 128,
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.28.1",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 32128
|
31 |
}
|
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.28.1"
|
7 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:537b745a1dbb8aace1349a6ea4e75fedd1ad6e166d046b73e6dad83a9dba631f
|
3 |
+
size 990404917
|