5cean commited on
Commit
d59c2ef
·
verified ·
1 Parent(s): d2d63ae

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/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": "hall",
13
+ "1": "business"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "business": 1,
18
+ "hall": 0
19
+ },
20
+ "max_position_embeddings": 512,
21
+ "model_type": "distilbert",
22
+ "n_heads": 12,
23
+ "n_layers": 6,
24
+ "pad_token_id": 0,
25
+ "problem_type": "single_label_classification",
26
+ "qa_dropout": 0.1,
27
+ "seq_classif_dropout": 0.2,
28
+ "sinusoidal_pos_embds": false,
29
+ "tie_weights_": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.43.2",
32
+ "vocab_size": 30522
33
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a307446006b36239e2f6e978f3c9c456f466088e3b29bcd92441f484907c653
3
+ size 267832560
runs/Jul26_15-07-37_gpu-1/events.out.tfevents.1721974062.gpu-1.291149.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a333108fc80922440c066d28246d9be5aa726c4f8f2d7cd295fe21a56437c9e
3
+ size 4891
runs/Jul26_15-16-09_gpu-1/events.out.tfevents.1721974570.gpu-1.291149.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a1e0da409c0580defb7925e75d3890cabdb08c8692da9398c95ade1aebf05f
3
+ size 4891
runs/Jul26_15-17-56_gpu-1/events.out.tfevents.1721974677.gpu-1.291149.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d940d6fde8795e25d9a6c0345da5b464792796851c223c1592c2287913c4da9a
3
+ size 4891
runs/Jul26_15-24-52_gpu-1/events.out.tfevents.1721975098.gpu-1.291149.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793c0a3ba493603a25f6fbc6cdebc2f2b68116d85403484815792d655be15773
3
+ size 4891
runs/Jul26_15-24-52_gpu-1/events.out.tfevents.1721975104.gpu-1.291149.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f63449ccb4c747c467103c7cf9fd590cc016bc1c487a58f7544101a41723114
3
+ size 4891
runs/Jul26_15-24-52_gpu-1/events.out.tfevents.1721975122.gpu-1.291149.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc3ecfc7d6d971fd37a9da0aef59252f5f72beca2da7c1da7207a3507ffd57b
3
+ size 4891
runs/Jul26_15-25-40_gpu-1/events.out.tfevents.1721975141.gpu-1.291149.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05302cb37f3824eb6590e321e656bbeac83fff8923e022cf8852c0624d22797d
3
+ size 4895
runs/Jul26_15-26-41_gpu-1/events.out.tfevents.1721975202.gpu-1.291149.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7df0f66bb1723c82045d472fbc21e205b2004460e90e261be3e999dadaf4a09
3
+ size 6269
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:f363fd799682b8d85c1a1a8a28d368071cd0fd3069df6494fce0fe75783319bd
3
+ size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff