xqchq commited on
Commit
c8b8ab9
1 Parent(s): fb14e9f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hfl/minirbt-h256",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
+ "id2label": {
12
+ "0": "sports",
13
+ "1": "entertainment",
14
+ "2": "property",
15
+ "3": "education",
16
+ "4": "fashion",
17
+ "5": "affairs",
18
+ "6": "game",
19
+ "7": "sociology",
20
+ "8": "technology",
21
+ "9": "economics"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 1024,
25
+ "label2id": {
26
+ "affairs": 5,
27
+ "economics": 9,
28
+ "education": 3,
29
+ "entertainment": 1,
30
+ "fashion": 4,
31
+ "game": 6,
32
+ "property": 2,
33
+ "sociology": 7,
34
+ "sports": 0,
35
+ "technology": 8
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "max_position_embeddings": 512,
39
+ "model_type": "bert",
40
+ "num_attention_heads": 8,
41
+ "num_hidden_layers": 6,
42
+ "pad_token_id": 0,
43
+ "position_embedding_type": "absolute",
44
+ "problem_type": "single_label_classification",
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.28.0",
47
+ "type_vocab_size": 2,
48
+ "use_cache": true,
49
+ "vocab_size": 21128
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a805523091c4a867510aa3c3e52d0ddba5abdbdc2d077c2dc671777a0eeb881f
3
+ size 41429493
runs/May12_07-23-14_d18ac939067b/1683876322.295927/events.out.tfevents.1683876322.d18ac939067b.54646.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8cc8e5eb72d969faaf12634c21de029b62a55927ae9c82fe6dffbe6b7b30ac0
3
+ size 5894
runs/May12_07-23-14_d18ac939067b/events.out.tfevents.1683876322.d18ac939067b.54646.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:663b60ce8485e86d60420e2aebd1b040e69bb799d32833d12c3ddb69e8498c66
3
+ size 6300
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c73d971d00139690caf060957efc407639df50b06233ce5283c53a171a4e03
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff