anuj55 commited on
Commit
f762e4f
1 Parent(s): 67e8d19

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.28.0",
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860aeb1891c9ea3cf13ea4dd3e768c78bbdca128ab576a85ef7e1275ce38402f
3
+ size 267855978
runs/Feb04_12-44-22_6dc241b23942/1707050668.0024328/events.out.tfevents.1707050668.6dc241b23942.416.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b4a845f83411dac78182b0af048d80a1d4c9fb20a9d2227dbb96b591bd7722
3
+ size 5940
runs/Feb04_12-44-22_6dc241b23942/events.out.tfevents.1707050667.6dc241b23942.416.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46e7ee4b3da290a5c4d710863b4b5d37d75d2488b7dd158d9b2f5b8a11bb2560
3
+ size 88
runs/Feb04_12-45-26_6dc241b23942/1707050729.793225/events.out.tfevents.1707050729.6dc241b23942.416.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da99ce1f77700ac0dc7408c46605b95144019fd2fa679ded36a632a9207c4d8f
3
+ size 5940
runs/Feb04_12-45-26_6dc241b23942/events.out.tfevents.1707050729.6dc241b23942.416.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a7832884f17c52d9b66523970c45da4a79262b9fdd0679ad711d3e05f96522
3
+ size 88
runs/Feb04_12-46-50_6dc241b23942/1707050814.509055/events.out.tfevents.1707050814.6dc241b23942.2033.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b976c11173972da8b78c4020cc70a7eefaf808a9b719f9627a37a962e616b62f
3
+ size 5940
runs/Feb04_12-46-50_6dc241b23942/events.out.tfevents.1707050814.6dc241b23942.2033.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19741a0cab131ce91764eb9a5feebd35b1ac060d9591dbb990518668ab81c421
3
+ size 6934
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": 512,
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:f81d3497d8ca6e92b1d26300bfee77c8f49fb2b2bb6594b2f0bc088d5b628040
3
+ size 4088
vocab.txt ADDED
The diff for this file is too large to render. See raw diff