dananthony1 commited on
Commit
c2a1da3
·
verified ·
1 Parent(s): 441fce2

Update README.md

Browse files

Training set image of dataframe.head() added, still needs other benchmarks

Files changed (1) hide show
  1. README.md +5 -1
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