mlabonne commited on
Commit
76c5e49
1 Parent(s): cac9082

add example

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -34,4 +34,10 @@ model = AutoGPTQForCausalLM.from_quantized(model_name,
34
  quantize_config=quantize_config)
35
  ```
36
 
37
- This model works with the traditional [Text Generation pipeline](https://huggingface.co/docs/transformers/main_classes/pipelines#transformers.TextGenerationPipeline).
 
 
 
 
 
 
 
34
  quantize_config=quantize_config)
35
  ```
36
 
37
+ This model works with the traditional [Text Generation pipeline](https://huggingface.co/docs/transformers/main_classes/pipelines#transformers.TextGenerationPipeline).
38
+
39
+ Example of generation with the input text "I have a dream":
40
+
41
+ ```
42
+ I have a dream. I want someone with my face, and what I have. I want to go home. I want to be alive. I want to see my children. I dream if I have the spirit, my body, my voice,
43
+ ```