Upload folder using huggingface_hub
Browse files- .ipynb_checkpoints/README-checkpoint.md +58 -0
- README.md +56 -1
- adapter_config.json +27 -0
- adapter_model.safetensors +3 -0
- all_results.json +7 -0
- runs/Feb16_12-46-09_n4mofsestq/events.out.tfevents.1708087575.n4mofsestq.853.4 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +45 -0
- train_results.json +7 -0
- trainer_log.jsonl +14 -0
- trainer_state.json +108 -0
- training_args.bin +3 -0
.ipynb_checkpoints/README-checkpoint.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- lora
|
7 |
+
- generated_from_trainer
|
8 |
+
base_model: NeuralNovel/Tiger-7B-v0.1
|
9 |
+
model-index:
|
10 |
+
- name: train_2024-02-16-12-09-1733333
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# train_2024-02-16-12-09-1733333
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [NeuralNovel/Tiger-7B-v0.1](https://huggingface.co/NeuralNovel/Tiger-7B-v0.1) on the Neural-DPO dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 16
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 1.0
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- PEFT 0.8.2
|
55 |
+
- Transformers 4.37.2
|
56 |
+
- Pytorch 2.2.0+cu121
|
57 |
+
- Datasets 2.17.0
|
58 |
+
- Tokenizers 0.15.2
|
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- lora
|
7 |
+
- generated_from_trainer
|
8 |
+
base_model: NeuralNovel/Tiger-7B-v0.1
|
9 |
+
model-index:
|
10 |
+
- name: train_2024-02-16-12-09-1733333
|
11 |
+
results: []
|
12 |
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# train_2024-02-16-12-09-1733333
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [NeuralNovel/Tiger-7B-v0.1](https://huggingface.co/NeuralNovel/Tiger-7B-v0.1) on the Neural-DPO dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 16
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 1.0
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- PEFT 0.8.2
|
55 |
+
- Transformers 4.37.2
|
56 |
+
- Pytorch 2.2.0+cu121
|
57 |
+
- Datasets 2.17.0
|
58 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NeuralNovel/Tiger-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"v_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e28ea1da01f3f0c5fec45a02bb570eef56f51975f874b2cd52ac195a9a004cee
|
3 |
+
size 13648432
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.99,
|
3 |
+
"train_loss": 1.7228616259314797,
|
4 |
+
"train_runtime": 47.9316,
|
5 |
+
"train_samples_per_second": 22.157,
|
6 |
+
"train_steps_per_second": 1.377
|
7 |
+
}
|
runs/Feb16_12-46-09_n4mofsestq/events.out.tfevents.1708087575.n4mofsestq.853.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e98e0feebfbc84505ba1d0a95bb9c4c1d2df921e1925e45494b822bd445758d
|
3 |
+
size 6899
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
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,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"spaces_between_special_tokens": false,
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"unk_token": "<unk>",
|
44 |
+
"use_default_system_prompt": false
|
45 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.99,
|
3 |
+
"train_loss": 1.7228616259314797,
|
4 |
+
"train_runtime": 47.9316,
|
5 |
+
"train_samples_per_second": 22.157,
|
6 |
+
"train_steps_per_second": 1.377
|
7 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 5, "total_steps": 66, "loss": 3.4468, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.929528920808854e-05, "epoch": 0.08, "percentage": 7.58, "elapsed_time": "0:00:03", "remaining_time": "0:00:45"}
|
2 |
+
{"current_steps": 10, "total_steps": 66, "loss": 3.5567, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.722088621637309e-05, "epoch": 0.15, "percentage": 15.15, "elapsed_time": "0:00:07", "remaining_time": "0:00:40"}
|
3 |
+
{"current_steps": 15, "total_steps": 66, "loss": 2.5191, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.389373935885646e-05, "epoch": 0.23, "percentage": 22.73, "elapsed_time": "0:00:10", "remaining_time": "0:00:36"}
|
4 |
+
{"current_steps": 20, "total_steps": 66, "loss": 2.0085, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.9501422739279956e-05, "epoch": 0.3, "percentage": 30.3, "elapsed_time": "0:00:14", "remaining_time": "0:00:33"}
|
5 |
+
{"current_steps": 25, "total_steps": 66, "loss": 1.475, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.4291561391508185e-05, "epoch": 0.38, "percentage": 37.88, "elapsed_time": "0:00:18", "remaining_time": "0:00:29"}
|
6 |
+
{"current_steps": 30, "total_steps": 66, "loss": 1.462, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.8557870956832132e-05, "epoch": 0.45, "percentage": 45.45, "elapsed_time": "0:00:21", "remaining_time": "0:00:25"}
|
7 |
+
{"current_steps": 35, "total_steps": 66, "loss": 1.1812, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.2623598917395438e-05, "epoch": 0.53, "percentage": 53.03, "elapsed_time": "0:00:25", "remaining_time": "0:00:22"}
|
8 |
+
{"current_steps": 40, "total_steps": 66, "loss": 1.2592, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.682330091706446e-05, "epoch": 0.6, "percentage": 60.61, "elapsed_time": "0:00:29", "remaining_time": "0:00:18"}
|
9 |
+
{"current_steps": 45, "total_steps": 66, "loss": 1.0798, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.148397956361007e-05, "epoch": 0.68, "percentage": 68.18, "elapsed_time": "0:00:32", "remaining_time": "0:00:15"}
|
10 |
+
{"current_steps": 50, "total_steps": 66, "loss": 1.0623, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 6.906649047373246e-06, "epoch": 0.75, "percentage": 75.76, "elapsed_time": "0:00:36", "remaining_time": "0:00:11"}
|
11 |
+
{"current_steps": 55, "total_steps": 66, "loss": 1.346, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.3493649053890326e-06, "epoch": 0.83, "percentage": 83.33, "elapsed_time": "0:00:40", "remaining_time": "0:00:08"}
|
12 |
+
{"current_steps": 60, "total_steps": 66, "loss": 1.1372, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.0126756596375686e-06, "epoch": 0.9, "percentage": 90.91, "elapsed_time": "0:00:43", "remaining_time": "0:00:04"}
|
13 |
+
{"current_steps": 65, "total_steps": 66, "loss": 1.047, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.831652042480093e-08, "epoch": 0.98, "percentage": 98.48, "elapsed_time": "0:00:47", "remaining_time": "0:00:00"}
|
14 |
+
{"current_steps": 66, "total_steps": 66, "loss": null, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 0.99, "percentage": 100.0, "elapsed_time": "0:00:47", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9924812030075187,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 66,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.08,
|
13 |
+
"learning_rate": 4.929528920808854e-05,
|
14 |
+
"loss": 3.4468,
|
15 |
+
"step": 5
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.15,
|
19 |
+
"learning_rate": 4.722088621637309e-05,
|
20 |
+
"loss": 3.5567,
|
21 |
+
"step": 10
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.23,
|
25 |
+
"learning_rate": 4.389373935885646e-05,
|
26 |
+
"loss": 2.5191,
|
27 |
+
"step": 15
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.3,
|
31 |
+
"learning_rate": 3.9501422739279956e-05,
|
32 |
+
"loss": 2.0085,
|
33 |
+
"step": 20
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.38,
|
37 |
+
"learning_rate": 3.4291561391508185e-05,
|
38 |
+
"loss": 1.475,
|
39 |
+
"step": 25
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.45,
|
43 |
+
"learning_rate": 2.8557870956832132e-05,
|
44 |
+
"loss": 1.462,
|
45 |
+
"step": 30
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.53,
|
49 |
+
"learning_rate": 2.2623598917395438e-05,
|
50 |
+
"loss": 1.1812,
|
51 |
+
"step": 35
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.6,
|
55 |
+
"learning_rate": 1.682330091706446e-05,
|
56 |
+
"loss": 1.2592,
|
57 |
+
"step": 40
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.68,
|
61 |
+
"learning_rate": 1.148397956361007e-05,
|
62 |
+
"loss": 1.0798,
|
63 |
+
"step": 45
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.75,
|
67 |
+
"learning_rate": 6.906649047373246e-06,
|
68 |
+
"loss": 1.0623,
|
69 |
+
"step": 50
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.83,
|
73 |
+
"learning_rate": 3.3493649053890326e-06,
|
74 |
+
"loss": 1.346,
|
75 |
+
"step": 55
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.9,
|
79 |
+
"learning_rate": 1.0126756596375686e-06,
|
80 |
+
"loss": 1.1372,
|
81 |
+
"step": 60
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.98,
|
85 |
+
"learning_rate": 2.831652042480093e-08,
|
86 |
+
"loss": 1.047,
|
87 |
+
"step": 65
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.99,
|
91 |
+
"step": 66,
|
92 |
+
"total_flos": 4369517458489344.0,
|
93 |
+
"train_loss": 1.7228616259314797,
|
94 |
+
"train_runtime": 47.9316,
|
95 |
+
"train_samples_per_second": 22.157,
|
96 |
+
"train_steps_per_second": 1.377
|
97 |
+
}
|
98 |
+
],
|
99 |
+
"logging_steps": 5,
|
100 |
+
"max_steps": 66,
|
101 |
+
"num_input_tokens_seen": 0,
|
102 |
+
"num_train_epochs": 1,
|
103 |
+
"save_steps": 100,
|
104 |
+
"total_flos": 4369517458489344.0,
|
105 |
+
"train_batch_size": 4,
|
106 |
+
"trial_name": null,
|
107 |
+
"trial_params": null
|
108 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:874fb7ae39df62fbc8ecdc39b54b121c82d85b49c3cf016092d23181d011c85a
|
3 |
+
size 4920
|