Stephen-smj commited on
Commit
8fa896e
1 Parent(s): 721d033

Update README.md

Browse files

# Welcome to LlamaCare

LlamaCare is a medical language model designed to enhance medical knowledge sharing.

Based on Meta LlamaV2. We used Lora with 4 bit quantization to finetune the model on a 16G gpu.
Current fine-tuning datasets contained:
shibing624/medical
BI55/MedText

Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
+ language:
4
+ - en
5
+ - zh
6
+ datasets:
7
+ - shibing624/medical
8
+ - BI55/MedText
9
+ pipeline_tag: question-answering
10
+ tags:
11
+ - medical
12
+ ---