Search code examples
I have rectangular image dataset in vision transformers. I set image_size= (128, 256) but what could...

pythonmachine-learningpytorchtypeerrorhuggingface-transformers

Read More
How to get perplexity per token rather than average perplexity?...

machine-learningpytorchnlphuggingface-transformersperplexity

Read More
How to calculate word and sentence embedding using GPT-2?...

pythonmachine-learningnlphuggingface-transformerstransformer-model

Read More
Save only best weights with huggingface transformers...

deep-learningnlppytorchhuggingface-transformers

Read More
Google Colab unable to Hugging Face model...

pythonnlpgoogle-colaboratoryhuggingface-transformersbert-language-model

Read More
Can't import AdapterTrainer...

pythonpipartificial-intelligencehuggingface-transformers

Read More
Getting sentence embedding from huggingface Feature Extraction Pipeline...

machine-learningnlphuggingface-transformersspacy-transformers

Read More
prediction logits using lxmert with hugging face library...

pythonimage-processinghuggingface-transformersbert-language-modelmultimodal

Read More
Where does hugging face's transformers save models?...

huggingface-transformers

Read More
How to enable CUDA for Huggingface Trainer on Windows?...

pythonhuggingface-transformers

Read More
Transformers cross-entropy loss masked label issue...

pythonhuggingface-transformersgpt-2

Read More
huggingface transformers bert model without classification layer...

pytorchhuggingface-transformersbert-language-model

Read More
How to run a NLP+Transformers LLM on low memory GPUs?...

pythonnlpgpuhuggingface-transformershuggingface-tokenizers

Read More
Truncating a training dataset so that it fits exactly within the context window...

huggingface-transformersbert-language-modelhuggingface-tokenizers

Read More
I want to merge my PEFT adapter model with the base model and make a fully new model...

pythonartificial-intelligencehuggingface-transformerspeft

Read More
AttributeError when Initializing a Custom Decoder Class in TensorFlow with Non-Default Tokenizer...

pythonpython-3.xtensorflownlphuggingface-transformers

Read More
using llama_index with mac m1...

pythonmachine-learningpytorchhuggingface-transformerslangchain

Read More
LLM slow inference even on A100 GPU...

nlpgpuhuggingface-transformerslarge-language-model

Read More
What are differences between AutoModelForSequenceClassification vs AutoModel...

nlptext-classificationhuggingface-transformers

Read More
Pretrained model with stride doesn’t predict long text...

pythonnlphuggingface-transformers

Read More
How to load the saved tokenizer from pretrained model...

machine-learningpytorchhuggingface-transformers

Read More
How to truncate input in the Huggingface pipeline?...

huggingface-transformershuggingface-tokenizers

Read More
How to resolve BERT HF Model ValueError: too many values to unpack (expected 2)?...

pythontensorflowmachine-learninghuggingface-transformersbert-language-model

Read More
How to Integrate Custom OpenAIModel into a AutoModelForSequenceClassification Model?...

pythonpytorchnlphuggingface-transformershuggingface

Read More
Clearing context window of LLM in Huggingface...

nlphuggingface-transformerstransformer-modelhuggingfacelarge-language-model

Read More
How to add a module (Transfomers) to the microbit code interface?...

pythonhuggingface-transformersbbc-microbit

Read More
Cross-encoder transformer converges every input to the same CLS embedding...

pytorchhuggingface-transformers

Read More
Is this right way to merge LoRA weights?...

pytorchnlphuggingface-transformers

Read More
How should I preprocess this dataset for performing a "Question-Answering" task? Pytorch...

pythonjsonpytorchhuggingface-transformersdata-preprocessing

Read More
Why cant I set TrainingArguments.device in Huggingface?...

pythonpytorchhuggingface-transformers

Read More
BackNext