NielsRogge / Transformers-Tutorials

This repository contains demos I made with the Transformers library by HuggingFace.
MIT License
8.48k stars 1.33k forks source link

layoutlmv2: errorwhen load_dataset("nielsr/funsd") #306

Open learn01one opened 1 year ago

learn01one commented 1 year ago

hi,thanks your work,when i run the layoutlmv2,met errors like ConnectionError: Couldn't reach 'nielsr/funsd' on the Hub (ProxyError) how should i do ,thanks

yang0369 commented 1 year ago

can you check if you can access this link: https://huggingface.co/datasets/nielsr/XFUN/tree/main, if yes, you can just download the loading script and load it locally.

learn01one commented 1 year ago

can you check if you can access this link: https://huggingface.co/datasets/nielsr/XFUN/tree/main, if yes, you can just download the loading script and load it locally.

thanks,i am trying it ,thank you