Commit
·
7154924
1
Parent(s):
7e6e14e
commit fine-tuned odel on conversations based on decapoda-research/llama-7b-hf model
Browse files- .gitattributes +3 -0
- adapter_config.json +1 -1
- adapter_model.bin +1 -1
- config.json +2 -2
- finetuned_conversations.pth +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
.gitattributes
CHANGED
@@ -109,3 +109,6 @@ decapoda-research/llama-7b-hf/pytorch_model-00003-of-00033.bin filter=lfs diff=l
|
|
109 |
decapoda-research/llama-7b-hf/pytorch_model-00027-of-00033.bin filter=lfs diff=lfs merge=lfs -text
|
110 |
decapoda-research/llama-7b-hf/pytorch_model-00031-of-00033.bin filter=lfs diff=lfs merge=lfs -text
|
111 |
decapoda-research/llama-7b-hf/pytorch_model-00033-of-00033.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
109 |
decapoda-research/llama-7b-hf/pytorch_model-00027-of-00033.bin filter=lfs diff=lfs merge=lfs -text
|
110 |
decapoda-research/llama-7b-hf/pytorch_model-00031-of-00033.bin filter=lfs diff=lfs merge=lfs -text
|
111 |
decapoda-research/llama-7b-hf/pytorch_model-00033-of-00033.bin filter=lfs diff=lfs merge=lfs -text
|
112 |
+
/root/repos/ds-media-contextual-recommendation/notebooks/lora-alpaca/conversations/GPU/Sandiago21/llama-7b-hf-prompt-answering/decapoda-research/llama-7b-hf/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
113 |
+
/root/repos/ds-media-contextual-recommendation/notebooks/lora-alpaca/conversations/GPU/Sandiago21/llama-7b-hf-prompt-answering/decapoda-research/llama-7b-hf/finetuned_conversations.pth filter=lfs diff=lfs merge=lfs -text
|
114 |
+
py filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"base_model_name_or_path": "
|
3 |
"bias": "none",
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
+
"base_model_name_or_path": "../../llama-7b-hf-prompt-answering/decapoda-research/llama-7b-hf/",
|
3 |
"bias": "none",
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8434381
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f443ae35dd933794bcc0ffd9277539319c62fcb97c9eeb2ac257d5d8ece60d2
|
3 |
size 8434381
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../../llama-7b-hf-prompt-answering/decapoda-research/llama-7b-hf/",
|
3 |
"architectures": [
|
4 |
+
"LLaMAForCausalLM"
|
5 |
],
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 1,
|
finetuned_conversations.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7539803655
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bdc9d0af28a7ad6a277e291e3cdc7212062a8458e74eb906c78133ae87c217e
|
3 |
size 7539803655
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7539796821
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b77b422fa6886b40183c0cbe4131462b92e17ccff59675e51d8314d01cec0c02
|
3 |
size 7539796821
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bc98c0af21acd23c3427384798656effd065fa7e5f4b26a41ed013cc5cbee84
|
3 |
size 3963
|