mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
edit doc (#125)
This commit is contained in:
parent
d862f570aa
commit
e04f88424d
@ -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(
|
|||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
# 基于 API 的模型
|
## 基于 API 的模型
|
||||||
|
|
||||||
OpenCompass 目前支持以下基于 API 的模型推理:
|
OpenCompass 目前支持以下基于 API 的模型推理:
|
||||||
|
|
||||||
@ -86,6 +86,6 @@ models = [
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
# 自定义模型
|
## 自定义模型
|
||||||
|
|
||||||
如果以上方式无法支持你的模型评测需求,请参考 [支持新模型](../advanced_guides/new_model.md) 在 OpenCompass 中增添新的模型支持。
|
如果以上方式无法支持你的模型评测需求,请参考 [支持新模型](../advanced_guides/new_model.md) 在 OpenCompass 中增添新的模型支持。
|
||||||
|
Loading…
Reference in New Issue
Block a user