agentlans's picture
Upload 13 files
eb3df18 verified
{
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": 2,
"finetuning_task": "text-classification",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 384,
"id2label": {
"0": "About (Org.)",
"1": "About (Personal)",
"2": "Academic Writing",
"3": "Audio Transcript",
"4": "Comment Section",
"5": "Content Listing",
"6": "Creative Writing",
"7": "Customer Support",
"8": "Documentation",
"9": "FAQ",
"10": "Knowledge Article",
"11": "Legal Notices",
"12": "Listicle",
"13": "News (Org.)",
"14": "News Article",
"15": "Nonfiction Writing",
"16": "Other/Unclassified",
"17": "Personal Blog",
"18": "Product Page",
"19": "Q&A Forum",
"20": "Spam / Ads",
"21": "Structured Data",
"22": "Truncated",
"23": "Tutorial",
"24": "User Review"
},
"initializer_range": 0.02,
"intermediate_size": 1536,
"label2id": {
"About (Org.)": 0,
"About (Personal)": 1,
"Academic Writing": 2,
"Audio Transcript": 3,
"Comment Section": 4,
"Content Listing": 5,
"Creative Writing": 6,
"Customer Support": 7,
"Documentation": 8,
"FAQ": 9,
"Knowledge Article": 10,
"Legal Notices": 11,
"Listicle": 12,
"News (Org.)": 13,
"News Article": 14,
"Nonfiction Writing": 15,
"Other/Unclassified": 16,
"Personal Blog": 17,
"Product Page": 18,
"Q&A Forum": 19,
"Spam / Ads": 20,
"Structured Data": 21,
"Truncated": 22,
"Tutorial": 23,
"User Review": 24
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"tokenizer_class": "XLMRobertaTokenizer",
"transformers_version": "5.0.0.dev0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 250037
}