jimfhahn commited on
Commit
d6064c0
·
verified ·
1 Parent(s): d766c5c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: google-bert/bert-base-german-cased
7
+ widget:
8
+ - text: "I love AutoTrain"
9
+ ---
10
+
11
+ # Model Trained Using AutoTrain
12
+
13
+ - Problem type: Text Classification
14
+
15
+ ## Validation Metrics
16
+ loss: 6.8204345703125
17
+
18
+ f1_macro: 0.009477047596877624
19
+
20
+ f1_micro: 0.06276134649533156
21
+
22
+ f1_weighted: 0.03996332128759549
23
+
24
+ precision_macro: 0.008540631772865619
25
+
26
+ precision_micro: 0.06276134649533156
27
+
28
+ precision_weighted: 0.03304113276853252
29
+
30
+ recall_macro: 0.014575594682055309
31
+
32
+ recall_micro: 0.06276134649533156
33
+
34
+ recall_weighted: 0.06276134649533156
35
+
36
+ accuracy: 0.06276134649533156
checkpoint-245080/config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-245080/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb9fe7ded404cb5d6eff8eaf27c2a6a276041241d849a16cd937c8821a60b11
3
+ size 502999680
checkpoint-245080/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2787ddd49284b363a9880edb56d8397d52a89137cd133cef8741638a9036763
3
+ size 1006120442
checkpoint-245080/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d61c75359ee3aab6eeff68b8656908c07aab153a12684210d85fa39f8e0d79f
3
+ size 14512
checkpoint-245080/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae3a9e82dcf701d1b54781dd68ef4ab69ac78f9480c65b421c7a2e912e396802
3
+ size 14512
checkpoint-245080/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e59e73f5e59cb06bc4818887e3e9180d51925189babaa95721c945ed10977b
3
+ size 1064
checkpoint-245080/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-245080/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93c2eee7d287f23802232e850a1ff649367978874edc0de8e66e022fabf7659
3
+ size 5368
config.json ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb9fe7ded404cb5d6eff8eaf27c2a6a276041241d849a16cd937c8821a60b11
3
+ size 502999680
runs/Dec31_11-34-19_ccc0389.campuscluster.illinois.edu/events.out.tfevents.1735666461.ccc0389.campuscluster.illinois.edu.15807.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68f6b92135487efa45f079a97c259a802fabb549ecb04e766c01cbccf56e0d86
3
- size 3316326
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72524e86871835e2d859d3876fbc3e3bb0e08d43f43cee15c37d3cef4faf111
3
+ size 3364834
runs/Dec31_11-34-19_ccc0389.campuscluster.illinois.edu/events.out.tfevents.1735695807.ccc0389.campuscluster.illinois.edu.15807.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6debe96c6f0d37da84343adf4fc373a682cdb9c00d81a0623b01034a6446f3a2
3
+ size 936
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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "2": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "3": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "4": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "5": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93c2eee7d287f23802232e850a1ff649367978874edc0de8e66e022fabf7659
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "bert-base-german-cased-gnd/autotrain-data",
3
+ "model": "google-bert/bert-base-german-cased",
4
+ "lr": 1e-05,
5
+ "epochs": 100,
6
+ "max_seq_length": 512,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "bert-base-german-cased-gnd",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "jimfhahn",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff