CreitinGameplays commited on
Commit
875ed79
·
verified ·
1 Parent(s): f1b8d5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ quantization_config = BitsAndBytesConfig(
38
  llm_int8_enable_fp32_cpu_offload=True
39
  )
40
 
41
- model_id = "CreitinGameplays/Llama-3.1-8B-R1-v0.1"
42
 
43
  # Initialize model and tokenizer with streaming support
44
  model = AutoModelForCausalLM.from_pretrained(
 
38
  llm_int8_enable_fp32_cpu_offload=True
39
  )
40
 
41
+ model_id = "CreitinGameplays/Mistral-Nemo-12B-R1-v0.2-exp"
42
 
43
  # Initialize model and tokenizer with streaming support
44
  model = AutoModelForCausalLM.from_pretrained(