nielsr HF Staff commited on
Commit
a5fe20d
·
verified ·
1 Parent(s): 293e42b

Add `library_name` to metadata and update model card title

Browse files

This PR enhances the model card for Intern-S1 by:

- Adding the `library_name: transformers` metadata tag. This enables an automated code snippet at the top of the model page, facilitating easier usage for users.
- Updating the main title to `# Intern-S1: A Scientific Multimodal Foundation Model` for better clarity and alignment with the paper title.

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-text-to-text
 
4
  ---
5
 
6
-
7
- ## Intern-S1
8
 
9
  <div align="center">
10
  <img src="https://cdn-uploads.huggingface.co/production/uploads/642695e5274e7ad464c8a5ba/E43cgEXBRWjVJlU_-hdh6.png" />
@@ -171,7 +171,7 @@ messages = [
171
  "url": "https://huggingface.co/datasets/hf-internal-testing/fixtures_videos/resolve/main/tennis.mp4",
172
  },
173
  {"type": "text", "text": "What type of shot is the man performing?"},
174
- ],
175
  }
176
  ]
177
 
@@ -471,4 +471,4 @@ If you find this work useful, feel free to give us a cite.
471
  primaryClass={cs.LG},
472
  url={https://arxiv.org/abs/2508.15763},
473
  }
474
- ```
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-text-to-text
4
+ library_name: transformers
5
  ---
6
 
7
+ # Intern-S1: A Scientific Multimodal Foundation Model
 
8
 
9
  <div align="center">
10
  <img src="https://cdn-uploads.huggingface.co/production/uploads/642695e5274e7ad464c8a5ba/E43cgEXBRWjVJlU_-hdh6.png" />
 
171
  "url": "https://huggingface.co/datasets/hf-internal-testing/fixtures_videos/resolve/main/tennis.mp4",
172
  },
173
  {"type": "text", "text": "What type of shot is the man performing?"},
174
+ ],\
175
  }
176
  ]
177
 
 
471
  primaryClass={cs.LG},
472
  url={https://arxiv.org/abs/2508.15763},
473
  }
474
+ ```