Text Classification
Transformers
PyTorch
Dutch
bert
text classification
sentiment analysis
domain adaptation
text-embeddings-inference
Instructions to use clips/republic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clips/republic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="clips/republic")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("clips/republic") model = AutoModelForSequenceClassification.from_pretrained("clips/republic") - Notebooks
- Google Colab
- Kaggle
Commit ·
21bfe77
1
Parent(s): 9f1c839
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,16 +9,12 @@ tags:
|
|
| 9 |
widget:
|
| 10 |
- text: "De NMBS heeft recent de airconditioning in alle treinen vernieuwd."
|
| 11 |
example_title: "POS-NMBS"
|
| 12 |
-
- text: "De
|
| 13 |
-
example_title: "NEG-
|
| 14 |
-
- text: "De NMBS is een vervoermaatschappij."
|
| 15 |
-
example_title: "NEU-NMBS"
|
| 16 |
- text: "Dat was een belachelijk goede film."
|
| 17 |
example_title: "POS-Movies"
|
| 18 |
- text: "Het FWO financiert te weinig excellent onderzoek."
|
| 19 |
example_title: "NEG-FWO"
|
| 20 |
-
- text: "De wegenwerken langs de E34 blijven al maanden aanhouden."
|
| 21 |
-
example_title: "NEG-AWV"
|
| 22 |
- text: "De Lijn is op zoek naar nieuwe buschauffeurs."
|
| 23 |
example_title: "NEU-De Lijn"
|
| 24 |
---
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: "De NMBS heeft recent de airconditioning in alle treinen vernieuwd."
|
| 11 |
example_title: "POS-NMBS"
|
| 12 |
+
- text: "De wegenwerken langs de E34 blijven al maanden aanhouden."
|
| 13 |
+
example_title: "NEG-AWV"
|
|
|
|
|
|
|
| 14 |
- text: "Dat was een belachelijk goede film."
|
| 15 |
example_title: "POS-Movies"
|
| 16 |
- text: "Het FWO financiert te weinig excellent onderzoek."
|
| 17 |
example_title: "NEG-FWO"
|
|
|
|
|
|
|
| 18 |
- text: "De Lijn is op zoek naar nieuwe buschauffeurs."
|
| 19 |
example_title: "NEU-De Lijn"
|
| 20 |
---
|