fgiuhsdfkjhfv commited on
Commit
c0c50ce
1 Parent(s): bb6a027

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.29.2",
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:e5bf4dea9ca6570685d8a4fd0100d6d1d52d37ab6f7462b5bff0007f13d998d6
3
+ size 267855533
runs/May28_07-30-06_c1eb9bed0410/1685259147.7160604/events.out.tfevents.1685259147.c1eb9bed0410.1482.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43365aaa6e70225b84fa49d6650ac6caff4f8d7dae128f15db46a005b3ab6d0
3
+ size 5893
runs/May28_07-30-06_c1eb9bed0410/events.out.tfevents.1685259147.c1eb9bed0410.1482.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178b2fb569185027638da1a03e4ca7888568c3689e94214770cdb066c0b12d10
3
+ size 4191
runs/May28_07-34-28_c1eb9bed0410/1685259277.8758337/events.out.tfevents.1685259277.c1eb9bed0410.1482.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156626e97b02f1029efb779f7f87ff0d97f391e2d2f37358e7caacc56780d295
3
+ size 5893
runs/May28_07-34-28_c1eb9bed0410/events.out.tfevents.1685259277.c1eb9bed0410.1482.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63d6538b9fa53590de37f83c44d05838f1a8bb24cef94e88898107306e5c44b7
3
+ size 88
runs/May28_07-38-24_c1eb9bed0410/1685259854.1608036/events.out.tfevents.1685259854.c1eb9bed0410.3799.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3aa08c386c50974f2a8f96a1800e3a522a605042df9704e96b0b3b754cea81
3
+ size 5893
runs/May28_07-38-24_c1eb9bed0410/events.out.tfevents.1685259854.c1eb9bed0410.3799.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b491dc4d44e6800791ffcfb6b960c86fc021a3576a784ff5f1b5bd22f0aa40
3
+ size 8858
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:d9a0a29b2f8a9a0148718e06b5bb24f1cf1dd3e68aef9d7837e346b7c19f264c
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff