P3ps's picture
Training in progress, epoch 1
a42f9c8
raw
history blame contribute delete
No virus
4.51 kB
{
"_name_or_path": "bert-base-cased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-academicjournal",
"2": "I-academicjournal",
"3": "B-album",
"4": "I-album",
"5": "B-algorithm",
"6": "I-algorithm",
"7": "B-astronomicalobject",
"8": "I-astronomicalobject",
"9": "B-award",
"10": "I-award",
"11": "B-band",
"12": "I-band",
"13": "B-book",
"14": "I-book",
"15": "B-chemicalcompound",
"16": "I-chemicalcompound",
"17": "B-chemicalelement",
"18": "I-chemicalelement",
"19": "B-conference",
"20": "I-conference",
"21": "B-country",
"22": "I-country",
"23": "B-discipline",
"24": "I-discipline",
"25": "B-election",
"26": "I-election",
"27": "B-enzyme",
"28": "I-enzyme",
"29": "B-event",
"30": "I-event",
"31": "B-field",
"32": "I-field",
"33": "B-literarygenre",
"34": "I-literarygenre",
"35": "B-location",
"36": "I-location",
"37": "B-magazine",
"38": "I-magazine",
"39": "B-metrics",
"40": "I-metrics",
"41": "B-misc",
"42": "I-misc",
"43": "B-musicalartist",
"44": "I-musicalartist",
"45": "B-musicalinstrument",
"46": "I-musicalinstrument",
"47": "B-musicgenre",
"48": "I-musicgenre",
"49": "B-organisation",
"50": "I-organisation",
"51": "B-person",
"52": "I-person",
"53": "B-poem",
"54": "I-poem",
"55": "B-politicalparty",
"56": "I-politicalparty",
"57": "B-politician",
"58": "I-politician",
"59": "B-product",
"60": "I-product",
"61": "B-programlang",
"62": "I-programlang",
"63": "B-protein",
"64": "I-protein",
"65": "B-researcher",
"66": "I-researcher",
"67": "B-scientist",
"68": "I-scientist",
"69": "B-song",
"70": "I-song",
"71": "B-task",
"72": "I-task",
"73": "B-theory",
"74": "I-theory",
"75": "B-university",
"76": "I-university",
"77": "B-writer",
"78": "I-writer",
"79": "B-jobs",
"80": "I-jobs"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-academicjournal": 1,
"B-album": 3,
"B-algorithm": 5,
"B-astronomicalobject": 7,
"B-award": 9,
"B-band": 11,
"B-book": 13,
"B-chemicalcompound": 15,
"B-chemicalelement": 17,
"B-conference": 19,
"B-country": 21,
"B-discipline": 23,
"B-election": 25,
"B-enzyme": 27,
"B-event": 29,
"B-field": 31,
"B-jobs": 79,
"B-literarygenre": 33,
"B-location": 35,
"B-magazine": 37,
"B-metrics": 39,
"B-misc": 41,
"B-musicalartist": 43,
"B-musicalinstrument": 45,
"B-musicgenre": 47,
"B-organisation": 49,
"B-person": 51,
"B-poem": 53,
"B-politicalparty": 55,
"B-politician": 57,
"B-product": 59,
"B-programlang": 61,
"B-protein": 63,
"B-researcher": 65,
"B-scientist": 67,
"B-song": 69,
"B-task": 71,
"B-theory": 73,
"B-university": 75,
"B-writer": 77,
"I-academicjournal": 2,
"I-album": 4,
"I-algorithm": 6,
"I-astronomicalobject": 8,
"I-award": 10,
"I-band": 12,
"I-book": 14,
"I-chemicalcompound": 16,
"I-chemicalelement": 18,
"I-conference": 20,
"I-country": 22,
"I-discipline": 24,
"I-election": 26,
"I-enzyme": 28,
"I-event": 30,
"I-field": 32,
"I-jobs": 80,
"I-literarygenre": 34,
"I-location": 36,
"I-magazine": 38,
"I-metrics": 40,
"I-misc": 42,
"I-musicalartist": 44,
"I-musicalinstrument": 46,
"I-musicgenre": 48,
"I-organisation": 50,
"I-person": 52,
"I-poem": 54,
"I-politicalparty": 56,
"I-politician": 58,
"I-product": 60,
"I-programlang": 62,
"I-protein": 64,
"I-researcher": 66,
"I-scientist": 68,
"I-song": 70,
"I-task": 72,
"I-theory": 74,
"I-university": 76,
"I-writer": 78,
"O": 0
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.28.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}