damerajee commited on
Commit
6242bb9
1 Parent(s): a9e21a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -45,7 +45,8 @@ outputs = model.generate(**inputs, max_new_tokens = 18, use_cache = True)
45
  tokenizer.batch_decode(outputs)
46
  ```
47
 
48
- # Dataset
 
49
  * The dataset used was the combination of two dataset which gave a total of 1_786_788 rows
50
  * The rows were then pre-process to look something like this :
51
 
 
45
  tokenizer.batch_decode(outputs)
46
  ```
47
 
48
+
49
+ # Dataset
50
  * The dataset used was the combination of two dataset which gave a total of 1_786_788 rows
51
  * The rows were then pre-process to look something like this :
52