Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use abdulmanaam/roberta_task1_post with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulmanaam/roberta_task1_post with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdulmanaam/roberta_task1_post")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdulmanaam/roberta_task1_post") model = AutoModelForSequenceClassification.from_pretrained("abdulmanaam/roberta_task1_post", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498615900
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fba19bb280abc4b02c3ffc9a55a09d794bc630244d150a238a6335f2425c51e
|
| 3 |
size 498615900
|
runs/Jul18_03-00-12_f58962bc5e81/events.out.tfevents.1721271616.f58962bc5e81.254.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ea1e4144489549e75d193003f8584bfa423e48124e10ba77c2bc5825378788f
|
| 3 |
+
size 5387
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1122fd912b5e5f320b666e31021080bb852d6583ce73e93f7e92cab98fc609f3
|
| 3 |
size 5112
|