Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ The letter re-established peace and kindness.
|
|
71 |
|
72 |
### Training Data
|
73 |
|
74 |
-
[roemmele/AbLit](https://huggingface.co/datasets/roemmele/ablit), specifically the train split of the "chunks-10-sentences" subset, i.e.:
|
75 |
|
76 |
```
|
77 |
from datasets import load_dataset
|
@@ -96,7 +96,7 @@ It took ≈3 hours to train each model on a g4dn.4xlarge AWS instance.
|
|
96 |
### Testing Data
|
97 |
|
98 |
<!-- This should link to a Data Card if possible. -->
|
99 |
-
|
100 |
|
101 |
### Results
|
102 |
|
|
|
71 |
|
72 |
### Training Data
|
73 |
|
74 |
+
The model is trained on [roemmele/AbLit](https://huggingface.co/datasets/roemmele/ablit), specifically the train split of the "chunks-10-sentences" subset, i.e.:
|
75 |
|
76 |
```
|
77 |
from datasets import load_dataset
|
|
|
96 |
### Testing Data
|
97 |
|
98 |
<!-- This should link to a Data Card if possible. -->
|
99 |
+
We evaluated on the test split of the "chunks-10-sentences" subset of [roemmele/AbLit](https://huggingface.co/datasets/roemmele/ablit)
|
100 |
|
101 |
### Results
|
102 |
|