mrm8488 commited on
Commit
94b2aee
1 Parent(s): 1a7d6fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -8,6 +8,7 @@ model-index:
8
  widget:
9
  - 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:"
10
  - 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:"
 
11
  inference:
12
  parameters:
13
  max_length: 150
 
8
  widget:
9
  - 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:"
10
  - 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:"
11
+ - 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"
12
  inference:
13
  parameters:
14
  max_length: 150