tiny-sql-gpt / config.json
sarathi-balakrishnan's picture
Upload folder using huggingface_hub
8fde2c1 verified
Raw
History Blame Contribute Delete
2.42 kB
{
"model_type": "tiny-sql-gpt",
"cfg": {
"name": "tiny",
"vocab_size": 155,
"block_size": 64,
"n_layer": 4,
"n_head": 4,
"n_embd": 128,
"dropout": 0.0
},
"itos": [
"'ads'",
"'affiliate'",
"'air'",
"'annual'",
"'atlanta'",
"'austin'",
"'backorder'",
"'basic'",
"'boston'",
"'bronze'",
"'business'",
"'cancelled'",
"'central'",
"'chicago'",
"'closed'",
"'coastal'",
"'cog'",
"'courier'",
"'critical'",
"'custom'",
"'deferred'",
"'denver'",
"'dhl'",
"'direct'",
"'doohickey'",
"'draft'",
"'east'",
"'education'",
"'email'",
"'enterprise'",
"'escalated'",
"'events'",
"'fedex'",
"'free'",
"'freight'",
"'fy'",
"'gadget'",
"'gizmo'",
"'gold'",
"'government'",
"'h1'",
"'h2'",
"'high'",
"'inland'",
"'kiosk'",
"'legacy'",
"'lever'",
"'local'",
"'low'",
"'medium'",
"'mobile'",
"'monthly'",
"'north'",
"'northeast'",
"'online'",
"'open'",
"'organic'",
"'outbound'",
"'partner'",
"'pending'",
"'phoenix'",
"'phone'",
"'platinum'",
"'portland'",
"'premium'",
"'pro'",
"'q1'",
"'q2'",
"'q3'",
"'q4'",
"'referral'",
"'reseller'",
"'retail'",
"'returned'",
"'routine'",
"'search'",
"'seattle'",
"'shipped'",
"'silver'",
"'smb'",
"'social'",
"'south'",
"'sprocket'",
"'starter'",
"'store'",
"'team'",
"'trial'",
"'ups'",
"'urgent'",
"'usps'",
"'valve'",
"'web'",
"'west'",
"'wholesale'",
"'widget'",
"'ytd'",
"(",
")",
"*",
",",
"1",
"10",
"100",
"1000",
"1500",
"20",
"200",
"2000",
"25",
"250",
"3",
"5",
"50",
"500",
"750",
";",
"<s>",
"=",
">",
"AND",
"AVG",
"BY",
"COUNT",
"DESC",
"FROM",
"GROUP",
"LIMIT",
"MAX",
"MIN",
"ORDER",
"SELECT",
"SUM",
"WHERE",
"age",
"carrier",
"channel",
"city",
"customers",
"day",
"items",
"orders",
"plan",
"price",
"priority",
"product",
"qty",
"quarter",
"region",
"sales",
"segment",
"source",
"spend",
"status",
"tier",
"total"
]
}