Update README_zh.md

This commit is contained in:
三洋三洋
2024-02-12 16:33:49 +00:00
parent 72a60f8611
commit b4537944d0

View File

@@ -77,7 +77,7 @@ pytorch
huggingface-cli download evaluate-metric/google_bleu --repo-type space --local-dir "your/dir/path" huggingface-cli download evaluate-metric/google_bleu --repo-type space --local-dir "your/dir/path"
``` ```
2. 把这个目录上传远端服务器,并在`TexTeller/src/models/ocr_model/utils/metrics.py`中把`evaluate.load('google_bleu')`改为`evaluate.load('your/dir/path')` 2. 把这个目录上传远端服务器,并在`TexTeller/src/models/ocr_model/utils/metrics.py`中把`evaluate.load('google_bleu')`改为`evaluate.load('your/dir/path/google_bleu.py')`
## Web Demo ## Web Demo