Add PT checkpoint
Browse files- config.json +2 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LongT5ForConditionalGeneration"
|
4 |
],
|
@@ -23,6 +24,7 @@
|
|
23 |
"pad_token_id": 0,
|
24 |
"relative_attention_max_distance": 128,
|
25 |
"relative_attention_num_buckets": 32,
|
|
|
26 |
"transformers_version": "4.19.0.dev0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32128
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Stancld/LongT5-Local-Large",
|
3 |
"architectures": [
|
4 |
"LongT5ForConditionalGeneration"
|
5 |
],
|
|
|
24 |
"pad_token_id": 0,
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
+
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.19.0.dev0",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 32128
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1647ca6a496a991b7ad938e9fdde7bef13cd7779eae6e84f3bbf4c0c92daea5
|
3 |
+
size 3001185895
|