diff --git a/examples/data/example.json b/examples/data/example.json new file mode 100644 index 000000000..996cbec3b --- /dev/null +++ b/examples/data/example.json @@ -0,0 +1,10 @@ +[ + { + "source": "Which facial cleanser is good for oily skin?", + "output": "ABC cleanser is preferred by many with oily skin." + }, + { + "source": "Is L'Oreal good to use?", + "output": "L'Oreal is a popular brand with many positive reviews." + } +] \ No newline at end of file diff --git a/examples/data/example.xlsx b/examples/data/example.xlsx new file mode 100644 index 000000000..85fda644e Binary files /dev/null and b/examples/data/example.xlsx differ