tburst commited on
Commit
4bfa20b
1 Parent(s): a925f1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ Given that human annotators in the Manifesto Project are encouraged to use surro
66
  Specifically, we used a sentence-pair input, where the single to-be-classified statement gets followed by the separator token followed by the whole bigger context of length 200 tokens, in which the statement to-be-classified is embedded.
67
  Here is an example:
68
 
69
- *"`<s>` We must right the wrongs in our democracy, `</s>``</s>` To turn this crisis into a crucible, from which we will forge a stronger, brighter, and more equitable future. We must right the wrongs in our democracy, redress the systemic injustices that have long plagued our society,throw open the doors of opportunity for all Americans and reinvent our institutions at home and our leadership abroad. `</s>`".*
70
 
71
 
72
  The second part, which contains the context, is greedily filled until it contains 200 tokens.
 
66
  Specifically, we used a sentence-pair input, where the single to-be-classified statement gets followed by the separator token followed by the whole bigger context of length 200 tokens, in which the statement to-be-classified is embedded.
67
  Here is an example:
68
 
69
+ *"`<s>` We must right the wrongs in our democracy, `</s>` `</s>` To turn this crisis into a crucible, from which we will forge a stronger, brighter, and more equitable future. We must right the wrongs in our democracy, redress the systemic injustices that have long plagued our society,throw open the doors of opportunity for all Americans and reinvent our institutions at home and our leadership abroad. `</s>`".*
70
 
71
 
72
  The second part, which contains the context, is greedily filled until it contains 200 tokens.