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 ·
cb0fe6b
1
Parent(s): 5b392a5
Training in progress, step 3600
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:ac2f9111d688b16358dfc5a804aaa40f27a5578c7b539a0153caae1b40fe2461
|
| 3 |
size 1112254133
|