dorajyl commited on
Commit
ffde58d
·
verified ·
1 Parent(s): 5bb1ad7

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": "Unclear",
13
+ "1": "Related"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Related": 1,
18
+ "Unclear": 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.46.1",
32
+ "vocab_size": 30522
33
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beff0dd3faabd539734a814663577ec807cbc171db56e0fdbfdba0d31ba90be8
3
+ size 267832560
runs/Oct30_10-32-10_lis-MacBook-Pro-2.local/events.out.tfevents.1730298737.lis-MacBook-Pro-2.local.61413.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c035a50fe5c1d6f8196c122e8f0fd22ddbf1596964d5d5999f5763000813d9
3
+ size 5032
runs/Oct30_10-37-12_lis-MacBook-Pro-2.local/events.out.tfevents.1730299034.lis-MacBook-Pro-2.local.61413.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6805d3f2f794c73e3aa98e955bf92c3c7a6c89094f2d633fb0d9767b8b08589d
3
+ size 5032
runs/Oct30_10-38-51_lis-MacBook-Pro-2.local/events.out.tfevents.1730299132.lis-MacBook-Pro-2.local.61413.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8dc36af9729a8a8b00f30c8e4a1a5e13cd481c43ab16499e28c2f1226c1d1a
3
+ size 5030
runs/Oct30_10-40-42_lis-MacBook-Pro-2.local/events.out.tfevents.1730299250.lis-MacBook-Pro-2.local.61413.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5eec66d8e23dbb5887d46f28318e8970520edd2b53717b77ac5c1378c7eab81
3
+ size 5030
runs/Oct30_10-42-43_lis-MacBook-Pro-2.local/events.out.tfevents.1730299374.lis-MacBook-Pro-2.local.61413.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82efd6bcfa164d6e684f466b2d9ecb2832b78381046849abf2035eb6d4f715a0
3
+ size 5030
runs/Oct30_10-46-13_lis-MacBook-Pro-2.local/events.out.tfevents.1730299584.lis-MacBook-Pro-2.local.61413.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528c41c125ccd32e297ecca4b194ba65533ded75b8371f2005450a17916b131d
3
+ size 5347
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": 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:bd0aebb97b1a019440349504b417b2b8af918e3174ddbd6f211527109e65c584
3
+ size 5240
vocab.txt ADDED
The diff for this file is too large to render. See raw diff