futurefantasy commited on
Commit
4008484
·
verified ·
1 Parent(s): 6f70d65

Rename VLAC2 to VLAC-Cut in model card

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  - progress-estimation
10
  ---
11
 
12
- # VLAC2-Qwen3VL-30B-A3B-Progress
13
 
14
- VLAC2-Qwen3VL-30B-A3B-Progress is a video-language progress estimation model for robotic manipulation. Given a task description and a video, it predicts time-progress keypoints that can be aligned into a progress curve.
15
 
16
  This release contains the inference-ready model weights, tokenizer and processor files, three bundled demo episodes, reference prediction outputs, and minimal local inference utilities.
17
 
@@ -33,7 +33,7 @@ This release contains the inference-ready model weights, tokenizer and processor
33
  ```python
34
  from transformers import AutoModelForImageTextToText, AutoProcessor
35
 
36
- model_id = "InternRobotics/VLAC2-Qwen3VL-30B-A3B-Progress"
37
 
38
  processor = AutoProcessor.from_pretrained(model_id)
39
  model = AutoModelForImageTextToText.from_pretrained(
 
9
  - progress-estimation
10
  ---
11
 
12
+ # VLAC-Cut-Qwen3VL-30B-A3B-Progress
13
 
14
+ VLAC-Cut-Qwen3VL-30B-A3B-Progress is a video-language progress estimation model for robotic manipulation. Given a task description and a video, it predicts time-progress keypoints that can be aligned into a progress curve.
15
 
16
  This release contains the inference-ready model weights, tokenizer and processor files, three bundled demo episodes, reference prediction outputs, and minimal local inference utilities.
17
 
 
33
  ```python
34
  from transformers import AutoModelForImageTextToText, AutoProcessor
35
 
36
+ model_id = "InternRobotics/VLAC-Cut-Qwen3VL-30B-A3B-Progress"
37
 
38
  processor = AutoProcessor.from_pretrained(model_id)
39
  model = AutoModelForImageTextToText.from_pretrained(