anzeo commited on
Commit
151e12d
1 Parent(s): 83ba0e0

lora_fine_tuned_copa_XLMroberta

Browse files
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6931
23
- - Accuracy: 0.52
24
- - F1: 0.5067
25
 
26
  ## Model description
27
 
@@ -40,7 +40,7 @@ More information needed
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
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | 0.7167 | 1.0 | 50 | 0.6931 | 0.45 | 0.4514 |
56
- | 0.6965 | 2.0 | 100 | 0.6931 | 0.45 | 0.4514 |
57
- | 0.7021 | 3.0 | 150 | 0.6931 | 0.53 | 0.5310 |
58
- | 0.701 | 4.0 | 200 | 0.6931 | 0.46 | 0.4613 |
59
- | 0.7091 | 5.0 | 250 | 0.6931 | 0.51 | 0.5104 |
60
- | 0.6972 | 6.0 | 300 | 0.6931 | 0.5 | 0.4896 |
61
- | 0.6983 | 7.0 | 350 | 0.6931 | 0.56 | 0.56 |
62
- | 0.6961 | 8.0 | 400 | 0.6931 | 0.52 | 0.5067 |
63
 
64
 
65
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6929
23
+ - Accuracy: 0.59
24
+ - F1: 0.5884
25
 
26
  ## Model description
27
 
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
  - train_batch_size: 8
45
  - eval_batch_size: 8
46
  - seed: 42
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.6985 | 1.0 | 50 | 0.6928 | 0.57 | 0.5695 |
56
+ | 0.7012 | 2.0 | 100 | 0.6928 | 0.58 | 0.58 |
57
+ | 0.6935 | 3.0 | 150 | 0.6929 | 0.58 | 0.5790 |
58
+ | 0.6897 | 4.0 | 200 | 0.6929 | 0.58 | 0.5776 |
59
+ | 0.6973 | 5.0 | 250 | 0.6929 | 0.6 | 0.5990 |
60
+ | 0.6982 | 6.0 | 300 | 0.6929 | 0.59 | 0.5884 |
61
+ | 0.6981 | 7.0 | 350 | 0.6929 | 0.59 | 0.5884 |
62
+ | 0.6999 | 8.0 | 400 | 0.6929 | 0.59 | 0.5884 |
63
 
64
 
65
  ### Framework versions
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddddc1da34e5c5c78ac67a3f3fa7a9d7caaf63b3a8e8f1c3ae805ac7c3fd6b2c
3
  size 2369468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1859250cd4bb27c274c8928d142cf01c67fd34852e4b893b9d0b42e5e630f4
3
  size 2369468
runs/May21_19-49-20_DESKTOP-22QTFDR/events.out.tfevents.1716313765.DESKTOP-22QTFDR.33008.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94770108cbac6d657d89b916c0b39973d409fade2ed3df8aeed419a95e0189d8
3
+ size 9730
runs/May21_19-49-20_DESKTOP-22QTFDR/events.out.tfevents.1716313787.DESKTOP-22QTFDR.33008.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3998b1c7f8e03778a023939d01cd5c8e27e902ebb09f9874bdc8a8e73182f917
3
+ size 457
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
@@ -9,7 +27,25 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a56def25aa40facc030ea8b0b87f3688e4b3c39eb8b45d5702b3a1300fe2a20
3
- size 17082734
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794764476bf529c8802b8153ebf942a8b33998c15181144ef2d6eeb6ec47202f
3
+ size 17082889
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dacbd7f72af8d826a270dc74e48ff47b37b2412676ca3d3c10a01c228ec7295d
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e16c7befae7f925d9b6e1381f3450668a634432207739628dd03aafe4cb08c12
3
  size 5048