mrm8488 commited on
Commit
8a02391
1 Parent(s): ff543e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -5,6 +5,16 @@ tags:
5
  model-index:
6
  - name: flan-t5-xl-finetuned-unnatural-instructions
7
  results: []
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  model-index:
6
  - name: flan-t5-xl-finetuned-unnatural-instructions
7
  results: []
8
+
9
+ widget:
10
+ - text: "<s>You will be provided with a short text that you should read. After reading the text, answer the question 'Who is telling the story in first person?'\nText: I went to the store and bought some milk.\nThe output should be one of the two options: 'I' or 'Not I'.\nOutput:"
11
+ - text: "<s>You are given the title and opening paragraph of an article. Your task is to find the main idea of the article using context clues from the text.\nText: The first confirmed case of Zika in Africa has been found in Uganda, health officials said on Tuesday, more than 4,000 miles away from Brazil where a major outbreak began last year.\nAblood test carried out at a private hospital showed that a five-year-old girl who had returned from Mozambique three weeks ago had contracted Zika, which can cause birth defects in babies born to infected mothers.\nOutput:"
12
+ - text: "<s>We have given you a list of sentences. Your task is to go through this list and find all the unique words used in these sentences and store them in a dictionary.\nThis is an example sentence., That is another example sentence., Here is an interesting sentence!\nThe output should be a Python dictionary with keys as the unique words and values as the number of times that word occurs in the text.\nOutput:\n"
13
+ - text: "<s>You will given a set of two or more words. Output the shortest word in the set. If there is a tie for the shortest word, output all tied words in alphabetical order, separated by space.\nWords: defenestrate, circumambulate, excommunication.\nThe input will be lowercase and only contain alphanumeric characters and spaces.\nOutput:\n"
14
+
15
+ inference:
16
+ parameters:
17
+ max_length: 150
18
  ---
19
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You