Upload 7 files
Browse files- config.json +1 -11
- model.safetensors +1 -1
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "distilbert-base-uncased
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
@@ -7,22 +7,12 @@
|
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
-
"finetuning_task": "sst-2",
|
| 11 |
"hidden_dim": 3072,
|
| 12 |
-
"id2label": {
|
| 13 |
-
"0": "NEGATIVE",
|
| 14 |
-
"1": "POSITIVE"
|
| 15 |
-
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
-
"label2id": {
|
| 18 |
-
"NEGATIVE": 0,
|
| 19 |
-
"POSITIVE": 1
|
| 20 |
-
},
|
| 21 |
"max_position_embeddings": 512,
|
| 22 |
"model_type": "distilbert",
|
| 23 |
"n_heads": 12,
|
| 24 |
"n_layers": 6,
|
| 25 |
-
"output_past": true,
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"problem_type": "single_label_classification",
|
| 28 |
"qa_dropout": 0.1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"max_position_embeddings": 512,
|
| 13 |
"model_type": "distilbert",
|
| 14 |
"n_heads": 12,
|
| 15 |
"n_layers": 6,
|
|
|
|
| 16 |
"pad_token_id": 0,
|
| 17 |
"problem_type": "single_label_classification",
|
| 18 |
"qa_dropout": 0.1,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:756fe9fc565f9cad68ffe49978f0a0d36e9d0c78dbfdf80cc6da39c1e8908ea2
|
| 3 |
size 267832560
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1059e8dacb7a9f3a9a9ae462daaa8e436b7bd5a66c05ea45eb1c1122c111439c
|
| 3 |
+
size 267862186
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -43,11 +43,9 @@
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": true,
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
-
"do_basic_tokenize": true,
|
| 47 |
"do_lower_case": true,
|
| 48 |
"mask_token": "[MASK]",
|
| 49 |
"model_max_length": 512,
|
| 50 |
-
"never_split": null,
|
| 51 |
"pad_token": "[PAD]",
|
| 52 |
"sep_token": "[SEP]",
|
| 53 |
"strip_accents": null,
|
|
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": true,
|
| 45 |
"cls_token": "[CLS]",
|
|
|
|
| 46 |
"do_lower_case": true,
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
"model_max_length": 512,
|
|
|
|
| 49 |
"pad_token": "[PAD]",
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|