mmdrez4 commited on
Commit
a94862a
·
1 Parent(s): e25633a

Upload BigBirdForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +55 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "transformer_model",
3
+ "architectures": [
4
+ "BigBirdForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attention_type": "block_sparse",
8
+ "block_size": 32,
9
+ "bos_token_id": null,
10
+ "classifier_dropout": null,
11
+ "eos_token_id": null,
12
+ "gradient_checkpointing": false,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1",
19
+ "2": "LABEL_2",
20
+ "3": "LABEL_3",
21
+ "4": "LABEL_4",
22
+ "5": "LABEL_5",
23
+ "6": "LABEL_6",
24
+ "7": "LABEL_7"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_2": 2,
32
+ "LABEL_3": 3,
33
+ "LABEL_4": 4,
34
+ "LABEL_5": 5,
35
+ "LABEL_6": 6,
36
+ "LABEL_7": 7
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_position_embeddings": 4096,
40
+ "model_type": "big_bird",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 6,
43
+ "num_random_blocks": 3,
44
+ "pad_token_id": 0,
45
+ "position_embedding_type": "absolute",
46
+ "problem_type": "single_label_classification",
47
+ "rescale_embeddings": false,
48
+ "sep_token_id": 3,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.30.2",
51
+ "type_vocab_size": 2,
52
+ "use_bias": true,
53
+ "use_cache": true,
54
+ "vocab_size": 42000
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169aef4e4650bbd845651b489c87d7309aa9695d89a805d707d69f2a9ef5ab67
3
+ size 316543849