Joseph Gatto
Joseph Gatto
I have my own custom DataSet class. When I wrap it in nc.SafeDataset it runs with no error. When I then run `loader = nc.SafeDataLoader(nc.SafeDataset(my_dataset))` it breaks and I get...
Love the library! Was hoping to do sentiment transfer but I see that has not yet been integrated. Any pointers towards off the shelf models that can do that?
I tried just passing 'input 1 [SEP] input 2' but kept getting the wrong predicted label from the SingleLabelClassifier -- I assume its because the tokenizer isn't assigning token_type_ids. Is...
Hello, I have been unable to unzip this data.zip file. Is it possibly broken? Additionally, is there pre-processed Seq2Seq available for download? (uploading as a Huggingface dataset would be awesome)...
Struggling to get the example from this link running on colab (A100 instance) https://huggingface.co/hugging-quants/Meta-Llama-3.1-70B-Instruct-AWQ-INT4 ``` import torch from transformers import AutoModelForCausalLM, AutoTokenizer, AwqConfig model_id = "hugging-quants/Meta-Llama-3.1-70B-Instruct-AWQ-INT4" quantization_config = AwqConfig( bits=4,...