Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in huggingface-transformers

How to get the logits of the model with a text classification pipeline from HuggingFace?

How to prevent transformer generate function to produce certain words?

ArrowTypeError: Could not convert <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x7F2223B6ED10>

aspect sentiment analysis using Hugging face

How to compute mean/max of HuggingFace Transformers BERT token embeddings with attention mask?

Unable to load weights from pytorch checkpoint after splitting pytorch_model.bin into chunks

How to set the label names when using the Huggingface TextClassificationPipeline?

The model did not return a loss from the inputs - LabSE error

How to train a tokenizer on a big dataset?

Changing config and loading Hugging Face model fine-tuned on a downstream task

Can we calculate feature importance in Huggingface Bert?

How to properly save the finetuned transformer model in safetensors without losing frozen parameters?

Multiple training with huggingface transformers will give exactly the same result except for the first time

ImportError: cannot import name 'LLaMATokenizer' from 'transformers'

Llama-2 7B-hf repeats context of question directly from input prompt, cuts off with newlines

How to load a WordLevel Tokenizer trained with tokenizers in transformers

With the HuggingFace transformer, how can I return multiple samples when generating text?