Training in progress, step 102
Browse files- config.json +2 -3
- model.safetensors +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "distilbert
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
@@ -23,7 +23,6 @@
|
|
| 23 |
"model_type": "distilbert",
|
| 24 |
"n_heads": 12,
|
| 25 |
"n_layers": 6,
|
| 26 |
-
"output_past": true,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"qa_dropout": 0.1,
|
|
@@ -32,5 +31,5 @@
|
|
| 32 |
"tie_weights_": true,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.45.2",
|
| 35 |
-
"vocab_size":
|
| 36 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 23 |
"model_type": "distilbert",
|
| 24 |
"n_heads": 12,
|
| 25 |
"n_layers": 6,
|
|
|
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"problem_type": "single_label_classification",
|
| 28 |
"qa_dropout": 0.1,
|
|
|
|
| 31 |
"tie_weights_": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
"transformers_version": "4.45.2",
|
| 34 |
+
"vocab_size": 30522
|
| 35 |
}
|
model.safetensors
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:7df245748d5c776ce4ffd0b929fefe2154e603e917dc321cdfb61f89017b49f3
|
| 3 |
+
size 267835644
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": false,
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
-
"do_lower_case":
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
"model_max_length": 512,
|
| 49 |
"pad_token": "[PAD]",
|
|
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": false,
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
"model_max_length": 512,
|
| 49 |
"pad_token": "[PAD]",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92b34e833d87b5b5baa1af1a144c7eb6ae7db6731cb9f35f463dfe91a7340f12
|
| 3 |
size 5176
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|