nhankins commited on
Commit
473aad9
1 Parent(s): 78766a0

nhankins/yo_euph_distilbert_lora_final

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert/distilbert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ model-index:
10
+ - name: distilbert-base-multilingual-cased-lora-text-classification
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distilbert-base-multilingual-cased-lora-text-classification
18
+
19
+ This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6074
22
+ - Precision: 0.7192
23
+ - Recall: 0.912
24
+ - F1 and accuracy: {'accuracy': 0.7146529562982005, 'f1': 0.8042328042328042}
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 and accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:----------------------------------------------------------:|
55
+ | No log | 1.0 | 388 | 0.6278 | 0.6723 | 0.96 | {'accuracy': 0.6735218508997429, 'f1': 0.7907742998352554} |
56
+ | 0.5998 | 2.0 | 776 | 0.6380 | 0.6713 | 0.956 | {'accuracy': 0.6709511568123393, 'f1': 0.7887788778877888} |
57
+ | 0.5865 | 3.0 | 1164 | 0.6196 | 0.6988 | 0.9 | {'accuracy': 0.6863753213367609, 'f1': 0.7867132867132868} |
58
+ | 0.5681 | 4.0 | 1552 | 0.6284 | 0.7018 | 0.932 | {'accuracy': 0.7017994858611826, 'f1': 0.8006872852233677} |
59
+ | 0.5681 | 5.0 | 1940 | 0.6072 | 0.7143 | 0.88 | {'accuracy': 0.6966580976863753, 'f1': 0.7885304659498208} |
60
+ | 0.5641 | 6.0 | 2328 | 0.6122 | 0.7031 | 0.9 | {'accuracy': 0.6915167095115681, 'f1': 0.7894736842105263} |
61
+ | 0.5356 | 7.0 | 2716 | 0.6074 | 0.7125 | 0.912 | {'accuracy': 0.7069408740359897, 'f1': 0.8} |
62
+ | 0.5407 | 8.0 | 3104 | 0.6016 | 0.7320 | 0.896 | {'accuracy': 0.7223650385604113, 'f1': 0.8057553956834531} |
63
+ | 0.5407 | 9.0 | 3492 | 0.6079 | 0.7192 | 0.912 | {'accuracy': 0.7146529562982005, 'f1': 0.8042328042328042} |
64
+ | 0.535 | 10.0 | 3880 | 0.6074 | 0.7192 | 0.912 | {'accuracy': 0.7146529562982005, 'f1': 0.8042328042328042} |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.35.2
70
+ - Pytorch 2.1.0+cu121
71
+ - Datasets 2.17.0
72
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "distilbert/distilbert-base-multilingual-cased",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.01,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 4,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_lin",
23
+ "out_lin",
24
+ "lin2",
25
+ "q_lin",
26
+ "lin1",
27
+ "k_lin"
28
+ ],
29
+ "task_type": "SEQ_CLS",
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e658833a7e6852cbc22440e621344cba1f23e69ab031bd0ec90c340d569128b
3
+ size 3706232
runs/Feb15_20-30-36_f9d66c3ba873/events.out.tfevents.1708029045.f9d66c3ba873.1171.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de8d14dcc55c98736c905cef664366133fdbce1c5784a6828b8f1d1a0c0eba71
3
+ size 6408
runs/Feb15_20-30-36_f9d66c3ba873/events.out.tfevents.1708029342.f9d66c3ba873.1171.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d0e9150ed9be0dbdb7d87586f6f62f35cea4e548e0676410c90d0cecf5346d
3
+ size 9683
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
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "100": {
13
+ "content": "[UNK]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "101": {
21
+ "content": "[CLS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "102": {
29
+ "content": "[SEP]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "103": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
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:c5ad3a9088c707e1ed8f92e40e3825085085ae14ea408bb1adf9366dd6d2b71f
3
+ size 4664
vocab.txt ADDED
The diff for this file is too large to render. See raw diff