ReaderBench commited on
Commit
b5e625f
1 Parent(s): 9e3c832

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ print(tokenizer.decode(text[0]))
52
 
53
  ### Training Statistics
54
 
55
- | Version | Number of parameters | Number of epoch | Duration of an epoch | Block size | Batch size | PPL |
56
  |:-------:|:--------------------:|:---------------:|:--------------------:|:----------:|:----------:|:---:|
57
  | Base | 124M | 15 | 7h | 1024 | 72 | 22.96 |
58
  | Medium | 354M | 10 | 22h | 1024 | 24 | 17.64 |
52
 
53
  ### Training Statistics
54
 
55
+ | Version | Number of parameters | Number of epoch | Duration of an epoch | Context size | Batch size | PPL |
56
  |:-------:|:--------------------:|:---------------:|:--------------------:|:----------:|:----------:|:---:|
57
  | Base | 124M | 15 | 7h | 1024 | 72 | 22.96 |
58
  | Medium | 354M | 10 | 22h | 1024 | 24 | 17.64 |