You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the pipeline.log file does exist, but in a different path than the library seems to expect (it is in /Users/moritzlaurer/huggingface/projects/zeroshot/zeroshot-classifier/v3_modern_bert/text-generation-pipeline/9382a823500b899454233c337940521df3fb88eb/executions/5c964665b8a351571dce9a7edaa73b8d6465cde8/pipeline.log in my case)
Describe the bug
distiset.push_to_hub results in the following error with the following script.
To Reproduce
Code to reproduce
Results in this error from
distiset.push_to_hub
Expected behaviour
Successful push to hub.
Desktop (please complete the following information):
[tool.poetry.dependencies]
python = "^3.11"
transformers = "^4.47.1"
datasets = "^3.2.0"
accelerate = "^1.2.1"
mdutils = "^1.6.0"
scikit-learn = "^1.6.0"
tqdm = "^4.67.1"
wandb = "^0.19.1"
pandas = "^2.2.3"
distilabel = {extras = ["hf-inference-endpoints"], version = "^1.4.2"}
beautifulsoup4 = "^4.12.3"
prompt-templates = "^0.0.12"
pip freeze
accelerate==1.2.1
aiohappyeyeballs==2.4.4
aiohttp==3.11.11
aiosignal==1.3.2
annotated-types==0.7.0
anyio==4.7.0
attrs==24.3.0
beautifulsoup4==4.12.3
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
datasets==3.2.0
dill==0.3.8
distilabel==1.4.2
docker-pycreds==0.4.0
filelock==3.16.1
frozenlist==1.5.0
fsspec==2024.9.0
gitdb==4.0.11
GitPython==3.1.43
h11==0.14.0
httpcore==1.0.7
httpx==0.28.1
huggingface-hub==0.26.5
idna==3.10
Jinja2==3.1.5
joblib==1.4.2
markdown-it-py==3.0.0
MarkupSafe==3.0.2
mdurl==0.1.2
mdutils==1.6.0
mpmath==1.3.0
multidict==6.1.0
multiprocess==0.70.16
nest-asyncio==1.6.0
networkx==3.4.2
numpy==1.26.4
orjson==3.10.12
packaging==24.2
pandas==2.2.3
platformdirs==4.3.6
portalocker==3.0.0
prompt-templates==0.0.12
propcache==0.2.1
protobuf==5.29.2
psutil==6.1.1
pyarrow==18.1.0
pydantic==2.10.4
pydantic_core==2.27.2
Pygments==2.18.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.2
PyYAML==6.0.2
regex==2024.11.6
requests==2.32.3
rich==13.9.4
ruamel.yaml==0.18.8
ruamel.yaml.clib==0.2.12
safetensors==0.4.5
scikit-learn==1.6.0
scipy==1.14.1
sentry-sdk==2.19.2
setproctitle==1.3.4
setuptools==75.6.0
shellingham==1.5.4
six==1.17.0
smmap==5.0.1
sniffio==1.3.1
soupsieve==2.6
sympy==1.13.1
tblib==3.0.0
threadpoolctl==3.5.0
tokenizers==0.21.0
torch==2.5.1
tqdm==4.67.1
transformers==4.47.1
typer==0.15.1
typing_extensions==4.12.2
tzdata==2024.2
universal_pathlib==0.2.6
urllib3==2.3.0
wandb==0.19.1
xxhash==3.5.0
yarl==1.18.3
The text was updated successfully, but these errors were encountered: