Update pipeline tag to any-to-any and add paper link

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +22 -21
README.md CHANGED
@@ -1,31 +1,31 @@
1
  ---
 
 
 
2
  license: other
3
  license_name: apache-2.0-and-sam-license
4
  license_link: LICENSE
5
- library_name: transformers
6
- pipeline_tag: image-text-to-text
7
  tags:
8
- - multimodal
9
- - scientific
10
- - protein
11
- - rna
12
- - dna
13
- - molecule
14
- - weather
15
- - medical-imaging
16
- base_model:
17
- - Qwen/Qwen3-VL-8B-Instruct
18
- extra_gated_heading: You need to agree to Meta's SAM License to use the medical-image segmentation weights
19
- extra_gated_description: >-
20
- The bulk of this model is Apache-2.0. The medical-image segmentation branch
21
- embeds SAM 3 weights, which are governed by Meta's SAM License (see
22
- SAM_LICENSE.txt). By accessing these weights you agree to that license,
23
- including its acceptable-use restrictions.
24
  ---
25
 
26
  <div align="center">
27
 
28
- [πŸ€— Model](https://huggingface.co/sais-org/MKB) &nbsp;β€’&nbsp; [πŸ’» GitHub](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB) &nbsp;β€’&nbsp; [πŸ“œ Technical Report](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/docs/MKB.pdf) &nbsp;β€’&nbsp; [βš–οΈ License: Apache-2.0 + SAM License](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/LICENSE)
29
 
30
  </div>
31
 
@@ -147,7 +147,8 @@ export PYTHONPATH=$PWD/code
147
  python code/inference.py --model_path model --greedy --max_new_tokens 64 \
148
  --rna "GGATGCGATCATGTCTGCACTAACACACCGGATCCCATCAGAACTCCGAAGTTAAGCGTGCTTGGGCGGGAGTAGTACTAGGATGGGCGACCCCTTAGGAAGTACTCGTGTTGCATCCC" \
149
  --system "You are a non-coding RNA family classifier. Output only the family name, no other text." \
150
- --prompt $'<rna>\nWhich family does this non-coding RNA sequence belong to?'
 
151
  ```
152
 
153
  All weights are contained in `model.safetensors`: the scientific
@@ -179,4 +180,4 @@ See `THIRD_PARTY_LICENSES.md` / `NOTICE` for the full third-party breakdown.
179
  year = {2026},
180
  note = {https://huggingface.co/sais-org/MKB}
181
  }
182
- ```
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen3-VL-8B-Instruct
4
+ library_name: transformers
5
  license: other
6
  license_name: apache-2.0-and-sam-license
7
  license_link: LICENSE
8
+ pipeline_tag: any-to-any
 
9
  tags:
10
+ - multimodal
11
+ - scientific
12
+ - protein
13
+ - rna
14
+ - dna
15
+ - molecule
16
+ - weather
17
+ - medical-imaging
18
+ extra_gated_heading: You need to agree to Meta's SAM License to use the medical-image
19
+ segmentation weights
20
+ extra_gated_description: The bulk of this model is Apache-2.0. The medical-image segmentation
21
+ branch embeds SAM 3 weights, which are governed by Meta's SAM License (see SAM_LICENSE.txt).
22
+ By accessing these weights you agree to that license, including its acceptable-use
23
+ restrictions.
 
 
24
  ---
25
 
26
  <div align="center">
27
 
28
+ [πŸ€— Model](https://huggingface.co/sais-org/MKB) &nbsp;β€’&nbsp; [πŸ’» GitHub](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB) &nbsp;β€’&nbsp; [πŸ“œ Technical Report](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/docs/MKB.pdf) &nbsp;β€’&nbsp; [πŸ“„ Paper](https://huggingface.co/papers/2607.20557) &nbsp;β€’&nbsp; [βš–οΈ License: Apache-2.0 + SAM License](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/LICENSE)
29
 
30
  </div>
31
 
 
147
  python code/inference.py --model_path model --greedy --max_new_tokens 64 \
148
  --rna "GGATGCGATCATGTCTGCACTAACACACCGGATCCCATCAGAACTCCGAAGTTAAGCGTGCTTGGGCGGGAGTAGTACTAGGATGGGCGACCCCTTAGGAAGTACTCGTGTTGCATCCC" \
149
  --system "You are a non-coding RNA family classifier. Output only the family name, no other text." \
150
+ --prompt $'<rna>
151
+ Which family does this non-coding RNA sequence belong to?'
152
  ```
153
 
154
  All weights are contained in `model.safetensors`: the scientific
 
180
  year = {2026},
181
  note = {https://huggingface.co/sais-org/MKB}
182
  }
183
+ ```