Commit ·
8609b38
1
Parent(s): b5df2ae
Upload 4 files
Browse files- departments.csv +22 -0
- gradio_app_llama_ft.ipynb +0 -0
- llama2-ft-qna.ipynb +0 -0
- products.csv +0 -0
departments.csv
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
department_id,department
|
| 2 |
+
1,frozen
|
| 3 |
+
2,other
|
| 4 |
+
3,bakery
|
| 5 |
+
4,produce
|
| 6 |
+
5,alcohol
|
| 7 |
+
6,international
|
| 8 |
+
7,beverages
|
| 9 |
+
8,pets
|
| 10 |
+
9,dry goods pasta
|
| 11 |
+
10,bulk
|
| 12 |
+
11,personal care
|
| 13 |
+
12,meat seafood
|
| 14 |
+
13,pantry
|
| 15 |
+
14,breakfast
|
| 16 |
+
15,canned goods
|
| 17 |
+
16,dairy eggs
|
| 18 |
+
17,household
|
| 19 |
+
18,babies
|
| 20 |
+
19,snacks
|
| 21 |
+
20,deli
|
| 22 |
+
21,missing
|
gradio_app_llama_ft.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
llama2-ft-qna.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
products.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|