mikasiddiqui
commited on
Commit
•
f62f22c
1
Parent(s):
c2cd762
focia/yt-title-grader
Browse files- README.md +7 -7
- all_results.json +5 -5
- eval_results.json +5 -5
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the yt_main_dataset dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the yt_main_dataset dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4606
|
22 |
+
- Accuracy: 0.7959
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.5255 | 1.0 | 1357 | 0.4761 | 0.7782 |
|
54 |
+
| 0.3791 | 2.0 | 2714 | 0.4606 | 0.7959 |
|
55 |
+
| 0.264 | 3.0 | 4071 | 0.5174 | 0.7982 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.7958722992583038,
|
4 |
+
"eval_loss": 0.4606163799762726,
|
5 |
+
"eval_runtime": 3.6759,
|
6 |
+
"eval_samples_per_second": 2530.824,
|
7 |
+
"eval_steps_per_second": 158.33
|
8 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.7958722992583038,
|
4 |
+
"eval_loss": 0.4606163799762726,
|
5 |
+
"eval_runtime": 3.6759,
|
6 |
+
"eval_samples_per_second": 2530.824,
|
7 |
+
"eval_steps_per_second": 158.33
|
8 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267855533
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4279001f2d8e27e48302538f6b44be8b3543af59b5e681ac2a6019702538099d
|
3 |
size 267855533
|