Instructions to use hf-internal-testing/tiny-bert-pt-only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-bert-pt-only with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-bert-pt-only")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-bert-pt-only") model = AutoModel.from_pretrained("hf-internal-testing/tiny-bert-pt-only") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 495e53a9b48ba393f85fc5f339b4f78db428125c90e5d61997c52fd8eee6a36d
- Size of remote file:
- 17.6 MB
- SHA256:
- 391842de34ea94ea32667ad5f16d8b0fe2231708ff7ceb6c645834f211b2180c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.