roemmele commited on
Commit
dcaefec
1 Parent(s): 4e21a64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- Test split of "chunks-10-sentences" subset of [roemmele/AbLit](https://huggingface.co/datasets/roemmele/ablit)
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