ruslanmv commited on
Commit
82cb0a9
1 Parent(s): b0fbf1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -7,9 +7,47 @@ tags:
7
  - ruslanmv
8
  - llama
9
  - trl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  base_model: meta-llama/Meta-Llama-3-8B
11
  datasets:
12
  - ruslanmv/ai-medical-chatbot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Medical-Llama3-8B-16bit: Fine-Tuned Llama3 for Medical Q&A
 
7
  - ruslanmv
8
  - llama
9
  - trl
10
+ - llama-3
11
+ - instruct
12
+ - finetune
13
+ - chatml
14
+ - DPO
15
+ - RLHF
16
+ - gpt4
17
+ - distillation
18
+ - heathcare
19
+ - medical
20
+ - clinical
21
+ - med
22
+ - lifescience
23
+ - Pharmaceutical
24
+ - Pharma
25
  base_model: meta-llama/Meta-Llama-3-8B
26
  datasets:
27
  - ruslanmv/ai-medical-chatbot
28
+
29
+ model-index:
30
+ - name: Medical-Llama3-8B
31
+ results: []
32
+ widget:
33
+ - example_title: Medical-Llama3-8B
34
+ messages:
35
+ - role: system
36
+ content: >-
37
+ You are an expert and experienced from the healthcare and biomedical
38
+ domain with extensive medical knowledge and practical experience.
39
+ - role: user
40
+ content: How long does it take for newborn jaundice to go away?
41
+ output:
42
+ text: >-
43
+ Newborn jaundice, also known as neonatal jaundice, is a common condition
44
+ in newborns where the yellowing of the skin and eyes occurs due to an
45
+ elevated level of bilirubin in the blood. Bilirubin is a yellow pigment
46
+ that forms when red blood cells break down. In most cases, newborn
47
+ jaundice resolves on its own without any specific treatment.
48
+ The duration of newborn jaundice can vary depending on several factors
49
+ such as the underlying cause, gestational age at birth, and individual
50
+ variations in bilirubin metabolism. Here are some general guidelines
51
  ---
52
 
53
  # Medical-Llama3-8B-16bit: Fine-Tuned Llama3 for Medical Q&A