Update README.md
Browse files
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-
|
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
|