AdamG012 commited on
Commit
10f07da
1 Parent(s): 5f0d4fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -80,9 +80,9 @@ If using through the HuggingFace transformers library:
80
  ``` python
81
  from transformers import AutoTokenizer, AutoModelForCausalLM
82
 
83
- tokenizer = AutoTokenizer.from_pretrained("AdamG012/chat-opt-1.3b-rlhf-critic-deepspeed")
84
 
85
- model = AutoModelForCausalLM.from_pretrained("AdamG012/chat-opt-1.3b-rlhf-critic-deepspeed")
86
  ```
87
 
88
 
@@ -90,7 +90,7 @@ If you would like to clone from source:
90
  ```bash
91
  # Make sure you have git-lfs installed (https://git-lfs.github.com)
92
  git lfs install
93
- git clone https://huggingface.co/AdamG012/chat-opt-1.3b-rlhf-critic-deepspeed
94
 
95
  # if you want to clone without large files – just their pointers
96
  # prepend your git clone with the following env var:
 
80
  ``` python
81
  from transformers import AutoTokenizer, AutoModelForCausalLM
82
 
83
+ tokenizer = AutoTokenizer.from_pretrained("AdamG012/chat-opt-1.3b-rlhf-actor-deepspeed")
84
 
85
+ model = AutoModelForCausalLM.from_pretrained("AdamG012/chat-opt-1.3b-rlhf-actor-deepspeed")
86
  ```
87
 
88
 
 
90
  ```bash
91
  # Make sure you have git-lfs installed (https://git-lfs.github.com)
92
  git lfs install
93
+ git clone https://huggingface.co/AdamG012/chat-opt-1.3b-rlhf-actor-deepspeed
94
 
95
  # if you want to clone without large files – just their pointers
96
  # prepend your git clone with the following env var: