update: .gitignore
Browse files- .gitignore +0 -1
- requirements.txt +10 -0
.gitignore
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
requirements.txt
|
| 2 |
.venv/
|
| 3 |
__pycache__/
|
| 4 |
*.safetensors
|
|
|
|
|
|
|
| 1 |
.venv/
|
| 2 |
__pycache__/
|
| 3 |
*.safetensors
|
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
transformers
|
| 4 |
+
datasets
|
| 5 |
+
scikit-learn
|
| 6 |
+
pandas
|
| 7 |
+
numpy
|
| 8 |
+
evaluate
|
| 9 |
+
pydantic
|
| 10 |
+
torch
|