alexandra-barker
commited on
alexandra-barker/roberta-lora-gender-bias
Browse files- README.md +6 -9
- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
license: mit
|
4 |
-
base_model: roberta-
|
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-
|
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 |
|
52 |
-
|
53 |
-
| 0.0 | 1.0 |
|
54 |
-
| 0.0 | 2.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-
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b154cce916dda8dd7b321018a1584074450bf7f6df37fef4beabc9202d6f67d8
|
3 |
+
size 1863152
|