michaelfeil
commited on
Commit
·
c5e1a69
1
Parent(s):
331d6bd
Upload intfloat/e5-large-v2 ctranslate fp16 weights
Browse files
README.md
CHANGED
@@ -2655,7 +2655,7 @@ and [hf-hub-ctranslate2>=2.11.0](https://github.com/michaelfeil/hf-hub-ctranslat
|
|
2655 |
- `compute_type=int8_float16` for `device="cuda"`
|
2656 |
- `compute_type=int8` for `device="cpu"`
|
2657 |
|
2658 |
-
Converted on 2023-06-
|
2659 |
```
|
2660 |
ct2-transformers-converter --model intfloat/e5-large-v2 --output_dir ~/tmp-ct2fast-e5-large-v2 --force --copy_files tokenizer.json sentence_bert_config.json README.md modules.json special_tokens_map.json vocab.txt tokenizer_config.json .gitattributes --trust_remote_code
|
2661 |
```
|
|
|
2655 |
- `compute_type=int8_float16` for `device="cuda"`
|
2656 |
- `compute_type=int8` for `device="cpu"`
|
2657 |
|
2658 |
+
Converted on 2023-06-19 using
|
2659 |
```
|
2660 |
ct2-transformers-converter --model intfloat/e5-large-v2 --output_dir ~/tmp-ct2fast-e5-large-v2 --force --copy_files tokenizer.json sentence_bert_config.json README.md modules.json special_tokens_map.json vocab.txt tokenizer_config.json .gitattributes --trust_remote_code
|
2661 |
```
|