eltociear commited on
Commit
f033fcf
1 Parent(s): 7ccb140

Update README.md

Browse files

occuring -> occurring

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
80
 
81
  ### Training Dataset
82
 
83
- The first pre-training stage relies on 300B tokens sourced from various top programming languages occuring in the stackoverflow developer survey present in the `starcoder-data` dataset.
84
 
85
  ### Training Procedure
86
 
 
80
 
81
  ### Training Dataset
82
 
83
+ The first pre-training stage relies on 300B tokens sourced from various top programming languages occurring in the stackoverflow developer survey present in the `starcoder-data` dataset.
84
 
85
  ### Training Procedure
86