Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,10 @@ tags:
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Uploaded model
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
- **Developed by:** samsonleegh
|
| 17 |
- **License:** apache-2.0
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Uploaded model
|
| 15 |
+
- Finetuned to generate pandas codes given a dataframe and user query.
|
| 16 |
+
- ~100 datasets were taken from kaggle https://www.kaggle.com/datasets?search=Tabular+data
|
| 17 |
+
- These dataset were used to generate 390 sets of data queries and pandas code answers via llama3-70b https://www.kaggle.com/code/samsonleegh/sampling-data-qns-and-pandas-ans-from-dataset
|
| 18 |
+
- Finetuned llama3-8b-4bit with LoRA 16 adapters https://colab.research.google.com/drive/1ZFBZGAK-fNcgt6RYSp0npnDWOeBAXEgf?usp=sharing
|
| 19 |
|
| 20 |
- **Developed by:** samsonleegh
|
| 21 |
- **License:** apache-2.0
|