Realgon commited on
Commit
ac7aad6
·
1 Parent(s): 59938f7

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD_left_10]": 30531,
3
+ "[PAD_left_1]": 30522,
4
+ "[PAD_left_2]": 30523,
5
+ "[PAD_left_3]": 30524,
6
+ "[PAD_left_4]": 30525,
7
+ "[PAD_left_5]": 30526,
8
+ "[PAD_left_6]": 30527,
9
+ "[PAD_left_7]": 30528,
10
+ "[PAD_left_8]": 30529,
11
+ "[PAD_left_9]": 30530
12
+ }
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "World",
14
+ "1": "Sports",
15
+ "2": "Business",
16
+ "3": "Sci/Tech"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Business": 2,
22
+ "Sci/Tech": 3,
23
+ "Sports": 1,
24
+ "World": 0
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "bert",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.33.2",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 30532
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e2ebf9bf345e6e0ffd6443553e234165c5191da6f373e54be41fc5f3af91207
3
+ size 438040369
special_tokens_map.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[PAD_left_1]",
4
+ "[PAD_left_2]",
5
+ "[PAD_left_3]",
6
+ "[PAD_left_4]",
7
+ "[PAD_left_5]",
8
+ "[PAD_left_6]",
9
+ "[PAD_left_7]",
10
+ "[PAD_left_8]",
11
+ "[PAD_left_9]",
12
+ "[PAD_left_10]"
13
+ ],
14
+ "cls_token": "[CLS]",
15
+ "mask_token": "[MASK]",
16
+ "pad_token": "[PAD]",
17
+ "sep_token": "[SEP]",
18
+ "unk_token": "[UNK]"
19
+ }
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": "BertTokenizer",
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:018926c9b062fe3d6ef710313f679f22229702ae80b63de4fd68c2c48517d536
3
+ size 4091
vocab.txt ADDED
The diff for this file is too large to render. See raw diff