Instructions to use sidd272/Roberta2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sidd272/Roberta2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sidd272/Roberta2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sidd272/Roberta2") model = AutoModelForSequenceClassification.from_pretrained("sidd272/Roberta2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
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:45a74b20f34df767d3eca353b30bf884966a95e9da63824e2d2daddee38daa01
|
| 3 |
size 498612824
|
runs/Jan27_03-59-25_4c683a90977a/events.out.tfevents.1706327967.4c683a90977a.277.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:8914e7ac0905007599b4f844a7bd304eb7aa1df458a199882fa0bb543ca765e5
|
| 3 |
+
size 8077
|