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
YixuanWeng commited on
Commit ·
44d08ce
1
Parent(s): 4cc0757
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
###### LingYi system pre training medical model
|
| 4 |
|
| 5 |
-
######
|
| 6 |
|
| 7 |
## Usage
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
###### LingYi system pre training medical model
|
| 4 |
|
| 5 |
+
###### Prease load the model from [**CPT**](https://huggingface.co/fnlp/cpt-large)
|
| 6 |
|
| 7 |
## Usage
|
| 8 |
|