Muhammad Farrukh Mehmood commited on
Commit
1913f5a
·
verified ·
1 Parent(s): 88783ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ This language model has been fine-tuned on the [FreedomIntelligence/medical-o1-r
40
 
41
  ## **Fine-Tuning Details**
42
  ### **Pretrained Model**
43
- - Base model: `distilbert/distilbert-base-uncased`
44
 
45
  ### **Fine-Tuning Objective**
46
  The model was fine-tuned using the **Masked Language Modeling (MLM)** objective. Both **subword masking** and **whole word masking** strategies were experimented with, but no significant performance difference was observed between the two approaches.
 
40
 
41
  ## **Fine-Tuning Details**
42
  ### **Pretrained Model**
43
+ - Base model:[ `distilbert/distilbert-base-uncased`](https://huggingface.co/distilbert/distilbert-base-uncased)
44
 
45
  ### **Fine-Tuning Objective**
46
  The model was fine-tuned using the **Masked Language Modeling (MLM)** objective. Both **subword masking** and **whole word masking** strategies were experimented with, but no significant performance difference was observed between the two approaches.