michaelfeil commited on
Commit
22df1af
1 Parent(s): 364545a

Upload sentence-transformers/all-MiniLM-L6-v2 ctranslate fp16 weights

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ and [hf-hub-ctranslate2>=2.11.0](https://github.com/michaelfeil/hf-hub-ctranslat
85
  - `compute_type=int8_float16` for `device="cuda"`
86
  - `compute_type=int8` for `device="cpu"`
87
 
88
- Converted on 2023-06-18 using
89
  ```
90
  ct2-transformers-converter --model sentence-transformers/all-MiniLM-L6-v2 --output_dir ~/tmp-ct2fast-all-MiniLM-L6-v2 --force --copy_files tokenizer.json sentence_bert_config.json data_config.json README.md modules.json special_tokens_map.json vocab.txt config_sentence_transformers.json tokenizer_config.json .gitattributes --trust_remote_code
91
  ```
 
85
  - `compute_type=int8_float16` for `device="cuda"`
86
  - `compute_type=int8` for `device="cpu"`
87
 
88
+ Converted on 2023-06-19 using
89
  ```
90
  ct2-transformers-converter --model sentence-transformers/all-MiniLM-L6-v2 --output_dir ~/tmp-ct2fast-all-MiniLM-L6-v2 --force --copy_files tokenizer.json sentence_bert_config.json data_config.json README.md modules.json special_tokens_map.json vocab.txt config_sentence_transformers.json tokenizer_config.json .gitattributes --trust_remote_code
91
  ```