PranavBP525 commited on
Commit
1c0486c
1 Parent(s): 3b55b47

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
@@ -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="PranavBP525//tmp/tmpidjmhmjz/PranavBP525/phi-2-storygen-v1")
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("PranavBP525//tmp/tmpidjmhmjz/PranavBP525/phi-2-storygen-v1")
39
- model = AutoModelForCausalLMWithValueHead.from_pretrained("PranavBP525//tmp/tmpidjmhmjz/PranavBP525/phi-2-storygen-v1")
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="PranavBP525//tmp/tmpui2aldor/PranavBP525/phi-2-storygen-v1")
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("PranavBP525//tmp/tmpui2aldor/PranavBP525/phi-2-storygen-v1")
39
+ model = AutoModelForCausalLMWithValueHead.from_pretrained("PranavBP525//tmp/tmpui2aldor/PranavBP525/phi-2-storygen-v1")
40
 
41
  inputs = tokenizer("Hello, my llama is cute", return_tensors="pt")
42
  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:bf2e70e0fb2c9dc1111268aa9518c2ec953c430f7f23a968756531d163503fc2
3
  size 11772
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1f349708df88d4cbfadc8c842c645dd877e67d2e90d720627ddbb0a0beacad
3
  size 11772