Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use AlphaZetta/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlphaZetta/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AlphaZetta/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AlphaZetta/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("AlphaZetta/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b0112ce
1
Parent(s): 2a663a3
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c23ad590ebb03ef326f32881e9baf6bedaf822b19364a4e3254a34c63a5a481a
|
| 3 |
size 267854321
|
runs/Jun04_18-41-31_4794bf5e8d4f/events.out.tfevents.1654368103.4794bf5e8d4f.258.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ef6e0561d86bd882fcd099c3e0feb56804d4f1084ce75697e0904f20181e971
|
| 3 |
+
size 3812
|
runs/Jun04_18-41-31_4794bf5e8d4f/events.out.tfevents.1654368399.4794bf5e8d4f.258.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2d59d56e2d6c9c2fec9fd171101fdc84405d8022a381abcbcd72c3c0c00b748
|
| 3 |
+
size 409
|