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 ·
bb0608a
1
Parent(s): 0b89eda
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,16 +32,7 @@ The model was evaluated by performing 10-fold cross validation on the annotated
|
|
| 32 |
| _Macro-averaged_ | 86.3 | 86.4 | 86.4 |
|
| 33 |
|
| 34 |
---
|
| 35 |
-
language:
|
| 36 |
-
- nl
|
| 37 |
-
tags:
|
| 38 |
-
- text classification
|
| 39 |
-
- sentiment analysis
|
| 40 |
-
- domain adaptation
|
| 41 |
-
metrics:
|
| 42 |
-
- F1
|
| 43 |
widget:
|
| 44 |
- text: "De NMBS is altijd stipt op tijd."
|
| 45 |
-
example_title: "Sentiment
|
| 46 |
-
|
| 47 |
---
|
|
|
|
| 32 |
| _Macro-averaged_ | 86.3 | 86.4 | 86.4 |
|
| 33 |
|
| 34 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
widget:
|
| 36 |
- text: "De NMBS is altijd stipt op tijd."
|
| 37 |
+
example_title: "Sentiment - POS"
|
|
|
|
| 38 |
---
|