raincandy-u commited on
Commit
abf9af7
1 Parent(s): 164aef9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - raincandy-u/Dextromethorphan-10k
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ license: mit
7
+ ---
8
+
9
+
10
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/657eb5b256c9c67605a6e8b5/f96pPiJQb3puzbPYNknG2.png)
11
+
12
+ # phillama-3.8b-v1
13
+
14
+ Phillama is a model based on Phi-3-mini and trained on Llama-generated datasets to make it more "llama-like".
15
+
16
+ Also, this model is converted into Llama format, so it will work with any Llama-2/3 workflow.
17
+
18
+ # Dataset
19
+
20
+ | Source | Task | Number of examples(k) |
21
+ | :-----------: | :------: | :--------------: |
22
+ | lmsys-1m | Chat | 50 |
23
+ | dolphin-coder | Code | 10 |
24
+ | slimorca | Reasoning | 10 |
25
+
26
+ <h1>For more information include training details, see <a href="https://angelkawaii.xyz/2024/04/26/hello-world/">this blog post</a></h1>
27
+
28
+ # System prompt
29
+
30
+ `You are a humanoid AI assistant. You think step by step and give detailed long response.`
31
+
32
+ # Prompt template
33
+
34
+ ```
35
+ <|system|>
36
+ You are a humanoid AI assistant. You think step by step and give detailed long response.<|end|>
37
+ <|user|>
38
+ Why people like llama?<|end|>
39
+ <|assistant|>
40
+ ```