Instructions to use feradauto/scibert_nlp4sg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use feradauto/scibert_nlp4sg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="feradauto/scibert_nlp4sg")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("feradauto/scibert_nlp4sg") model = AutoModelForSequenceClassification.from_pretrained("feradauto/scibert_nlp4sg") - Notebooks
- Google Colab
- Kaggle
update readme
Browse files
README.md
CHANGED
|
@@ -6,8 +6,8 @@ metrics:
|
|
| 6 |
- accuracy
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
widget:
|
| 9 |
-
- text: "
|
| 10 |
-
example_title: "
|
| 11 |
---
|
| 12 |
|
| 13 |
# SciBERT NLP4SG
|
|
|
|
| 6 |
- accuracy
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
widget:
|
| 9 |
+
- text: "On Unifying Misinformation Detection. In this paper, we introduce UNIFIEDM2, a general-purpose misinformation model that jointly models multiple domains of misinformation with a single, unified setup. The model is trained to handle four tasks: detecting news bias, clickbait, fake news and verifying rumors. By grouping these tasks together, UNIFIEDM2 learns a richer representation of misinformation, which leads to stateof-the-art or comparable performance across all tasks. Furthermore, we demonstrate that UNIFIEDM2's learned representation is helpful for few-shot learning of unseen misinformation tasks/datasets and model's generalizability to unseen events."
|
| 10 |
+
example_title: "Misinformation Detection"
|
| 11 |
---
|
| 12 |
|
| 13 |
# SciBERT NLP4SG
|