anzeo commited on
Commit
701facc
1 Parent(s): 7806c1a

loha_fine_tuned_copa_croslo

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: EMBEDDIA/crosloengual-bert
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: loha_fine_tuned_copa_croslo
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # loha_fine_tuned_copa_croslo
19
+
20
+ This model is a fine-tuned version of [EMBEDDIA/crosloengual-bert](https://huggingface.co/EMBEDDIA/crosloengual-bert) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.2439
23
+ - Accuracy: 0.64
24
+ - F1: 0.6409
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: 0.003
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - training_steps: 400
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.693 | 1.0 | 50 | 0.6764 | 0.56 | 0.56 |
56
+ | 0.6401 | 2.0 | 100 | 0.6814 | 0.53 | 0.5304 |
57
+ | 0.5345 | 3.0 | 150 | 0.6725 | 0.66 | 0.6592 |
58
+ | 0.3293 | 4.0 | 200 | 0.8363 | 0.65 | 0.6509 |
59
+ | 0.1831 | 5.0 | 250 | 0.9311 | 0.65 | 0.6507 |
60
+ | 0.0662 | 6.0 | 300 | 1.0890 | 0.67 | 0.6707 |
61
+ | 0.0238 | 7.0 | 350 | 1.1631 | 0.64 | 0.6409 |
62
+ | 0.0364 | 8.0 | 400 | 1.2439 | 0.64 | 0.6409 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.10.1.dev0
68
+ - Transformers 4.40.1
69
+ - Pytorch 2.1.1+cu121
70
+ - Datasets 2.19.0
71
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha": 32,
3
+ "alpha_pattern": {},
4
+ "auto_mapping": null,
5
+ "base_model_name_or_path": "EMBEDDIA/crosloengual-bert",
6
+ "inference_mode": true,
7
+ "init_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "module_dropout": 0.0,
11
+ "modules_to_save": [
12
+ "classifier",
13
+ "score"
14
+ ],
15
+ "peft_type": "LOHA",
16
+ "r": 16,
17
+ "rank_dropout": 0.0,
18
+ "rank_pattern": {},
19
+ "revision": null,
20
+ "target_modules": [
21
+ "query",
22
+ "value"
23
+ ],
24
+ "task_type": "SEQ_CLS",
25
+ "use_effective_conv2d": false
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493e3322fad21af362d25b5da1f8e49a68deb922f5af235a9c4ba619bf3a1671
3
+ size 4735028
runs/May21_16-39-05_DESKTOP-22QTFDR/events.out.tfevents.1716302346.DESKTOP-22QTFDR.21460.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026ded7b9de5f76e45bc2d072a9bfdf0c6d20180ce59969e5f7aaca92a234758
3
+ size 9649
runs/May21_16-39-05_DESKTOP-22QTFDR/events.out.tfevents.1716302371.DESKTOP-22QTFDR.21460.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb109849a7f61f25ac46bb5a29ae38ba5159e52e801c52c50d62693181d08087
3
+ size 457
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "102": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "103": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "104": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "105": {
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "max_len": 512,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
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:58ed512d179cc8044a0d296a60097d4f4b947ccca545d18ce6cf1fe8110ce86c
3
+ size 5048
vocab.txt ADDED
The diff for this file is too large to render. See raw diff