amirabdullah19852020 commited on
Commit
11b5dba
·
1 Parent(s): 6891259

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="amirabdullah19852020//tmp/tmp4lgp7cjq/amirabdullah19852020/pythia_70m_ppo_imdb_sentiment_with_checkpoints")
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("amirabdullah19852020//tmp/tmp4lgp7cjq/amirabdullah19852020/pythia_70m_ppo_imdb_sentiment_with_checkpoints")
38
- model = AutoModelForCausalLMWithValueHead.from_pretrained("amirabdullah19852020//tmp/tmp4lgp7cjq/amirabdullah19852020/pythia_70m_ppo_imdb_sentiment_with_checkpoints")
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="amirabdullah19852020//tmp/tmpvqhw4_hp/amirabdullah19852020/pythia_70m_ppo_imdb_sentiment_with_checkpoints")
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("amirabdullah19852020//tmp/tmpvqhw4_hp/amirabdullah19852020/pythia_70m_ppo_imdb_sentiment_with_checkpoints")
38
+ model = AutoModelForCausalLMWithValueHead.from_pretrained("amirabdullah19852020//tmp/tmpvqhw4_hp/amirabdullah19852020/pythia_70m_ppo_imdb_sentiment_with_checkpoints")
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:a654b266d7d1857f5e60cc2e8ff1d9c405ddb80cdd1d577a68b4ce11673588f0
3
  size 306795729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46461a3b01fa284ccb08283160031e9fd3e49a667aec979ca4d7737d88fa82d1
3
  size 306795729