devanshrj commited on
Commit
65e78ec
1 Parent(s): 3269d7c

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 1,
3
+ "[MASK]": 50264,
4
+ "[PAD]": 0,
5
+ "[SEP]": 2,
6
+ "[UNK]": 3
7
+ }
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "KISTI-AI/scideberta-cs",
3
+ "architectures": [
4
+ "DebertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-MethodName",
13
+ "2": "I-MethodName",
14
+ "3": "B-HyperparameterName",
15
+ "4": "I-HyperparameterName",
16
+ "5": "B-HyperparameterValue",
17
+ "6": "I-HyperparameterValue",
18
+ "7": "B-MetricName",
19
+ "8": "I-MetricName",
20
+ "9": "B-MetricValue",
21
+ "10": "I-MetricValue",
22
+ "11": "B-TaskName",
23
+ "12": "I-TaskName",
24
+ "13": "B-DatasetName",
25
+ "14": "I-DatasetName"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-DatasetName": 13,
31
+ "B-HyperparameterName": 3,
32
+ "B-HyperparameterValue": 5,
33
+ "B-MethodName": 1,
34
+ "B-MetricName": 7,
35
+ "B-MetricValue": 9,
36
+ "B-TaskName": 11,
37
+ "I-DatasetName": 14,
38
+ "I-HyperparameterName": 4,
39
+ "I-HyperparameterValue": 6,
40
+ "I-MethodName": 2,
41
+ "I-MetricName": 8,
42
+ "I-MetricValue": 10,
43
+ "I-TaskName": 12,
44
+ "O": 0
45
+ },
46
+ "layer_norm_eps": 1e-07,
47
+ "max_position_embeddings": 512,
48
+ "max_relative_positions": -1,
49
+ "model_type": "deberta",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 0,
53
+ "pooler_dropout": 0,
54
+ "pooler_hidden_act": "gelu",
55
+ "pooler_hidden_size": 768,
56
+ "pos_att_type": [
57
+ "c2p",
58
+ "p2c"
59
+ ],
60
+ "position_biased_input": false,
61
+ "relative_attention": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.34.0",
64
+ "type_vocab_size": 0,
65
+ "vocab_size": 50265
66
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a090609b5efd4d530e7392245a1f6061a031f2051e06e49de552d5f63dc91b58
3
+ size 554521634
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "[CLS]",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "[UNK]",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "[MASK]",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "additional_special_tokens": [],
46
+ "bos_token": "[CLS]",
47
+ "clean_up_tokenization_spaces": true,
48
+ "cls_token": "[CLS]",
49
+ "do_lower_case": false,
50
+ "eos_token": "[SEP]",
51
+ "errors": "replace",
52
+ "mask_token": "[MASK]",
53
+ "model_max_length": 512,
54
+ "pad_token": "[PAD]",
55
+ "sep_token": "[SEP]",
56
+ "tokenizer_class": "DebertaTokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "gpt2"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a02c4d9747044678b570b6c5b861f08b63067e0c2fa3c282aedda0d17d273e76
3
+ size 4536
vocab.json ADDED
The diff for this file is too large to render. See raw diff