Instructions to use bozhou/DeBERTa-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bozhou/DeBERTa-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="bozhou/DeBERTa-base", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("bozhou/DeBERTa-base", trust_remote_code=True) model = AutoModel.from_pretrained("bozhou/DeBERTa-base", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Commit History
update config 68eff11
update 8e64bfa
Delete modeling/1.txt ea83b6a
Upload 22 files 23fe031
Create modeling/1.txt acb98db
Update tokenizer_config.json 49514dd
Update tokenizer_config.json 5ccab6c
Update tokenizer_config.json 7d6149d
Upload tokenizer_config.json b9e9db7
Update model_config.json 8b6522c
ZhouBo commited on
Upload pytorch.model-500000.bin with git-lfs ff93ee2
ZhouBo commited on
Upload model_config.json d41cf7f
ZhouBo commited on
Upload vocab.txt 1f93779
ZhouBo commited on
Update README.md b6bfa24
ZhouBo commited on
initial commit 05ac240
ZhouBo commited on