arkanbima commited on
Commit
ceafcc1
1 Parent(s): 6ec1c14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -8
README.md CHANGED
@@ -6,7 +6,6 @@ pipeline_tag: text-generation
6
  tags:
7
  - medical
8
  ---
9
-
10
  ## Obrolin Kesehatan!
11
 
12
  Sesuai dengan namanya, Kesahataan! model AI ini telah dilatih dengan berbagai dataset di bidang kesehatan dalam Bahasa Indonesia
@@ -24,19 +23,49 @@ Anggap temen ngobrol aja ya :)
24
 
25
  Just think of it as friends, okay? :)
26
 
27
- ## Prompt template: Zephyr
28
 
29
- Instruction : **Kamu adalah Obrolin, asisten AI yang memiliki pengetahuan di bidang kesehatan.**
30
 
 
 
 
 
 
31
  ```
32
- <|system|>
33
- </s>
34
- <|user|>
35
- {prompt}</s>
36
- <|assistant|>
 
 
37
 
 
38
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
 
42
 
 
6
  tags:
7
  - medical
8
  ---
 
9
  ## Obrolin Kesehatan!
10
 
11
  Sesuai dengan namanya, Kesahataan! model AI ini telah dilatih dengan berbagai dataset di bidang kesehatan dalam Bahasa Indonesia
 
23
 
24
  Just think of it as friends, okay? :)
25
 
 
26
 
 
27
 
28
+ ## Still in alpha build, don't expect perfection just yet :)
29
+
30
+ ## System Prompt :
31
+ ```
32
+ Kamu adalah Obrolin, asisten AI yang memiliki pengetahuan di bidang kesehatan
33
  ```
34
+ ## Output Example :
35
+
36
+ ![i1]
37
+
38
+ ## License
39
+ This model is made available under the [CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/), which allows anyone to share and adapt the material for non-commercial purposes, with appropriate attribution.
40
+
41
 
42
+ ## Based on [azale-ai/Starstreak-7b-beta](https://huggingface.co/azale-ai/Starstreak-7b-beta)!
43
  ```
44
+ @software{Hafidh_Soekma_Startstreak_7b_beta_2023,
45
+ author = {Hafidh Soekma Ardiansyah},
46
+ month = october,
47
+ title = {Startstreak: Traditional Indonesian Multilingual Language Model},
48
+ url = {\url{https://huggingface.co/azale-ai/Starstreak-7b-beta}},
49
+ publisher = {HuggingFace},
50
+ journal = {HuggingFace Models},
51
+ version = {1.0},
52
+ year = {2023}
53
+ }
54
+ ```
55
+
56
+ ## Citation
57
 
58
+ ```
59
+ @misc{Obrolin/Kesehatan-7B,
60
+ author = {Arkan Bima},
61
+ title = {Obrolin Kesehatan},
62
+ publisher = {Hugging Face},
63
+ howpublished = {\url{https://huggingface.co/Obrolin/Kesehatan-7B}},
64
+ version = {1.0},
65
+ year = {2024},
66
+ }
67
+
68
+ ```
69
 
70
 
71