Training in progress, epoch 1
Browse files- config.json +2 -3
- model.safetensors +1 -1
- 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"
|
@@ -7,6 +6,7 @@
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
@@ -29,7 +29,6 @@
|
|
29 |
"seq_classif_dropout": 0.2,
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
-
"
|
33 |
-
"transformers_version": "4.47.1",
|
34 |
"vocab_size": 30522
|
35 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
"DistilBertForSequenceClassification"
|
|
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 768,
|
8 |
"dropout": 0.1,
|
9 |
+
"dtype": "float32",
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
|
|
29 |
"seq_classif_dropout": 0.2,
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
+
"transformers_version": "4.56.0",
|
|
|
33 |
"vocab_size": 30522
|
34 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4574fbe8bb6e3212dd1b991c7bb9ff7d608b68937c1c80823d1dcec1b0c90716
|
3 |
size 267835644
|
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:105e88235547957d72a7d668989c6c5feb323bc99986bac155da867245a38467
|
3 |
+
size 5777
|