Add library_name and pipeline_tag metadata
Browse filesThis PR updates the metadata of the model card by adding `library_name: transformers` and `pipeline_tag: text-generation`. This ensures the model is classified correctly under the "Text Generation" category on the Hugging Face Hub and enables the automated "Use in Transformers" code snippet widget on the model page.
README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
base_model: Qwen/Qwen2-7B-Instruct
|
| 4 |
-
|
| 5 |
-
-
|
| 6 |
-
|
| 7 |
tags:
|
| 8 |
- RAG
|
| 9 |
- on-device language model
|
|
@@ -11,9 +10,13 @@ tags:
|
|
| 11 |
inference: false
|
| 12 |
space: false
|
| 13 |
spaces: false
|
| 14 |
-
|
| 15 |
-
-
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
|
|
|
| 17 |
# Squid: Long Context as a New Modality for on-device RAG
|
| 18 |
|
| 19 |
<p align="center">
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: Qwen/Qwen2-7B-Instruct
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: cc-by-nc-4.0
|
| 6 |
tags:
|
| 7 |
- RAG
|
| 8 |
- on-device language model
|
|
|
|
| 10 |
inference: false
|
| 11 |
space: false
|
| 12 |
spaces: false
|
| 13 |
+
model-index:
|
| 14 |
+
- name: Squid
|
| 15 |
+
results: []
|
| 16 |
+
library_name: transformers
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
---
|
| 19 |
+
|
| 20 |
# Squid: Long Context as a New Modality for on-device RAG
|
| 21 |
|
| 22 |
<p align="center">
|