add new version
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "./checkpoint-
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
| 5 |
"add_bias_logits": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./checkpoint-2994/",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
| 5 |
"add_bias_logits": false,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 305506629
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b78e0ceb2b0d77ff56f78d065bd9e3a76cce3ea87aba978889547c631601009
|
| 3 |
size 305506629
|
tokenizer_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"eos_token": "</s>",
|
| 3 |
"model_max_length": 512,
|
| 4 |
-
"name_or_path": "./checkpoint-
|
| 5 |
"pad_token": "<pad>",
|
| 6 |
"return_tensors": "pt",
|
| 7 |
"separate_vocabs": false,
|
|
|
|
| 1 |
{
|
| 2 |
"eos_token": "</s>",
|
| 3 |
"model_max_length": 512,
|
| 4 |
+
"name_or_path": "./checkpoint-2994/",
|
| 5 |
"pad_token": "<pad>",
|
| 6 |
"return_tensors": "pt",
|
| 7 |
"separate_vocabs": false,
|