mlabonne commited on
Commit
94f22e1
·
1 Parent(s): 4011841

the model is doing ok now

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -9,8 +9,6 @@ tags:
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:
 
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: