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 ·
1d0c6d2
1
Parent(s): a1552d7
Training in progress, step 5400
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:71a36e3f76c1829798196531e1c1ab1d555e1e9a58e0a4e55ece5313ad650ef9
|
| 3 |
size 1112254133
|