Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
datasets:
|
4 |
-
- squad_v2
|
5 |
-
model-index:
|
6 |
-
- name: dangkhoa99/falcon-7b-finetuned-QA-MRC-4-bit
|
7 |
-
results: []
|
8 |
language:
|
9 |
- en
|
|
|
10 |
tags:
|
11 |
- falcon-7b
|
12 |
- custom_code
|
13 |
- text-generation-inference
|
14 |
- endpoints-template
|
|
|
|
|
15 |
metrics:
|
16 |
- exact_match
|
17 |
- f1
|
18 |
pipeline_tag: text-generation
|
19 |
inference: false
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
# 🚀 falcon-7b-finetuned-QA-MRC-4-bit
|
22 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
library_name: peft
|
5 |
tags:
|
6 |
- falcon-7b
|
7 |
- custom_code
|
8 |
- text-generation-inference
|
9 |
- endpoints-template
|
10 |
+
datasets:
|
11 |
+
- squad_v2
|
12 |
metrics:
|
13 |
- exact_match
|
14 |
- f1
|
15 |
pipeline_tag: text-generation
|
16 |
inference: false
|
17 |
+
base_model: ybelkada/falcon-7b-sharded-bf16
|
18 |
+
model-index:
|
19 |
+
- name: dangkhoa99/falcon-7b-finetuned-QA-MRC-4-bit
|
20 |
+
results: []
|
21 |
---
|
22 |
# 🚀 falcon-7b-finetuned-QA-MRC-4-bit
|
23 |
|