Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
This dataset is a combination of Stanford's Alpaca (https://github.com/tatsu-lab/stanford_alpaca) and FiQA (https://sites.google.com/view/fiqa/) with another 1.3k pairs custom generated using GPT3.5
|
6 |
+
|
7 |
+
Script for tuning through Kaggle's (https://www.kaggle.com) free resources using PEFT/LoRa: https://www.kaggle.com/code/gbhacker23/wealth-alpaca-lora
|
8 |
+
|
9 |
+
GitHub repo with performance analyses, training and data generation scripts, and inference notebooks: https://github.com/gaurangbharti1/wealth-alpaca
|
10 |
+
|
11 |
+
Cleaner dataset: https://huggingface.co/datasets/gbharti/wealth-alpaca_lora (no major changes, just cleaned up)
|
12 |
+
|
13 |
+
CSV format: https://huggingface.co/datasets/gbharti/finance-alpaca-csv
|