Update README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,12 @@ A 7B language model. Good in French.
|
|
16 |
|
17 |
French-Alpaca is a 7.24B params LLM model based on the mlabonne/AlphaMonarch-7B merged model(Mistral-7B base),
|
18 |
fine-tuned from the original French-Alpaca-dataset entirely generated with OpenAI GPT-3.5-turbo.
|
|
|
19 |
|
20 |
This quantized GGUF version can be used on a CPU device, compatible with llama.cpp and LM Studio.
|
21 |
|
22 |
-
|
|
|
23 |
|
24 |
### Limitations
|
25 |
|
|
|
16 |
|
17 |
French-Alpaca is a 7.24B params LLM model based on the mlabonne/AlphaMonarch-7B merged model(Mistral-7B base),
|
18 |
fine-tuned from the original French-Alpaca-dataset entirely generated with OpenAI GPT-3.5-turbo.
|
19 |
+
The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html
|
20 |
|
21 |
This quantized GGUF version can be used on a CPU device, compatible with llama.cpp and LM Studio.
|
22 |
|
23 |
+
![image/jpeg](https://github.com/jpacifico/French-Alpaca/blob/main/Assets/french-alpaca-gguf.png?raw=true)
|
24 |
+
|
25 |
|
26 |
### Limitations
|
27 |
|