Instructions to use hfl/cino-small-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hfl/cino-small-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="hfl/cino-small-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("hfl/cino-small-v2") model = AutoModelForMaskedLM.from_pretrained("hfl/cino-small-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
86df088
1
Parent(s): 5755142
Upload tf_model.h5 with git-lfs
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a73853a6b874283d87e941d53a324dac0a4f0d985d546c1cbc56f231a31875a7
|
| 3 |
+
size 1007996668
|