ierhon commited on
Commit
ff1e72a
1 Parent(s): 3a28199

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ while True:
34
  print(f"Bot: {response}")
35
  ```
36
  ## todset.py
37
- This file converts a file into a dataset used by `train.py`. The file has lines, each of them has two parts, before "→" is the input and after is the output. Here's an example:
38
  ```txt
39
  Hey→Hello.
40
  Hi.→Hello.
 
34
  print(f"Bot: {response}")
35
  ```
36
  ## todset.py
37
+ This file converts a file (usually `dataset.txt`) into a dataset used by `train.py`. The file has lines, each of them has two parts, before "→" is the input and after is the output. Here's an example:
38
  ```txt
39
  Hey→Hello.
40
  Hi.→Hello.