add model
Browse files- config.json +2 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"T5ForConditionalGeneration"
|
4 |
],
|
@@ -21,6 +22,7 @@
|
|
21 |
"pad_token_id": 234,
|
22 |
"relative_attention_max_distance": 128,
|
23 |
"relative_attention_num_buckets": 32,
|
|
|
24 |
"transformers_version": "4.20.1",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 237
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "SharpAI/mal-tls-t5-l3",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
22 |
"pad_token_id": 234,
|
23 |
"relative_attention_max_distance": 128,
|
24 |
"relative_attention_num_buckets": 32,
|
25 |
+
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.20.1",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 237
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2bf051c6dc497ba28855609c525dee0da98014b5bc3ae3bb77e58a7f8a2e108
|
3 |
+
size 39670233
|