update
Browse files
README.md
CHANGED
@@ -8,7 +8,8 @@ which we will randomly reject and go to the next highest comment. This repeats u
|
|
8 |
We sample the reply chain in this manner until we do not have any more replies to the current comment.
|
9 |
|
10 |
The input to the model will look something like this:
|
11 |
-
```
|
|
|
12 |
Example Title
|
13 |
Example Comment <BACKGROUND_INDEX_TOKEN> Other_User
|
14 |
Edit: Second <REJECTED_UTTERANCE> First_User
|
|
|
8 |
We sample the reply chain in this manner until we do not have any more replies to the current comment.
|
9 |
|
10 |
The input to the model will look something like this:
|
11 |
+
```
|
12 |
+
ExampleUser
|
13 |
Example Title
|
14 |
Example Comment <BACKGROUND_INDEX_TOKEN> Other_User
|
15 |
Edit: Second <REJECTED_UTTERANCE> First_User
|