Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,4 @@ tokenized_input = tokenizer(input_text, return_tensors="pt", max_length=8000, tr
|
|
19 |
print(model(**tokenized_input))
|
20 |
```
|
21 |
|
22 |
-
# Train dataset is here ()
|
|
|
19 |
print(model(**tokenized_input))
|
20 |
```
|
21 |
|
22 |
+
# Train dataset is here (https://huggingface.co/datasets/SunW7777/EpicPRM)
|