Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use ThomasLI/roberta-base-finetuned-classification-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThomasLI/roberta-base-finetuned-classification-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThomasLI/roberta-base-finetuned-classification-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThomasLI/roberta-base-finetuned-classification-v2") model = AutoModelForSequenceClassification.from_pretrained("ThomasLI/roberta-base-finetuned-classification-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
runs/Mar08_18-57-41_d164a4782c50/1678302522.8820236/events.out.tfevents.1678302522.d164a4782c50.5326.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86edf0ac65f7e8f1dbcdae0f2f982769f9231d8dc1ca78faa254869d25ab0cf3
|
| 3 |
+
size 5740
|
runs/Mar08_18-57-41_d164a4782c50/events.out.tfevents.1678302522.d164a4782c50.5326.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a1c4f793eeb9487cbd8dd264f7c9bf6e98458009e68b253b1fa52698c85dd19
|
| 3 |
+
size 4301
|