Upload folder using huggingface_hub
Browse files
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 |
```
|