Instructions to use OliverHeine/google_mobilebert-uncased_fold_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OliverHeine/google_mobilebert-uncased_fold_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="OliverHeine/google_mobilebert-uncased_fold_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("OliverHeine/google_mobilebert-uncased_fold_2") model = AutoModelForSequenceClassification.from_pretrained("OliverHeine/google_mobilebert-uncased_fold_2") - Notebooks
- Google Colab
- Kaggle
google_mobilebert-uncased fold 2
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.1152
|
| 25 |
+
- Accuracy: 0.9587
|
| 26 |
+
- F1: 0.9547
|
| 27 |
+
- Precision: 0.9608
|
| 28 |
+
- Recall: 0.9488
|
| 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.1494 | 1.0 | 15481 | 0.1285 | 0.9496 | 0.9445 | 0.9540 | 0.9352 |
|
| 60 |
+
| 0.0827 | 2.0 | 30962 | 0.1849 | 0.9571 | 0.9529 | 0.9586 | 0.9473 |
|
| 61 |
+
| 0.0864 | 3.0 | 46443 | 0.1152 | 0.9587 | 0.9547 | 0.9608 | 0.9488 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|