Instructions to use JeremiahZ/TinyBERT_4L_zh_backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JeremiahZ/TinyBERT_4L_zh_backup with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="JeremiahZ/TinyBERT_4L_zh_backup")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("JeremiahZ/TinyBERT_4L_zh_backup") model = AutoModel.from_pretrained("JeremiahZ/TinyBERT_4L_zh_backup", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
853ccbf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:45fdeb288dfa504ba5039757e1fdbca8145cbc33eeb5ab3e00bc7f2eb0938a04
size 45702349
|