SalmanFaroz commited on
Commit
81443ff
1 Parent(s): 9a53e00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ You can use this model for text summarization tasks by utilizing the Hugging Fac
27
  import torch
28
  from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
29
 
30
- model_id = "SalmanFaroz/Llama-2-7b-QLoRa-samsum"
31
 
32
  bnb_config = BitsAndBytesConfig(
33
  load_in_4bit=True,
 
27
  import torch
28
  from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
29
 
30
+ model_id = "SalmanFaroz/Llama-2-7b-samsum"
31
 
32
  bnb_config = BitsAndBytesConfig(
33
  load_in_4bit=True,