HAriGa commited on
Commit
499d41b
1 Parent(s): 9c6f885

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-german-cased",
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": 768,
11
+ "id2label": {
12
+ "0": "Web",
13
+ "1": "Panorama",
14
+ "2": "International",
15
+ "3": "Wirtschaft",
16
+ "4": "Sport",
17
+ "5": "Inland",
18
+ "6": "Etat",
19
+ "7": "Wissenschaft",
20
+ "8": "Kultur"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Etat": "6",
26
+ "Inland": "5",
27
+ "International": "2",
28
+ "Kultur": "8",
29
+ "Panorama": "1",
30
+ "Sport": "4",
31
+ "Web": "0",
32
+ "Wirtschaft": "3",
33
+ "Wissenschaft": "7"
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "max_position_embeddings": 512,
37
+ "model_type": "bert",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "position_embedding_type": "absolute",
42
+ "problem_type": "single_label_classification",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.26.0",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 30000
48
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2f35bf90973b5aad20af34a5bc70d370fd39aa8019c0ea43f1311db8e8f90e7
3
+ size 436425845
runs/Jan27_01-45-36_c92d3ea18176/1674783942.5545566/events.out.tfevents.1674783942.c92d3ea18176.182.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ecba4fce20960c3b3d4cee9aa508fdefe06022e58058a2cfd616021e4934203
3
+ size 5664
runs/Jan27_01-45-36_c92d3ea18176/events.out.tfevents.1674783942.c92d3ea18176.182.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc3c4609f7fda20b65a8b1c97721eecf09c77d9ddd9f1af6db5b59d2e17aaca
3
+ size 4182
runs/Jan27_01-49-51_c92d3ea18176/1674784200.8717337/events.out.tfevents.1674784200.c92d3ea18176.18389.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c42ab138c83a2285f071e4bb1b7d9a3c2df9e548cdc1cbd73d25684649b366
3
+ size 5664
runs/Jan27_01-49-51_c92d3ea18176/events.out.tfevents.1674784200.c92d3ea18176.18389.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6a829d7cebc12216f9b4997d39e173b08303221e26b17050a3391915364fdc
3
+ size 4656
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-german-cased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4808a7a23502dd5120f9370fb5823f3061c3e187826d1b703c50cf0396a96c20
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff