Search code examples
How can I take the unique rows of a Huggingface Dataset?...


pythondatasethuggingface-datasets

Read More
How to preserve the original columns of a dataset when using Huggingface tokenizer?...


huggingface-tokenizershuggingface-datasetshuggingface

Read More
Download data in text format...


pyarrowhuggingface-datasets

Read More
Can I visualize the content of a datasets.Dataset?...


pythonpandashuggingface-datasets

Read More
How to understand the answer_start parameter of Squad dataset for training BERT-QA model + practical...


nlphuggingface-transformersbert-language-modelhuggingface-datasetssquad

Read More
Is there a way to call Macro-Precision in Hugging Face Trainer?...


nlphuggingface-transformershuggingface-datasets

Read More
how to change function for huggingface datasets to custom dataset...


pythonpandashuggingface-datasets

Read More
How to test my trained huggingface model on the test dataset?...


machine-learningpytorchhuggingface-transformershuggingface-datasets

Read More
Where can one get the coco utils modules? (unable to find them in hf datasets)...


pythonpytorchpytorch-lightninghuggingface-datasets

Read More
How to drop sentences that are too long in Huggingface?...


pythonhuggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
Is there a way to select a device when running a python script on Google Colab?...


pythongoogle-colaboratorytraining-datahuggingface-transformershuggingface-datasets

Read More
How to load custom dataset from CSV in Huggingfaces...


huggingface-transformershuggingface-datasets

Read More
Properly evaluate a test dataset...


huggingface-transformerstransformer-modelhuggingface-datasets

Read More
Convert pandas dataframe to datasetDict...


pandashuggingface-datasets

Read More
Error loading CNN/Daily Mail dataset from HuggingFace...


huggingface-datasets

Read More
install python huggingface datasets package without internet connection from python environment...


pythonpackagehuggingface-transformershuggingface-datasets

Read More
RuntimeError: The expanded size of the tensor (585) must match the existing size (514) at non-single...


huggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
NonMatchingSplitsSizesError loading huggingface BookCorpus...


pythondatasethuggingface-transformershuggingface-datasets

Read More
Hugging Face: NameError: name 'sentences' is not defined...


pythonbert-language-modelhuggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
How to convert tokenized words back to the original ones after inference?...


pythonpytorchhuggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
How to load a dataset in streaming mode on Google Colab?...


pythongoogle-colaboratoryhuggingface-transformershuggingface-datasets

Read More
Setting `remove_unused_columns=False` causes error in HuggingFace Trainer class...


pytorchhuggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
Problem with batch_encode_plus method of tokenizer...


pythonpytorchhuggingface-transformershuggingface-tokenizershuggingface-datasets

Read More
BackNext