chmjkb commited on
Commit
f8c68b3
·
1 Parent(s): 4f85a25

update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ The repository is organized into two main directories:
24
  Each directory contains different versions of the model, including **QLoRa**, **SpinQuant**, and the **original** models.
25
 
26
  - The `.pte` file should be passed to the `modelSource` parameter.
27
- - The corresponding `.bin` file should be used for `tokenizerSource`.
28
 
29
  If you wish to export the model yourself, you’ll need to obtain model weights and the `params.json` file from the official repositories, which can be found [here](https://huggingface.co/collections/meta-llama/llama-32-66f448ffc8c32f949b04c8cf).
30
 
 
24
  Each directory contains different versions of the model, including **QLoRa**, **SpinQuant**, and the **original** models.
25
 
26
  - The `.pte` file should be passed to the `modelSource` parameter.
27
+ - The tokenizer for the models is available within the repo root, under `tokenizer.json` and `tokenizer_config.json`
28
 
29
  If you wish to export the model yourself, you’ll need to obtain model weights and the `params.json` file from the official repositories, which can be found [here](https://huggingface.co/collections/meta-llama/llama-32-66f448ffc8c32f949b04c8cf).
30