SUNNY BHAVEEN CHANDRA commited on
req and setup updated
Browse files- requirements.txt +4 -1
- setup.py +1 -1
requirements.txt
CHANGED
|
@@ -4,6 +4,9 @@ mlflow
|
|
| 4 |
pandas
|
| 5 |
numpy
|
| 6 |
PyYAML
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
### local packages -
|
| 9 |
# -e . # << uncomment this to install from setup.py
|
|
|
|
| 4 |
pandas
|
| 5 |
numpy
|
| 6 |
PyYAML
|
| 7 |
+
transformers
|
| 8 |
+
huggingface_hub
|
| 9 |
+
datasets
|
| 10 |
+
tensorflow
|
| 11 |
### local packages -
|
| 12 |
# -e . # << uncomment this to install from setup.py
|
setup.py
CHANGED
|
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
| 4 |
long_description = f.read()
|
| 5 |
|
| 6 |
## edit below variables as per your requirements -
|
| 7 |
-
REPO_NAME = "
|
| 8 |
AUTHOR_USER_NAME = "c17hawke"
|
| 9 |
SRC_REPO = "src"
|
| 10 |
LIST_OF_REQUIREMENTS = []
|
|
|
|
| 4 |
long_description = f.read()
|
| 5 |
|
| 6 |
## edit below variables as per your requirements -
|
| 7 |
+
REPO_NAME = "Trial_QuesAns"
|
| 8 |
AUTHOR_USER_NAME = "c17hawke"
|
| 9 |
SRC_REPO = "src"
|
| 10 |
LIST_OF_REQUIREMENTS = []
|