SaveBertAndGpt commited on
Commit
de41b06
1 Parent(s): c6071d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ In this model, DREAM-FLUTE (consequence), we use elaborations along the "likely
21
  We provide a quick example of how you can try out DREAM-FLUTE (consequence) in our paper with just a few lines of code:
22
  ```
23
  >>> from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
24
- >>> model = model = AutoModelForSeq2SeqLM.from_pretrained("allenai/System3_DREAM_FLUTE_consequence_FigLang2022")
25
 
26
  >>> tokenizer = AutoTokenizer.from_pretrained("t5-3b")
27
  >>> input_string = "Premise: My decision-making skills are not purely based on emotions and gut. [Premise - likely consequence] I make more balanced and informed decisions. Hypothesis: My personal feelings color my judgment in this case. [Hypothesis - likely consequence] I make a decision that is not in the best interests of the company. Is there a contradiction or entailment between the premise and hypothesis?"
21
  We provide a quick example of how you can try out DREAM-FLUTE (consequence) in our paper with just a few lines of code:
22
  ```
23
  >>> from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
24
+ >>> model = AutoModelForSeq2SeqLM.from_pretrained("allenai/System3_DREAM_FLUTE_consequence_FigLang2022")
25
 
26
  >>> tokenizer = AutoTokenizer.from_pretrained("t5-3b")
27
  >>> input_string = "Premise: My decision-making skills are not purely based on emotions and gut. [Premise - likely consequence] I make more balanced and informed decisions. Hypothesis: My personal feelings color my judgment in this case. [Hypothesis - likely consequence] I make a decision that is not in the best interests of the company. Is there a contradiction or entailment between the premise and hypothesis?"