Instructions to use OliverHeine/google_mobilebert-uncased_fold_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OliverHeine/google_mobilebert-uncased_fold_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="OliverHeine/google_mobilebert-uncased_fold_3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("OliverHeine/google_mobilebert-uncased_fold_3") model = AutoModelForSequenceClassification.from_pretrained("OliverHeine/google_mobilebert-uncased_fold_3") - Notebooks
- Google Colab
- Kaggle
google_mobilebert-uncased fold 3
Browse files
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss:
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
-
- Precision: 0.
|
| 28 |
-
- Recall: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -51,15 +51,14 @@ The following hyperparameters were used during training:
|
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
- lr_scheduler_type: linear
|
| 53 |
- num_epochs: 3
|
| 54 |
-
- mixed_precision_training: Native AMP
|
| 55 |
|
| 56 |
### Training results
|
| 57 |
|
| 58 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1
|
| 59 |
-
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---:|:---------:|:------:|
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.1173
|
| 25 |
+
- Accuracy: 0.9583
|
| 26 |
+
- F1: 0.9542
|
| 27 |
+
- Precision: 0.9601
|
| 28 |
+
- Recall: 0.9485
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
- lr_scheduler_type: linear
|
| 53 |
- num_epochs: 3
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
+
| 0.1216 | 1.0 | 15481 | 0.1380 | 0.9483 | 0.9423 | 0.9645 | 0.9211 |
|
| 60 |
+
| 0.1359 | 2.0 | 30962 | 0.1113 | 0.9568 | 0.9528 | 0.9546 | 0.9510 |
|
| 61 |
+
| 0.0927 | 3.0 | 46443 | 0.1173 | 0.9583 | 0.9542 | 0.9601 | 0.9485 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|