Raiff1982 commited on
Commit
f90eb4a
·
verified ·
1 Parent(s): 791ae22

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +120 -0
README.md ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - cognitive-ai
5
+ - neuro-symbolic
6
+ - multimodal
7
+ - ethics
8
+ - quantum
9
+ - gradio-app
10
+ - codette2
11
+
12
+ model-index:
13
+ - name: Codette2
14
+ results: []
15
+ ---
16
+
17
+ # Model Card for Codette2
18
+
19
+ Codette2 is a multi-agent cognitive assistant fine-tuned on GPT-4.1, integrating neuro-symbolic reasoning, ethical governance, quantum-inspired optimization, and multimodal analysis. It supports both creative generation and philosophical insight, with support for image/audio input and explainable decision logic.
20
+
21
+ ## Model Details
22
+
23
+ ### Model Description
24
+
25
+ - **Developed by:** Jonathan Harrison
26
+ - **Model type:** Cognitive Assistant (multi-agent)
27
+ - **Language(s):** English
28
+ - **License:** MIT
29
+ - **Fine-tuned from model:** GPT-4.1
30
+
31
+ ### Model Sources
32
+
33
+ - **Repository:** https://www.kaggle.com/models/jonathanharrison1/codette2
34
+ - **Demo:** Gradio and Jupyter-ready
35
+
36
+ ## Uses
37
+
38
+ ### Direct Use
39
+
40
+ - Creative storytelling, ideation, poetry
41
+ - Ethical simulations and governance logic
42
+ - Image/audio interpretation
43
+ - AI research companion or philosophical simulator
44
+
45
+ ### Out-of-Scope Use
46
+
47
+ - Clinical therapy or legal advice
48
+ - Deployment without ethical guardrails
49
+ - Bias-sensitive environments without further fine-tuning
50
+
51
+ ## Bias, Risks, and Limitations
52
+
53
+ This model embeds filters to detect sentiment and flag unethical prompts, but no AI system is perfect. Outputs should be reviewed when used in sensitive contexts.
54
+
55
+ ### Recommendations
56
+
57
+ Use with ethical filters enabled and log sensitive prompts. Augment with human feedback in mission-critical deployments.
58
+
59
+ ## How to Get Started with the Model
60
+
61
+ ```python
62
+ from ai_driven_creativity import AIDrivenCreativity
63
+ creator = AIDrivenCreativity()
64
+ print(creator.write_literature("Dreams of quantum AI"))
65
+
66
+ Training Details
67
+ Training Data
68
+
69
+ Custom dataset of ethical dilemmas, creative writing prompts, philosophical queries, and multimodal reasoning tasks.
70
+ Training Hyperparameters
71
+
72
+ Epochs: Variable (~450 steps)
73
+
74
+ Precision: fp16
75
+
76
+ Loss achieved: 0.00001
77
+
78
+ Evaluation
79
+ Testing Data
80
+
81
+ Ethical prompt simulations, sentiment evaluation, creative generation scores.
82
+ Metrics
83
+
84
+ Manual eval + alignment tests on ethical response integrity, coherence, originality, and internal consistency.
85
+ Results
86
+
87
+ Codette2 achieved stable alignment and response consistency across >450 training steps with minimal loss oscillation.
88
+ Environmental Impact
89
+
90
+ Hardware Type: NVIDIA A100 (assumed)
91
+
92
+ Hours used: ~3.5
93
+
94
+ Cloud Provider: Kaggle / Colab (assumed)
95
+
96
+ Carbon Emitted: Estimated via MLCO2
97
+
98
+ Technical Specifications
99
+ Architecture and Objective
100
+
101
+ Codette2 extends GPT-4.1 with modular agents (ethics, emotion, quantum, creativity, symbolic logic).
102
+ Citation
103
+
104
+ BibTeX:
105
+
106
+ Always show details
107
+
108
+ @misc{codette2,
109
+ author = {Jonathan Harrison},
110
+ title = {Codette2: Cognitive Multi-Agent AI Assistant},
111
+ year = 2025,
112
+ howpublished = {Kaggle and HuggingFace}
113
+ }
114
+
115
+ APA:
116
+ Jonathan Harrison. (2025). Codette2: Cognitive Multi-Agent AI Assistant. Retrieved from HuggingFace.
117
+ Contact
118
+
119
+ For issues, contact: [email protected]
120
+ """