"examples/roberta/vscode:/vscode.git/clone" did not exist on "a33ac060de722d921d33dbc6e0c7c93bbff9ee9d"
Commit 7bf082a1 authored by myhloli's avatar myhloli
Browse files

docs: improve clarity in index.md and model_source.md

parent a7602a56
...@@ -18,6 +18,7 @@ mineru -p <input_path> -o <output_path> ...@@ -18,6 +18,7 @@ mineru -p <input_path> -o <output_path>
> [!TIP] > [!TIP]
> - `<input_path>`:本地 PDF/图片 文件或目录 > - `<input_path>`:本地 PDF/图片 文件或目录
> - `<output_path>`:输出目录 > - `<output_path>`:输出目录
>
> 更多关于输出文件的信息,请参考[输出文件说明](./output_file.md)。 > 更多关于输出文件的信息,请参考[输出文件说明](./output_file.md)。
> [!NOTE] > [!NOTE]
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
MinerU使用 `HuggingFace``ModelScope` 作为模型仓库,用户可以根据需要切换模型源或使用本地模型。 MinerU使用 `HuggingFace``ModelScope` 作为模型仓库,用户可以根据需要切换模型源或使用本地模型。
- `HuggingFace` 是默认的模型源,在全球范围内提供了优异的加载速度和极高稳定性。 - `HuggingFace` 是默认的模型源,在全球范围内提供了优异的加载速度和极高稳定性。
- `ModelScope` 是中国大陆地区用户的最佳选择,提供了无缝兼容`hf`的SDK模块,适用于无法访问HuggingFace的用户。 - `ModelScope` 是中国大陆地区用户的最佳选择,提供了无缝兼容的SDK模块,适用于无法访问`HuggingFace`的用户。
## 模型源的切换方法 ## 模型源的切换方法
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment