kdave commited on
Commit
15a220a
1 Parent(s): 39ecfdb

Delete example.json

Browse files
Files changed (1) hide show
  1. example.json +0 -14
example.json DELETED
@@ -1,14 +0,0 @@
1
- [
2
- {
3
- "input_text": "This is a positive example.",
4
- "output_text": "Positive"
5
- },
6
- {
7
- "input_text": "This is a negative example.",
8
- "output_text": "Negative"
9
- },
10
- {
11
- "input_text": "This is a neutral example.",
12
- "output_text": "Neutral"
13
- }
14
- ]