Upload model
Browse files- README.md +4 -4
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -12,10 +12,10 @@ base_model: microsoft/Phi-3-mini-4k-instruct
|
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
library_name: peft
|
| 14 |
widget:
|
| 15 |
-
- text:
|
| 16 |
-
example_title:
|
| 17 |
-
- text:
|
| 18 |
-
example_title:
|
| 19 |
---
|
| 20 |
|
| 21 |
# Saad's AI Twin
|
|
|
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
library_name: peft
|
| 14 |
widget:
|
| 15 |
+
- text: Hello, how are you?
|
| 16 |
+
example_title: Greeting
|
| 17 |
+
- text: What's your approach to problem-solving?
|
| 18 |
+
example_title: Personality Question
|
| 19 |
---
|
| 20 |
|
| 21 |
# Saad's AI Twin
|
adapter_config.json
CHANGED
|
@@ -25,10 +25,10 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"o_proj",
|
| 29 |
-
"k_proj",
|
| 30 |
"v_proj",
|
| 31 |
-
"q_proj"
|
|
|
|
|
|
|
| 32 |
],
|
| 33 |
"target_parameters": null,
|
| 34 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
|
|
|
|
|
|
| 28 |
"v_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"o_proj"
|
| 32 |
],
|
| 33 |
"target_parameters": null,
|
| 34 |
"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 12591456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60bad12db05760b08fe4044c193fcc775ad7d71fc9c5b7cb16a4628f9cc5ec2e
|
| 3 |
size 12591456
|