Training in progress, epoch 1
Browse files- config.json +1 -2
- model.safetensors +1 -1
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -28,6 +27,6 @@
|
|
28 |
"sinusoidal_pos_embds": false,
|
29 |
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
-
"transformers_version": "4.
|
32 |
"vocab_size": 30522
|
33 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
"DistilBertForSequenceClassification"
|
|
|
27 |
"sinusoidal_pos_embds": false,
|
28 |
"tie_weights_": true,
|
29 |
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.50.2",
|
31 |
"vocab_size": 30522
|
32 |
}
|
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:095e44f9c5e6076311705866bb0843550c0de596417312204d5eb0cfb8e92198
|
3 |
size 267832560
|
tokenizer_config.json
CHANGED
@@ -44,6 +44,7 @@
|
|
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]",
|
|
|
44 |
"clean_up_tokenization_spaces": false,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
47 |
+
"extra_special_tokens": {},
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3cf6f049e7d1536a2c25ac1d5cb0cc627d9dd9edf569ead37b57ace31dd60df
|
3 |
+
size 5368
|