Iustin Grigoras

Results 3 issues of Iustin Grigoras

I'm getting an acces denied error when i try to download the dataset from this [link](https://blog.salesforceairesearch.com/the-wikitext-long-term-dependency-language-modeling-dataset/). Also, the link from [here](https://github.com/mega002/ff-layers/blob/main/examples/language_model/README.md#1-preprocess-the-data) is invalid too.

I setup ACDC for my custom task and saved runs as `log.txt` files as I do not have a wandb account. I'm trying to adapt the `get_acdc_runs` function in `roc_plot_generator.py`:...

I get an error loading gpt-2small when I run: ``` model = HookedTransformer.from_pretrained( "gpt2-small", center_unembed=True, center_writing_weights=True, fold_ln=True, refactor_factored_attn_matrices=True, ) ``` My environment is: ``` transformer_lens==1.6.1 transformers==4.35.2 tokenizers==0.15.0 ```