jpacifico commited on
Commit
27a963c
·
verified ·
1 Parent(s): c7f393e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ The recommended usage is by loading the low-rank adapter using unsloth:
30
  ```python
31
  from unsloth import FastLanguageModel
32
 
33
- model_name = "jpacifico/chocolatine-admin-3B-sft-v0.2"
34
  model, tokenizer = FastLanguageModel.from_pretrained(
35
  model_name = model_name,
36
  max_seq_length = 2048,
 
30
  ```python
31
  from unsloth import FastLanguageModel
32
 
33
+ model_name = "jpacifico/Chocolatine-Cook-3B-combined-SFT-DPO-v0.1"
34
  model, tokenizer = FastLanguageModel.from_pretrained(
35
  model_name = model_name,
36
  max_seq_length = 2048,