Upload folder using huggingface_hub
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- vocab.json +0 -0
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "relu",
|
| 6 |
"architectures": [
|
| 7 |
-
"
|
| 8 |
],
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"bos_token_id": 2,
|
|
|
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "relu",
|
| 6 |
"architectures": [
|
| 7 |
+
"OPTForCausalLM"
|
| 8 |
],
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"bos_token_id": 2,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6cfadb3ad5f4f8df3368e438765ad4dc46fdc4c97179807573d01b84d6b3524
|
| 3 |
+
size 250543033
|
tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
"errors": "replace",
|
| 22 |
-
"model_max_length":
|
| 23 |
"pad_token": {
|
| 24 |
"__type": "AddedToken",
|
| 25 |
"content": "<pad>",
|
|
|
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
"errors": "replace",
|
| 22 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 23 |
"pad_token": {
|
| 24 |
"__type": "AddedToken",
|
| 25 |
"content": "<pad>",
|
vocab.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|