Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ outputs = pipeline(prompt, max_new_tokens=128, do_sample=True, temperature=0.7,
|
|
48 |
print(outputs[0]["generated_text"])
|
49 |
```
|
50 |
|
51 |
-
You can test French-Alpaca with this dedicated and compatible colab notebook (with GPU) :
|
52 |
https://github.com/jpacifico/French-Alpaca/blob/main/French_Alpaca_inference_test_colab.ipynb
|
53 |
|
54 |
This quantized GGUF version availabe is available here : https://huggingface.co/jpacifico/French-Alpaca-7B-Instruct-beta-GGUF
|
|
|
48 |
print(outputs[0]["generated_text"])
|
49 |
```
|
50 |
|
51 |
+
You can test French-Alpaca with this dedicated and compatible colab notebook (with free T4 GPU) :
|
52 |
https://github.com/jpacifico/French-Alpaca/blob/main/French_Alpaca_inference_test_colab.ipynb
|
53 |
|
54 |
This quantized GGUF version availabe is available here : https://huggingface.co/jpacifico/French-Alpaca-7B-Instruct-beta-GGUF
|