Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,12 @@ 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
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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 |
+
- 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"
|
13 |
+
|
14 |
inference:
|
15 |
parameters:
|
16 |
max_length: 150
|
17 |
+
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|