Instructions to use ptaszynski/japan-orientalization-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ptaszynski/japan-orientalization-pl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ptaszynski/japan-orientalization-pl")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ptaszynski/japan-orientalization-pl") model = AutoModelForSequenceClassification.from_pretrained("ptaszynski/japan-orientalization-pl") - Notebooks
- Google Colab
- Kaggle
Commit ·
10b0e4e
1
Parent(s): 898b814
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ datasets:
|
|
| 10 |
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# Model for
|
| 14 |
|
| 15 |
This model was based on the original [HerBERT](https://huggingface.co/allegro/herbert-base-cased) Base.
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Model for detection of Orientalization of Japan in newspaper articles
|
| 14 |
|
| 15 |
This model was based on the original [HerBERT](https://huggingface.co/allegro/herbert-base-cased) Base.
|
| 16 |
|