chocee commited on
Commit
21b7d92
·
verified ·
1 Parent(s): 294fe0b

Training in progress, epoch 2

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ai-forever/ruRoberta-large
3
+ library_name: peft
4
+ metrics:
5
+ - accuracy
6
+ tags:
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: ruRoberta-large-brand-text-classification
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # ruRoberta-large-brand-text-classification
17
+
18
+ This model was trained from scratch on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4496
21
+ - Accuracy: {'accuracy': 0.9166666666666666}
22
+ - F1 Score: {'f1': 0.8095238095238095}
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.001
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 500
48
+ - num_epochs: 10
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Score |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:---------------------------:|
54
+ | 0.0864 | 1.0 | 7 | 0.4496 | {'accuracy': 0.9166666666666666} | {'f1': 0.8095238095238095} |
55
+ | 0.5172 | 2.0 | 14 | 0.4940 | {'accuracy': 0.9166666666666666} | {'f1': 0.8095238095238095} |
56
+ | 0.2577 | 3.0 | 21 | 0.6420 | {'accuracy': 0.5833333333333334} | {'f1': 0.3686274509803922} |
57
+ | 0.5231 | 4.0 | 28 | 0.7110 | {'accuracy': 0.5833333333333334} | {'f1': 0.3686274509803922} |
58
+ | 0.4421 | 5.0 | 35 | 0.5916 | {'accuracy': 0.75} | {'f1': 0.5029239766081871} |
59
+ | 0.138 | 6.0 | 42 | 0.6586 | {'accuracy': 0.75} | {'f1': 0.5029239766081871} |
60
+ | 0.1561 | 7.0 | 49 | 0.6274 | {'accuracy': 0.6666666666666666} | {'f1': 0.4259259259259259} |
61
+ | 0.0271 | 8.0 | 56 | 0.6291 | {'accuracy': 0.6666666666666666} | {'f1': 0.48148148148148145} |
62
+ | 0.4528 | 9.0 | 63 | 0.5169 | {'accuracy': 0.9166666666666666} | {'f1': 0.8095238095238095} |
63
+ | 0.5633 | 10.0 | 70 | 0.4749 | {'accuracy': 0.75} | {'f1': 0.6210526315789473} |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.13.2
69
+ - Transformers 4.46.1
70
+ - Pytorch 2.5.0+cu121
71
+ - Datasets 3.1.0
72
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ai-forever/ruRoberta-large",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.01,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "value",
27
+ "query"
28
+ ],
29
+ "task_type": "SEQ_CLS",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7b6952a582561a444f8f2e959e507038c07a89e590b8e770da00d0b8b826ac
3
+ size 10516612
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Nov03_21-38-24_1351ccee4e40/events.out.tfevents.1730669906.1351ccee4e40.23132.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e346f52ec0497f9f90451e8039745a3785d657f04c19000abf959cca5b5faef
3
+ size 22878
runs/Nov03_21-38-24_1351ccee4e40/events.out.tfevents.1730670128.1351ccee4e40.23132.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86d88452a4fb0829d7e47d9eb1fa18c1fd16099371c15feb88c179082cf538a
3
+ size 354
runs/Nov03_21-51-33_1351ccee4e40/events.out.tfevents.1730670695.1351ccee4e40.23132.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa919ff24f162cf807f7ed32383050a9a9e0c9513c8261a60cfce30e08c02ee5
3
+ size 22875
runs/Nov03_21-51-33_1351ccee4e40/events.out.tfevents.1730670840.1351ccee4e40.23132.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55d5dd47b1fa8750bc415602b896acd65e3c0ec31e1b3fad50ac37e6e977017a
3
+ size 620
runs/Nov03_22-21-39_1351ccee4e40/events.out.tfevents.1730672504.1351ccee4e40.23132.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b8a35d11587beecfa8bb0882ec0e2f67945cc5d7fa43e44633e0a46a08d7ed3
3
+ size 8846
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<pad>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "max_length": 512,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8545919633221c036848ea42e0f2b78d041138bdfafad4bacbfd5238cd4485e9
3
+ size 5432
vocab.json ADDED
The diff for this file is too large to render. See raw diff