Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Neha2608/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Neha2608/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Neha2608/results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Neha2608/results") model = AutoModelForSequenceClassification.from_pretrained("Neha2608/results", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ model-index:
|
|
| 21 |
metrics:
|
| 22 |
- name: F1
|
| 23 |
type: f1
|
| 24 |
-
value: 0.
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 31 |
|
| 32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss: 0.
|
| 35 |
-
- Accuracy is: 0.
|
| 36 |
-
- F1: 0.
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -64,7 +64,7 @@ The following hyperparameters were used during training:
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy is | F1 |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
| 67 |
-
| 0.
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
|
|
|
| 21 |
metrics:
|
| 22 |
- name: F1
|
| 23 |
type: f1
|
| 24 |
+
value: 0.9254722461324877
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.1933
|
| 35 |
+
- Accuracy is: 0.9255
|
| 36 |
+
- F1: 0.9255
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy is | F1 |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
| 67 |
+
| 0.2232 | 1.0 | 1563 | 0.1933 | 0.9255 | 0.9255 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|