Update README.md
Browse files
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 |
-
|
|
|
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 |
|