Chris Hughes

Results 6 issues of Chris Hughes

Hi, when I attempt to load a pretrained model I receive errors that certain dependencies are not installed, as seen in the image below: ![image](https://user-images.githubusercontent.com/31883449/165030377-aafd30f7-7f4f-43ba-a78b-ee443a9839a3.png) These dependencies are `loguru` and...

bug

Using a clean Python 3.7 environment on Ubuntu, and installing interpret-text using pip, I am hitting an error when I try to walk through the 'Interpreting Classical Text Classification models'...

Hi, Great job with accelerate! One persistent headache that I keep experiencing is the repeated samples during distributed evaluation. Although there is the `gather_for_metrics` functionality this doesn't always work depending...

enhancement
feature request

Hi, Great job with this! Please can you add a setup.py file so that the repo can be installed as a pip package? Thanks!

Hi @eugeneyan, This is fantastic work! I am looking to run the code alongside reading your blog posts; specifically, reproducing the results on the electronics dataset. I was wondering if...