Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card: Question Classification using LoRA with Quantization
|
2 |
|
3 |
## Model Overview
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- question-classification
|
7 |
+
- LoRA
|
8 |
+
- quantization
|
9 |
+
datasets:
|
10 |
+
- squad
|
11 |
+
- glue
|
12 |
+
model_name: question-classification-lora-quant
|
13 |
+
base_model: google/gemma-2b-it
|
14 |
+
widget:
|
15 |
+
- text: "What is the capital of France?"
|
16 |
+
- text: "This is a beautiful day."
|
17 |
+
metrics:
|
18 |
+
- accuracy
|
19 |
+
- f1
|
20 |
+
- precision
|
21 |
+
- recall
|
22 |
+
---
|
23 |
+
|
24 |
# Model Card: Question Classification using LoRA with Quantization
|
25 |
|
26 |
## Model Overview
|