djsull commited on
Commit
9745692
1 Parent(s): 6dfba70
Files changed (2) hide show
  1. config.json +50 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "monologg/kobigbird-bert-base",
3
+ "architectures": [
4
+ "BigBirdForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attention_type": "block_sparse",
8
+ "block_size": 64,
9
+ "bos_token_id": 5,
10
+ "classifier_dropout": null,
11
+ "eos_token_id": 6,
12
+ "gradient_checkpointing": false,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "normal",
18
+ "1": "coin_forecast",
19
+ "2": "stock_forecast",
20
+ "3": "aha_service",
21
+ "4": "aha_token"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "aha_service": 3,
27
+ "aha_token": 4,
28
+ "coin_forecast": 1,
29
+ "normal": 0,
30
+ "stock_forecast": 2
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 4096,
34
+ "model_type": "big_bird",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "num_random_blocks": 3,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "problem_type": "multi_label_classification",
41
+ "rescale_embeddings": false,
42
+ "sep_token_id": 3,
43
+ "tokenizer_class": "BertTokenizer",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.12.0",
46
+ "type_vocab_size": 2,
47
+ "use_bias": true,
48
+ "use_cache": true,
49
+ "vocab_size": 32500
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc10441e6d756df2b3c0cd38af4371120d87e7e6bf5eb1ea4ad83998ab742ca
3
+ size 457506601