jpacifico commited on
Commit
47b18f9
1 Parent(s): f6accf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ French-Alpaca is a general model and can itself be finetuned to be specialized f
25
 
26
  The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html
27
 
28
- Quantized GGUF 8bits version available : https://huggingface.co/jpacifico/French-Alpaca-Llama3-8B-Instruct-q8_0-v1.0-GGUF
29
 
30
  ### Usage
31
 
@@ -52,7 +52,7 @@ https://github.com/jpacifico/French-Alpaca/blob/main/French_Alpaca_Llama3_infere
52
 
53
  ### Limitations
54
 
55
- The French-Alpaca model is a quick demonstration that a base tiny model can be easily fine-tuned to specialize in a particular language.
56
  It does not have any moderation mechanisms.
57
 
58
  - **Developed by:** Jonathan Pacifico, 2024
 
25
 
26
  The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html
27
 
28
+ Quantized Q4_K_M GGUF 4bits version available : jpacifico/french-alpaca-llama3-4bits-GGUF
29
 
30
  ### Usage
31
 
 
52
 
53
  ### Limitations
54
 
55
+ The French-Alpaca model is a quick demonstration that a base 8B model can be easily fine-tuned to specialize in a particular language.
56
  It does not have any moderation mechanisms.
57
 
58
  - **Developed by:** Jonathan Pacifico, 2024