mirror of
https://www.modelscope.cn/Qwen/Qwen3-VL-8B-Instruct.git
synced 2026-04-02 21:02:55 +08:00
Update README.md
This commit is contained in:
26
README.md
26
README.md
@ -58,10 +58,10 @@ This is the weight repository for Qwen3-VL-8B-Instruct.
|
|||||||
|
|
||||||
**Multimodal performance**
|
**Multimodal performance**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Pure text performance**
|
**Pure text performance**
|
||||||

|

|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
@ -128,6 +128,28 @@ output_text = processor.batch_decode(
|
|||||||
print(output_text)
|
print(output_text)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Generation Hyperparameters
|
||||||
|
#### VL
|
||||||
|
```bash
|
||||||
|
export greedy='false'
|
||||||
|
export top_p=0.8
|
||||||
|
export top_k=20
|
||||||
|
export temperature=0.7
|
||||||
|
export repetition_penalty=1.0
|
||||||
|
export presence_penalty=1.5
|
||||||
|
export out_seq_length=16384
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Text
|
||||||
|
```bash
|
||||||
|
export greedy='false'
|
||||||
|
export top_p=1.0
|
||||||
|
export top_k=40
|
||||||
|
export repetition_penalty=1.0
|
||||||
|
export presence_penalty=2.0
|
||||||
|
export temperature=1.0
|
||||||
|
export out_seq_length=32768
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
|
|||||||
Reference in New Issue
Block a user