Update README.md
Browse files
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:
|