Harini2506 commited on
Commit
acbec6f
·
1 Parent(s): 9a3a2e7

Training in progress, epoch 1

Browse files
Files changed (6) hide show
  1. config.json +15 -16
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +6 -9
  5. training_args.bin +1 -1
  6. vocab.txt +0 -0
config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "_name_or_path": "allenai/scibert_scivocab_uncased",
 
3
  "architectures": [
4
- "BertForTokenClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-DatasetName",
@@ -26,7 +26,6 @@
26
  "14": "I-TaskName"
27
  },
28
  "initializer_range": 0.02,
29
- "intermediate_size": 3072,
30
  "label2id": {
31
  "B-DatasetName": 1,
32
  "B-HyperparameterName": 3,
@@ -44,16 +43,16 @@
44
  "I-TaskName": 14,
45
  "O": 0
46
  },
47
- "layer_norm_eps": 1e-12,
48
  "max_position_embeddings": 512,
49
- "model_type": "bert",
50
- "num_attention_heads": 12,
51
- "num_hidden_layers": 12,
52
  "pad_token_id": 0,
53
- "position_embedding_type": "absolute",
 
 
 
54
  "torch_dtype": "float32",
55
  "transformers_version": "4.34.1",
56
- "type_vocab_size": 2,
57
- "use_cache": true,
58
- "vocab_size": 31090
59
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForTokenClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
 
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-DatasetName",
 
26
  "14": "I-TaskName"
27
  },
28
  "initializer_range": 0.02,
 
29
  "label2id": {
30
  "B-DatasetName": 1,
31
  "B-HyperparameterName": 3,
 
43
  "I-TaskName": 14,
44
  "O": 0
45
  },
 
46
  "max_position_embeddings": 512,
47
+ "model_type": "distilbert",
48
+ "n_heads": 12,
49
+ "n_layers": 6,
50
  "pad_token_id": 0,
51
+ "qa_dropout": 0.1,
52
+ "seq_classif_dropout": 0.2,
53
+ "sinusoidal_pos_embds": false,
54
+ "tie_weights_": true,
55
  "torch_dtype": "float32",
56
  "transformers_version": "4.34.1",
57
+ "vocab_size": 30522
 
 
58
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:658c2cfa5bec7bb7271ff8009eb85fdb0cf0deb46445e7b4bdf04021b5a5d64a
3
- size 437425830
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ada7b42a47714c29e8b24d6cd9c76ad7ff295f9c2719dce923ffa3d007f80c
3
+ size 265533026
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "add_prefix_space": true,
3
  "added_tokens_decoder": {
4
  "0": {
5
  "content": "[PAD]",
@@ -9,7 +8,7 @@
9
  "single_word": false,
10
  "special": true
11
  },
12
- "101": {
13
  "content": "[UNK]",
14
  "lstrip": false,
15
  "normalized": false,
@@ -17,7 +16,7 @@
17
  "single_word": false,
18
  "special": true
19
  },
20
- "102": {
21
  "content": "[CLS]",
22
  "lstrip": false,
23
  "normalized": false,
@@ -25,7 +24,7 @@
25
  "single_word": false,
26
  "special": true
27
  },
28
- "103": {
29
  "content": "[SEP]",
30
  "lstrip": false,
31
  "normalized": false,
@@ -33,7 +32,7 @@
33
  "single_word": false,
34
  "special": true
35
  },
36
- "104": {
37
  "content": "[MASK]",
38
  "lstrip": false,
39
  "normalized": false,
@@ -44,15 +43,13 @@
44
  },
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
- "do_basic_tokenize": true,
48
  "do_lower_case": true,
49
  "mask_token": "[MASK]",
50
- "model_max_length": 1000000000000000019884624838656,
51
- "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
- "tokenizer_class": "BertTokenizer",
57
  "unk_token": "[UNK]"
58
  }
 
1
  {
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "[PAD]",
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "100": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59e25fcf10b6bd9a934d8833eff1a68eb7b2e36fa44c5ce8f1509c9d0536b192
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e9c0831c4d9b56a7c93ac0a29b58301e7ffaa07fdf845a4474106f4c8855eb7
3
  size 4536
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff