Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ text = "Моя бабуся народилася 07.11.1919, у важкий п
|
|
69 |
result = process_sentence(translator, tokenizer, text)
|
70 |
print(result)
|
71 |
# Output: "Моя бабуся народилася сьомого листопада тисяча дев'ятсот дев'ятнадцятого року, у важкий післявоєнний час."
|
72 |
-
|
73 |
## Performance Benchmark
|
74 |
|
75 |
### Original Model (RTX 3090Ti, FP16)
|
@@ -170,14 +170,6 @@ Total time: 1.80 seconds
|
|
170 |
Average time per sentence: 0.164 seconds
|
171 |
```
|
172 |
|
173 |
-
### Performance Comparison
|
174 |
-
|
175 |
-
| Metric | Original Model | CTranslate2 Model | Speedup |
|
176 |
-
|--------|---------------|-------------------|---------|
|
177 |
-
| Average time per sentence | 0.590 seconds | 0.164 seconds | 3.6x |
|
178 |
-
| Total time (10 sentences) | 5.90 seconds | 1.80 seconds | 3.3x |
|
179 |
-
| Memory usage (estimated) | ~2.5GB | ~800MB | 3.1x |
|
180 |
-
|
181 |
The CTranslate2 optimization provides significant performance improvements while maintaining the same quality of verbalization.
|
182 |
|
183 |
## Model Information
|
|
|
69 |
result = process_sentence(translator, tokenizer, text)
|
70 |
print(result)
|
71 |
# Output: "Моя бабуся народилася сьомого листопада тисяча дев'ятсот дев'ятнадцятого року, у важкий післявоєнний час."
|
72 |
+
```
|
73 |
## Performance Benchmark
|
74 |
|
75 |
### Original Model (RTX 3090Ti, FP16)
|
|
|
170 |
Average time per sentence: 0.164 seconds
|
171 |
```
|
172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
The CTranslate2 optimization provides significant performance improvements while maintaining the same quality of verbalization.
|
174 |
|
175 |
## Model Information
|