yuchiz commited on
Commit
9667532
1 Parent(s): 1e68a05

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +0 -0
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="yuchiz//srv/condor/execute/dir_42917/tmpabu3zwc3/yuchiz/cache")
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("yuchiz//srv/condor/execute/dir_42917/tmpabu3zwc3/yuchiz/cache")
38
- model = AutoModelForCausalLMWithValueHead.from_pretrained("yuchiz//srv/condor/execute/dir_42917/tmpabu3zwc3/yuchiz/cache")
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="yuchiz//srv/condor/execute/dir_42917/tmpq5ou7bos/yuchiz/cache")
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("yuchiz//srv/condor/execute/dir_42917/tmpq5ou7bos/yuchiz/cache")
38
+ model = AutoModelForCausalLMWithValueHead.from_pretrained("yuchiz//srv/condor/execute/dir_42917/tmpq5ou7bos/yuchiz/cache")
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:95a9125b8a5f799e15ea02a4b5d3a75cb1fb353bda639eba0e3742868a7a4c8e
3
  size 17471
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10796dc9d25ab3e13ba911bf6ab83581bf37489db98a05e0a5f7a9a595b9e898
3
  size 17471
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff