update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- distilbert-science-exam-sm
|
4 |
license: apache-2.0
|
5 |
base_model: distilbert-base-cased
|
6 |
tags:
|
@@ -19,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -43,8 +41,8 @@ The following hyperparameters were used during training:
|
|
43 |
- train_batch_size: 4
|
44 |
- eval_batch_size: 4
|
45 |
- seed: 42
|
46 |
-
- gradient_accumulation_steps:
|
47 |
-
- total_train_batch_size:
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- num_epochs: 3
|
@@ -53,9 +51,9 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| No log | 1.0 |
|
57 |
-
| No log | 2.0 |
|
58 |
-
| No log | 3.0 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert-base-cased
|
4 |
tags:
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2390
|
21 |
+
- Accuracy: 0.7
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
41 |
- train_batch_size: 4
|
42 |
- eval_batch_size: 4
|
43 |
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 32
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- num_epochs: 3
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 1.0 | 6 | 1.0428 | 0.5 |
|
55 |
+
| No log | 2.0 | 12 | 1.3253 | 0.5 |
|
56 |
+
| No log | 3.0 | 18 | 1.2390 | 0.7 |
|
57 |
|
58 |
|
59 |
### Framework versions
|