Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use bdanko/bert-tweeteval-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bdanko/bert-tweeteval-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bdanko/bert-tweeteval-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bdanko/bert-tweeteval-distilbert") model = AutoModelForSequenceClassification.from_pretrained("bdanko/bert-tweeteval-distilbert") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +12 -12
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 1.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -52,15 +52,15 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.3856
|
| 23 |
+
- Accuracy: 0.7701
|
| 24 |
+
- F1: 0.7191
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
+
| 0.6482 | 1.0 | 204 | 0.6140 | 0.7834 | 0.7183 |
|
| 56 |
+
| 0.4896 | 2.0 | 408 | 0.6577 | 0.7620 | 0.7002 |
|
| 57 |
+
| 0.3321 | 3.0 | 612 | 0.6471 | 0.7834 | 0.7244 |
|
| 58 |
+
| 0.1805 | 4.0 | 816 | 0.8309 | 0.7754 | 0.7145 |
|
| 59 |
+
| 0.0903 | 5.0 | 1020 | 0.9430 | 0.7647 | 0.7207 |
|
| 60 |
+
| 0.0523 | 6.0 | 1224 | 1.0135 | 0.7834 | 0.7260 |
|
| 61 |
+
| 0.0474 | 7.0 | 1428 | 1.1707 | 0.7567 | 0.7056 |
|
| 62 |
+
| 0.0514 | 8.0 | 1632 | 1.2040 | 0.7701 | 0.7232 |
|
| 63 |
+
| 0.0129 | 9.0 | 1836 | 1.3856 | 0.7701 | 0.7191 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af46b43c2e3f780619ad8b9556843cd663bdf96aa82b3368f4a9038e61cf5c43
|
| 3 |
size 267838720
|