xezpeleta commited on
Commit
c3e28c0
·
verified ·
1 Parent(s): e16e5f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 Helsinki-NLP/opus-mt-cau-en --output_dir ./ctranslate2/opus-mt-cau-en-ctranslate2 --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,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/gaudi/opus-mt-cau-en-ctranslate2
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. ####