Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use abdulmanaam/distilroberta_task1_post with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulmanaam/distilroberta_task1_post with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdulmanaam/distilroberta_task1_post")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdulmanaam/distilroberta_task1_post") model = AutoModelForSequenceClassification.from_pretrained("abdulmanaam/distilroberta_task1_post", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
runs/Jul18_15-04-43_8704d94627d8/events.out.tfevents.1721315089.8704d94627d8.238.1
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:e596d6c8c0d438ee2f6d10215e387172e50bc99906f43ff6588f62d3388cace6
|
| 3 |
+
size 6022
|