End of training
Browse files
README.md
CHANGED
|
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -42,11 +42,11 @@ More information needed
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 2e-05
|
| 45 |
-
- train_batch_size:
|
| 46 |
-
- eval_batch_size:
|
| 47 |
- seed: 42
|
| 48 |
- gradient_accumulation_steps: 2
|
| 49 |
-
- total_train_batch_size:
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: cosine
|
| 52 |
- lr_scheduler_warmup_ratio: 0.1
|
|
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.3184
|
| 23 |
+
- Precision: 0.8894
|
| 24 |
+
- Recall: 0.8897
|
| 25 |
+
- F1: 0.8894
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 2e-05
|
| 45 |
+
- train_batch_size: 16
|
| 46 |
+
- eval_batch_size: 16
|
| 47 |
- seed: 42
|
| 48 |
- gradient_accumulation_steps: 2
|
| 49 |
+
- total_train_batch_size: 32
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: cosine
|
| 52 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|
|
| 59 |
+
| 0.3301 | 0.9990 | 512 | 0.3780 | 0.8509 | 0.8697 | 0.8514 |
|
| 60 |
+
| 0.3103 | 2.0 | 1025 | 0.2916 | 0.8907 | 0.8848 | 0.8870 |
|
| 61 |
+
| 0.1607 | 2.9971 | 1536 | 0.3184 | 0.8894 | 0.8897 | 0.8894 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|