YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
QQP (Modified for LLaMA 1B)
This dataset is a modified version of the Quora Question Pairs (QQP) dataset for duplicate question classification.
Modifications:
- Labels were originally
"duplicate"and"not duplicate", now converted to integers (0and1). - The
question1andquestion2columns were renamed totext1andtext2. - Each example includes a task prefix:
Task: QQP | Q1: ... Q2: ... - Tokenized using the LLaMA-1B tokenizer.
- Maximum sequence length is 128 tokens.
Dataset Usage:
from datasets import load_dataset
dataset = load_dataset("emirhanboge/qqp_llama1b_modified")
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support