Instructions to use hfl/cino-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hfl/cino-large-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="hfl/cino-large-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("hfl/cino-large-v2") model = AutoModelForMaskedLM.from_pretrained("hfl/cino-large-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
39af3c1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4a31d64ceac61709bddfa01cd88d700dae28a73845bc2e7be61840ab12455ce7
size 1770671019
|