Learn4everrr commited on
Commit
657471f
·
verified ·
1 Parent(s): 8381836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -7,6 +7,9 @@ base_model:
7
  ---
8
  Purpose: We fine-tuned the BioBERT model on the text part of the IU Chest X-ray dataset. Then this model could be used as an embedding model for text embedding to support our experiment on retrieval-augmented in-context learning.
9
 
 
 
 
10
 
11
  Training parameters:
12
  training_args = TrainingArguments(
 
7
  ---
8
  Purpose: We fine-tuned the BioBERT model on the text part of the IU Chest X-ray dataset. Then this model could be used as an embedding model for text embedding to support our experiment on retrieval-augmented in-context learning.
9
 
10
+ Usage:
11
+ - tokenizer = AutoTokenizer.from_pretrained("dmis-lab/biobert-v1.1")
12
+ - model = AutoModel.from_pretrained("Learn4everrr/Tuned_bioBERT")
13
 
14
  Training parameters:
15
  training_args = TrainingArguments(