nielsr HF Staff commited on
Commit
e960b91
·
verified ·
1 Parent(s): f753302

Add library_name and pipeline_tag metadata

Browse files

This 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.

Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,9 +1,8 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  base_model: Qwen/Qwen2-7B-Instruct
4
- model-index:
5
- - name: Squid
6
- results: []
7
  tags:
8
  - RAG
9
  - on-device language model
@@ -11,9 +10,13 @@ tags:
11
  inference: false
12
  space: false
13
  spaces: false
14
- language:
15
- - en
 
 
 
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">