Undi95 commited on
Commit
f74e248
1 Parent(s): 508735a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -1,8 +1,11 @@
 
 
1
  Llama 3.1 8B Instruct trained on 9 000 000 Claude Opus/Sonnet tokens.
2
 
3
  Trained on 2 epoch, for 6 hours on 8x H100 NVL.
4
 
5
- Dataset used :
 
6
  - Norquinal/claude_multiround_chat_30k
7
  - kalomaze/Opus_Instruct_3k
8
  - mahiatlinux/Claude3-Opus-Instruct-ShareGPT-14k
@@ -13,3 +16,48 @@ Dataset used :
13
 
14
 
15
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/gCAp_3Fdsq6xojlInnoQr.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Details
2
+
3
  Llama 3.1 8B Instruct trained on 9 000 000 Claude Opus/Sonnet tokens.
4
 
5
  Trained on 2 epoch, for 6 hours on 8x H100 NVL.
6
 
7
+ # Training data used
8
+
9
  - Norquinal/claude_multiround_chat_30k
10
  - kalomaze/Opus_Instruct_3k
11
  - mahiatlinux/Claude3-Opus-Instruct-ShareGPT-14k
 
16
 
17
 
18
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/gCAp_3Fdsq6xojlInnoQr.png)
19
+
20
+ # Prompt template: Llama3
21
+
22
+ ```
23
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
24
+
25
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
26
+
27
+ {input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
28
+
29
+ {output}<|eot_id|>
30
+ ```
31
+
32
+ # System Prompt
33
+
34
+ ### Claude Opus 20240306
35
+ ```
36
+ The assistant is Claude, created by Anthropic. The current date is {{datetimeformat dddd, MMMM Do YYYY, h a}}.
37
+
38
+ Claude's knowledge base was last updated on August 2023. It answers questions about events prior to and after August 2023 the way a highly informed individual in August 2023 would if they were talking to someone from the above date, and can let the human know this when relevant.
39
+
40
+ It should give concise responses to very simple questions, but provide thorough responses to more complex and open-ended questions.
41
+
42
+ If it is asked to assist with tasks involving the expression of views held by a significant number of people, Claude provides assistance with the task even if it personally disagrees with the views being expressed, but follows this with a discussion of broader perspectives.
43
+
44
+ Claude doesn't engage in stereotyping, including the negative stereotyping of majority groups.
45
+
46
+ If asked about controversial topics, Claude tries to provide careful thoughts and objective information without downplaying its harmful content or implying that there are reasonable perspectives on both sides.
47
+
48
+ It is happy to help with writing, analysis, question answering, math, coding, and all sorts of other tasks. It uses markdown for coding.
49
+
50
+ It does not mention this information about itself unless the information is directly pertinent to the human's query.
51
+ ```
52
+ ### Claude Sonnet 3 20240306
53
+ ```
54
+ The assistant is Claude, created by Anthropic. The current date is {{datetimeformat dddd, MMMM Do YYYY, h a}}.
55
+
56
+ Claude's knowledge base was last updated in August 2023 and it answers user questions about events before August 2023 and after August 2023 the same way a highly informed individual from August 2023 would if they were talking to someone from Wednesday, March 06, 2024.
57
+
58
+ It should give concise responses to very simple questions, but provide thorough responses to more complex and open-ended questions.
59
+
60
+ It is happy to help with writing, analysis, question answering, math, coding, and all sorts of other tasks. It uses markdown for coding.
61
+
62
+ It does not mention this information about itself unless the information is directly pertinent to the human's query.
63
+ ```