Text Classification
Transformers
Safetensors
English
deberta-v2
deberta
exposition
fiction
text-embeddings-inference
Instructions to use gu1npen/proseparse-exposition-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gu1npen/proseparse-exposition-finetune with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gu1npen/proseparse-exposition-finetune")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gu1npen/proseparse-exposition-finetune") model = AutoModelForSequenceClassification.from_pretrained("gu1npen/proseparse-exposition-finetune", device_map="auto") - Notebooks
- Google Colab
- Kaggle
ProseParse exposition classifier
Binary classifier for direct vs indirect exposition in fiction prose.
Fine-tuned from microsoft/deberta-v3-base.
- direct: the narrator states facts, traits, backstory, or emotions outright (telling)
- indirect: the same information is shown through action, dialogue, sensory detail, or subtext
softmax P(direct) is the student confidence. Approximate show/tell split:
direct_share โ 100 * P(direct)
Training data
- ~1,500 public-domain paragraphs (Project Gutenberg), 100โ300 words
- Labels from teacher model
gemini-3.5-flash-lite(not human-annotated) - Class mix is imbalanced (~70% indirect / ~30% direct); training uses balanced class weights
Intended use
Paragraph-level analysis in ProseParse. Not a literary-quality judgment โ it mimics the teacher.
Limitations
Teacher errors are copied. Mixed paragraphs near a 50% tell/show split are the hardest cases.
- Downloads last month
- 46
Model tree for gu1npen/proseparse-exposition-finetune
Base model
microsoft/deberta-v3-base