add updated model files
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": "
|
| 3 |
"_num_labels": 3,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "swish",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./checkpoint-5299//",
|
| 3 |
"_num_labels": 3,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "swish",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 305572293
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:050e7275abc9f15cbc1eecfb053c62710acb3a8af3219b19bee4157076a39c25
|
| 3 |
size 305572293
|
tokenizer_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"eos_token": "</s>",
|
| 3 |
"model_max_length": 512,
|
| 4 |
-
"name_or_path": "
|
| 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-5299//",
|
| 5 |
"pad_token": "<pad>",
|
| 6 |
"return_tensors": "pt",
|
| 7 |
"separate_vocabs": false,
|