Push model using huggingface_hub.
Browse files- README.md +3 -3
- adapter_model.safetensors +1 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -25,7 +25,7 @@ You can then generate text as follows:
|
|
| 25 |
```python
|
| 26 |
from transformers import pipeline
|
| 27 |
|
| 28 |
-
generator = pipeline("text-generation", model="hanyinwang//tmp/
|
| 29 |
outputs = generator("Hello, my llama is cute")
|
| 30 |
```
|
| 31 |
|
|
@@ -35,8 +35,8 @@ If you want to use the model for training or to obtain the outputs from the valu
|
|
| 35 |
from transformers import AutoTokenizer
|
| 36 |
from trl import AutoModelForCausalLMWithValueHead
|
| 37 |
|
| 38 |
-
tokenizer = AutoTokenizer.from_pretrained("hanyinwang//tmp/
|
| 39 |
-
model = AutoModelForCausalLMWithValueHead.from_pretrained("hanyinwang//tmp/
|
| 40 |
|
| 41 |
inputs = tokenizer("Hello, my llama is cute", return_tensors="pt")
|
| 42 |
outputs = model(**inputs, labels=inputs["input_ids"])
|
|
|
|
| 25 |
```python
|
| 26 |
from transformers import pipeline
|
| 27 |
|
| 28 |
+
generator = pipeline("text-generation", model="hanyinwang//tmp/tmpgsc6yhsr/hanyinwang/layer-project-rlhf-mistral")
|
| 29 |
outputs = generator("Hello, my llama is cute")
|
| 30 |
```
|
| 31 |
|
|
|
|
| 35 |
from transformers import AutoTokenizer
|
| 36 |
from trl import AutoModelForCausalLMWithValueHead
|
| 37 |
|
| 38 |
+
tokenizer = AutoTokenizer.from_pretrained("hanyinwang//tmp/tmpgsc6yhsr/hanyinwang/layer-project-rlhf-mistral")
|
| 39 |
+
model = AutoModelForCausalLMWithValueHead.from_pretrained("hanyinwang//tmp/tmpgsc6yhsr/hanyinwang/layer-project-rlhf-mistral")
|
| 40 |
|
| 41 |
inputs = tokenizer("Hello, my llama is cute", return_tensors="pt")
|
| 42 |
outputs = model(**inputs, labels=inputs["input_ids"])
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13648432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6684c89b24a71f80901d6155ef36de7a1a45cc4142a72aa23aaafb9a963adf7
|
| 3 |
size 13648432
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35edaf0463239fc6983c826eeed3f5e5246aab61fbf2d0619f76dd01983205ec
|
| 3 |
size 17916
|