PEFT
English
medical
Tonic commited on
Commit
5bc79ee
1 Parent(s): 5188b29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -1,28 +1,35 @@
1
  ---
2
  library_name: peft
3
  base_model: mistralai/Mistral-7B-v0.1
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Shared by [optional]:** [More Information Needed]
22
- - **Model type:** [More Information Needed]
23
- - **Language(s) (NLP):** [More Information Needed]
24
- - **License:** [More Information Needed]
25
- - **Finetuned from model [optional]:** [More Information Needed]
26
 
27
  ### Model Sources [optional]
28
 
@@ -30,7 +37,7 @@ base_model: mistralai/Mistral-7B-v0.1
30
 
31
  - **Repository:** [More Information Needed]
32
  - **Paper [optional]:** [More Information Needed]
33
- - **Demo [optional]:** [More Information Needed]
34
 
35
  ## Uses
36
 
@@ -216,4 +223,4 @@ The following `bitsandbytes` quantization config was used during training:
216
  ### Framework versions
217
 
218
 
219
- - PEFT 0.6.0.dev0
 
1
  ---
2
  library_name: peft
3
  base_model: mistralai/Mistral-7B-v0.1
4
+ license: mit
5
+ datasets:
6
+ - keivalya/MedQuad-MedicalQnADataset
7
+ language:
8
+ - en
9
+ metrics:
10
+ - bertscore
11
+ tags:
12
+ - medical
13
  ---
14
 
15
  # Model Card for Model ID
16
 
17
+ This is a medicine-focussed mistral fine tuned using keivalya/MedQuad-MedicalQnADataset
 
18
 
19
 
20
  ## Model Details
21
 
22
  ### Model Description
23
 
24
+ Trying to get better at medical Q & A
 
25
 
26
 
27
+ - **Developed by:** [Tonic](https://huggingface.co/Tonic)
28
+ - **Shared by [optional]:** [Tonic](https://huggingface.co/Tonic)
29
+ - **Model type:** Mistral Fine-Tune
30
+ - **Language(s) (NLP):** English
31
+ - **License:** MIT2.0
32
+ - **Finetuned from model [optional]:** [mistralai/Mistral-7B-v0.1](https://huggingface.com/Mistralai/Mistral-7B-v0.1)
33
 
34
  ### Model Sources [optional]
35
 
 
37
 
38
  - **Repository:** [More Information Needed]
39
  - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [Tonic/MistralMed_Chat]
41
 
42
  ## Uses
43
 
 
223
  ### Framework versions
224
 
225
 
226
+ - PEFT 0.6.0.dev0