Instructions to use WENGSYX/Medical_Report_Chinese_CPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WENGSYX/Medical_Report_Chinese_CPT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="WENGSYX/Medical_Report_Chinese_CPT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("WENGSYX/Medical_Report_Chinese_CPT") model = AutoModel.from_pretrained("WENGSYX/Medical_Report_Chinese_CPT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
d60601c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:27f546d168e58c904b165d28534ea764c08d0cfc8b426240420bf436e3c6c6de
size 1571141661
|