heegyu commited on
Commit
59a0dc5
β€’
2 Parent(s): c0e6a1b 5fa8f9c

Merge branch 'epoch-3' of https://huggingface.co/heegyu/Synatra-7B-v0.3-Translation-glaive into main

Browse files
README.md CHANGED
@@ -87,4 +87,5 @@ list.index(x[, start[, end]])
87
  값이 x와 같은 첫 번째 ν•­λͺ©μ˜ 0 기반 인덱슀λ₯Ό λ°˜ν™˜ν•©λ‹ˆλ‹€. κ·ΈλŸ¬ν•œ ν•­λͺ©μ΄ μ—†λŠ” 경우 ValueError κ°€ λ°œμƒν•©λ‹ˆλ‹€.
88
 
89
  선택적인 인수 start와 endλŠ” 슬라이슀 ν‘œκΈ°λ²•μ—μ„œμ˜ 식별에 ν•΄λ‹Ήν•˜λ©° 리슀트의 νŠΉμ • ν•˜μœ„ μ‹œν€€μŠ€λ‘œ 검색을 μ œν•œν•˜λŠ” 데 μ‚¬μš©λ©λ‹ˆλ‹€. λ°˜ν™˜λœ μΈλ±μŠ€λŠ” μ‹œμž‘ μΈμžκ°€ μ•„λ‹Œ 전체 μ‹œν€€μŠ€μ˜ μ‹œμž‘μ„ κΈ°μ€€μœΌλ‘œ κ³„μ‚°λ©λ‹ˆλ‹€.<|im_end|>
90
- ````
 
 
87
  값이 x와 같은 첫 번째 ν•­λͺ©μ˜ 0 기반 인덱슀λ₯Ό λ°˜ν™˜ν•©λ‹ˆλ‹€. κ·ΈλŸ¬ν•œ ν•­λͺ©μ΄ μ—†λŠ” 경우 ValueError κ°€ λ°œμƒν•©λ‹ˆλ‹€.
88
 
89
  선택적인 인수 start와 endλŠ” 슬라이슀 ν‘œκΈ°λ²•μ—μ„œμ˜ 식별에 ν•΄λ‹Ήν•˜λ©° 리슀트의 νŠΉμ • ν•˜μœ„ μ‹œν€€μŠ€λ‘œ 검색을 μ œν•œν•˜λŠ” 데 μ‚¬μš©λ©λ‹ˆλ‹€. λ°˜ν™˜λœ μΈλ±μŠ€λŠ” μ‹œμž‘ μΈμžκ°€ μ•„λ‹Œ 전체 μ‹œν€€μŠ€μ˜ μ‹œμž‘μ„ κΈ°μ€€μœΌλ‘œ κ³„μ‚°λ©λ‹ˆλ‹€.<|im_end|>
90
+ ````
91
+
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "maywell/Synatra-7B-v0.3-Translation",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32,
11
+ "lora_dropout": 0.0,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "o_proj",
21
+ "gate_proj",
22
+ "up_proj",
23
+ "down_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed5f66bcf59620315dc064d466809d6e1adad3d651b5da3d0e2b094af35f52d
3
+ size 42098058
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<s>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "<|im_end|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": false
44
+ }
45
+ },
46
+ "additional_special_tokens": [
47
+ "<unk>",
48
+ "<s>",
49
+ "</s>"
50
+ ],
51
+ "bos_token": "<s>",
52
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
53
+ "clean_up_tokenization_spaces": false,
54
+ "eos_token": "<|im_end|>",
55
+ "legacy": true,
56
+ "model_max_length": 1000000000000000019884624838656,
57
+ "pad_token": "</s>",
58
+ "sp_model_kwargs": {},
59
+ "spaces_between_special_tokens": false,
60
+ "tokenizer_class": "LlamaTokenizer",
61
+ "trust_remote_code": false,
62
+ "unk_token": "<unk>",
63
+ "use_default_system_prompt": true,
64
+ "use_fast": true
65
+ }