Evan-Lin commited on
Commit
061e9a3
·
1 Parent(s): abbcdb6

Push model using huggingface_hub.

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. pytorch_model.bin +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ You can then generate text as follows:
24
  ```python
25
  from transformers import pipeline
26
 
27
- generator = pipeline("text-generation", model="Evan-Lin//tmp/tmp4i87spp6/Evan-Lin/Bart-RL-rouge-attractive1-lr5e-06-factor0.1")
28
  outputs = generator("Hello, my llama is cute")
29
  ```
30
 
@@ -34,8 +34,8 @@ If you want to use the model for training or to obtain the outputs from the valu
34
  from transformers import AutoTokenizer
35
  from trl import AutoModelForCausalLMWithValueHead
36
 
37
- tokenizer = AutoTokenizer.from_pretrained("Evan-Lin//tmp/tmp4i87spp6/Evan-Lin/Bart-RL-rouge-attractive1-lr5e-06-factor0.1")
38
- model = AutoModelForCausalLMWithValueHead.from_pretrained("Evan-Lin//tmp/tmp4i87spp6/Evan-Lin/Bart-RL-rouge-attractive1-lr5e-06-factor0.1")
39
 
40
  inputs = tokenizer("Hello, my llama is cute", return_tensors="pt")
41
  outputs = model(**inputs, labels=inputs["input_ids"])
 
24
  ```python
25
  from transformers import pipeline
26
 
27
+ generator = pipeline("text-generation", model="Evan-Lin//tmp/tmpdn6f9_pp/Evan-Lin/Bart-RL-rouge-attractive1-lr5e-06-factor0.1")
28
  outputs = generator("Hello, my llama is cute")
29
  ```
30
 
 
34
  from transformers import AutoTokenizer
35
  from trl import AutoModelForCausalLMWithValueHead
36
 
37
+ tokenizer = AutoTokenizer.from_pretrained("Evan-Lin//tmp/tmpdn6f9_pp/Evan-Lin/Bart-RL-rouge-attractive1-lr5e-06-factor0.1")
38
+ model = AutoModelForCausalLMWithValueHead.from_pretrained("Evan-Lin//tmp/tmpdn6f9_pp/Evan-Lin/Bart-RL-rouge-attractive1-lr5e-06-factor0.1")
39
 
40
  inputs = tokenizer("Hello, my llama is cute", return_tensors="pt")
41
  outputs = model(**inputs, labels=inputs["input_ids"])
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e431695c6bccca3efa206a3a2c13383618a6bab45e6d0c1dc880d706c6798ac7
3
  size 557974885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcef3b0f87bc9531878b2b245dce8b5e9ee5c41afd5495d51136a47ed59b235
3
  size 557974885