Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🧠 AgriQA TinyLlama LoRA Adapter
|
2 |
|
3 |
This repository contains a [LoRA](https://arxiv.org/abs/2106.09685) adapter fine-tuned on the [AgriQA](https://huggingface.co/datasets/shchoi83/agriQA) dataset using the [TinyLlama/TinyLlama-1.1B-Chat](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat) base model.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- agriculture
|
6 |
+
- question-answering
|
7 |
+
- fine-tuning
|
8 |
+
- lora
|
9 |
+
- domain-specific
|
10 |
+
license: apache-2.0
|
11 |
+
datasets:
|
12 |
+
- agriqa
|
13 |
+
model-index:
|
14 |
+
- name: TinyLlama-LoRA-AgriQA
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: question-answering
|
18 |
+
name: Question Answering
|
19 |
+
dataset:
|
20 |
+
name: AgriQA
|
21 |
+
type: agriqa
|
22 |
+
metrics:
|
23 |
+
- type: accuracy
|
24 |
+
value: 0.78
|
25 |
+
name: Accuracy
|
26 |
+
---
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
# 🧠 AgriQA TinyLlama LoRA Adapter
|
31 |
|
32 |
This repository contains a [LoRA](https://arxiv.org/abs/2106.09685) adapter fine-tuned on the [AgriQA](https://huggingface.co/datasets/shchoi83/agriQA) dataset using the [TinyLlama/TinyLlama-1.1B-Chat](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat) base model.
|