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") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md 4794ab4
add tokenizer 3337a78
Jeremiah Zhou commited on
add model 853ccbf
Jeremiah Zhou commited on
initial commit 4f1b0de
Jeremiah Zhou commited on