Avnish Kumar
commited on
Commit
·
00af14a
1
Parent(s):
b1de645
Open source large language model - Falcon 7b fine tuned for Question and Answering on Squad Dataset.
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- squad
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: question-answering
|
7 |
+
tags:
|
8 |
+
- falcon
|
9 |
+
- llms
|
10 |
+
- nlp
|
11 |
+
- ai
|
12 |
+
- ml
|
13 |
+
- qlora
|
14 |
+
- lora
|
15 |
+
- model quantization
|
16 |
+
- finetuning
|
17 |
+
- question and answering
|
18 |
+
---
|