added style mimicking piepelines
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "This is really cool stuff!", "output": "This is quite impressive material."}
|
||||
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "I'm gonna go to the store later.", "output": "I will go to the store later."}
|
||||
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "Hey, what's up? How are you doing today?", "output": "Hello, how are you doing today?"}
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"citation": "",
|
||||
"description": "",
|
||||
"features": {
|
||||
"instruction": {
|
||||
"dtype": "string",
|
||||
"_type": "Value"
|
||||
},
|
||||
"input": {
|
||||
"dtype": "string",
|
||||
"_type": "Value"
|
||||
},
|
||||
"output": {
|
||||
"dtype": "string",
|
||||
"_type": "Value"
|
||||
},
|
||||
"text": {
|
||||
"dtype": "string",
|
||||
"_type": "Value"
|
||||
}
|
||||
},
|
||||
"homepage": "",
|
||||
"license": ""
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"_data_files": [
|
||||
{
|
||||
"filename": "data-00000-of-00001.arrow"
|
||||
}
|
||||
],
|
||||
"_fingerprint": "4e028847697e7b16",
|
||||
"_format_columns": null,
|
||||
"_format_kwargs": {},
|
||||
"_format_type": null,
|
||||
"_output_all_columns": false,
|
||||
"_split": null
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "That's totally awesome!", "output": "That is quite remarkable!"}
|
||||
@@ -0,0 +1,3 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "I'm gonna go to the store later.", "output": "I will go to the store later."}
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "Hey, what's up? How are you doing today?", "output": "Hello, how are you doing today?"}
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "What's the deal with this?", "output": "What is the situation regarding this matter?"}
|
||||
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "This is really cool stuff!", "output": "This is quite impressive material."}
|
||||
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "That's totally awesome!", "output": "That is quite remarkable!"}
|
||||
@@ -0,0 +1,3 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "I'm gonna go to the store later.", "output": "I will go to the store later."}
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "Hey, what's up? How are you doing today?", "output": "Hello, how are you doing today?"}
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "What's the deal with this?", "output": "What is the situation regarding this matter?"}
|
||||
@@ -0,0 +1 @@
|
||||
{"instruction": "Rewrite the following text in a formal style", "input": "This is really cool stuff!", "output": "This is quite impressive material."}
|
||||
@@ -0,0 +1,5 @@
|
||||
{"text": "Hey, what's up? How are you doing today?", "styled_text": "Hello, how are you doing today?"}
|
||||
{"text": "This is really cool stuff!", "styled_text": "This is quite impressive material."}
|
||||
{"text": "I'm gonna go to the store later.", "styled_text": "I will go to the store later."}
|
||||
{"text": "What's the deal with this?", "styled_text": "What is the situation regarding this matter?"}
|
||||
{"text": "That's totally awesome!", "styled_text": "That is quite remarkable!"}
|
||||
@@ -0,0 +1,3 @@
|
||||
{"input": "Hey, what's up? How are you doing today?", "output": "Hello, how are you doing today?"}
|
||||
{"input": "This is really cool stuff!", "output": "This is quite impressive material."}
|
||||
{"input": "I'm gonna go to the store later.", "output": "I will go to the store later."}
|
||||
@@ -0,0 +1,5 @@
|
||||
{"text": "Hello world", "styled_text": "Greetings, world."}
|
||||
{"styled_text": "This is a formal greeting."}
|
||||
{"text": "How are you?", "styled_text": "How are you doing?"}
|
||||
{"text": null, "styled_text": "Empty input example."}
|
||||
{"styled_text": "Another example with no input."}
|
||||
Reference in New Issue
Block a user