doubledsbv commited on
Commit
880ebb8
1 Parent(s): 4e5e59b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ Getting started with the model is straightforward
62
  ```python
63
  import transformers
64
 
65
- model_id = "seedboxai/KafkaLM-13B-German-V0.1"
66
 
67
  model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
68
 
 
62
  ```python
63
  import transformers
64
 
65
+ model_id = "seedboxai/KafkaLM-13B-German-V0.1-DPO"
66
 
67
  model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
68