AFZAL0008 commited on
Commit
ec1d9d7
·
verified ·
1 Parent(s): 24f1d2d

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "negative",
12
+ "1": "positive"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "negative": 0,
17
+ "positive": 1
18
+ },
19
+ "max_position_embeddings": 512,
20
+ "model_type": "distilbert",
21
+ "n_heads": 12,
22
+ "n_layers": 6,
23
+ "pad_token_id": 0,
24
+ "problem_type": "single_label_classification",
25
+ "qa_dropout": 0.1,
26
+ "seq_classif_dropout": 0.2,
27
+ "sinusoidal_pos_embds": false,
28
+ "tie_weights_": true,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.53.2",
31
+ "vocab_size": 30522
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03048787616e3079383c58d3f2421fdda360dd5cdf75f841f7144c00ed9cbafb
3
+ size 267832560
runs/Jul19_03-08-14_8c18732769cb/events.out.tfevents.1752894537.8c18732769cb.136.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b69bdfab65c77d4561a2285b77e4d41244850fa83d8a0a65124d593087a88d
3
+ size 4937
runs/Jul19_03-11-08_8c18732769cb/events.out.tfevents.1752894673.8c18732769cb.136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6674118b3f7eceb08d8767f21486e9cea62e9925bcdaaaf13bf547bdc99e8903
3
+ size 4937
runs/Jul19_03-13-55_8c18732769cb/events.out.tfevents.1752894837.8c18732769cb.136.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d0441c0cbad8bb5f6d7f970ae9f3033727bed23b9869564ae86b9e96cbf764
3
+ size 4937
runs/Jul19_03-14-53_8c18732769cb/events.out.tfevents.1752894894.8c18732769cb.136.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f11f84a3ef19bd8e490c8b85acd32b04f9e3580899a48fa3013022934c17e2
3
+ size 4937
runs/Jul19_03-18-30_8c18732769cb/events.out.tfevents.1752895112.8c18732769cb.136.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59659571d7fe5578d4f15ba5a849e0c0f87dcff633c7f2c277ab199bc3e6be79
3
+ size 5919
runs/Jul19_03-20-04_8c18732769cb/events.out.tfevents.1752895205.8c18732769cb.136.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7159e85f25120386752b15fd828e04d6c0e537cf31ccd587b0792787fb9a7bd2
3
+ size 8047
runs/Jul19_03-49-48_8c18732769cb/events.out.tfevents.1752896989.8c18732769cb.136.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67fe3955ea7606a90cf2b36ee016ba61826ca5e5862b0a9d41fdd22d0b88e0cd
3
+ size 6314
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:dd316ec4ef75d1d0367aac50414fdcc1df9b8dfefdaf4d917662b342ce63f779
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff