electroglyph commited on
Commit
38d4454
·
verified ·
1 Parent(s): 8b6d534

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -98,6 +98,8 @@ I'll be using this model as the base for one with uint8 output.
98
 
99
  I instrumented the model and measured the dynamic range of all the graph nodes while processing tokens from my dataset here: https://github.com/electroglyph/dataset_build
100
 
 
 
101
  Some languages were automatically removed from my dataset because the tokenizer couldn't completely handle them:
102
 
103
  ```
 
98
 
99
  I instrumented the model and measured the dynamic range of all the graph nodes while processing tokens from my dataset here: https://github.com/electroglyph/dataset_build
100
 
101
+ It took quite a while, because I had to do this model in batches. It used 200+ GB of RAM to attempt to instrument the entire model (which I don't actually have).
102
+
103
  Some languages were automatically removed from my dataset because the tokenizer couldn't completely handle them:
104
 
105
  ```