nielsr HF Staff commited on
Commit
46658e2
·
verified ·
1 Parent(s): c1c98f0

Add pipeline tag and library name

Browse files

This PR adds the pipeline tag and library name to the model card, ensuring it can be found at https://huggingface.co/models?pipeline_tag=text-generation.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen2.5-7B-Instruct
7
-
 
 
 
 
8
  ---
9
 
10
  GitHub repository: https://github.com/andrewzamai/LLMs-for-Dementia-Diagnosis/tree/main
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-7B-Instruct
4
+ language:
5
+ - en
6
+ license: mit
7
+ library_name: transformers
8
+ pipeline_tag: text-generation
9
  ---
10
 
11
  GitHub repository: https://github.com/andrewzamai/LLMs-for-Dementia-Diagnosis/tree/main