Commit
·
d47bb37
1
Parent(s):
f065a7f
Update README.md to enable inference and add download/like badges for FinSight AI; add .gitignore for .qodo files
Browse files- .gitignore +1 -0
- README.md +6 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.qodo
|
README.md
CHANGED
@@ -13,7 +13,8 @@ tags:
|
|
13 |
- peft
|
14 |
- lora
|
15 |
- adapter
|
16 |
-
|
|
|
17 |
model-index:
|
18 |
- name: FinSight AI
|
19 |
results:
|
@@ -53,6 +54,10 @@ base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
|
|
53 |
<a href="https://github.com/TimDettmers/bitsandbytes" style="display: inline-block; margin: 0 4px;"><img src="https://img.shields.io/badge/BitsAndBytes-4D4D4D?style=for-the-badge&logo=github&logoColor=white" alt="BitsAndBytes"></a>
|
54 |
</div>
|
55 |
|
|
|
|
|
|
|
|
|
56 |
|
57 |
<div align="center">
|
58 |
<h3><a href="https://github.com/zahemen9900/Datasets-for-Finsight/blob/97d7cacfff62e7b6099ef3bb0af9cf3d044a5b35/metrics/model_paper.md">Read Model Paper 📄</a></h3>
|
|
|
13 |
- peft
|
14 |
- lora
|
15 |
- adapter
|
16 |
+
- causal-lm
|
17 |
+
inference: true
|
18 |
model-index:
|
19 |
- name: FinSight AI
|
20 |
results:
|
|
|
54 |
<a href="https://github.com/TimDettmers/bitsandbytes" style="display: inline-block; margin: 0 4px;"><img src="https://img.shields.io/badge/BitsAndBytes-4D4D4D?style=for-the-badge&logo=github&logoColor=white" alt="BitsAndBytes"></a>
|
55 |
</div>
|
56 |
|
57 |
+
<div align="center" style="margin-top: 12px;">
|
58 |
+
<a href="https://huggingface.co/zahemen9900/finsight-ai"><img src="https://img.shields.io/endpoint?url=https://huggingface.co/api/shields/downloads/zahemen9900/finsight-ai" alt="Downloads"></a>
|
59 |
+
<a href="https://huggingface.co/zahemen9900/finsight-ai"><img src="https://img.shields.io/endpoint?url=https://huggingface.co/api/shields/likes/zahemen9900/finsight-ai" alt="Likes"></a>
|
60 |
+
</div>
|
61 |
|
62 |
<div align="center">
|
63 |
<h3><a href="https://github.com/zahemen9900/Datasets-for-Finsight/blob/97d7cacfff62e7b6099ef3bb0af9cf3d044a5b35/metrics/model_paper.md">Read Model Paper 📄</a></h3>
|