Instructions to use chkla/roberta-argument with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chkla/roberta-argument with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chkla/roberta-argument")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chkla/roberta-argument") model = AutoModelForSequenceClassification.from_pretrained("chkla/roberta-argument") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
widget:
|
| 4 |
- text: "It has been determined that the amount of greenhouse gases have decreased by almost half because of the prevalence in the utilization of nuclear power."
|
| 5 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
widget:
|
| 4 |
- text: "It has been determined that the amount of greenhouse gases have decreased by almost half because of the prevalence in the utilization of nuclear power."
|
| 5 |
---
|