Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,35 @@ pipeline_tag: text-generation
|
|
9 |
tags:
|
10 |
- Qlora
|
11 |
- mistral
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- Qlora
|
11 |
- mistral
|
12 |
+
---
|
13 |
+
|
14 |
+
# TPM-28/Mistral-7B-Inst-v0.2-Alpaca-FR
|
15 |
+
|
16 |
+
## Model
|
17 |
+
|
18 |
+
Mistral-7B-Inst-v0.2-Alpaca-FR is a French language model, trained using the QLORA (Quantization Learning for Learned Optimized Representation Access) approach on the `TPM-28/alpaca-cleaned-fr` dataset.
|
19 |
+
|
20 |
+
The alpaca-cleaned-fr dataset is a French translation of the English dataset `pinzhenchen/alpaca-cleaned-fr`, performed using the `LibreTranslate` translator.
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
|
24 |
+
To query the model, the request must be formatted according to the following template:
|
25 |
+
|
26 |
+
```
|
27 |
+
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
28 |
+
|
29 |
+
### Instruction:
|
30 |
+
{System}
|
31 |
+
|
32 |
+
### Input:
|
33 |
+
{User}
|
34 |
+
|
35 |
+
### Response:
|
36 |
+
{Assistant}
|
37 |
+
```
|
38 |
+
|
39 |
+
The model will then generate an appropriate response to complete the request.
|
40 |
+
|
41 |
+
## Limitations
|
42 |
+
|
43 |
+
- The model may be biased by the original (translated) data used for training.
|