Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Falah/sentiments-dataset-381-classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Falah/sentiments-dataset-381-classes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Falah/sentiments-dataset-381-classes")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Falah/sentiments-dataset-381-classes") model = AutoModelForSequenceClassification.from_pretrained("Falah/sentiments-dataset-381-classes") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 269021293
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6387b7d5c105046206af0bb62d157e48e9356a3ce9d19a1e339264563cbe64d7
|
| 3 |
size 269021293
|
runs/Jul05_13-46-01_361f7251ac46/1688564829.9807885/events.out.tfevents.1688564829.361f7251ac46.631.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a34fa718e83ad0c4fae01c75db1bfcfa10d8fc9c632f5126ffac32c3c14cf7c2
|
| 3 |
+
size 5886
|
runs/Jul05_13-46-01_361f7251ac46/events.out.tfevents.1688564829.361f7251ac46.631.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c381409eb2e401cd6cda05cf9cf87eb2da3162df97f53138e28796135d38665f
|
| 3 |
+
size 21423
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06e3904634e0a7b096d8eb4392b1f0a5c399138d283598073ce811dca6cf7adb
|
| 3 |
size 3643
|