doubledsbv
commited on
Update README.md
Browse files
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 |
|