Update tiny models for BartForSequenceClassification
#23
by
hf-transformers-bot
- opened
- config.json +2 -1
- pytorch_model.bin +1 -1
- tf_model.h5 +3 -0
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.0,
|
| 3 |
"activation_function": "gelu",
|
| 4 |
"architectures": [
|
|
@@ -38,7 +39,7 @@
|
|
| 38 |
"pad_token_id": 1,
|
| 39 |
"scale_embedding": false,
|
| 40 |
"torch_dtype": "float32",
|
| 41 |
-
"transformers_version": "4.
|
| 42 |
"use_cache": true,
|
| 43 |
"vocab_size": 1024
|
| 44 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "tiny_models/bart/BartForSequenceClassification",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
|
|
|
| 39 |
"pad_token_id": 1,
|
| 40 |
"scale_embedding": false,
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
+
"transformers_version": "4.28.0.dev0",
|
| 43 |
"use_cache": true,
|
| 44 |
"vocab_size": 1024
|
| 45 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 140302
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e80d3511a5b91b987b7f2dbea26e0db7d051edbacbd4f1592d5b76e7a03a50
|
| 3 |
size 140302
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0dfc0fa6f49e364df04a9cbf4f7d184f637cdfd7588292201d869cd5c062824
|
| 3 |
+
size 224048
|
tokenizer_config.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
"rstrip": false,
|
| 9 |
"single_word": false
|
| 10 |
},
|
|
|
|
| 11 |
"cls_token": {
|
| 12 |
"__type": "AddedToken",
|
| 13 |
"content": "<s>",
|
|
@@ -34,7 +35,6 @@
|
|
| 34 |
"single_word": false
|
| 35 |
},
|
| 36 |
"model_max_length": 100,
|
| 37 |
-
"name_or_path": "temp/dummy/bart/processors",
|
| 38 |
"pad_token": {
|
| 39 |
"__type": "AddedToken",
|
| 40 |
"content": "<pad>",
|
|
|
|
| 8 |
"rstrip": false,
|
| 9 |
"single_word": false
|
| 10 |
},
|
| 11 |
+
"clean_up_tokenization_spaces": true,
|
| 12 |
"cls_token": {
|
| 13 |
"__type": "AddedToken",
|
| 14 |
"content": "<s>",
|
|
|
|
| 35 |
"single_word": false
|
| 36 |
},
|
| 37 |
"model_max_length": 100,
|
|
|
|
| 38 |
"pad_token": {
|
| 39 |
"__type": "AddedToken",
|
| 40 |
"content": "<pad>",
|