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 ·
90cb660
1
Parent(s): 556e6e3
Upload chinese-hubert-large-fairseq-ckpt.pt
Browse files
chinese-hubert-large-fairseq-ckpt.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31a39438d2ca748d5626bb676493041166de03c93ec517774c6d90ebb2d715c5
|
| 3 |
+
size 3799503913
|