huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
131.87k stars 26.26k forks source link

Cannot find 'blob' directory in your 'transformers' repository #14495

Closed parkhaemi closed 2 years ago

parkhaemi commented 2 years ago

We are reading the paper 'EVALUATION OF NEURAL ARCHITECTURES TRAINED WITH SQUARE LOSS VS CROSS-ENTROPY IN CLASSIFICATION TASKS' which is published as a conference paper at ICLR 2021. In 13page, we found that 'https://github.com/huggingface/transformers/blob/master/examples/text-classification/run_glue.py'. is no longer accessed.

seanbenhur commented 2 years ago

It is here, https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-classification/run_glue.py @parkhaemi

parkhaemi commented 2 years ago

Thank you so much!! Have a nice day :)