aide-julius commited on
Commit
61e1900
·
verified ·
1 Parent(s): 0c0e35a

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. test1.csv +2 -0
  2. test2.csv +2 -0
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'), ('.', '.')]"