Add pipeline tag and library name
Browse filesThis 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.
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
|