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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,10 +7,10 @@ model-index:
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:
 
7
  results: []
8
 
9
  widget:
10
+ - text: "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: "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: "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: "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: