Add pipeline tag to metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<div align="center">
|
|
@@ -85,7 +86,9 @@ Each JSONL record contains `data_id`, `messages`, `images`, and `meta`:
|
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"role": "assistant",
|
| 88 |
-
"content": "<think>...reasoning process...</think>
|
|
|
|
|
|
|
| 89 |
}
|
| 90 |
],
|
| 91 |
"images": [],
|
|
@@ -302,7 +305,9 @@ Request:
|
|
| 302 |
"content": [
|
| 303 |
{
|
| 304 |
"type": "text",
|
| 305 |
-
"text": "You are an assistant for protein modeling. After the user provides a sequence, explain how functional and domain cues affect structure prediction.
|
|
|
|
|
|
|
| 306 |
}
|
| 307 |
]
|
| 308 |
}
|
|
@@ -451,4 +456,4 @@ If S1-Omni is useful for your research, please cite our technical report. The fo
|
|
| 451 |
year = {2026},
|
| 452 |
url = {https://arxiv.org/abs/2607.15686}
|
| 453 |
}
|
| 454 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: any-to-any
|
| 4 |
---
|
| 5 |
|
| 6 |
<div align="center">
|
|
|
|
| 86 |
},
|
| 87 |
{
|
| 88 |
"role": "assistant",
|
| 89 |
+
"content": "<think>...reasoning process...</think>
|
| 90 |
+
|
| 91 |
+
Model response and task-specific token"
|
| 92 |
}
|
| 93 |
],
|
| 94 |
"images": [],
|
|
|
|
| 305 |
"content": [
|
| 306 |
{
|
| 307 |
"type": "text",
|
| 308 |
+
"text": "You are an assistant for protein modeling. After the user provides a sequence, explain how functional and domain cues affect structure prediction.
|
| 309 |
+
|
| 310 |
+
<PROT>MLNGISNAASTLGRQLVGIASRVSSAGGTGFSVAPQAVRLTPVRVHSPFSPGSSNVNARTIFNVSSQVTSFTPSRPAPPPPTSGQASGASRPLPPIAQALKDHLAAYELSKASETVNFKPTRPAPPPPTSGQASGASRPLPPIAQALKDHLAAYELSKASETVSFKPTRQAPPPPTSGQASGPGGLPPLAQALKDHLAAYEQSKKG</PROT>"
|
| 311 |
}
|
| 312 |
]
|
| 313 |
}
|
|
|
|
| 456 |
year = {2026},
|
| 457 |
url = {https://arxiv.org/abs/2607.15686}
|
| 458 |
}
|
| 459 |
+
```
|