Instructions to use TencentGameMate/chinese-hubert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentGameMate/chinese-hubert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="TencentGameMate/chinese-hubert-large")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("TencentGameMate/chinese-hubert-large") model = AutoModel.from_pretrained("TencentGameMate/chinese-hubert-large") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
63cbc61
1
Parent(s): d0c6bc2
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:482c19cd60877832995d790ed10dd1203b1f8c86ed7a69b4bd27f470fc27ee43
|
| 3 |
+
size 1261871939
|