jrc commited on
Commit
71a3e59
1 Parent(s): 00da718

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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**