Trouter-Library commited on
Commit
29cac91
·
verified ·
1 Parent(s): 5d950b8

Create model_card.json

Browse files
Files changed (1) hide show
  1. model_card.json +49 -0
model_card.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "Kat-Gen1",
3
+ "model_id": "Katisim/Kat-Gen1",
4
+ "model_type": "causal-lm",
5
+ "language": ["en"],
6
+ "license": "apache-2.0",
7
+ "tags": [
8
+ "text-generation",
9
+ "transformers",
10
+ "pytorch",
11
+ "causal-lm"
12
+ ],
13
+ "datasets": [],
14
+ "metrics": [],
15
+ "pipeline_tag": "text-generation",
16
+ "widget": [
17
+ {
18
+ "text": "Once upon a time"
19
+ },
20
+ {
21
+ "text": "The future of artificial intelligence"
22
+ }
23
+ ],
24
+ "model_description": "Kat-Gen1 is a causal language model designed for efficient text generation across various natural language processing tasks.",
25
+ "intended_use": {
26
+ "primary_uses": [
27
+ "Text generation",
28
+ "Creative writing",
29
+ "Conversational AI",
30
+ "Content drafting"
31
+ ],
32
+ "out_of_scope": [
33
+ "Medical advice",
34
+ "Legal advice",
35
+ "Real-time factual queries"
36
+ ]
37
+ },
38
+ "limitations": [
39
+ "May generate biased content",
40
+ "Performance depends on prompt quality",
41
+ "Limited context window",
42
+ "Not suitable for factual accuracy-critical applications"
43
+ ],
44
+ "ethical_considerations": [
45
+ "Content filtering recommended for production",
46
+ "May reflect training data biases",
47
+ "User monitoring advised"
48
+ ]
49
+ }