SadeelA commited on
Commit
46ab4ec
·
verified ·
1 Parent(s): 870915e

Upload config2.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config2.json +92 -0
config2.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "return_dict": true,
3
+ "output_hidden_states": false,
4
+ "output_attentions": false,
5
+ "torchscript": false,
6
+ "torch_dtype": "float32",
7
+ "use_bfloat16": false,
8
+ "tf_legacy_loss": false,
9
+ "pruned_heads": {},
10
+ "tie_word_embeddings": true,
11
+ "chunk_size_feed_forward": 0,
12
+ "is_encoder_decoder": false,
13
+ "is_decoder": false,
14
+ "cross_attention_hidden_size": null,
15
+ "add_cross_attention": false,
16
+ "tie_encoder_decoder": false,
17
+ "max_length": 20,
18
+ "min_length": 0,
19
+ "do_sample": false,
20
+ "early_stopping": false,
21
+ "num_beams": 1,
22
+ "num_beam_groups": 1,
23
+ "diversity_penalty": 0.0,
24
+ "temperature": 1.0,
25
+ "top_k": 50,
26
+ "top_p": 1.0,
27
+ "typical_p": 1.0,
28
+ "repetition_penalty": 1.0,
29
+ "length_penalty": 1.0,
30
+ "no_repeat_ngram_size": 0,
31
+ "encoder_no_repeat_ngram_size": 0,
32
+ "bad_words_ids": null,
33
+ "num_return_sequences": 1,
34
+ "output_scores": false,
35
+ "return_dict_in_generate": false,
36
+ "forced_bos_token_id": null,
37
+ "forced_eos_token_id": null,
38
+ "remove_invalid_values": false,
39
+ "exponential_decay_length_penalty": null,
40
+ "suppress_tokens": null,
41
+ "begin_suppress_tokens": null,
42
+ "architectures": [
43
+ "RobertaForSequenceClassification"
44
+ ],
45
+ "finetuning_task": null,
46
+ "id2label": {
47
+ "0": "angry",
48
+ "1": "disgust",
49
+ "2": "fear",
50
+ "3": "happy",
51
+ "4": "sad",
52
+ "5": "surprise",
53
+ "6": "neutral"
54
+ },
55
+ "label2id": {
56
+ "angry": 0,
57
+ "disgust": 1,
58
+ "fear": 2,
59
+ "happy": 3,
60
+ "sad": 4,
61
+ "surprise": 5,
62
+ "neutral": 6
63
+ },
64
+ "tokenizer_class": null,
65
+ "prefix": null,
66
+ "bos_token_id": 0,
67
+ "pad_token_id": 1,
68
+ "eos_token_id": 2,
69
+ "sep_token_id": null,
70
+ "decoder_start_token_id": null,
71
+ "task_specific_params": null,
72
+ "problem_type": "multi_label_classification",
73
+ "_name_or_path": "SadeelA/Roberta_Model",
74
+ "_attn_implementation_autoset": false,
75
+ "transformers_version": "4.49.0",
76
+ "model_type": "roberta",
77
+ "vocab_size": 50265,
78
+ "hidden_size": 768,
79
+ "num_hidden_layers": 12,
80
+ "num_attention_heads": 12,
81
+ "hidden_act": "gelu",
82
+ "intermediate_size": 3072,
83
+ "hidden_dropout_prob": 0.1,
84
+ "attention_probs_dropout_prob": 0.1,
85
+ "max_position_embeddings": 514,
86
+ "type_vocab_size": 1,
87
+ "initializer_range": 0.02,
88
+ "layer_norm_eps": 1e-05,
89
+ "position_embedding_type": "absolute",
90
+ "use_cache": true,
91
+ "classifier_dropout": null
92
+ }