mauricett commited on
Commit
607d444
1 Parent(s): 32aeb1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -167,4 +167,8 @@ for batch in dataloader:
167
 
168
  print(batch)
169
  break
 
 
 
 
170
  ```
 
167
 
168
  print(batch)
169
  break
170
+
171
+ # Batch now looks like:
172
+ # {'WhiteElo': tensor([1361]), 'BlackElo': tensor([1412]), 'fens': ['3R4/5ppk/p1b2rqp/1p6/8/5P1P/1PQ3P1/7K w - -'], 'moves': ['g8h7'], 'scores': ['-535']}
173
+ # Much better!
174
  ```