nova-sqoin
commited on
Commit
•
23e1c7d
1
Parent(s):
d7a4ca3
End of training
Browse files- README.md +2 -3
- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- added_tokens.json +3 -0
- runs/Nov22_10-39-55_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700645995.Ubuntu-2204-jammy-amd64-base.50944.0 +3 -0
- runs/Nov22_12-03-53_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700651034.Ubuntu-2204-jammy-amd64-base.52575.0 +3 -0
- special_tokens_map.json +21 -3
- tokenizer.json +0 -0
- tokenizer.model +2 -2
- tokenizer_config.json +17 -9
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: 01-ai/Yi-6B
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# finetuned_yi
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
1 |
---
|
2 |
+
base_model: NousResearch/Llama-2-7b-chat-hf
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
|
|
12 |
|
13 |
# finetuned_yi
|
14 |
|
15 |
+
This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb4ae882c86d4c9f98832279557beacc51e85053375c08d3a7a6b769daa0273f
|
3 |
+
size 1155352
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<pad>": 32000
|
3 |
+
}
|
runs/Nov22_10-39-55_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700645995.Ubuntu-2204-jammy-amd64-base.50944.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f6ec7d4c5444baef5ff48d1e809248e5b27e57b1222a65497ea286f08f5532f
|
3 |
+
size 4630
|
runs/Nov22_12-03-53_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700651034.Ubuntu-2204-jammy-amd64-base.52575.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eff101c291f95ed7642bff47ef8f99b1f8f3bce9ae258f006f5b1ed55968a8d4
|
3 |
+
size 4996
|
special_tokens_map.json
CHANGED
@@ -1,6 +1,24 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"pad_token": "<unk>",
|
5 |
-
"unk_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
"pad_token": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
CHANGED
@@ -3,33 +3,41 @@
|
|
3 |
"0": {
|
4 |
"content": "<unk>",
|
5 |
"lstrip": false,
|
6 |
-
"normalized":
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
"1": {
|
12 |
-
"content": "
|
13 |
"lstrip": false,
|
14 |
-
"normalized":
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
"2": {
|
20 |
-
"content": "
|
21 |
"lstrip": false,
|
22 |
-
"normalized":
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
},
|
28 |
-
"bos_token": "
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
-
"eos_token": "
|
31 |
-
"legacy":
|
32 |
-
"model_max_length":
|
33 |
"pad_token": "<unk>",
|
34 |
"sp_model_kwargs": {},
|
35 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
3 |
"0": {
|
4 |
"content": "<unk>",
|
5 |
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
"1": {
|
12 |
+
"content": "<s>",
|
13 |
"lstrip": false,
|
14 |
+
"normalized": true,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
"2": {
|
20 |
+
"content": "</s>",
|
21 |
"lstrip": false,
|
22 |
+
"normalized": true,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
+
},
|
27 |
+
"32000": {
|
28 |
+
"content": "<pad>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": false
|
34 |
}
|
35 |
},
|
36 |
+
"bos_token": "<s>",
|
37 |
"clean_up_tokenization_spaces": false,
|
38 |
+
"eos_token": "</s>",
|
39 |
+
"legacy": false,
|
40 |
+
"model_max_length": 1000000000000000019884624838656,
|
41 |
"pad_token": "<unk>",
|
42 |
"sp_model_kwargs": {},
|
43 |
"tokenizer_class": "LlamaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef54b4000319d1fc7f4241c1a12262ead61bb3568af7df3903448bb012d5c635
|
3 |
size 4600
|