malhajar commited on
Commit
acecb7f
1 Parent(s): faccb86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -3,11 +3,13 @@ language:
3
  - en
4
  tags:
5
  - Medicine
 
 
6
  ---
7
  # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
- meditron-7b-chat is a finetuned version of [`epfl-llm/meditron-7b`](https://huggingface.co/epfl-llm/meditron-7b) using SFT Training.
11
  This model can answer information about different excplicit ideas in medicine (see [`epfl-llm/meditron-7b`](https://huggingface.co/epfl-llm/meditron-7b) for more info)
12
 
13
  ### Model Description
@@ -53,4 +55,4 @@ output = model.generate(inputs=input_ids,max_new_tokens=512,pad_token_id=tokeniz
53
  response = tokenizer.decode(output[0])
54
 
55
  print(response)
56
- ```
 
3
  - en
4
  tags:
5
  - Medicine
6
+ datasets:
7
+ - yahma/alpaca-cleaned
8
  ---
9
  # Model Card for Model ID
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
+ meditron-7b-chat is a finetuned version of [`epfl-llm/meditron-7b`](https://huggingface.co/epfl-llm/meditron-7b) using SFT Training on the Alpaca Dataset.
13
  This model can answer information about different excplicit ideas in medicine (see [`epfl-llm/meditron-7b`](https://huggingface.co/epfl-llm/meditron-7b) for more info)
14
 
15
  ### Model Description
 
55
  response = tokenizer.decode(output[0])
56
 
57
  print(response)
58
+ ```