Instructions to use YituTech/conv-bert-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YituTech/conv-bert-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="YituTech/conv-bert-small")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("YituTech/conv-bert-small") model = AutoModel.from_pretrained("YituTech/conv-bert-small") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
update weights 9a11330
Abhishek Thakur commited on
push new weights 6325582
Abhishek Thakur commited on
fix config 5230181
Abhishek Thakur commited on
update small 9d12e72
Abhishek Thakur commited on
fix config a53f27a
Abhishek Thakur commited on
conv bert small 7232d81
Abhishek Thakur commited on