andikazf15 commited on
Commit
7a43ed3
1 Parent(s): 2399c5e

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/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": "NEGATIVE",
13
+ "1": "POSITIVE"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "NEGATIVE": 0,
18
+ "POSITIVE": 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.29.2",
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:13f0dbcfc15851a6388a4a8cc743d28b8c227e54bbfb26006f4f7aa345ca75e3
3
+ size 267855533
runs/May03_11-22-39_LAPTOP-JFU09I9A/1714710166.8605714/events.out.tfevents.1714710166.LAPTOP-JFU09I9A.18108.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f4307963f4a571a9a33c2902ab0744b43249e72cb78def4c32d41f23e50826a
3
+ size 5904
runs/May03_11-22-39_LAPTOP-JFU09I9A/events.out.tfevents.1714710166.LAPTOP-JFU09I9A.18108.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e9938796f5096873eff9c0bb734c846f91d4fb282be78cc4aa0b17df813c70
3
+ size 4022
runs/May03_11-24-03_LAPTOP-JFU09I9A/1714710247.4726374/events.out.tfevents.1714710247.LAPTOP-JFU09I9A.18108.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:175f8b2e4b8cb548a7004f34285f0dca4b20a2e8f2f8ae28d76facf64d9e5326
3
+ size 5914
runs/May03_11-24-03_LAPTOP-JFU09I9A/events.out.tfevents.1714710247.LAPTOP-JFU09I9A.18108.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d9348d7d4569119a44e2568905962debb84af42c2e9ad1ea31d2385eda54483
3
+ size 4040
runs/May03_11-25-36_LAPTOP-JFU09I9A/1714710342.508362/events.out.tfevents.1714710342.LAPTOP-JFU09I9A.39344.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c23e6b070b7b19345123bb3da20fac77b58232125e06c547f7ad6f4fefcaba97
3
+ size 5914
runs/May03_11-25-36_LAPTOP-JFU09I9A/events.out.tfevents.1714710342.LAPTOP-JFU09I9A.39344.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b661b049a4280a8cdfd42b89543a728554c841a5137135c11807f74a152e9293
3
+ size 4420
runs/May03_11-33-20_LAPTOP-JFU09I9A/1714710804.9633014/events.out.tfevents.1714710804.LAPTOP-JFU09I9A.39344.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3bf92e79e315455ced5e72d2e1e53d5120d414537fafc19eeb2c8a6f2d0c856
3
+ size 5904
runs/May03_11-33-20_LAPTOP-JFU09I9A/events.out.tfevents.1714710804.LAPTOP-JFU09I9A.39344.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38c4255fc77a85a3ea1d0bd02d22b8c40fefb1bab5e40dfc290758b1244fe4d
3
+ size 4587
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df2dc7f8a302039cdb849c3ded51f45ba90ce1099f2bccb50b7362d4640bc61
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff