allenai / cartography

Dataset Cartography: Mapping and Diagnosing Datasets with Training Dynamics
Apache License 2.0
188 stars 63 forks source link

Package installation issue #2

Open aswin-giridhar opened 3 years ago

aswin-giridhar commented 3 years ago

Hi, I am facing issue in installing the correct huggingface transformers version as the git branch in the requirements has been deleted. Could you please update the requirements.txt. Regards, Aswin

prajjwal1 commented 3 years ago

It should work with transformers==2.5.5.

aswin-giridhar commented 3 years ago

@prajjwal1 thanks for the response, but the pypi repo for transformers does not have the version 2.5.5

prajjwal1 commented 3 years ago

Try with 2.5 or somewhere around this.

itaim commented 2 years ago

I tried with 2.0.0, 2.5, 2.9.1,3.1.0 always getting AttributeError: type object 'BertConfig' has no attribute 'pretrained_config_archive_map' on run_glue import.

Raghav1606 commented 1 year ago

Facing the same issue. Is there some quick fix for the same ?

EricChang01 commented 1 year ago

@Raghav1606 it works for me with transformers==2.6.0, perhaps you can try some version around this.

pskadasi commented 1 year ago

lots of package installation issues