Instructions to use TencentGameMate/chinese-hubert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentGameMate/chinese-hubert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="TencentGameMate/chinese-hubert-base")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("TencentGameMate/chinese-hubert-base") model = AutoModel.from_pretrained("TencentGameMate/chinese-hubert-base") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
bb2f849
1
Parent(s): 00522c6
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:2fefccd26c2794a583b80f6f7210c721873cb7ebae2c1cde3baf9b27855e24d8
|
| 3 |
+
size 377552987
|