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 ·
4cc0757
1
Parent(s): 4f98676
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# MedCPT
|
| 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 |
|
|
|
|
| 1 |
# MedCPT
|
| 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 |
|