Instructions to use GanjinZero/UMLSBert_ENG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GanjinZero/UMLSBert_ENG with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="GanjinZero/UMLSBert_ENG")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("GanjinZero/UMLSBert_ENG") model = AutoModel.from_pretrained("GanjinZero/UMLSBert_ENG") - Notebooks
- Google Colab
- Kaggle
π© Report
#1
by Saptarshi7 - opened
This is not UMLSBERT
This model is coder and is not UMLSbert. We release this model before the UMLSbert paper. We find many people are using this checkpoint, so we do not remove this old name. Please refer coder to GitHub pages GanjinZero/CODER.
I see. Thank you. However, as a suggestion, I think it would be better to change the name of the model then?
GanjinZero/coder_eng is the same model with new name.
Saptarshi7 changed discussion status to closed