Swiss-guy commited on
Commit
2d79793
·
verified ·
1 Parent(s): d1f61d6

Correct canonical VLM task and multimodal tags

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  base_model: Qwen/Qwen3.8-27B
4
- pipeline_tag: text-generation
5
  library_name: transformers
6
  tags:
7
  - qwen3.8
@@ -10,6 +10,10 @@ tags:
10
  - long-context
11
  - yarn
12
  - 1m-context
 
 
 
 
13
  - swissneuron
14
  model_name: Qwen3.8-27B-SwissNeuron-Derisked
15
  ---
@@ -28,7 +32,7 @@ SwissNeuron is intended to provide Swiss-quality model engineering: precise prov
28
  - **Capability-preserving post-training**: focused internal training rather than broad, high-learning-rate continued pretraining
29
  - **Conservative derisking**: a low-strength, single-pass internal direction-removal procedure applied only after training
30
  - **Original MTP, multimodal processor, tokenizer, and chat template retained**
31
- - **No quantization**: this release contains the merged BF16 weights; quantized editions will follow separately
32
 
33
  ## Important mode behavior
34
 
 
1
  ---
2
  license: other
3
  base_model: Qwen/Qwen3.8-27B
4
+ pipeline_tag: image-text-to-text
5
  library_name: transformers
6
  tags:
7
  - qwen3.8
 
10
  - long-context
11
  - yarn
12
  - 1m-context
13
+ - multimodal
14
+ - vision
15
+ - reasoning
16
+ - image-text-to-text
17
  - swissneuron
18
  model_name: Qwen3.8-27B-SwissNeuron-Derisked
19
  ---
 
32
  - **Capability-preserving post-training**: focused internal training rather than broad, high-learning-rate continued pretraining
33
  - **Conservative derisking**: a low-strength, single-pass internal direction-removal procedure applied only after training
34
  - **Original MTP, multimodal processor, tokenizer, and chat template retained**
35
+ - **Native BF16 release**: verified FP8, NVFP4, GPTQ INT4, and GGUF editions are linked below
36
 
37
  ## Important mode behavior
38