Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
e04f8842
Unverified
Commit
e04f8842
authored
Jul 28, 2023
by
Anakin Skywalker
Committed by
GitHub
Jul 28, 2023
Browse files
edit doc (#125)
parent
d862f570
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/en/user_guides/models.md
docs/en/user_guides/models.md
+1
-1
docs/zh_cn/user_guides/models.md
docs/zh_cn/user_guides/models.md
+2
-2
No files found.
docs/en/user_guides/models.md
View file @
e04f8842
...
@@ -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.
docs/zh_cn/user_guides/models.md
View file @
e04f8842
...
@@ -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 中增添新的模型支持。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment