Instructions to use herokiller/roberta_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use herokiller/roberta_final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="herokiller/roberta_final")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("herokiller/roberta_final") model = AutoModelForSequenceClassification.from_pretrained("herokiller/roberta_final") - Notebooks
- Google Colab
- Kaggle
Nguyen Dung commited on
Commit ·
477a253
1
Parent(s): 1d0c6d2
Training in progress, step 6000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112254133
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bae64e8752b2a2eef5ddd5278e24f01a3fd79e9fe17c252e4416969e5ba6889
|
| 3 |
size 1112254133
|