ryefoxlime
commited on
Commit
•
b37902d
1
Parent(s):
06436d4
added lib for finetuning
Browse files- pyproject.toml +7 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -18,6 +18,13 @@ dependencies = [
|
|
18 |
"trl>=0.12.1",
|
19 |
"ninja==1.11.1.1",
|
20 |
"numpy>=1.26.4",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
]
|
22 |
|
23 |
[tool.uv.sources]
|
|
|
18 |
"trl>=0.12.1",
|
19 |
"ninja==1.11.1.1",
|
20 |
"numpy>=1.26.4",
|
21 |
+
"transformers>=4.46.2",
|
22 |
+
"datasets>=3.1.0",
|
23 |
+
"tensorboard>=2.18.0",
|
24 |
+
"jsonlines>=4.0.0",
|
25 |
+
"python-dotenv>=1.0.1",
|
26 |
+
"ipykernel>=6.29.5",
|
27 |
+
"ipywidgets>=8.1.5",
|
28 |
]
|
29 |
|
30 |
[tool.uv.sources]
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|