Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Thebisso09/final_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Thebisso09/final_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Thebisso09/final_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Thebisso09/final_model") model = AutoModelForSequenceClassification.from_pretrained("Thebisso09/final_model") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +8 -10
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -55,11 +55,9 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 58 |
-
| No log | 1.0 | 347 | 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.2492 | 4.0 | 1388 | 0.3459 | 0.8975 | 0.9322 | 0.9480 | 0.9400 |
|
| 62 |
-
| 0.2008 | 5.0 | 1735 | 0.3626 | 0.9062 | 0.9258 | 0.9668 | 0.9458 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2616
|
| 24 |
+
- Accuracy: 0.9177
|
| 25 |
+
- Precision: 0.9289
|
| 26 |
+
- Recall: 0.9768
|
| 27 |
+
- F1: 0.9522
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 58 |
+
| No log | 1.0 | 347 | 0.2485 | 0.9228 | 0.9224 | 0.9914 | 0.9557 |
|
| 59 |
+
| 0.2813 | 2.0 | 694 | 0.2604 | 0.9105 | 0.9193 | 0.9794 | 0.9484 |
|
| 60 |
+
| 0.2599 | 3.0 | 1041 | 0.2616 | 0.9177 | 0.9289 | 0.9768 | 0.9522 |
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27cdb3dda0d2ee9f5bc97cea2916c7d025074818e9dc6e1430204a5a66521434
|
| 3 |
size 267832560
|