Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -33,6 +32,6 @@
|
|
33 |
"sinusoidal_pos_embds": false,
|
34 |
"tie_weights_": true,
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.
|
37 |
"vocab_size": 28996
|
38 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
"DistilBertForSequenceClassification"
|
|
|
32 |
"sinusoidal_pos_embds": false,
|
33 |
"tie_weights_": true,
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.51.1",
|
36 |
"vocab_size": 28996
|
37 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263150840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9da2b50d764ec4892615756f28b7f3791e58fcb1f4a7aaca85f3a762d620ba82
|
3 |
size 263150840
|
runs/Apr15_20-09-13_8121eb72c779/events.out.tfevents.1744747770.8121eb72c779.2000.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24c0ff2be99f27521edecd6cbcaa5010cc15687968d17865aabd2aa7e8d57b05
|
3 |
+
size 5676
|
tokenizer_config.json
CHANGED
@@ -41,9 +41,10 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"clean_up_tokenization_spaces":
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": false,
|
|
|
47 |
"mask_token": "[MASK]",
|
48 |
"model_max_length": 512,
|
49 |
"pad_token": "[PAD]",
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"clean_up_tokenization_spaces": false,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": false,
|
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:f557261a28af4f326474ddcf104c41422d034dc108f102149ac2cbda2093deac
|
3 |
+
size 5304
|