msb-roshan commited on
Commit
9723062
1 Parent(s): d355357

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bisectgroup/biobigbird-base-stage2",
3
+ "architectures": [
4
+ "BigBirdForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attention_type": "block_sparse",
8
+ "block_size": 128,
9
+ "bos_token_id": 1,
10
+ "classifier_dropout": null,
11
+ "eos_token_id": 2,
12
+ "hidden_act": "gelu_new",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "LABEL_0",
17
+ "1": "LABEL_1",
18
+ "2": "LABEL_2",
19
+ "3": "LABEL_3",
20
+ "4": "LABEL_4",
21
+ "5": "LABEL_5",
22
+ "6": "LABEL_6",
23
+ "7": "LABEL_7",
24
+ "8": "LABEL_8",
25
+ "9": "LABEL_9",
26
+ "10": "LABEL_10",
27
+ "11": "LABEL_11",
28
+ "12": "LABEL_12",
29
+ "13": "LABEL_13",
30
+ "14": "LABEL_14",
31
+ "15": "LABEL_15",
32
+ "16": "LABEL_16",
33
+ "17": "LABEL_17",
34
+ "18": "LABEL_18",
35
+ "19": "LABEL_19",
36
+ "20": "LABEL_20",
37
+ "21": "LABEL_21",
38
+ "22": "LABEL_22"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "LABEL_0": 0,
44
+ "LABEL_1": 1,
45
+ "LABEL_10": 10,
46
+ "LABEL_11": 11,
47
+ "LABEL_12": 12,
48
+ "LABEL_13": 13,
49
+ "LABEL_14": 14,
50
+ "LABEL_15": 15,
51
+ "LABEL_16": 16,
52
+ "LABEL_17": 17,
53
+ "LABEL_18": 18,
54
+ "LABEL_19": 19,
55
+ "LABEL_2": 2,
56
+ "LABEL_20": 20,
57
+ "LABEL_21": 21,
58
+ "LABEL_22": 22,
59
+ "LABEL_3": 3,
60
+ "LABEL_4": 4,
61
+ "LABEL_5": 5,
62
+ "LABEL_6": 6,
63
+ "LABEL_7": 7,
64
+ "LABEL_8": 8,
65
+ "LABEL_9": 9
66
+ },
67
+ "layer_norm_eps": 1e-12,
68
+ "max_position_embeddings": 4096,
69
+ "model_type": "big_bird",
70
+ "num_attention_heads": 12,
71
+ "num_hidden_layers": 12,
72
+ "num_random_blocks": 3,
73
+ "pad_token_id": 0,
74
+ "problem_type": "single_label_classification",
75
+ "rescale_embeddings": false,
76
+ "sep_token_id": 66,
77
+ "tokenizer_id": "ddp-iitm/biobigbird-base-uncased",
78
+ "torch_dtype": "float32",
79
+ "transformers_version": "4.30.2",
80
+ "type_vocab_size": 2,
81
+ "use_bias": true,
82
+ "use_cache": true,
83
+ "vocab_size": 32000
84
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c013e656bf27d790e765677897c799368b1d5768611f4a07bfbb6496b5114607
3
+ size 456014653
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 4096,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ad0dc805891eb4f0409785817ba65999c886e661bda51ab9d89c6500857fc3
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff