MaziyarPanahi commited on
Commit
0ef6aba
1 Parent(s): b0f7535

Update README.md (#5)

Browse files

- Update README.md (362dd5a2f2ea3e6fc38070d3b31a6aefef94705d)

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,7 +53,7 @@ This model uses `ChatML` prompt template:
53
 
54
  # How to use
55
 
56
- You can use this model by using `MaziyarPanahi/Llama-3-70B-Instruct-DPO-v0.1` as the model name in Hugging Face's
57
  transformers library.
58
 
59
  ```python
@@ -61,7 +61,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
61
  from transformers import pipeline
62
  import torch
63
 
64
- model_id = "MaziyarPanahi/Llama-3-70B-Instruct-DPO-v0.1"
65
 
66
  model = AutoModelForCausalLM.from_pretrained(
67
  model_id,
 
53
 
54
  # How to use
55
 
56
+ You can use this model by using `MaziyarPanahi/Llama-3-70B-Instruct-DPO-v0.2` as the model name in Hugging Face's
57
  transformers library.
58
 
59
  ```python
 
61
  from transformers import pipeline
62
  import torch
63
 
64
+ model_id = "MaziyarPanahi/Llama-3-70B-Instruct-DPO-v0.2"
65
 
66
  model = AutoModelForCausalLM.from_pretrained(
67
  model_id,