Token Classification
Transformers
PyTorch
Japanese
roberta
japanese
wikipedia
cc100
pos
dependency-parsing
Instructions to use KoichiYasuoka/roberta-base-japanese-juman-ud-goeswith with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoichiYasuoka/roberta-base-japanese-juman-ud-goeswith with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="KoichiYasuoka/roberta-base-japanese-juman-ud-goeswith")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("KoichiYasuoka/roberta-base-japanese-juman-ud-goeswith") model = AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/roberta-base-japanese-juman-ud-goeswith") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
0359194 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a7f87f538d8c73fb0a6a34efb7ba6e3488f920341119c02c208bce7965cf248e
size 810161
|