AndersGiovanni commited on
Commit
405693b
1 Parent(s): 551a4a8

End of training

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: roberta-large
13
+ results: []
14
+ library_name: peft
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # roberta-large
21
+
22
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 1.2277
25
+ - Accuracy: 0.0883
26
+ - Precision: 0.6211
27
+ - Recall: 0.1909
28
+ - F1: 0.2920
29
+ - Hamming Loss: 0.1984
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 0.0001
49
+ - train_batch_size: 2
50
+ - eval_batch_size: 2
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: constant
54
+ - lr_scheduler_warmup_ratio: 0.05
55
+ - num_epochs: 10
56
+
57
+ ### Training results
58
+
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - PEFT 0.5.0
64
+ - Transformers 4.38.2
65
+ - Pytorch 2.2.1+cu121
66
+ - Datasets 2.18.0
67
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "roberta-large",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.01,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 2,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query",
18
+ "value"
19
+ ],
20
+ "task_type": "SEQ_CLS"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b90c0f94e1f121de49745981d3a1c87a8dd320c0b5e3f150df4fb0b29fc2f9
3
+ size 5063066
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be65c1ea1ff96cd5cdbc5f63a588bd73394f69807c3ed3847e9da90848b463e
3
+ size 5040176
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff01861c024d114a7ecae0f78926cdbce89e0d0699c509da099cff3ce88191a
3
+ size 4920