Instructions to use WENGSYX/MedCPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WENGSYX/MedCPT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="WENGSYX/MedCPT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("WENGSYX/MedCPT") model = AutoModel.from_pretrained("WENGSYX/MedCPT") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 44d08ce
YixuanWeng commited on
Update README.md 4cc0757
YixuanWeng commited on
Update README.md 4f98676
YixuanWeng commited on
Upload pytorch_model.bin f71ca3c
YixuanWeng commited on
Upload vocab.txt 04ae969
YixuanWeng commited on
Upload tokenizer_config.json 912fbf1
YixuanWeng commited on
Upload special_tokens_map.json 808632d
YixuanWeng commited on
Upload config.json b837bf6
YixuanWeng commited on
Update README.md 7eb553a
YixuanWeng commited on
Create README.md 1776fe8
YixuanWeng commited on
initial commit 631b97b
YixuanWeng commited on