srvmishra832 commited on
Commit
769a943
·
verified ·
1 Parent(s): f84d225

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "bug",
13
+ "1": "documentation",
14
+ "2": "enhancement",
15
+ "3": "good first issue",
16
+ "4": "generic discussion",
17
+ "5": "dataset request",
18
+ "6": "dataset bug",
19
+ "7": "question",
20
+ "8": "nlp-viewer",
21
+ "9": "duplicate",
22
+ "10": "speech",
23
+ "11": "Metric discussion",
24
+ "12": "metric bug",
25
+ "13": "wontfix",
26
+ "14": "Dataset discussion",
27
+ "15": "help wanted",
28
+ "16": "metric request"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "Dataset discussion": 14,
33
+ "Metric discussion": 11,
34
+ "bug": 0,
35
+ "dataset bug": 6,
36
+ "dataset request": 5,
37
+ "documentation": 1,
38
+ "duplicate": 9,
39
+ "enhancement": 2,
40
+ "generic discussion": 4,
41
+ "good first issue": 3,
42
+ "help wanted": 15,
43
+ "metric bug": 12,
44
+ "metric request": 16,
45
+ "nlp-viewer": 8,
46
+ "question": 7,
47
+ "speech": 10,
48
+ "wontfix": 13
49
+ },
50
+ "max_position_embeddings": 512,
51
+ "model_type": "distilbert",
52
+ "n_heads": 12,
53
+ "n_layers": 6,
54
+ "pad_token_id": 0,
55
+ "problem_type": "multi_label_classification",
56
+ "qa_dropout": 0.1,
57
+ "seq_classif_dropout": 0.2,
58
+ "sinusoidal_pos_embds": false,
59
+ "tie_weights_": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.49.0",
62
+ "vocab_size": 30522
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf9322b59d9de145fbe8aaf16112cd149401d5c8794ecc966ca758d369faaa3
3
+ size 267878708
runs/Mar22_15-55-47_airlgpu5mini-S2600STB/events.out.tfevents.1742639148.airlgpu5mini-S2600STB.5799.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d491d17fbcf0227e745d0d425f87cf0cef2dcf1ad89fc03e973289c7dc1d37
3
+ size 6049
runs/Mar22_15-58-28_airlgpu5mini-S2600STB/events.out.tfevents.1742639309.airlgpu5mini-S2600STB.6055.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c880b1a2c34fd4a8a0c6275f0c1d97e71358ce47c6098f561423907e0b2fc927
3
+ size 4184
runs/Mar22_15-59-52_airlgpu5mini-S2600STB/events.out.tfevents.1742639393.airlgpu5mini-S2600STB.6258.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df7cdabeb9e4251b2f6e5427bc6fe7b97655349565a249af4d9fb32c3be741ae
3
+ size 4184
runs/Mar22_16-00-57_airlgpu5mini-S2600STB/events.out.tfevents.1742639458.airlgpu5mini-S2600STB.6474.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc281c5a8420d307e993696b0a5c790d534584f4fb7d595d973f4bd59841f701
3
+ size 6049
runs/Mar22_16-44-42_airlgpu5mini-S2600STB/events.out.tfevents.1742642091.airlgpu5mini-S2600STB.7061.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915b6b324795805627f500ac863026e940eb59bf2d4cef08481932b7f2dbad14
3
+ size 6049
runs/Mar22_16-47-50_airlgpu5mini-S2600STB/events.out.tfevents.1742642274.airlgpu5mini-S2600STB.7325.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:389b93f204fc9d6c771dae65319f2aabd1f4861e930a8e7be8c84a5adf283064
3
+ size 6512
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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d145a8c41f2b771972642833c6cf5cf07034247d2e899b00356da229ed81cf11
3
+ size 5432
vocab.txt ADDED
The diff for this file is too large to render. See raw diff