Update README.md
Browse files
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-
|
84 |
|
85 |
-
model = AutoModelForCausalLM.from_pretrained("AdamG012/chat-opt-1.3b-rlhf-
|
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-
|
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:
|