arch_flava_mod / README.md
MaryahGreene's picture
Update README.md
fb2e458 verified
---
language: en
tags:
- text-classification
- custom
- archflava
license: mit
datasets:
- custom
pipeline_tag: text-classification
---
# ArchFlava Model
This is a fine-tuned transformer model trained by Maryah to classify user input into dual outputs: **archetype** and **flava**.
Use with the `text-classification` pipeline:
```python
from transformers import pipeline
pipe = pipeline("text-classification", model="MaryahGreene/archXflava-Mod")
pipe("I'm a bold leader, age 17")