Update README.md
Browse files
README.md
CHANGED
@@ -28,12 +28,12 @@ In order to add the dataset, I added the following lines to the config:
|
|
28 |
|
29 |
```
|
30 |
dataset:
|
31 |
-
_component_: torchtune.datasets.instruct_dataset
|
32 |
-
source: grammarly/coedit
|
33 |
-
template: GrammarErrorCorrectionTemplate
|
34 |
-
column_map: {"sentence": "src", "output": "tgt"}
|
35 |
-
train_on_input: False
|
36 |
-
split: train
|
37 |
```
|
38 |
|
39 |
**Loss curve**
|
|
|
28 |
|
29 |
```
|
30 |
dataset:
|
31 |
+
_component_: torchtune.datasets.instruct_dataset
|
32 |
+
source: grammarly/coedit
|
33 |
+
template: GrammarErrorCorrectionTemplate
|
34 |
+
column_map: {"sentence": "src", "output": "tgt"}
|
35 |
+
train_on_input: False
|
36 |
+
split: train
|
37 |
```
|
38 |
|
39 |
**Loss curve**
|