philipp-zettl commited on
Commit
988dda4
·
verified ·
1 Parent(s): ae0c74d

philipp-zettl/DiffuBERTa

Browse files
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  library_name: peft
3
- license: mit
4
- base_model: roberta-base
5
  tags:
6
- - base_model:adapter:roberta-base
7
  - lora
8
  - transformers
9
  model-index:
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # json_diff_model
18
 
19
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
1
  ---
2
  library_name: peft
3
+ license: apache-2.0
4
+ base_model: answerdotai/ModernBERT-base
5
  tags:
6
+ - base_model:adapter:answerdotai/ModernBERT-base
7
  - lora
8
  - transformers
9
  model-index:
 
16
 
17
  # json_diff_model
18
 
19
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
20
 
21
  ## Model description
22
 
adapter_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
- "base_model_name_or_path": "roberta-base",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
@@ -25,12 +25,14 @@
25
  "peft_type": "LORA",
26
  "peft_version": "0.18.0",
27
  "qalora_group_size": 16,
28
- "r": 8,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "value",
33
- "query"
 
 
34
  ],
35
  "target_parameters": null,
36
  "task_type": "FEATURE_EXTRACTION",
 
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
+ "base_model_name_or_path": "answerdotai/ModernBERT-base",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
 
25
  "peft_type": "LORA",
26
  "peft_version": "0.18.0",
27
  "qalora_group_size": 16,
28
+ "r": 16,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "W2",
33
+ "W1",
34
+ "Wo",
35
+ "Wqkv"
36
  ],
37
  "target_parameters": null,
38
  "task_type": "FEATURE_EXTRACTION",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:009f0ebc48b161b2fe7208d11e03f50a578c4d35630d3d3c402b9174a1b849de
3
- size 1186472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d6c448070fed9614f2667f577947c4fcf2568ab8415be374da4098f3795e643
3
+ size 9207688
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bed511479d3af073d7d61445d33928fd3952c85df7249db6f191e8627bcc318f
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a12a895abe7bbcb05bb592090703378e0214bed6e79f1d64bda1d5d26998c18
3
  size 5777