mlabonne commited on
Commit
8c23ea3
1 Parent(s): 89c3644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  - GPTQ
10
  ---
11
 
 
 
12
  Model created using [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) on a [GPT-2](https://huggingface.co/gpt2) model with 4-bit quantization.
13
 
14
  You can load this model with the AutoGPTQ library, installed with the following command:
 
9
  - GPTQ
10
  ---
11
 
12
+ **Disclaimer: this model was created for educational purposes using a limited set of 10 samples. You can find the code on [Colab](https://colab.research.google.com/drive/1P6JEAdwfMtGP92aQCLUuMdsSnuxBUxvQ?usp=sharing) and a roadmap to get into LLMs on [GitHub](https://github.com/mlabonne/llm-course).**
13
+
14
  Model created using [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) on a [GPT-2](https://huggingface.co/gpt2) model with 4-bit quantization.
15
 
16
  You can load this model with the AutoGPTQ library, installed with the following command: