End of training
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
- Precision: 0.9762
|
25 |
- Recall: 0.9737
|
26 |
- F1: 0.9736
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 8
|
48 |
- eval_batch_size: 8
|
49 |
- seed: 42
|
@@ -55,15 +55,15 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 1.
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1712
|
24 |
- Precision: 0.9762
|
25 |
- Recall: 0.9737
|
26 |
- F1: 0.9736
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 6e-05
|
47 |
- train_batch_size: 8
|
48 |
- eval_batch_size: 8
|
49 |
- seed: 42
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 1.1142 | 0.31 | 15 | 0.5951 | 0.8845 | 0.8289 | 0.8156 | 0.8289 |
|
59 |
+
| 0.4102 | 0.62 | 30 | 0.2140 | 0.9327 | 0.9211 | 0.9204 | 0.9211 |
|
60 |
+
| 0.2904 | 0.94 | 45 | 0.1306 | 0.9762 | 0.9737 | 0.9736 | 0.9737 |
|
61 |
+
| 0.0982 | 1.25 | 60 | 0.1004 | 0.9762 | 0.9737 | 0.9736 | 0.9737 |
|
62 |
+
| 0.0932 | 1.56 | 75 | 0.1107 | 0.9762 | 0.9737 | 0.9736 | 0.9737 |
|
63 |
+
| 0.0787 | 1.88 | 90 | 0.2268 | 0.9421 | 0.9342 | 0.9313 | 0.9342 |
|
64 |
+
| 0.0088 | 2.19 | 105 | 0.1687 | 0.9762 | 0.9737 | 0.9736 | 0.9737 |
|
65 |
+
| 0.0294 | 2.5 | 120 | 0.1946 | 0.9637 | 0.9605 | 0.9604 | 0.9605 |
|
66 |
+
| 0.0091 | 2.81 | 135 | 0.1712 | 0.9762 | 0.9737 | 0.9736 | 0.9737 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
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:9b84ebc6d53db3ef9baa6674d98a17a3b3d6ef6ef70ec137d94951a1d0d0faf3
|
3 |
size 263150840
|
runs/Jan21_11-44-58_1a3a957c2842/events.out.tfevents.1705837501.1a3a957c2842.8067.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ce92f8d15ba89c4ae9cc4b0ca1cc074ebfbad6b3231dcf74dd1a3c6d03d9960
|
3 |
+
size 10414
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc7b0eeff940213a85b1020fc1dd4b23aebdedee3109073d889bf486a9da770d
|
3 |
size 4728
|