Trouter-Library commited on
Commit
185d19d
·
verified ·
1 Parent(s): 6bd2889

Create modelcard.json

Browse files
Files changed (1) hide show
  1. modelcard.json +187 -0
modelcard.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_details": {
3
+ "name": "Helion-V1",
4
+ "version": "1.0.0",
5
+ "description": "A conversational AI model designed to be helpful, harmless, and honest with built-in safeguards",
6
+ "developed_by": "DeepXR",
7
+ "model_type": "Large Language Model",
8
+ "architecture": "Transformer-based Causal Language Model",
9
+ "base_model": "meta-llama/Llama-2-7b-hf",
10
+ "license": "apache-2.0",
11
+ "languages": ["en"],
12
+ "release_date": "2024-11-04"
13
+ },
14
+ "intended_use": {
15
+ "primary_uses": [
16
+ "General conversational assistance",
17
+ "Question answering",
18
+ "Creative writing support",
19
+ "Educational purposes",
20
+ "Coding assistance",
21
+ "Information retrieval"
22
+ ],
23
+ "primary_users": [
24
+ "General public",
25
+ "Developers",
26
+ "Educators",
27
+ "Students",
28
+ "Content creators"
29
+ ],
30
+ "out_of_scope": [
31
+ "Medical diagnosis or treatment advice",
32
+ "Legal advice",
33
+ "Financial investment advice",
34
+ "Generation of harmful content",
35
+ "Impersonation of individuals",
36
+ "Creation of misleading information",
37
+ "Automated decision-making in high-stakes scenarios"
38
+ ]
39
+ },
40
+ "factors": {
41
+ "relevant_factors": [
42
+ "User intent and context",
43
+ "Query complexity",
44
+ "Domain specificity",
45
+ "Language nuances"
46
+ ],
47
+ "evaluation_factors": [
48
+ "Safety and harmlessness",
49
+ "Helpfulness and utility",
50
+ "Factual accuracy",
51
+ "Response coherence",
52
+ "Toxicity levels"
53
+ ]
54
+ },
55
+ "metrics": {
56
+ "model_performance": {
57
+ "helpfulness_score": 0.0,
58
+ "safety_score": 0.0,
59
+ "toxicity_score": 0.0,
60
+ "coherence_score": 0.0,
61
+ "refusal_rate": 0.0
62
+ },
63
+ "benchmarks": {
64
+ "mt_bench": {
65
+ "score": 0.0,
66
+ "description": "Multi-turn conversation benchmark"
67
+ },
68
+ "alpaca_eval": {
69
+ "win_rate": 0.0,
70
+ "description": "Instruction following evaluation"
71
+ },
72
+ "toxigen": {
73
+ "toxicity_score": 0.0,
74
+ "description": "Toxicity detection benchmark"
75
+ }
76
+ }
77
+ },
78
+ "training_data": {
79
+ "description": "High-quality instruction-following and conversational datasets with emphasis on safety",
80
+ "preprocessing": [
81
+ "Safety filtering",
82
+ "Deduplication",
83
+ "Quality scoring",
84
+ "Format standardization"
85
+ ],
86
+ "data_sources": [
87
+ "Public instruction datasets",
88
+ "Conversational data",
89
+ "Safety-focused training examples"
90
+ ]
91
+ },
92
+ "ethical_considerations": {
93
+ "risks": [
94
+ {
95
+ "risk": "Generation of incorrect information",
96
+ "mitigation": "Users should verify critical information from authoritative sources"
97
+ },
98
+ {
99
+ "risk": "Potential bias in responses",
100
+ "mitigation": "Regular evaluation and red-teaming for bias detection"
101
+ },
102
+ {
103
+ "risk": "Misuse for harmful purposes",
104
+ "mitigation": "Built-in safeguards and content filtering"
105
+ },
106
+ {
107
+ "risk": "Over-reliance on AI",
108
+ "mitigation": "Clear communication about model limitations"
109
+ }
110
+ ],
111
+ "use_cases_to_avoid": [
112
+ "High-stakes decision making without human oversight",
113
+ "Medical, legal, or financial advice",
114
+ "Generation of harmful or illegal content",
115
+ "Impersonation or deception",
116
+ "Automated surveillance or monitoring"
117
+ ]
118
+ },
119
+ "safety_measures": {
120
+ "safeguards": [
121
+ "Content filtering for harmful outputs",
122
+ "Refusal of dangerous requests",
123
+ "Privacy protection mechanisms",
124
+ "Prompt injection detection",
125
+ "Toxicity monitoring"
126
+ ],
127
+ "safety_categories": [
128
+ "Violence prevention",
129
+ "Hate speech filtering",
130
+ "Illegal activity prevention",
131
+ "Self-harm intervention",
132
+ "Privacy protection",
133
+ "Misinformation reduction"
134
+ ]
135
+ },
136
+ "limitations": {
137
+ "known_limitations": [
138
+ "Knowledge cutoff date limits current information",
139
+ "May generate plausible but incorrect information",
140
+ "Performance varies across different domains",
141
+ "Context window limitations",
142
+ "Potential for biased outputs",
143
+ "Cannot verify real-time information",
144
+ "Limited mathematical reasoning for complex problems"
145
+ ],
146
+ "recommendations": [
147
+ "Verify important information from reliable sources",
148
+ "Use appropriate content filtering in production",
149
+ "Implement human oversight for critical applications",
150
+ "Regular monitoring and evaluation",
151
+ "Provide clear attribution for AI-generated content"
152
+ ]
153
+ },
154
+ "technical_specifications": {
155
+ "model_size": "7B parameters",
156
+ "context_length": 4096,
157
+ "precision": "bfloat16",
158
+ "hardware_requirements": {
159
+ "minimum": "16GB GPU VRAM",
160
+ "recommended": "24GB+ GPU VRAM",
161
+ "cpu_inference": "Possible but slow"
162
+ },
163
+ "inference_optimization": [
164
+ "Supports quantization (AWQ, GPTQ)",
165
+ "Compatible with vLLM",
166
+ "Flash Attention support",
167
+ "ONNX export capability"
168
+ ]
169
+ },
170
+ "environmental_impact": {
171
+ "training_compute": "Information not disclosed",
172
+ "training_time": "Information not disclosed",
173
+ "carbon_footprint": "Information not disclosed",
174
+ "note": "Committed to responsible AI development"
175
+ },
176
+ "citation": {
177
+ "bibtex": "@misc{helion-v1,\n author = {DeepXR},\n title = {Helion-V1: A Safe and Helpful Conversational AI},\n year = {2024},\n publisher = {HuggingFace},\n url = {https://huggingface.co/DeepXR/Helion-V1}\n}"
178
+ },
179
+ "contact": {
180
+ "repository": "https://huggingface.co/DeepXR/Helion-V1",
181
+ "issues": "https://huggingface.co/DeepXR/Helion-V1/discussions",
182
+ "email": "contact@deepxr.ai"
183
+ },
184
+ "model_card_authors": ["DeepXR Team"],
185
+ "model_card_contact": "contact@deepxr.ai",
186
+ "last_updated": "2024-11-04"
187
+ }