fvandi commited on
Commit
a0423a7
·
verified ·
1 Parent(s): 2f01f03

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "causal_lm",
3
+ "architecture": "text-only",
4
+ "intended_use": "Support daily self check-ins and wellbeing reflection",
5
+ "language": "en",
6
+ "license": "apache-2.0",
7
+ "safety": "Informational, non-therapeutic content"
8
+ }