Search code examples
SgaeMaker training: what's the correct REGEX patrern to capture metrics?...


amazon-cloudwatchhuggingface-transformersamazon-sagemaker

Read More
How do I increase max_new_tokens...


huggingface-transformerslangchainhuggingface-tokenizersllamahuggingface-hub

Read More
How to download a model from huggingface?...


huggingface-transformerstransformer-model

Read More
IndexError: list index out of range, when trying to predict from the fine tuned model using Hugginfa...


nlphuggingface-transformershuggingfacefine-tuning

Read More
Saving Fine-tune Falcon HuggingFace LLM Model...


pythonhuggingface-transformerslarge-language-modelinferencepre-trained-model

Read More
How to know which words are encoded with unknown tokens in HuggingFace BertTokenizer?...


huggingface-transformershuggingface-tokenizers

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


pythonartificial-intelligencehuggingface-transformerslarge-language-model

Read More
Question about data_collator throwing a key error in Hugging face...


pythonpytorchnlphuggingface-transformershuggingface-tokenizers

Read More
Continual pre-training vs. Fine-tuning a language model with MLM...


deep-learningnlphuggingface-transformersbert-language-modelpre-trained-model

Read More
How use past_key_values in pytorch for caching...


pythonpytorchhuggingface-transformerslarge-language-modelgpt-2

Read More
Deepspeed : AttributeError: 'DummyOptim' object has no attribute 'step'...


pythonhuggingface-transformerslarge-language-modelhuggingface-trainerdeepspeed

Read More
Size mismatch for embed_out.weight: copying a param with shape torch.Size([0]) from checkpoint - Hug...


pytorchhuggingface-transformerslarge-language-modelhuggingface

Read More
How to change huggingface transformers default cache directory...


huggingface-transformers

Read More
How to fix no token found error while downloading hugging face?...


python-3.xpytorchhuggingface-transformers

Read More
Different embeddings for same sentences with torch transformer...


pythonpytorchhuggingface-transformersbert-language-model

Read More
I load a float32 Hugging Face model, cast it to float16, and save it. How can I load it as float16?...


pythonmachine-learninghuggingface-transformershuggingfacehalf-precision-float

Read More
How to fix the learning-rate for Huggingface´s Trainer?...


machine-learningdeep-learninghuggingface-transformershuggingface-trainerlearning-rate

Read More
Alternative to Receptive field in Transformers and what factors impact it...


nlphuggingface-transformersreceptive-field

Read More
Why aren't my metrics showing in SageMaker (CloudWatch)?...


pytorchhuggingface-transformersamazon-sagemakerhuggingfaceamazon-sagemaker-studio

Read More
Huggingface - Finetuning in Tensorflow with custom datasets...


tensorflowhuggingface-transformerstransfer-learninghuggingface-tokenizersfine-tuning

Read More
How to run any gguf model using transformers or any other library...


pythonartificial-intelligencecpuhuggingface-transformersctransformers

Read More
Fine-tuning model's classifier layer with new label...


pytorchhuggingface-transformers

Read More
How to extract image hidden states in LLaVa's transformers (Huggingface) implementation?...


huggingface-transformerstransformer-modelmultimodal

Read More
AutoTokenizer.from_pretrained took forever to load...


pythonhuggingface-transformershuggingface-tokenizers

Read More
Error RuntimeError: CUDA error: operation not supported when tried to locate something into CUDA...


pythonpytorchhuggingface-transformers

Read More
How to reconstruct text entities with Hugging Face's transformers pipelines without IOB tags?...


nlptokenizetransformer-modelnamed-entity-recognitionhuggingface-transformers

Read More
Tokenizer.from_file() HUGGINFACE : Exception: data did not match any variant of untagged enum ModelW...


jsonnlphuggingface-transformershuggingface-tokenizershuggingface

Read More
How to use adapter transformers with a Huggingface Pipeline...


pythonmachine-learningnlphuggingface-transformersadapter-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
BackNext