Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use ltuzova/amazon_helpfulness_classification_roberta_best_f1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ltuzova/amazon_helpfulness_classification_roberta_best_f1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ltuzova/amazon_helpfulness_classification_roberta_best_f1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ltuzova/amazon_helpfulness_classification_roberta_best_f1") model = AutoModelForSequenceClassification.from_pretrained("ltuzova/amazon_helpfulness_classification_roberta_best_f1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498612824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:801a5212adda138b950571d51618d1d9345969fcbfc5cc18794c8d0b4f145342
|
| 3 |
size 498612824
|
runs/Apr13_09-36-17_985089f3357e/events.out.tfevents.1713000980.985089f3357e.188.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:99d77900a0504a6ee651946bd718c5a74e4df7fa1b800acdc77e8bb64255959e
|
| 3 |
+
size 131396
|