YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
SST-2 (Modified for LLaMA 1B)
This dataset is a modified version of the Stanford Sentiment Treebank 2 (SST-2), a binary classification dataset for sentiment analysis.
Modifications:
- Labels were originally
"negative"and"positive", now converted to integers (0for negative,1for positive). - Each example includes a task prefix:
Task: SST2 | Sentence: ... - The dataset has been tokenized using the LLaMA-1B tokenizer.
- Maximum sequence length is 128 tokens.
Dataset Usage:
from datasets import load_dataset
dataset = load_dataset("emirhanboge/sst2_llama1b_modified")
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support