File size: 488 Bytes
efb55ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fb2e458
efb55ff
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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")