Update README.md
Browse filesTraining set image of dataframe.head() added, still needs other benchmarks
README.md
CHANGED
@@ -34,7 +34,11 @@ Training Set Preparation and Formatting:
|
|
34 |
|
35 |
4. Shuffle recipes_train using sample(frac=1) with random.seed(42)
|
36 |
|
37 |
-
5. Index the first 15,000 rows as the 'train' set and 15k-20k as the 'val' set then tokenize 'instruction' with map function
|
|
|
|
|
|
|
|
|
38 |
|
39 |
**3. Training Method**
|
40 |
|
|
|
34 |
|
35 |
4. Shuffle recipes_train using sample(frac=1) with random.seed(42)
|
36 |
|
37 |
+
5. Index the first 15,000 rows as the 'train' set and 15k-20k as the 'val' set then tokenize 'instruction' with map function
|
38 |
+
|
39 |
+
<p align="center">
|
40 |
+
<img src="./training-set.png" alt="training-set" width="800" style="margin-top: 10px;"/>
|
41 |
+
</p>
|
42 |
|
43 |
**3. Training Method**
|
44 |
|