Update pipeline tag and add library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,25 +1,26 @@
1
  ---
2
- license: mit
3
- tags:
4
- - RLinf
5
  language:
6
  - en
 
7
  metrics:
8
  - accuracy
9
- base_model:
10
- - Haozhan72/Openvla-oft-SFT-libero-spatial-traj1
11
- pipeline_tag: reinforcement-learning
 
12
  model-index:
13
  - name: RLinf-OpenVLAOFT-GRPO-LIBERO-spatial
14
  results:
15
  - task:
16
- type: VLA # Required. Example: automatic-speech-recognition
17
  dataset:
18
- type: libero_spatial # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
19
- name: libero_spatial # Required. A pretty name for the dataset. Example: Common Voice (French)
20
  metrics:
21
- - type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
22
- value: 98.99 # Required. Example: 20.90
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.