Update pipeline tag and add library name
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,25 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
- RLinf
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: RLinf-OpenVLAOFT-GRPO-LIBERO-spatial
|
| 14 |
results:
|
| 15 |
- task:
|
| 16 |
-
type: VLA
|
| 17 |
dataset:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
metrics:
|
| 21 |
-
|
| 22 |
-
|
| 23 |
---
|
| 24 |
|
| 25 |
<div align="center">
|
|
@@ -102,4 +103,4 @@ Please integrate the provided model with the [RLinf](https://github.com/RLinf/RL
|
|
| 102 |
Note: If you intend to evaluate the model directly, make sure to set ``actor.model.is_lora`` to ``false``.
|
| 103 |
|
| 104 |
## License
|
| 105 |
-
This code repository and the model weights are licensed under the MIT License.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Haozhan72/Openvla-oft-SFT-libero-spatial-traj1
|
|
|
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: mit
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
pipeline_tag: robotics
|
| 10 |
+
library_name: transformers
|
| 11 |
+
tags:
|
| 12 |
+
- RLinf
|
| 13 |
model-index:
|
| 14 |
- name: RLinf-OpenVLAOFT-GRPO-LIBERO-spatial
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
+
type: VLA
|
| 18 |
dataset:
|
| 19 |
+
name: libero_spatial
|
| 20 |
+
type: libero_spatial
|
| 21 |
metrics:
|
| 22 |
+
- type: accuracy
|
| 23 |
+
value: 98.99
|
| 24 |
---
|
| 25 |
|
| 26 |
<div align="center">
|
|
|
|
| 103 |
Note: If you intend to evaluate the model directly, make sure to set ``actor.model.is_lora`` to ``false``.
|
| 104 |
|
| 105 |
## License
|
| 106 |
+
This code repository and the model weights are licensed under the MIT License.
|