Maaz911 commited on
Commit
42870f2
·
verified ·
1 Parent(s): 8c36067

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "miscellaneous",
13
+ "1": "taxation",
14
+ "2": "insurance",
15
+ "3": "stocks",
16
+ "4": "mutualFunds"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "insurance": 2,
21
+ "miscellaneous": 0,
22
+ "mutualFunds": 4,
23
+ "stocks": 3,
24
+ "taxation": 1
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "pad_token_id": 0,
31
+ "problem_type": "single_label_classification",
32
+ "qa_dropout": 0.1,
33
+ "seq_classif_dropout": 0.2,
34
+ "sinusoidal_pos_embds": false,
35
+ "tie_weights_": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.41.2",
38
+ "vocab_size": 30522
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b957d23c41cdae6fe8583a139890a24ead4325e2a5a338bb2c8d8d4d6409164b
3
+ size 267841796
runs/Jun25_11-14-42_f1906073c8b4/events.out.tfevents.1719314104.f1906073c8b4.1013.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3e34058b90b7936bc4f862323e6a49451cfc038b0bfaa9fceedd65220a60c8
3
+ size 9846
runs/Jun25_11-24-34_f1906073c8b4/events.out.tfevents.1719314677.f1906073c8b4.1013.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707f23370f7a08fc225cf9d6be304f357188944924eaf1e2a795360747164f67
3
+ size 4967
runs/Jun25_11-26-12_f1906073c8b4/events.out.tfevents.1719314774.f1906073c8b4.1013.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2543e1bf4d6eee4a06054062bb07baf96cd207179ce2a722b4d16789c34d034a
3
+ size 4967
runs/Jun25_11-31-30_f1906073c8b4/events.out.tfevents.1719315094.f1906073c8b4.1013.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0690f56163d3f9bbce05e86a625c47f3947ed17929f4e0a7f830cecf0ef4c5c
3
+ size 4967
runs/Jun25_11-46-50_f1906073c8b4/events.out.tfevents.1719316014.f1906073c8b4.1013.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ef3f0a51d32fbdce321942795957d8ae617590f2734539ce4568f0308fb959
3
+ size 4967
runs/Jun25_12-15-24_f1906073c8b4/events.out.tfevents.1719317728.f1906073c8b4.1013.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a6451696ac32fed172b2916454fdd928c873c48419ea40f83dec0aa28643f34
3
+ size 5501
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": 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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c8edfbdca06cfdf3f99677f66b086a4373547e38961782d5a9931c1a141fc1
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff