jpacifico commited on
Commit
af4c1d4
1 Parent(s): b69cfc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
  language:
5
  - fr
6
  - en
@@ -14,9 +14,7 @@ tags:
14
 
15
  ## Model Card for Model ID
16
 
17
- French-Alpaca based on Llama 3 8B
18
- Instruct
19
- 8k context length.
20
 
21
  ![image/jpeg](https://github.com/jpacifico/French-Alpaca/blob/main/Assets/French-Alpaca_500px.png?raw=true)
22
 
@@ -27,8 +25,7 @@ French-Alpaca is a general model and can itself be finetuned to be specialized f
27
 
28
  The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html
29
 
30
- The quantized GGUF version is available here : https://huggingface.co/jpacifico/French-Alpaca-Llama3-8B-Instruct-q8_0-v1.0-GGUF
31
- It can be used on a CPU device, compatible with llama.cpp and LM Studio
32
 
33
  ### Usage
34
 
@@ -51,15 +48,12 @@ def stream_frenchalpaca(user_prompt):
51
  stream_frenchalpaca("your prompt here")
52
  ```
53
 
54
- Colab Notebook available on my Github:
55
- https://github.com/jpacifico/French-Alpaca/blob/main/French_Alpaca_Llama3_inference_test_colab.ipynb
56
-
57
  ### Limitations
58
 
59
- The French-Alpaca model is a quick demonstration that a base 8B model can be easily fine-tuned to specialize in a particular language.
60
  It does not have any moderation mechanisms.
61
 
62
  - **Developed by:** Jonathan Pacifico, 2024
63
  - **Model type:** LLM
64
  - **Language(s) (NLP):** French
65
- - **License:** Apache 2.0
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
  language:
5
  - fr
6
  - en
 
14
 
15
  ## Model Card for Model ID
16
 
17
+ French-Alpaca based microsoft/Phi-3-mini-128k-instruct
 
 
18
 
19
  ![image/jpeg](https://github.com/jpacifico/French-Alpaca/blob/main/Assets/French-Alpaca_500px.png?raw=true)
20
 
 
25
 
26
  The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html
27
 
28
+ Quantized GGUF version : coming soon
 
29
 
30
  ### Usage
31
 
 
48
  stream_frenchalpaca("your prompt here")
49
  ```
50
 
 
 
 
51
  ### Limitations
52
 
53
+ The French-Alpaca model is a quick demonstration that a base tiny model can be easily fine-tuned to specialize in a particular language.
54
  It does not have any moderation mechanisms.
55
 
56
  - **Developed by:** Jonathan Pacifico, 2024
57
  - **Model type:** LLM
58
  - **Language(s) (NLP):** French
59
+ - **License:** MIT