pytorch model
Browse files- config.json +2 -1
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -32,7 +32,8 @@
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
-
"
|
|
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 51200
|
38 |
}
|
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.26.0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 51200
|
39 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.26.0"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f6d16849c3c64745ff5f31d3c1e88bfb801be641387309fc7ab4df22005193
|
3 |
+
size 1448427165
|