GokulNC commited on
Commit
4645713
·
verified ·
1 Parent(s): 4d928a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,7 +47,7 @@ Learn more about Sarvam-Translate in our detailed [blog post](https://www.sarvam
47
 
48
  ## Key Features
49
  - **Comprehensive Indian Language Support**: Focus on the 22 official Indian languages, ensuring nuanced and accurate translations.
50
- - **Advanced Document-Level Translation**: Translates entire documents, web pages, speeches, textbooks, and scientific articles, not just isolated sentences.
51
  - **Versatile Format Handling**: Processes a wide array of input formats, including markdown, digitized content (handling OCR errors), documents with embedded math and chemistry equations, and code files (translating only comments).
52
  - **Context-Aware & Inclusive**: Engineered to respect different contexts, formats, styles (formal/informal), and ensure inclusivity (e.g., appropriate gender attribution).
53
 
@@ -107,7 +107,7 @@ print("Translation:", output_text)
107
 
108
  ### Server:
109
  ```bash
110
- vllm serve sarvamai/sarvam-translate --port 8000 --dtype bfloat16
111
  ```
112
 
113
  ### Client:
 
47
 
48
  ## Key Features
49
  - **Comprehensive Indian Language Support**: Focus on the 22 official Indian languages, ensuring nuanced and accurate translations.
50
+ - **Advanced Document-Level Translation**: Translates entire documents, web pages, speeches, textbooks, and scientific articles, not just isolated sentences. Maximum context length: 8k tokens
51
  - **Versatile Format Handling**: Processes a wide array of input formats, including markdown, digitized content (handling OCR errors), documents with embedded math and chemistry equations, and code files (translating only comments).
52
  - **Context-Aware & Inclusive**: Engineered to respect different contexts, formats, styles (formal/informal), and ensure inclusivity (e.g., appropriate gender attribution).
53
 
 
107
 
108
  ### Server:
109
  ```bash
110
+ vllm serve sarvamai/sarvam-translate --port 8000 --dtype bfloat16 --max-model-len 8192
111
  ```
112
 
113
  ### Client: