ekaterinatao
commited on
Commit
•
7c5364b
1
Parent(s):
0e4679d
Training in progress, step 100
Browse files
adapter_config.json
CHANGED
@@ -24,11 +24,11 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"v_proj",
|
27 |
-
"k_proj",
|
28 |
-
"q_proj",
|
29 |
"o_proj",
|
30 |
"gate_proj",
|
|
|
31 |
"up_proj",
|
|
|
32 |
"down_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"v_proj",
|
|
|
|
|
27 |
"o_proj",
|
28 |
"gate_proj",
|
29 |
+
"q_proj",
|
30 |
"up_proj",
|
31 |
+
"k_proj",
|
32 |
"down_proj"
|
33 |
],
|
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 319876032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6492873010a429dd177e3ee2819ac93ee7e93a36bd64ea161b708b1bb5716b2
|
3 |
size 319876032
|
angle_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
3 |
-
"max_length":
|
4 |
"model_kwargs": {},
|
5 |
"pooling_strategy": "last",
|
6 |
"lora_config_kwargs": {
|
|
|
1 |
{
|
2 |
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
3 |
+
"max_length": 256,
|
4 |
"model_kwargs": {},
|
5 |
"pooling_strategy": "last",
|
6 |
"lora_config_kwargs": {
|
runs/Oct02_09-06-52_0b353871aabe/events.out.tfevents.1727860015.0b353871aabe.11493.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa26a5fa34a52a8d1a7a9e5270e1def462340a7fa8a5ff2c1994e5605a18b741
|
3 |
+
size 5303
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24c4a20a9d7810e865eb2761367fcfcc51c1609eca5659a7d6d5ff52bd211f05
|
3 |
size 5176
|