Training in progress epoch 0
Browse files- README.md +10 -11
- config.json +1 -1
- logs/train/events.out.tfevents.1714096873.zeus050.13593.0.v2 +3 -0
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss: 1.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -47,13 +47,12 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
-
| 1.
|
51 |
-
| 0.9764 | 0.7299 | 0.6920 | 1.1195 | 0.6984 | 0.6608 | 1 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
-
- Transformers 4.40.
|
57 |
-
- TensorFlow 2.
|
58 |
- Datasets 2.19.0
|
59 |
- Tokenizers 0.19.1
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 1.4865
|
19 |
+
- Train End Logits Accuracy: 0.6139
|
20 |
+
- Train Start Logits Accuracy: 0.5726
|
21 |
+
- Validation Loss: 1.1547
|
22 |
+
- Validation End Logits Accuracy: 0.6844
|
23 |
+
- Validation Start Logits Accuracy: 0.6534
|
24 |
+
- Epoch: 0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
47 |
|
48 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
+
| 1.4865 | 0.6139 | 0.5726 | 1.1547 | 0.6844 | 0.6534 | 0 |
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
+
- Transformers 4.40.1
|
56 |
+
- TensorFlow 2.16.1
|
57 |
- Datasets 2.19.0
|
58 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -18,6 +18,6 @@
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
-
"transformers_version": "4.40.
|
22 |
"vocab_size": 30522
|
23 |
}
|
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
+
"transformers_version": "4.40.1",
|
22 |
"vocab_size": 30522
|
23 |
}
|
logs/train/events.out.tfevents.1714096873.zeus050.13593.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d19e9e43e68b271fffebc065cb8d889968dbd13dce14ef23d9ba11217720b99d
|
3 |
+
size 78
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265583592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9beb868acc4c934039f19b8937658ea276c2e60ed862154ae34d62f8f61ec16
|
3 |
size 265583592
|