Instructions to use paruwka/zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paruwka/zh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="paruwka/zh")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("paruwka/zh") model = AutoModelForTokenClassification.from_pretrained("paruwka/zh") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d5dcc403dada0a9963aff2af1ca3368b6aa696902d62b2636921fe2198aee3b2
- Size of remote file:
- 5.11 kB
- SHA256:
- 5e824ba3205becf617faa69c83a00ebbeadc9c171cf1ce17357e9490856173a8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.