alexandra-barker commited on
Commit
0470b90
·
verified ·
1 Parent(s): b329ab6

alexandra-barker/roberta-lora-gender-bias

Browse files
Files changed (3) hide show
  1. README.md +6 -9
  2. adapter_config.json +2 -2
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -1,11 +1,9 @@
1
  ---
2
  library_name: peft
3
  license: mit
4
- base_model: roberta-large
5
  tags:
6
  - generated_from_trainer
7
- metrics:
8
- - accuracy
9
  model-index:
10
  - name: lora_finetuned_roberta_mlm
11
  results: []
@@ -16,10 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # lora_finetuned_roberta_mlm
18
 
19
- This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: nan
22
- - Accuracy: 0.0
23
 
24
  ## Model description
25
 
@@ -48,10 +45,10 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.0 | 1.0 | 4500 | nan | 0.0 |
54
- | 0.0 | 2.0 | 9000 | nan | 0.0 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  library_name: peft
3
  license: mit
4
+ base_model: roberta-base
5
  tags:
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: lora_finetuned_roberta_mlm
9
  results: []
 
14
 
15
  # lora_finetuned_roberta_mlm
16
 
17
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: nan
 
20
 
21
  ## Model description
22
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.0 | 1.0 | 3000 | nan |
51
+ | 0.0 | 2.0 | 6000 | nan |
52
 
53
 
54
  ### Framework versions
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
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,
@@ -23,8 +23,8 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "key",
27
  "query",
 
28
  "value"
29
  ],
30
  "task_type": "CAUSAL_LM",
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "roberta-base",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "query",
27
+ "key",
28
  "value"
29
  ],
30
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23cb234b212707ca5eb4efa16885f9fbcc961be7e2d054b25425d5d48af0167c
3
- size 4953240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b154cce916dda8dd7b321018a1584074450bf7f6df37fef4beabc9202d6f67d8
3
+ size 1863152