Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,16 @@ tags:
|
|
| 16 |
- green-vla
|
| 17 |
- calvin
|
| 18 |
- reinforcement-learning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
<div align="center">
|
|
@@ -40,6 +50,14 @@ tags:
|
|
| 40 |
|
| 41 |
Starting from [GreenVLA-5b-base-stride-1](https://huggingface.co/SberRoboticsCenter/GreenVLA-5b-base-stride-1), this model went through both R1 (supervised fine-tuning) and R2 (RL policy alignment) stages on CALVIN data.
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
## Training
|
| 44 |
|
| 45 |
| | Details |
|
|
|
|
| 16 |
- green-vla
|
| 17 |
- calvin
|
| 18 |
- reinforcement-learning
|
| 19 |
+
model-index:
|
| 20 |
+
- name: GreenVLA-5b-stride-1-R2-calvin
|
| 21 |
+
results:
|
| 22 |
+
- task:
|
| 23 |
+
type: robotics
|
| 24 |
+
name: CALVIN
|
| 25 |
+
metrics:
|
| 26 |
+
- type: avg_chain_length
|
| 27 |
+
name: Avg Chain Length
|
| 28 |
+
value: 4.57
|
| 29 |
---
|
| 30 |
|
| 31 |
<div align="center">
|
|
|
|
| 50 |
|
| 51 |
Starting from [GreenVLA-5b-base-stride-1](https://huggingface.co/SberRoboticsCenter/GreenVLA-5b-base-stride-1), this model went through both R1 (supervised fine-tuning) and R2 (RL policy alignment) stages on CALVIN data.
|
| 52 |
|
| 53 |
+
## Evaluation
|
| 54 |
+
|
| 55 |
+
Evaluated on the **CALVIN** benchmark:
|
| 56 |
+
|
| 57 |
+
| Metric | Value |
|
| 58 |
+
|--------|:---:|
|
| 59 |
+
| **Avg Chain Length** | **4.57** |
|
| 60 |
+
|
| 61 |
## Training
|
| 62 |
|
| 63 |
| | Details |
|