GIST-small-finefineweb / config.json
agentlans's picture
Upload 11 files
626c025 verified
Raw
History Blame Contribute Delete
4.19 kB
{
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 384,
"id2label": {
"0": "aerospace",
"1": "agronomy",
"2": "artistic",
"3": "astronomy",
"4": "atmospheric_science",
"5": "automotive",
"6": "beauty",
"7": "biology",
"8": "celebrity",
"9": "chemistry",
"10": "christianity",
"11": "civil_engineering",
"12": "communication_engineering",
"13": "computer_science_and_technology",
"14": "design",
"15": "drama_and_film",
"16": "economics",
"17": "electronic_science",
"18": "entertainment",
"19": "environmental_science",
"20": "fashion",
"21": "finance",
"22": "food",
"23": "gamble",
"24": "game",
"25": "geography",
"26": "health",
"27": "history",
"28": "hobby",
"29": "hydraulic_engineering",
"30": "instrument_science",
"31": "journalism_and_media_communication",
"32": "landscape_architecture",
"33": "law",
"34": "library",
"35": "literature",
"36": "materials_science",
"37": "mathematics",
"38": "mechanical_engineering",
"39": "medical",
"40": "mining_engineering",
"41": "movie",
"42": "music_and_dance",
"43": "news",
"44": "nuclear_science",
"45": "ocean_science",
"46": "optical_engineering",
"47": "painting",
"48": "pet",
"49": "petroleum_and_natural_gas_engineering",
"50": "philosophy",
"51": "photo",
"52": "physics",
"53": "politics",
"54": "psychology",
"55": "public_administration",
"56": "relationship",
"57": "sociology",
"58": "sports",
"59": "statistics",
"60": "systems_science",
"61": "textile_science",
"62": "topicality",
"63": "transportation_engineering",
"64": "travel",
"65": "urban_planning",
"66": "weapons_science"
},
"initializer_range": 0.02,
"intermediate_size": 1536,
"is_decoder": false,
"label2id": {
"aerospace": 0,
"agronomy": 1,
"artistic": 2,
"astronomy": 3,
"atmospheric_science": 4,
"automotive": 5,
"beauty": 6,
"biology": 7,
"celebrity": 8,
"chemistry": 9,
"christianity": 10,
"civil_engineering": 11,
"communication_engineering": 12,
"computer_science_and_technology": 13,
"design": 14,
"drama_and_film": 15,
"economics": 16,
"electronic_science": 17,
"entertainment": 18,
"environmental_science": 19,
"fashion": 20,
"finance": 21,
"food": 22,
"gamble": 23,
"game": 24,
"geography": 25,
"health": 26,
"history": 27,
"hobby": 28,
"hydraulic_engineering": 29,
"instrument_science": 30,
"journalism_and_media_communication": 31,
"landscape_architecture": 32,
"law": 33,
"library": 34,
"literature": 35,
"materials_science": 36,
"mathematics": 37,
"mechanical_engineering": 38,
"medical": 39,
"mining_engineering": 40,
"movie": 41,
"music_and_dance": 42,
"news": 43,
"nuclear_science": 44,
"ocean_science": 45,
"optical_engineering": 46,
"painting": 47,
"pet": 48,
"petroleum_and_natural_gas_engineering": 49,
"philosophy": 50,
"photo": 51,
"physics": 52,
"politics": 53,
"psychology": 54,
"public_administration": 55,
"relationship": 56,
"sociology": 57,
"sports": 58,
"statistics": 59,
"systems_science": 60,
"textile_science": 61,
"topicality": 62,
"transportation_engineering": 63,
"travel": 64,
"urban_planning": 65,
"weapons_science": 66
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"tie_word_embeddings": true,
"transformers_version": "5.14.0.dev0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 30522
}