Search code examples
Tokenizer.from_file() HUGGINFACE : Exception: data did not match any variant of untagged enum ModelW...


jsonnlphuggingface-transformershuggingface-tokenizershuggingface

Read More
SFTTrainer: The specified `eos_token` ('<EOS_TOKEN>') is not found in the vocabulary o...


pythondeep-learningneural-networkhuggingface-transformershuggingface

Read More
How to get the code of the hugging face models?...


pythonhuggingface-transformershuggingface

Read More
HuggingFace model loaded from the disk generates gibberish...


huggingface-transformershuggingfacehuggingface-trainer

Read More
Python script triggers an unexplained fetching operation on every run...


pythonflaskhuggingface-transformersmilvus

Read More
tokenizer.push_to_hub(repo_name) is not working...


pythonpytorchhuggingface-transformershuggingface-tokenizershuggingface

Read More
What should I set as LoRA target_modules for each stage of continued pretraining on Qwen2.5-VL-Instr...


pythonnlphuggingface-transformerslarge-language-modelpeft

Read More
Unsloth doesn't find Llama.cpp to convert fine-tuned LLM to GGUF...


pythonhuggingface-transformerslarge-language-modelfine-tuningllamacpp

Read More
ImportError: Using the `Trainer` with `PyTorch` requires `accelerate>=0.26.0` but I have version ...


importpytorchhuggingface-transformersaccelerate

Read More
What is the function of the `text_target` parameter in Huggingface's `AutoTokenizer`?...


pythonhuggingface-transformershuggingface

Read More
Asynchronous multi-client Hugging Face inference server without blocking GPU utilization...


pythontensorflowhuggingface-transformerslarge-language-model

Read More
Whitelist tokens for text generation (XLNet, GPT-2) in huggingface-transformers...


python-3.xnlppytorchhuggingface-transformers

Read More
How to get logits or raw model scores from Hugging Face text classification pipeline?...


huggingface-transformers

Read More
Warm up HuggingFace Transformers models efficiently to reduce first-token latency in production...


pythonhuggingface-transformerslarge-language-modellatency

Read More
Where to import the models for DeepSeek VL2 from?...


pythonhuggingface-transformerslarge-language-modeldeepseek

Read More
How to turn tensor type to original text (before tokenized) in Pytorch...


pythonpytorchtensorhuggingface-transformers

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


machine-learningdeep-learninghuggingface-transformershuggingface-trainerlearning-rate

Read More
No stopping token generated by Llama-3.2-1B-Instruct...


huggingface-transformerslarge-language-modelllama

Read More
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:1 ...


pythonpytorchhuggingface-transformersmulti-gpupeft

Read More
NameError: name 'init_empty_weights' is not defined while using hugging face models...


nlphuggingface-transformershuggingface

Read More
Load DeepSeek-V3 model from local repo...


pythonhuggingface-transformershuggingfacedeepseek

Read More
'NoneType' object has no attribute 'encode' when loading tokenizer...


pythonhuggingface-transformerssummarization

Read More
What is the difference, if any, between model.half() and model.to(dtype=torch.float16) in huggingfac...


pythonhuggingface-transformershuggingfacequantizationhalf-precision-float

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


huggingface-transformers

Read More
How to feed big data into pipeline of huggingface for inference...


huggingface-transformers

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


pythonnlphuggingface-transformers

Read More
Huggingface tokenizer: 'str' object has no attribute 'size'...


pythonpytorchhuggingface-transformers

Read More
TypeError in SFTTrainer Initialization: Unexpected Keyword Argument 'tokenizer'...


pythongoogle-colaboratoryhuggingface-transformersmistral-7bpeft

Read More
Make sure BERT model does not load pretrained weights?...


pytorchbert-language-modelhuggingface-transformers

Read More
Convert tokenizer.json to tokenizer.model...


huggingface-transformers

Read More
BackNext