Phanh2532 commited on
Commit
118d630
1 Parent(s): e127f72

End of training

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ base_model: xlm-roberta-large
9
+ model-index:
10
+ - name: test
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
+ # test
18
+
19
+ This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 3.1338
22
+ - Exact Match: 19.4521
23
+ - F1: 23.8484
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 1
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.05
49
+ - num_epochs: 2
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-----------:|:-------:|
56
+ | 2.2415 | 1.0 | 13084 | 3.1703 | 19.3151 | 23.2740 |
57
+ | 1.3811 | 2.0 | 26168 | 3.1338 | 19.4521 | 23.8484 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - PEFT 0.7.2.dev0
63
+ - Transformers 4.37.0.dev0
64
+ - Pytorch 2.1.0+cu121
65
+ - Datasets 2.16.1
66
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "xlm-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": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "roberta.encoder.layer.23.output.self.dense",
23
+ "roberta.encoder.layer.23.attention.self.key",
24
+ "roberta.encoder.layer.23.attention.self.value",
25
+ "roberta.encoder.layer.23.attention.self.query"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf46d7deca29ca45f0d77e7cfd75f2693b4cfe476ac9564846ee1c6efb3838d0
3
+ size 197496
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4f72804c7e93fdcf94b9b97811eb34fbca7796b1a9dddc244640f51fc2f9ce
3
+ size 4792