Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use federicopascual/finetuning-sentiment-analysis-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use federicopascual/finetuning-sentiment-analysis-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="federicopascual/finetuning-sentiment-analysis-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("federicopascual/finetuning-sentiment-analysis-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("federicopascual/finetuning-sentiment-analysis-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
Commit ·
daae946
1
Parent(s): 31bebfa
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 267860081
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80a3ea74375831b520c1572a45cd59eb5536fd90fd8cad532a0f3e3a2cbfa770
|
| 3 |
size 267860081
|
runs/Dec30_20-18-29_ec1521c3c99e/events.out.tfevents.1640895519.ec1521c3c99e.74.8
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:fff3c928f2c3a9d9e46e0b07ada7a47e3a1d212125ae2112cca73e1cd14c1c87
|
| 3 |
+
size 3604
|
runs/Dec30_20-18-29_ec1521c3c99e/events.out.tfevents.1640896071.ec1521c3c99e.74.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51db5668302453d87bc98cf5ca7fc810c646551e3e731aaa56e21244c98e3dae
|
| 3 |
+
size 409
|