Suparious commited on
Commit
79ad507
1 Parent(s): 191914c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -6,6 +6,10 @@ tags:
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
 
 
 
 
9
  pipeline_tag: text-generation
10
  inference: false
11
  quantized_by: Suparious
@@ -15,7 +19,22 @@ quantized_by: Suparious
15
  - Model creator: [feeltheAGI](https://huggingface.co/feeltheAGI)
16
  - Original model: [maverick-llama3-8B](https://huggingface.co/feeltheAGI/maverick-llama3-8B)
17
 
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## How to use
21
 
 
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
9
+ - meta-llama/Meta-Llama-3-8B
10
+ datasets:
11
+ - feeltheAGI/maverick-sharegpt
12
+ license: apache-2.0
13
  pipeline_tag: text-generation
14
  inference: false
15
  quantized_by: Suparious
 
19
  - Model creator: [feeltheAGI](https://huggingface.co/feeltheAGI)
20
  - Original model: [maverick-llama3-8B](https://huggingface.co/feeltheAGI/maverick-llama3-8B)
21
 
22
+ ![1714015975262634.png](https://cdn-uploads.huggingface.co/production/uploads/65d1f383351255ba48a4f831/GISW902kcsfdnCMnna0PU.png)
23
 
24
+ ## Model Summary
25
+
26
+ model is using ChatML prompt template format.
27
+
28
+ example:
29
+
30
+ ```
31
+ <|im_start|>system
32
+ You are Maverick, a helpful AI assistant.<|im_end|>
33
+ <|im_start|>user
34
+ {prompt}<|im_end|>
35
+ <|im_start|>assistant
36
+
37
+ ```
38
 
39
  ## How to use
40