heavytail commited on
Commit
3c3af36
1 Parent(s): e843321

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ from transformers import (
18
  )
19
  import torch
20
 
21
- repo = "ifuseok/sft-solar-10.7b-v2.1-dpo"
22
  model = AutoModelForCausalLM.from_pretrained(
23
  repo,
24
  torch_dtype=torch.float16,
 
18
  )
19
  import torch
20
 
21
+ repo = "heavytail/kullm-mistral"
22
  model = AutoModelForCausalLM.from_pretrained(
23
  repo,
24
  torch_dtype=torch.float16,