ptkag1712 commited on
Commit
a349c0b
·
verified ·
1 Parent(s): 8e867fc

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "up_proj",
37
- "q_proj",
38
  "k_proj",
39
  "o_proj",
40
- "gate_proj",
41
- "down_proj",
42
- "v_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "v_proj",
37
+ "gate_proj",
38
  "k_proj",
39
  "o_proj",
40
+ "up_proj",
41
+ "q_proj",
42
+ "down_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f17b01037c47e623f10a960193c9b1afb3d4ee22bf5fc3e0ab98d324fe8c69a
3
  size 264308896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e779f1aad484ffce7cd4311110fa84d23caf80621cc04de1a5d69f2e6757f735
3
  size 264308896
chat_template.jinja CHANGED
@@ -1,4 +1,4 @@
1
  {% if messages[0]['role'] == 'system' %}{{ messages[0]['content'] + eos_token }}{% set loop_messages = messages[1:] %}{% else %}{{ 'You are an AI assistant that analyzes text to choose suitable actions.
2
  Given an input text, think step-by-step to identify which actions is needed to protect user information in given text.
3
  Provide your reasoning process within <start_working_out> and <end_working_out>.
4
- Then, provide the appropriate action to protect given text (e.g., masking, generalizing, shuffling, no action needed) within <SOLUTION></SOLUTION>.' + eos_token }}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}{{ message['content'] }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<start_working_out>' }}{% endif %}
 
1
  {% if messages[0]['role'] == 'system' %}{{ messages[0]['content'] + eos_token }}{% set loop_messages = messages[1:] %}{% else %}{{ 'You are an AI assistant that analyzes text to choose suitable actions.
2
  Given an input text, think step-by-step to identify which actions is needed to protect user information in given text.
3
  Provide your reasoning process within <start_working_out> and <end_working_out>.
4
+ Then, provide the appropriate one or multiple actions (divide by commas) to protect given text (e.g., masking, generalizing, shuffling, no action needed) within <SOLUTION></SOLUTION>.' + eos_token }}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}{{ message['content'] }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<start_working_out>' }}{% endif %}
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78c7decfce2fc1ca1ab4645fe7b73f15fcf500c30cb66dd7943ea7d481a07b30
3
- size 11423011
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ba4ba91270b1a50e5cd8e51023bccc66fc4ac4909dd7ae7ab29433411c9bb9
3
+ size 11422844