felixbrock commited on
Commit
35f29c5
1 Parent(s): 28c1cb8

Fine tune model

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - accuracy
10
+ base_model: roberta-large
11
+ model-index:
12
+ - name: roberta-large-lora-token-classification
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # roberta-large-lora-token-classification
20
+
21
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4877
24
+ - Precision: 0.8557
25
+ - Recall: 0.6375
26
+ - F1-score: 0.7306
27
+ - Accuracy: 0.7991
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 0.0001
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: constant
52
+ - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1-score | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
59
+ | 0.656 | 1.0 | 762 | 0.6091 | 0.5121 | 0.9432 | 0.6638 | 0.5916 |
60
+ | 0.5514 | 2.0 | 1524 | 0.6414 | 0.5205 | 0.9370 | 0.6692 | 0.6041 |
61
+ | 0.5584 | 3.0 | 2286 | 0.4862 | 0.7271 | 0.7696 | 0.7478 | 0.7781 |
62
+ | 0.5467 | 4.0 | 3048 | 0.4781 | 0.8197 | 0.6912 | 0.7500 | 0.8030 |
63
+ | 0.5519 | 5.0 | 3810 | 0.4877 | 0.8557 | 0.6375 | 0.7306 | 0.7991 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.9.0
69
+ - Transformers 4.38.1
70
+ - Pytorch 2.1.0+cu121
71
+ - Datasets 2.18.0
72
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "roberta-large",
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": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 2,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query",
23
+ "value"
24
+ ],
25
+ "task_type": "SEQ_CLS",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:492cf4c6725cb49116650cb01f492f513110779e9750e2686a8b3b42da27f004
3
+ size 5007376
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020fd968fe109b3a1ee63920e0eec556dd49d6bb59a91019108205abbb13044e
3
+ size 4984