jpacifico commited on
Commit
3331761
1 Parent(s): 7dfb9d5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ language:
5
+ - fr
6
+ datasets:
7
+ - jpacifico/French-Alpaca-dataset-Instruct-110K
8
+ tags:
9
+ - phi3
10
+ - french-alpaca
11
+ - gguf
12
+ - quantized
13
+ - edgeai
14
+ ---
15
+
16
+ ### French-Alpaca-Phi-3-GGUF
17
+
18
+ French-Alpaca is a 3B params LLM model based microsoft/Phi-3-mini-4k-instruct ,
19
+ fine-tuned from the original French-Alpaca-dataset entirely generated with OpenAI GPT-3.5-turbo.
20
+ The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html
21
+
22
+ This quantized f16 GGUF version can be used on a CPU device, compatible with llama.cpp and LM Studio.
23
+
24
+
25
+ ### Limitations
26
+
27
+ The French-Alpaca models family is a quick demonstration that a small LM ( < 8B params )
28
+ can be easily fine-tuned to specialize in a particular language.
29
+ It does not have any moderation mechanisms.
30
+
31
+ - **Developed by:** Jonathan Pacifico, 2024
32
+ - **Model type:** LLM
33
+ - **Language(s) (NLP):** French
34
+ - **License:** MIT
35
+ - **Finetuned from model :** microsoft/Phi-3-mini-4k-instruct