Commit
·
5817e2d
1
Parent(s):
2b639aa
Upload EleutherAI/pythia-160m 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-160m --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-160m --output_dir /home/michael/tmp-ct2fast-pythia-160m --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)
|