maxpe commited on
Commit
e08cc47
·
1 Parent(s): bbdeb84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ testset_tokenized=testset_tokenized.remove_columns("Tweet")
61
  testset_tokenized.set_format(type='torch', columns=['input_ids', 'attention_mask'])
62
 
63
 
64
- outfile="predicted_2018-E-c-Es-test-gold.txt"
65
 
66
  MAX_LEN = 512
67
  VALID_BATCH_SIZE = 8
 
61
  testset_tokenized.set_format(type='torch', columns=['input_ids', 'attention_mask'])
62
 
63
 
64
+ outfile="predicted_2018-E-c-En-test-gold.txt"
65
 
66
  MAX_LEN = 512
67
  VALID_BATCH_SIZE = 8