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
File size: 134 Bytes
93ab397 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5512f7d827927f4ffc7710d68c99f01489c9b7ac6163a17f7e8deadc229bcc5e
size 497861869
|