Sanjib Narzary
commited on
Commit
·
70af359
1
Parent(s):
371c8df
pytorch added
Browse files- config.json +2 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -25,6 +25,7 @@
|
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"tie_word_embeddings": false,
|
|
|
28 |
"transformers_version": "4.34.0.dev0",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 1562
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./models/bodo-t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"tie_word_embeddings": false,
|
28 |
+
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.34.0.dev0",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 1562
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:959436f59d5485098035a5c9b1100d50475de22dc44b179ae55d3b777ad778c0
|
3 |
+
size 802607413
|