PriaPillai
commited on
Commit
·
eb035a2
1
Parent(s):
8974827
update model card README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -35,7 +35,24 @@ More information needed
|
|
35 |
|
36 |
## Training procedure
|
37 |
|
|
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
|
41 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3668
|
21 |
+
- Accuracy: 0.8936
|
22 |
+
- F1: 0.8924
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
35 |
|
36 |
## Training procedure
|
37 |
|
38 |
+
### Training hyperparameters
|
39 |
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 5
|
43 |
+
- eval_batch_size: 5
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 3
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.6511 | 1.0 | 30 | 0.5878 | 0.7234 | 0.6985 |
|
54 |
+
| 0.499 | 2.0 | 60 | 0.4520 | 0.8723 | 0.8683 |
|
55 |
+
| 0.3169 | 3.0 | 90 | 0.3668 | 0.8936 | 0.8924 |
|
56 |
|
57 |
|
58 |
### Framework versions
|