datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
vulfix_deduplicatedvulfix_real_deduplicatedvulfix_real_deduplicated_70_10_20orca_deduplicated_datasetvulfix_real_deduplicated_error_10vulfix_real_deduplicated_error_5deduplicated_datasetvulfix_real_deduplicated_error_1vulfix_real_deduplicated_no_locvulfix_real_deduplicated_error_15deduplicated_paragraphs_maindeduplicated_movies_reviews_datasettitle: Deduplicated Movie Reviews
description: A dataset of deduplicated movie reviews with sentiment ratings.
format: csv
features:
review:
type: string
sentiment:
type: class
labels: ["positive", "negative"]
split: # Assuming you have separate train and test CSV files
train: train.csv
test: test.csv
citation: # Citation for your dataset (replace with appropriate information)
This dataset was originally created by amazingvk786
vulfix_real_deduplicated_error_3Deduplicated_dataDataset Name: Orca Instructions Dedeuplicated Dataset
Description: This dataset contains a collection of instructions with responses, curated from the Orca dataset. The dataset has been filtered to only include instructions with responses containing more than 100 tokens. Additionally, data deduplication has been performed using cosine similarity with a threshold of 0.95 to remove duplicate entries.
Features:
instruction: The input instruction
response: The corresponding response
Author:… See the full description on the dataset page: https://huggingface.co/datasets/Srihitha2005/Deduplicated_data.
