Search code examples
How to use adapter transformers with a Huggingface Pipeline...

pythonmachine-learningnlphuggingface-transformers

Read More
How can i solve ImportError: Using the `Trainer` with `PyTorch` requires `accelerate>=0.20.1` whe...

pythonnlpimporterrorhuggingface-transformershuggingface

Read More
Embedding of LLM vs custom embeddings...

huggingface-transformersembeddinglarge-language-modelhuggingface-tokenizersretrieval-augmented-generation

Read More
HuggingFace pipeline - Debug prompt...

pythonnlphuggingface-transformers

Read More
Speeding up load time of LLMs...

huggingface-transformerslarge-language-modelquantization

Read More
Running out of RAM when finetuning model...

machine-learningpytorchartificial-intelligencehuggingface-transformers

Read More
How to fix error `OSError: <model> does not appear to have a file named config.json.` when loa...

pytorchnlphuggingface-transformerslarge-language-modelpeft

Read More
presidio transformers package not available, despite being installed...

pythonhuggingface-transformerspiipresidio

Read More
AttributeError: 'TrainingArguments' object has no attribute 'model_init_kwargs'...

pythonnlphuggingface-transformerslarge-language-modelpeft

Read More
Is it possible to load huggingface model which does not have config.json file?...

pythonmachine-learningcomputer-visionhuggingface-transformers

Read More
How to deal with stack expects each tensor to be equal size eror while fine tuning GPT-2 model?...

pythontensorflowartificial-intelligencehuggingface-transformersgpt-2

Read More
Using torchrun with AWS sagemaker estimator on multi-GPU node...

amazon-web-servicespytorchhuggingface-transformersamazon-sagemakerdistributed-computing

Read More
What does "permutation invariant" mean in the context of transformers doing language model...

pytorchhuggingface-transformers

Read More
Can I dynamically add or remove LoRA weights in the transformer library like diffusers...

pythonhuggingface-transformershuggingfacepeft

Read More
Longformer get last_hidden_state...

pythonnlppytorchhuggingface-transformers

Read More
Fine-tuning BERT with deterministic masking instead of random masking...

nlphuggingface-transformersbert-language-model

Read More
Cannot start weaviate server. Getting "transformer remote inference service not ready"...

huggingface-transformersweaviate

Read More
Encode a list of sentences into embeddings using a HuggingFace model not in its hub...

nlphuggingface-transformersencodeembeddinghuggingface

Read More
No Attention returned even when output_attentions= True...

nlphuggingface-transformersbert-language-modeltransformer-modelattention-model

Read More
ImportError: Using the `Trainer` with `PyTorch` requires `accelerate`...

pythonpytorchhuggingface-transformerstensorrtaccelerate

Read More
OSError: [model] does not appear to have a file named config.json...

pythonmachine-learningdeep-learninghuggingface-transformershuggingface

Read More
How to load pretrained model to transformers pipeline and specify multi-gpu?...

pytorchhuggingface-transformers

Read More
Is BertForSequenceClassification using the CLS vector?...

nlphuggingface-transformersbert-language-model

Read More
Python Accelerate package thrown error when using Trainer from Transformers...

pythonhuggingface-transformers

Read More
Determining contents of decoder_hidden_states from T5ForConditionalGeneration...

pytorchnlphuggingface-transformers

Read More
ImportError: cannot import name 'AutoModelWithLMHead' from 'transformers'...

pythonpytorchhuggingface-transformers

Read More
Performance of textSimilarity() from R's text library...

rperformancenlphuggingface-transformers

Read More
Reading a pretrained huggingface transformer directly from S3...

amazon-s3huggingface-transformers

Read More
How to display the reconstructed image from huggingface ViTMAEModel?...

pythonpytorchhuggingface-transformers

Read More
How to know which token are unk token from Hugging Face tokenizer?...

huggingface-transformerstokenize

Read More
BackNext