beyoru commited on
Commit
8e89934
·
verified ·
1 Parent(s): c26b0bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,8 +1,16 @@
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen3.6-27B
4
- tags: [function-calling, tool-use, agent, grpo, intuitor, self-certainty, qwen3_5]
 
 
 
 
 
 
 
5
  pipeline_tag: text-generation
 
6
  ---
7
 
8
  # Opera
@@ -20,4 +28,4 @@ rule and self-certainty weighted 1.0 each (normalized separately, then combined)
20
  ```bash
21
  vllm serve beyoru/Opera --served-model-name opera -tp 4 --max-model-len 16384 \
22
  --enable-auto-tool-choice --tool-call-parser qwen3_coder --reasoning-parser qwen3
23
- ```
 
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen3.6-27B
4
+ tags:
5
+ - function-calling
6
+ - tool-use
7
+ - agent
8
+ - grpo
9
+ - intuitor
10
+ - self-certainty
11
+ - qwen3_5
12
  pipeline_tag: text-generation
13
+ library_name: transformers
14
  ---
15
 
16
  # Opera
 
28
  ```bash
29
  vllm serve beyoru/Opera --served-model-name opera -tp 4 --max-model-len 16384 \
30
  --enable-auto-tool-choice --tool-call-parser qwen3_coder --reasoning-parser qwen3
31
+ ```