File size: 470 Bytes
edb668f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"name": "SAM",
"version": "v1",
"architecture": "SparseMind",
"organization": "AMEFORGE",
"vocab_size": 12000,
"max_seq_len": 1024,
"pad_id": 0,
"eos_id": 2,
"domains": [
"ROS",
"HTTP",
"MQTT",
"DB",
"WORKFLOW",
"ECOMMERCE",
"VEHICLE",
"HOME",
"CAL",
"FILE"
],
"hf_repo": "https://huggingface.co/AMFORGE/sam-v1",
"hf_tokenizer": "https://huggingface.co/AMFORGE/sam_tokenizer",
"license": "apache-2.0"
} |