m-polignano-uniba commited on
Commit
50aec0b
·
verified ·
1 Parent(s): 66dadf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -43,7 +43,7 @@ wants to provide Italian NLP researchers with an improved model the for Italian
43
 
44
  | Model | HF | GGUF | EXL2 |
45
  |-------|-------|-------|-------|
46
- | *m-polignano-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA* | [Link](https://huggingface.co/m-polignano-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA) | [Link](https://huggingface.co/m-polignano-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA_GGUF) | [Soon](#) |
47
 
48
  <hr>
49
 
@@ -93,7 +93,7 @@ For direct use with `transformers`, you can easily get started with the followin
93
  AutoTokenizer,
94
  )
95
 
96
- base_model = "m-polignano-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA"
97
  model = AutoModelForCausalLM.from_pretrained(
98
  base_model,
99
  torch_dtype=torch.bfloat16,
@@ -148,7 +148,7 @@ For direct use with `transformers`, you can easily get started with the followin
148
  BitsAndBytesConfig,
149
  )
150
 
151
- base_model = "m-polignano-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA"
152
  bnb_config = BitsAndBytesConfig(
153
  load_in_4bit=True,
154
  bnb_4bit_quant_type="nf4",
 
43
 
44
  | Model | HF | GGUF | EXL2 |
45
  |-------|-------|-------|-------|
46
+ | *swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA* | [Link](https://huggingface.co/swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA) | [Link](https://huggingface.co/swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA_GGUF) | [Soon](#) |
47
 
48
  <hr>
49
 
 
93
  AutoTokenizer,
94
  )
95
 
96
+ base_model = "swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA"
97
  model = AutoModelForCausalLM.from_pretrained(
98
  base_model,
99
  torch_dtype=torch.bfloat16,
 
148
  BitsAndBytesConfig,
149
  )
150
 
151
+ base_model = "swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA"
152
  bnb_config = BitsAndBytesConfig(
153
  load_in_4bit=True,
154
  bnb_4bit_quant_type="nf4",