willt-dc commited on
Commit
2efc1f2
·
verified ·
1 Parent(s): 59a560b

Rename model_card.yml to model_card.md

Browse files
Files changed (1) hide show
  1. model_card.yml → model_card.md +44 -43
model_card.yml → model_card.md RENAMED
@@ -1,43 +1,44 @@
1
- ---
2
- language: en
3
- license: creativeml-openrail-m
4
- library_name: transformers
5
- tags:
6
- - emotion-classification
7
- - multilabel
8
- - affective-computing
9
- - semantic-affect
10
- - poetic-ai
11
- - BERT
12
- - huggingface
13
- - rosa
14
- - goemotions
15
- datasets:
16
- - go_emotions
17
- metrics:
18
- - f1
19
- - loss
20
- model_name: Rosa-V1
21
- model_type: bert
22
- pipeline_tag: text-classification
23
- inference: true
24
- base_model: bert-base-uncased
25
-
26
- model_description: |
27
- ROSA (Recursive Ontology of Semantic Affect) is a poetic, fine-tuned BERT-based model
28
- trained on the GoEmotions dataset for multilabel emotion classification.
29
- It classifies text into 28 nuanced emotions plus a neutral category.
30
- Designed by Willinton Triana Cardona, it embodies a graceful fusion of semantic structure,
31
- affective sensitivity, and symbolic embedding.
32
-
33
- Eval F1: ~0.5793
34
- Eval Loss: ~0.0845
35
- Epochs: 3
36
- Batch Size: 16 (train), 32 (eval)
37
-
38
- 🌹 This is the Rosa of Barcelona— my first blossom of poetic logic and emotional resonance in AI.
39
-
40
- author:
41
- name: Willinton Triana Cardona
42
- role: creator
43
- description: Philosopher · AI Researcher · Poetic Architect of Emotion-Aware Systems
 
 
1
+ ---
2
+ language: en
3
+ license: creativeml-openrail-m
4
+ library_name: transformers
5
+ tags:
6
+ - emotion-classification
7
+ - multilabel
8
+ - affective-computing
9
+ - semantic-affect
10
+ - poetic-ai
11
+ - BERT
12
+ - huggingface
13
+ - rosa
14
+ - goemotions
15
+ datasets:
16
+ - go_emotions
17
+ metrics:
18
+ - f1
19
+ - loss
20
+ model_name: Rosa-V1
21
+ model_type: bert
22
+ pipeline_tag: text-classification
23
+ inference: true
24
+ base_model: bert-base-uncased
25
+
26
+ model_description: |
27
+ ROSA (Recursive Ontology of Semantic Affect) is a poetic, fine-tuned BERT-based model
28
+ trained on the GoEmotions dataset for multilabel emotion classification.
29
+ It classifies text into 28 nuanced emotions plus a neutral category.
30
+ Designed by Willinton Triana Cardona, it embodies a graceful fusion of semantic structure,
31
+ affective sensitivity, and symbolic embedding.
32
+
33
+ Eval F1: ~0.5793
34
+ Eval Loss: ~0.0845
35
+ Epochs: 3
36
+ Batch Size: 16 (train), 32 (eval)
37
+
38
+ 🌹 This is the Rosa of Barcelona— my first blossom of poetic logic and emotional resonance in AI.
39
+
40
+ author:
41
+ name: Willinton Triana Cardona
42
+ role: creator
43
+ description: Philosopher · AI Researcher · Poetic Architect of Emotion-Aware Systems
44
+ ---