review_train3 / config.json
laskovey's picture
Training in progress, epoch 1
44b077f verified
{
"_name_or_path": "laskovey/review_train3",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"emb_size": 312,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 312,
"id2label": {
"0": "customer service",
"1": "delay",
"2": "no substance",
"3": "unmet expectations",
"4": "coordination",
"5": "guide's attitude",
"6": "conditioning",
"7": "vehicle",
"8": "appraisal",
"9": "overpriced",
"10": "cancelation",
"11": "stray",
"12": "guide's proficiency",
"13": "offer disparity",
"14": "program change",
"15": "other tourists",
"16": "unrelated",
"17": "haste",
"18": "dirty windows",
"19": "bland delivery",
"20": "hazard",
"21": "price lift",
"22": "time shortage",
"23": "theme divergence",
"24": "food",
"25": "fact misstatement",
"26": "rudeness & bigotry",
"27": "shallow narration",
"28": "facilities",
"29": "humble route",
"30": "weather",
"31": "refund",
"32": "product",
"33": "weather | advice"
},
"initializer_range": 0.02,
"intermediate_size": 600,
"label2id": {
"appraisal": 8,
"bland delivery": 19,
"cancelation": 10,
"conditioning": 6,
"coordination": 4,
"customer service": 0,
"delay": 1,
"dirty windows": 18,
"facilities": 28,
"fact misstatement": 25,
"food": 24,
"guide's attitude": 5,
"guide's proficiency": 12,
"haste": 17,
"hazard": 20,
"humble route": 29,
"no substance": 2,
"offer disparity": 13,
"other tourists": 15,
"overpriced": 9,
"price lift": 21,
"product": 32,
"program change": 14,
"refund": 31,
"rudeness & bigotry": 26,
"shallow narration": 27,
"stray": 11,
"theme divergence": 23,
"time shortage": 22,
"unmet expectations": 3,
"unrelated": 16,
"vehicle": 7,
"weather": 30,
"weather | advice": 33
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 2048,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 3,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.39.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 83828
}