abhinand commited on
Commit
7a90c50
1 Parent(s): a2bd976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ This model is intended for use in medical and clinical contexts to improve infor
45
 
46
  The model was trained using a simple yet effective synthetic data generation pipeline:
47
  1. Source: Clinical notes from PubMed Central (PMC)
48
- 2. Processing: LLaMA 2 70B model used to generate query-response pairs
49
  3. Augmentation: Negative sampling for challenging examples
50
  4. Format: Triplets (query, positive response, negative response) for contrastive learning
51
 
 
45
 
46
  The model was trained using a simple yet effective synthetic data generation pipeline:
47
  1. Source: Clinical notes from PubMed Central (PMC)
48
+ 2. Processing: [LLaMA 3.1 70B](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct) model used to generate query-response pairs
49
  3. Augmentation: Negative sampling for challenging examples
50
  4. Format: Triplets (query, positive response, negative response) for contrastive learning
51