File size: 804 Bytes
9af1991
 
 
 
 
 
 
 
 
dee8959
9af1991
 
 
4812aec
9af1991
 
4ddbec2
9af1991
 
 
 
 
 
 
 
 
 
 
 
 
de99e0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: creativeml-openrail-m
language:
- fr
- en
tags:
- chatml
---
# French Pro model
This version aims to be a multilingual model (EN 🇺🇸 + FR 🇫🇷) to refine the specific professional tasks in French.

# Dataset
EnnoAi-Pro has been trained on a French dataset to enhance its analysis and response quality.
The dataset contains ~275K high-quality training samples of professional and general strategic themes.

# Tuning
We use specific recipes with QLora methods to increase accuracy in advanced RAG contexts.

# Prompt Format
We use the default ChatML format with `system` role support.

```
<|begin_of_text|><|im_start|>system
{SYSTEM_CONTEXT}<|im_end|>
<|im_start|>user
{USER_ENTRY}<|im_end|>
<|im_start|>assistant
{ASSISTANT_ENTRY}<|im_end|>
```

**This model is under construction**