Unverified Commit e04f8842 authored by Anakin Skywalker's avatar Anakin Skywalker Committed by GitHub
Browse files

edit doc (#125)

parent d862f570
...@@ -94,7 +94,7 @@ models = [ ...@@ -94,7 +94,7 @@ models = [
] ]
``` ```
# Custom Models ## Custom Models
If the above methods do not support your model evaluation requirements, you can refer to If the above methods do not support your model evaluation requirements, you can refer to
[Supporting New Models](../advanced_guides/new_model.md) to add support for new models in OpenCompass. [Supporting New Models](../advanced_guides/new_model.md) to add support for new models in OpenCompass.
...@@ -58,7 +58,7 @@ model = HuggingFaceCausalLM( ...@@ -58,7 +58,7 @@ model = HuggingFaceCausalLM(
) )
``` ```
# 基于 API 的模型 ## 基于 API 的模型
OpenCompass 目前支持以下基于 API 的模型推理: OpenCompass 目前支持以下基于 API 的模型推理:
...@@ -86,6 +86,6 @@ models = [ ...@@ -86,6 +86,6 @@ models = [
] ]
``` ```
# 自定义模型 ## 自定义模型
如果以上方式无法支持你的模型评测需求,请参考 [支持新模型](../advanced_guides/new_model.md) 在 OpenCompass 中增添新的模型支持。 如果以上方式无法支持你的模型评测需求,请参考 [支持新模型](../advanced_guides/new_model.md) 在 OpenCompass 中增添新的模型支持。
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