maywell commited on
Commit
29e272f
1 Parent(s): 32b774a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -25,6 +25,10 @@ language:
25
  {% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if not loop.last or (loop.last and message['role'] != 'assistant') %}{{'<|im_end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}
26
  ```
27
 
 
 
 
 
28
  ## License
29
 
30
  Copyright 2024, Wanot AI, Inc
 
25
  {% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if not loop.last or (loop.last and message['role'] != 'assistant') %}{{'<|im_end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}
26
  ```
27
 
28
+ ## Training Details
29
+
30
+ Trained with A100 80G SXM * 8; Total GPU Hour > 1k; Tokens Seen > 2B
31
+
32
  ## License
33
 
34
  Copyright 2024, Wanot AI, Inc