End of training
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ license: apache-2.0
|
|
| 4 |
base_model: distilbert-base-uncased
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: classifier-assignment01
|
| 9 |
results: []
|
|
@@ -15,6 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# classifier-assignment01
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -41,6 +48,14 @@ The following hyperparameters were used during training:
|
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
- num_epochs: 2
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
### Framework versions
|
| 45 |
|
| 46 |
- Transformers 4.56.1
|
|
|
|
| 4 |
base_model: distilbert-base-uncased
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
model-index:
|
| 11 |
- name: classifier-assignment01
|
| 12 |
results: []
|
|
|
|
| 18 |
# classifier-assignment01
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.2500
|
| 23 |
+
- Accuracy: 0.9184
|
| 24 |
+
- F1: 0.9184
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
- num_epochs: 2
|
| 50 |
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
+
| No log | 1.0 | 313 | 0.2703 | 0.9126 | 0.9124 |
|
| 56 |
+
| 0.3088 | 2.0 | 626 | 0.2500 | 0.9184 | 0.9184 |
|
| 57 |
+
|
| 58 |
+
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
- Transformers 4.56.1
|
runs/Sep16_08-50-58_ac1804cbc333/events.out.tfevents.1758012678.ac1804cbc333.350.0
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:d9dad61ea32497be5c711e0a539ab978ec12a54fd8a92fd96c41915fe7d9eae9
|
| 3 |
+
size 6371
|