Gigi commited on
Commit
60710c8
·
1 Parent(s): faedd41

Fix base_model_name_or_path format and README SAME meaning

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. adapter_config.json +1 -1
README.md CHANGED
@@ -26,9 +26,9 @@ B: message
26
  the model outputs:
27
 
28
  ```
29
- Amessage A is more privacy-preserving
30
- Bmessage B is more privacy-preserving
31
- SAME comparable privacy strength
32
  ```
33
 
34
  The model performs **relative privacy comparison** and can be applied to arbitrary message pairs, regardless of how they were generated.
 
26
  the model outputs:
27
 
28
  ```
29
+ A message A is more privacy-preserving
30
+ B message B is more privacy-preserving
31
+ SAME messages offer the same level of privacy protection
32
  ```
33
 
34
  The model performs **relative privacy comparison** and can be applied to arbitrary message pairs, regardless of how they were generated.
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": null,
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,