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 ·
e9fdd0d
1
Parent(s): 477a253
Training in progress, step 6600
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:a83aadbfcc536e7b49d2af570abc655c27dcaa0e3d61666d0de7ee651a829786
|
| 3 |
size 1112254133
|