niharrp9 commited on
Commit
455f2c6
1 Parent(s): 74a9487

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "CustomDistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1,
14
+ "2": 2,
15
+ "3": 3,
16
+ "4": 4,
17
+ "5": 5,
18
+ "6": 6,
19
+ "7": 7,
20
+ "8": 8,
21
+ "9": 9,
22
+ "10": 10,
23
+ "11": 11,
24
+ "12": 12,
25
+ "13": 13,
26
+ "14": 14,
27
+ "15": 15,
28
+ "16": 16,
29
+ "17": 17,
30
+ "18": 18,
31
+ "19": 19
32
+ },
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "0": 0,
36
+ "1": 1,
37
+ "2": 2,
38
+ "3": 3,
39
+ "4": 4,
40
+ "5": 5,
41
+ "6": 6,
42
+ "7": 7,
43
+ "8": 8,
44
+ "9": 9,
45
+ "10": 10,
46
+ "11": 11,
47
+ "12": 12,
48
+ "13": 13,
49
+ "14": 14,
50
+ "15": 15,
51
+ "16": 16,
52
+ "17": 17,
53
+ "18": 18,
54
+ "19": 19
55
+ },
56
+ "max_position_embeddings": 512,
57
+ "model_type": "distilbert",
58
+ "n_heads": 12,
59
+ "n_layers": 6,
60
+ "output_past": true,
61
+ "pad_token_id": 0,
62
+ "qa_dropout": 0.1,
63
+ "seq_classif_dropout": 0.2,
64
+ "sinusoidal_pos_embds": false,
65
+ "tie_weights_": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.46.1",
68
+ "vocab_size": 119547
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdc54a301856708169b7a7c0fcf98b3acddd38cf02b9692ccd5975598f824d9
3
+ size 541372744
runs/Nov02_20-06-47_654dc69d4b43/events.out.tfevents.1730578014.654dc69d4b43.4286.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2360e08d14d462438e7465829a4957875f120145f26a5a7d273de2aa4f56c17f
3
+ size 5579
runs/Nov02_20-09-05_654dc69d4b43/events.out.tfevents.1730578150.654dc69d4b43.4286.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7080f1abbe32388bb062e0bf9b97ed5c198bb6effd113502462f5250d1fe4bda
3
+ size 5579
runs/Nov02_20-09-05_654dc69d4b43/events.out.tfevents.1730578258.654dc69d4b43.4286.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2073753ed68dc0416314b80f776f9e12db64b0e6a304a577aa55665f7ab8c6ac
3
+ size 5579
runs/Nov02_20-09-05_654dc69d4b43/events.out.tfevents.1730578371.654dc69d4b43.4286.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453a44918c5bfc9fd1ca11f95d762eead53399bfb38c53d764cc0d38284f21f1
3
+ size 14648
runs/Nov02_20-42-30_654dc69d4b43/events.out.tfevents.1730580330.654dc69d4b43.4286.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0d5d2f57b4b67a29d9f8dc8fc70cdb09368cace37e339c64010b4c540289ba2
3
+ size 5799
runs/Nov02_20-54-38_654dc69d4b43/events.out.tfevents.1730580881.654dc69d4b43.10851.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4550cab6dcc100e92b3f4eb4f46a898027efd61d40a1d80b07bb26ed703e6a20
3
+ size 5520
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ce73d3a5b4926367f13432add6a493c4fbc0bbc8426d84f64a96db4804b879
3
+ size 5240
vocab.txt ADDED
The diff for this file is too large to render. See raw diff