Padmaj Srivastav
commited on
Commit
·
8119f01
1
Parent(s):
a5ca910
update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,17 +42,14 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step
|
50 |
-
|
51 |
-
| 0.
|
52 |
-
| 0.0 | 2.0 | 8780
|
53 |
-
| 0.0 | 3.0 | 13170 | 0.0005 | 0.9999 |
|
54 |
-
| 0.0 | 4.0 | 17560 | 0.0006 | 0.9999 |
|
55 |
-
| 0.0 | 5.0 | 21950 | 0.0006 | 0.9999 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0000
|
20 |
+
- Accuracy: 1.0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 2
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| 0.0059 | 1.0 | 4390 | 0.0000 | 1.0 |
|
52 |
+
| 0.0 | 2.0 | 8780 | 0.0000 | 1.0 |
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|