skandavivek2 commited on
Commit
52d0706
1 Parent(s): b16f4fc

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "HAM",
13
+ "1": "SPAM"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "HAM": 0,
18
+ "SPAM": 1
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.25.1",
32
+ "vocab_size": 30522
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5abb0dda195b07e5f6de861bb367962128c760284b7c1c273d65c9ada4c3b96
3
+ size 267855533
runs/Jan17_00-23-36_4d6dc7fa8952/1673915023.4629002/events.out.tfevents.1673915023.4d6dc7fa8952.464.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db8c066a521055c06f742c743449727ea6c2964d5e39500b0add1fe00233876
3
+ size 5500
runs/Jan17_00-23-36_4d6dc7fa8952/events.out.tfevents.1673915023.4d6dc7fa8952.464.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28341a7cdcebdc0240d4142d37b86fb52001c55abb463de3d8764358033ffea3
3
+ size 3716
runs/Jan17_00-26-48_4d6dc7fa8952/1673915214.0518923/events.out.tfevents.1673915214.4d6dc7fa8952.464.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4f9c78bade4a8f4173039577061378a31829ccb5b3307bf806711aaa77ba76
3
+ size 5500
runs/Jan17_00-26-48_4d6dc7fa8952/events.out.tfevents.1673915214.4d6dc7fa8952.464.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbdaf52d92d773b1a58cffe555b82d17c5b18f291a6fcbf470ad67653a83bec
3
+ size 3702
runs/Jan17_00-28-46_4d6dc7fa8952/1673915332.2563655/events.out.tfevents.1673915332.4d6dc7fa8952.464.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0703f654bcdf08288dfa02b71c6f2c11ffa1755bdd059b157df30762464446b8
3
+ size 5500
runs/Jan17_00-28-46_4d6dc7fa8952/events.out.tfevents.1673915332.4d6dc7fa8952.464.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b3b39f895fbdd9a0fe1fc32be57716333121dc29ce8547f1284854a44f1f5bf
3
+ size 3702
runs/Jan17_00-31-02_4d6dc7fa8952/1673915467.923185/events.out.tfevents.1673915467.4d6dc7fa8952.464.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849f982c51ae8550726ad017477e4e61384cdefb24d829d6047520758c76a627
3
+ size 5500
runs/Jan17_00-31-02_4d6dc7fa8952/events.out.tfevents.1673915467.4d6dc7fa8952.464.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03fdbddac0fb7dc5156e10b4b548541ffc0bd7c0cc83abd4755f84fa8243b58e
3
+ size 4025
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa3bacecdfc4f085750009078f5d1164b1f98c8617ac83b61685a0ef8a70e56
3
+ size 3387
vocab.txt ADDED
The diff for this file is too large to render. See raw diff