Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ pip install hf-hub-ctranslate2>=1.0.0 ctranslate2>=3.13.0
|
|
38 |
```
|
39 |
### ct2-transformers-converter Command Used:
|
40 |
```bash
|
41 |
-
ct2-transformers-converter --model
|
42 |
```
|
43 |
# CTranslate2 Converted Checkpoint Information:
|
44 |
**Compatible With:**
|
@@ -52,7 +52,7 @@ ct2-transformers-converter --model Helsinki-NLP/opus-mt-cau-en --output_dir ./ct
|
|
52 |
# Sample Code - ctranslate2
|
53 |
#### Clone the repository to the working directory or wherever you wish to store the model artifacts. ####
|
54 |
```bash
|
55 |
-
git clone https://huggingface.co/
|
56 |
```
|
57 |
|
58 |
#### Take the python code below and update the 'model_dir' variable to the location of the cloned repository. ####
|
|
|
38 |
```
|
39 |
### ct2-transformers-converter Command Used:
|
40 |
```bash
|
41 |
+
ct2-transformers-converter --model HiTZ/mt-hitz-en-eu --output_dir ./ctranslate2/mt-hitz-en-eu-ct2 --force --copy_files README.md generation_config.json tokenizer_config.json vocab.json source.spm .gitattributes target.spm --quantization float16
|
42 |
```
|
43 |
# CTranslate2 Converted Checkpoint Information:
|
44 |
**Compatible With:**
|
|
|
52 |
# Sample Code - ctranslate2
|
53 |
#### Clone the repository to the working directory or wherever you wish to store the model artifacts. ####
|
54 |
```bash
|
55 |
+
git clone https://huggingface.co/xezpeleta/mt-hitz-en-eu-ct2
|
56 |
```
|
57 |
|
58 |
#### Take the python code below and update the 'model_dir' variable to the location of the cloned repository. ####
|