ShenghaiWang commited on
Commit
7e8ce28
1 Parent(s): 96a7eaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: other
5
+ tags:
6
+ - facebook
7
+ - meta
8
+ - pytorch
9
+ - llama
10
+ - llama-3
11
+ - llama-cpp
12
+ - gguf-my-repo
13
+ pipeline_tag: text-generation
14
+ license_name: llama3
15
+ license_link: LICENSE
16
+
17
+ widget:
18
+ - example_title: Hello
19
+ messages:
20
+ - role: user
21
+ content: Hey my name is Julien! How are you?
22
+ - example_title: Winter holidays
23
+ messages:
24
+ - role: system
25
+ content: You are a helpful and honest assistant. Please, respond concisely and
26
+ truthfully.
27
+ - role: user
28
+ content: Can you recommend a good destination for Winter holidays?
29
+ - example_title: Programming assistant
30
+ messages:
31
+ - role: system
32
+ content: You are a helpful and honest code and programming assistant. Please,
33
+ respond concisely and truthfully.
34
+ - role: user
35
+ content: Write a function that computes the nth fibonacci number.
36
+ inference:
37
+ parameters:
38
+ max_new_tokens: 300
39
+ stop:
40
+ - <|end_of_text|>
41
+ - <|eot_id|>
42
+ ---
43
+
44
+ # ShenghaiWang/Llama3
45
+ This model was converted to GGUF format from [`meta-llama/Meta-Llama-3-8B-Instruct`](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)