UmlsBERT icon indicating copy to clipboard operation
UmlsBERT copied to clipboard

Results 10 UmlsBERT issues
Sort by recently updated
recently updated
newest added

Hello, my work: CODER: Knowledge infused cross-lingual medical term embedding for term normalization (https://github.com/GanjinZero/CODER) (which is a contemporary work with your UmlSBERT) used confusing checkpoint name GanjinZero/UMLSBert_ENG in huggingface. Would...

I want to load the pretrained UmlsBERT model to generate vector representations/embeddings of all the medical terms in UMLS. Which library to use to load this model since it is...

Hi - are there weights for a pre-trained MedNLI model?

Hello and thank you for your great work. I would like to test UmlsBERT on a self supervised model to learn sentence embeddings. I'm looking to simply use your checkpoint...

I wanna use UmlsBERT for competition. So I wanna know this model License.

Hello, I have been trying to run the run_language_modeling.py script (even though it is deprecated, I found a workaround through some suggestions on the transformers git page). I get the...

Hello, thank you for developing this model. I am very keen on using it in my project. However, I have noticed that the run_language_modeling.py script does not run anymore, and...

This is not a real issue about this repo. But want to know how to use the UmlsBERT for NER prediction on a bunch of clinical text - without any...

I am getting the following error. Python version is 3.7.10 ERROR: Could not find a version that satisfies the requirement faiss ERROR: No matching distribution found for faiss

Hi, Thank you very much for providing the code. But when I ran this command, `python3 run_glue.py --output_dir ./models/medicalBert-v1 --model_name_or_path ../checkpoint/umlsbert --data_dir dataset/mednli/mednli --num_train_epochs 3 --per_device_train_batch_size 32 --learning_rate 1e-4 --do_train...