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 ·
a1552d7
1
Parent(s): 38093f3
Training in progress, step 4800
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:8c8ef3605eb8260e72c3b0876f4029fffc19336b8192dfb053e047895fcc7150
|
| 3 |
size 1112254133
|