davidxmle commited on
Commit
a3e0e60
1 Parent(s): 82209ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,7 +1,39 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: llama-3-community-license
4
  license_link: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/blob/main/LICENSE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  <!-- header start -->
7
  <!-- 200823 -->
 
1
  ---
2
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
3
+ inference: false
4
+ model_creator: astronomer-io
5
+ model_name: Meta-Llama-3-8B-Instruct
6
+ model_type: llama
7
+ pipeline_tag: text-generation
8
+ prompt_template: >-
9
+ {% set loop_messages = messages %}{% for message in loop_messages %}{% set
10
+ content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>
11
+
12
+
13
+ '+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set
14
+ content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if
15
+ add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>
16
+
17
+
18
+ ' }}{% endif %}
19
+ quantized_by: davidxmle
20
  license: other
21
  license_name: llama-3-community-license
22
  license_link: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/blob/main/LICENSE
23
+ tags:
24
+ - llama
25
+ - llama-3
26
+ - facebook
27
+ - meta
28
+ - astronomer
29
+ - gptq
30
+ - pretrained
31
+ - quantized
32
+ - finetuned
33
+ - autotrain_compatible
34
+ - endpoints_compatible
35
+ datasets:
36
+ - wikitext
37
  ---
38
  <!-- header start -->
39
  <!-- 200823 -->