Search code examples
How to prevent transformer generate function to produce certain words?...

pythonnlphuggingface-transformersgenerative-pretrained-transformer

Read More
How to install diff version of a package (transformers) without internet in kaggle notebook w/o kill...

pythonjupyter-notebookpiphuggingface-transformerspython-importlib

Read More
Is the default `Trainer` class in HuggingFace transformers using PyTorch or TensorFlow under the hoo...

pythontensorflowpytorchhuggingface-transformers

Read More
How does Huggingface's zero-shot classification work in production/webapp, do I need to train th...

pythonhuggingface-transformerstext-classificationlarge-language-modelzeroshot-classification

Read More
Problem tokenizing with HuggingFace's library when fine tuning bloom...

pythonnlpartificial-intelligencehuggingface-transformers

Read More
How to fine tune a Huggingface Seq2Seq model with a dataset from the hub?...

pythonnlphuggingface-transformershuggingface-tokenizershuggingface

Read More
How to kill training on specific GPUs?...

linuxpytorchparallel-processingnvidiahuggingface-transformers

Read More
Why did the bart-large-cnn summarization model giving funny output with different length settings?...

pythonnlphuggingface-transformerssummarizationlarge-language-model

Read More
HuggingFace Transformers Trainer._maybe_log_save_evaluate IndexError: invalid index to scalar variab...

pythonpytorchnlphuggingface-transformershuggingface

Read More
How to convert TrainingArguments object into a json file?...

pythonjsondeep-learningpytorchhuggingface-transformers

Read More
Why do we need to write a function to "Compute Metrics" with Huggingface Question Answerin...

pythonmachine-learningnlphuggingface-transformerssquad

Read More
How do I prevent a lack of VRAM halfway through training a Huggingface Transformers (Pegasus) model?...

pytorchhuggingface-transformershuggingface-tokenizers

Read More
Trying to finetune GPT-2 in Vertex AI but it just freezes...

pythonpytorchhuggingface-transformersgoogle-cloud-vertex-aigpt-2

Read More
Huge memory usage when running huggingface transformers run_language_modeling.py with GPT2...

machine-learningtorchhuggingface-transformers

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

pythonpytorchhuggingface-transformershuggingface-tokenizershuggingface

Read More
HUGGINGFACE TypeError: '>' not supported between instances of 'NoneType' and &#39...

deep-learningdata-sciencehuggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
How to load a smaller GPT2 model on HuggingFace?...

machine-learningpytorchhuggingface-transformershuggingface

Read More
Creating HuggingFace Dataset to train an BIO tagger...

pythonnlphuggingface-transformersnamed-entity-recognitionhuggingface-datasets

Read More
How to load a portion of a file as a huggingface dataset?...

pytorchhuggingface-transformershuggingface-datasets

Read More
How to calculate image similarity of given 2 images by using open AI Clip model - which method / AI ...

pythonhuggingface-transformerscliphuggingface

Read More
cannot import name 'ESMForMaskedLM' from 'transformers' on Google colab...

pythonbioinformaticshuggingface-transformersfasta

Read More
Can't use wav2vec2-large-xlsr model (Can't load tokenizer )...

deep-learninghuggingface-transformershuggingface-tokenizershuggingface

Read More
Transformers always only use a single Linear layer for classification head?...

huggingface-transformersfine-tuning

Read More
AutoModelForQuestionAnswering: ValueError: too many values to unpack (expected 2)...

pythonnlphuggingface-transformershuggingfacenlp-question-answering

Read More
Loading a HuggingFace model on multiple GPUs using model parallelism for inference...

pythondeep-learninghuggingface-transformerstorchmulti-gpu

Read More
How is an object of type BaseModelOutput in huggingface transformer library subscriptable?...

huggingface-transformers

Read More
Extracting Features from BertForSequenceClassification...

pythonnlpbert-language-modelhuggingface-transformers

Read More
How to encode multiple sentences using transformers.BertTokenizer?...

word-embeddinghuggingface-transformershuggingface-tokenizers

Read More
Fine tune in using Huggingface...

pythonnlphuggingface-transformersfine-tuning

Read More
Finetuning LayoutLM on FUNSD-like dataset - index out of range in self...

neural-networknlppytorchhuggingface-transformers

Read More
BackNext