ecaaa09 commited on
Commit
478a5b7
·
verified ·
1 Parent(s): 89057c8

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +73 -3
config.json CHANGED
@@ -1,9 +1,47 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "architectures": [
3
  "ElectraForTokenClassification"
4
  ],
5
- "model_type": "electra",
6
- "num_labels": 7,
7
  "id2label": {
8
  "0": "O",
9
  "1": "B-Organisation",
@@ -22,5 +60,37 @@
22
  "B-Place": 5,
23
  "I-Place": 6
24
  },
25
- "_name_or_path": "ChristopherA08/IndoELECTRA"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
1
  {
2
+ "return_dict": true,
3
+ "output_hidden_states": false,
4
+ "torchscript": false,
5
+ "torch_dtype": null,
6
+ "use_bfloat16": false,
7
+ "tf_legacy_loss": false,
8
+ "pruned_heads": {},
9
+ "tie_word_embeddings": true,
10
+ "chunk_size_feed_forward": 0,
11
+ "is_encoder_decoder": false,
12
+ "is_decoder": false,
13
+ "cross_attention_hidden_size": null,
14
+ "add_cross_attention": false,
15
+ "tie_encoder_decoder": false,
16
+ "max_length": 20,
17
+ "min_length": 0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "num_beams": 1,
21
+ "num_beam_groups": 1,
22
+ "diversity_penalty": 0.0,
23
+ "temperature": 1.0,
24
+ "top_k": 50,
25
+ "top_p": 1.0,
26
+ "typical_p": 1.0,
27
+ "repetition_penalty": 1.0,
28
+ "length_penalty": 1.0,
29
+ "no_repeat_ngram_size": 0,
30
+ "encoder_no_repeat_ngram_size": 0,
31
+ "bad_words_ids": null,
32
+ "num_return_sequences": 1,
33
+ "output_scores": false,
34
+ "return_dict_in_generate": false,
35
+ "forced_bos_token_id": null,
36
+ "forced_eos_token_id": null,
37
+ "remove_invalid_values": false,
38
+ "exponential_decay_length_penalty": null,
39
+ "suppress_tokens": null,
40
+ "begin_suppress_tokens": null,
41
  "architectures": [
42
  "ElectraForTokenClassification"
43
  ],
44
+ "finetuning_task": null,
 
45
  "id2label": {
46
  "0": "O",
47
  "1": "B-Organisation",
 
60
  "B-Place": 5,
61
  "I-Place": 6
62
  },
63
+ "tokenizer_class": null,
64
+ "prefix": null,
65
+ "bos_token_id": null,
66
+ "pad_token_id": 0,
67
+ "eos_token_id": null,
68
+ "sep_token_id": null,
69
+ "decoder_start_token_id": null,
70
+ "task_specific_params": null,
71
+ "problem_type": null,
72
+ "_name_or_path": "ChristopherA08/IndoELECTRA",
73
+ "transformers_version": "4.53.0",
74
+ "model_type": "electra",
75
+ "vocab_size": 30522,
76
+ "embedding_size": 768,
77
+ "hidden_size": 768,
78
+ "num_hidden_layers": 12,
79
+ "num_attention_heads": 12,
80
+ "intermediate_size": 3072,
81
+ "hidden_act": "gelu",
82
+ "hidden_dropout_prob": 0.1,
83
+ "attention_probs_dropout_prob": 0.1,
84
+ "max_position_embeddings": 512,
85
+ "type_vocab_size": 2,
86
+ "initializer_range": 0.02,
87
+ "layer_norm_eps": 1e-12,
88
+ "summary_type": "first",
89
+ "summary_use_proj": true,
90
+ "summary_activation": "gelu",
91
+ "summary_last_dropout": 0.1,
92
+ "position_embedding_type": "absolute",
93
+ "use_cache": true,
94
+ "classifier_dropout": null,
95
+ "output_attentions": false
96
  }