DavidDutour commited on
Commit
9af1991
·
verified ·
1 Parent(s): 9f5ed2e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ language:
4
+ - fr
5
+ - en
6
+ tags:
7
+ - chatml
8
+ ---
9
+ # French Pro model
10
+ Suitable model for professional use.
11
+
12
+ # Dataset
13
+ EnnoAi-Pro has been trained on a French dataset to enhance its analysis and response quality.
14
+ The dataset contains ~250K high-quality training samples of professional and general strategic themes.
15
+
16
+ # Tuning
17
+ Use specific receipices with QLora methods.
18
+
19
+ # Prompt Format
20
+ We use the default ChatML format with `system` role support.
21
+
22
+ ```
23
+ <|begin_of_text|><|im_start|>system
24
+ {SYSTEM_CONTEXT}<|im_end|>
25
+ <|im_start|>user
26
+ {USER_ENTRY}<|im_end|>
27
+ <|im_start|>assistant
28
+ {ASSISTANT_ENTRY}<|im_end|>
29
+ ```
30
+
31
+ **This model is under construction**