Restructured

Hav removed suggestions for now, have added dataset
gathering and evaluation.
This commit is contained in:
Jamie Hardt
2025-08-26 16:47:35 -07:00
parent ec541458aa
commit 275d1341ab
5 changed files with 215 additions and 186 deletions

View File

@@ -11,7 +11,9 @@ dependencies = [
"sentence-transformers (>=5.0.0,<6.0.0)",
"numpy (>=2.3.2,<3.0.0)",
"tqdm (>=4.67.1,<5.0.0)",
"platformdirs (>=4.3.8,<5.0.0)"
"platformdirs (>=4.3.8,<5.0.0)",
"click (>=8.2.1,<9.0.0)",
"tabulate (>=0.9.0,<0.10.0)"
]