michaelfeil
commited on
Commit
•
1995578
1
Parent(s):
3629fbe
Upload EleutherAI/pythia-2.8b ctranslate fp16 weights
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ pip install hf-hub-ctranslate2>=2.0.6
|
|
21 |
```
|
22 |
Converted on 2023-05-19 using
|
23 |
```
|
24 |
-
ct2-transformers-converter --model EleutherAI/pythia-2.8b --output_dir /home/
|
25 |
```
|
26 |
|
27 |
Checkpoint compatible to [ctranslate2>=3.13.0](https://github.com/OpenNMT/CTranslate2) and [hf-hub-ctranslate2>=2.0.6](https://github.com/michaelfeil/hf-hub-ctranslate2)
|
|
|
21 |
```
|
22 |
Converted on 2023-05-19 using
|
23 |
```
|
24 |
+
ct2-transformers-converter --model EleutherAI/pythia-2.8b --output_dir /home/michael/tmp-ct2fast-pythia-2.8b --force --copy_files tokenizer.json README.md tokenizer_config.json special_tokens_map.json .gitattributes --quantization float16
|
25 |
```
|
26 |
|
27 |
Checkpoint compatible to [ctranslate2>=3.13.0](https://github.com/OpenNMT/CTranslate2) and [hf-hub-ctranslate2>=2.0.6](https://github.com/michaelfeil/hf-hub-ctranslate2)
|