Search code examples
How to load a fine-tuned peft/lora model based on llama with Huggingface transformers?...

pythonhuggingface-transformersllama-indexpeft

Read More
how to load deberta-v3 properly...

pythonnlphuggingface-transformers

Read More
Resume from checkpoint gives device error in Huggingface Transformers trainer...

pytorchhuggingface-transformers

Read More
How to use 'collate_fn' with dataloaders?...

pythonpytorchhuggingface-transformersdataloader

Read More
How to specify number of target classes for TFRobertaSequenceClassification?...

pythonmachine-learningdeep-learninghuggingface-transformershuggingface

Read More
Decoding hidden layer embeddings in T5...

pythonmachine-learningnlphuggingface-transformerstransformer-model

Read More
Can't install Flash Attention in Azure Databricks GPU (for Hugging Face model)...

pytorchazure-databrickshuggingface-transformers

Read More
Huggingface SFT for completion only not working...

pythonpytorchhuggingface-transformershuggingfacehuggingface-trainer

Read More
Will using arguments - max_length, truncate, and padding in tranformers pipeline affect the output?...

pythonnlphuggingface-transformerssentiment-analysis

Read More
why nn.Embedding layer is used for positional encoding in bert?...

pytorchnlphuggingface-transformersbert-language-modelword-embedding

Read More
NLP, how to fix that pretrained model paraphrase-multilingual-mpnet-base-v2 isn't accurate on so...

pythonmachine-learningnlphuggingface-transformers

Read More
How to get Attentions Part from the output of a Bert model?...

pythonnlphuggingface-transformersbert-language-modelword-embedding

Read More
Huggingface GPT2 loss understanding...

pytorchhuggingface-transformersgpt-2

Read More
How to use huggingface HF trainer train with custom collate function?...

pythonhuggingface-transformershuggingfacehuggingface-datasetshuggingface-trainer

Read More
KeyError: "marketplace" while downloading "amazon_us_reviews" dataset - huggingf...

pythonhuggingface-transformershuggingfacehuggingface-datasets

Read More
key dataset lost during training using the Hugging Face Trainer...

pythonhuggingface-transformers

Read More
mbart50 having trouble translating long texts/documents?...

deep-learningnlphuggingface-transformersmachine-translation

Read More
HuggingFace Transformers model config reported "This is a deprecated strategy to control genera...

pythonhuggingface-transformers

Read More
Some doubts about huggingface's BPE algorithm...

huggingface-transformersdecodingbyte-pair-encoding

Read More
does hugging face model.generate for flan-T5 default is summarization?...

pythonpython-3.xhuggingface-transformershuggingface

Read More
How to obtain sequence of submodules from a pytorch module?...

pytorchhuggingface-transformers

Read More
Reformer local and LSH attention in HuggingFace implementation...

pytorchhuggingface-transformers

Read More
Running sentence transformers at PythonAnywhere...

pythonpytorchhuggingface-transformerspythonanywheresentence-transformers

Read More
Unable to run a model using HuggingFace Inference Endpoints...

huggingface-transformershuggingface

Read More
How does one fix an interleaved data set from only sampling one data set?...

pythonhuggingface-transformershuggingfacehuggingface-datasets

Read More
langchain emedding with huggingface can't pass the access token...

pythonhuggingface-transformersembeddinglangchainllama-index

Read More
Transformer Pipeline for NER returns partial words with ##s...

pythonpytorchnamed-entity-recognitionhuggingface-transformers

Read More
AttributeError: module transformers has no attribute TFGPTNeoForCausalLM...

pythonpytorchhuggingface-transformersgpt-3

Read More
Colab: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory warn(f"Fa...

pythonimportgoogle-colaboratoryhuggingface-transformersgpt-2

Read More
What does fine-tuning a multilingual checkpoint mean?...

pythonnlphuggingface-transformershuggingfacefine-tuning

Read More
BackNext