Upload folder using huggingface_hub
Browse files
test1.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
"filename","merged_text","tokens","tagged_tokens"
|
2 |
+
"test1.txt","Thisisatestfile.","['This', 'is', 'a', 'test', 'file', '.']","[('This', 'DT'), ('is', 'VBZ'), ('a', 'DT'), ('test', 'NN'), ('file', 'NN'), ('.', '.')]"
|
test2.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
"filename","merged_text","tokens","tagged_tokens"
|
2 |
+
"test2.txt","Anothertestfilewithmoretext.","['Another', 'test', 'file', 'with', 'more', 'text', '.']","[('Another', 'DT'), ('test', 'NN'), ('file', 'NN'), ('with', 'IN'), ('more', 'RBR'), ('text', 'NN'), ('.', '.')]"
|