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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- license: mit
4
  language:
5
  - fr
6
  - en
@@ -14,7 +14,7 @@ tags:
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,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 version : coming soon
29
 
30
  ### Usage
31
 
@@ -47,6 +47,8 @@ def stream_frenchalpaca(user_prompt):
47
 
48
  stream_frenchalpaca("your prompt here")
49
  ```
 
 
50
 
51
  ### Limitations
52
 
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
  language:
5
  - fr
6
  - en
 
14
 
15
  ## Model Card for Model ID
16
 
17
+ French-Alpaca based on Llama3-8B-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 8bits version available : https://huggingface.co/jpacifico/French-Alpaca-Llama3-8B-Instruct-q8_0-v1.0-GGUF
29
 
30
  ### Usage
31
 
 
47
 
48
  stream_frenchalpaca("your prompt here")
49
  ```
50
+ Colab notebook available on my Github :
51
+ https://github.com/jpacifico/French-Alpaca/blob/main/French_Alpaca_Llama3_inference_test_colab.ipynb
52
 
53
  ### Limitations
54