xingyaoww commited on
Commit
80369c1
·
verified ·
1 Parent(s): d4004a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -5,14 +5,19 @@ base_model:
5
  pipeline_tag: text-classification
6
  ---
7
 
8
- # OpenHands Critic 4B v1.0
 
 
 
 
 
 
 
 
9
 
10
  A 4B parameter critic model for evaluating AI agent trajectories, trained to predict behavioral rubrics and task success.
11
 
12
- ## Related Links
13
 
14
- - Paper: https://arxiv.org/abs/2603.03800
15
- - Rubrics (definitions & prompts): https://github.com/OpenHands/critic-rubrics
16
  - Docs (Use it in OpenHands Software Agent SDK): https://docs.openhands.dev/sdk/guides/critic
17
  - Docs (Use it in OpenHands CLI): https://docs.openhands.dev/openhands/usage/cli/critic
18
 
 
5
  pipeline_tag: text-classification
6
  ---
7
 
8
+ <div align="center">
9
+ <img src="https://raw.githubusercontent.com/OpenHands/docs/main/openhands/static/img/logo.png?raw=true" alt="Logo" width="200">
10
+ <h1 align="center">OpenHands Critic 4B v1.0</h1>
11
+ </div>
12
+
13
+ <p align="center">
14
+ <a href="https://arxiv.org/abs/2603.03800">Paper</a> •
15
+ <a href="https://github.com/OpenHands/critic-rubrics">Github (definitions & prompts)</a> <br>
16
+ </p>
17
 
18
  A 4B parameter critic model for evaluating AI agent trajectories, trained to predict behavioral rubrics and task success.
19
 
 
20
 
 
 
21
  - Docs (Use it in OpenHands Software Agent SDK): https://docs.openhands.dev/sdk/guides/critic
22
  - Docs (Use it in OpenHands CLI): https://docs.openhands.dev/openhands/usage/cli/critic
23