End of training
Browse files- README.md +4 -4
- adapter_config.json +2 -2
- trainer_peft.log +120 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -12,7 +12,7 @@ model-index:
|
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/noc-lab/PMC_LLAMA2_7B_trainer_lora/runs/
|
16 |
# PMC_LLAMA2_7B_trainer_lora
|
17 |
|
18 |
This model is a fine-tuned version of [chaoyi-wu/PMC_LLAMA_7B](https://huggingface.co/chaoyi-wu/PMC_LLAMA_7B) on an unknown dataset.
|
@@ -39,10 +39,10 @@ The following hyperparameters were used during training:
|
|
39 |
- eval_batch_size: 48
|
40 |
- seed: 123
|
41 |
- distributed_type: multi-GPU
|
42 |
-
- num_devices:
|
43 |
- gradient_accumulation_steps: 8
|
44 |
-
- total_train_batch_size:
|
45 |
-
- total_eval_batch_size:
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
|
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/noc-lab/PMC_LLAMA2_7B_trainer_lora/runs/qm80zll8)
|
16 |
# PMC_LLAMA2_7B_trainer_lora
|
17 |
|
18 |
This model is a fine-tuned version of [chaoyi-wu/PMC_LLAMA_7B](https://huggingface.co/chaoyi-wu/PMC_LLAMA_7B) on an unknown dataset.
|
|
|
39 |
- eval_batch_size: 48
|
40 |
- seed: 123
|
41 |
- distributed_type: multi-GPU
|
42 |
+
- num_devices: 3
|
43 |
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 1152
|
45 |
+
- total_eval_batch_size: 144
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
trainer_peft.log
CHANGED
@@ -759,3 +759,123 @@
|
|
759 |
2024-06-02 10:14 - Setup optimizer
|
760 |
2024-06-02 10:15 - Continue training!!
|
761 |
2024-06-02 20:22 - Training complete!!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
2024-06-02 10:14 - Setup optimizer
|
760 |
2024-06-02 10:15 - Continue training!!
|
761 |
2024-06-02 20:22 - Training complete!!!
|
762 |
+
2024-06-02 20:22 - Training complete!!!
|
763 |
+
2024-06-04 12:41 - Cuda check
|
764 |
+
2024-06-04 12:41 - True
|
765 |
+
2024-06-04 12:41 - 3
|
766 |
+
2024-06-04 12:41 - Configue Model and tokenizer
|
767 |
+
2024-06-04 12:41 - Cuda check
|
768 |
+
2024-06-04 12:41 - True
|
769 |
+
2024-06-04 12:41 - 3
|
770 |
+
2024-06-04 12:41 - Configue Model and tokenizer
|
771 |
+
2024-06-04 12:41 - Cuda check
|
772 |
+
2024-06-04 12:41 - True
|
773 |
+
2024-06-04 12:41 - 3
|
774 |
+
2024-06-04 12:41 - Configue Model and tokenizer
|
775 |
+
2024-06-04 12:42 - Memory usage in 0.00 GB
|
776 |
+
2024-06-04 12:42 - Memory usage in 0.00 GB
|
777 |
+
2024-06-04 12:42 - Memory usage in 0.00 GB
|
778 |
+
2024-06-04 12:42 - Dataset loaded successfully:
|
779 |
+
train-Jingmei/Pandemic_Books
|
780 |
+
test -Jingmei/Pandemic
|
781 |
+
2024-06-04 12:42 - Dataset loaded successfully:
|
782 |
+
train-Jingmei/Pandemic_Books
|
783 |
+
test -Jingmei/Pandemic
|
784 |
+
2024-06-04 12:42 - Dataset loaded successfully:
|
785 |
+
train-Jingmei/Pandemic_Books
|
786 |
+
test -Jingmei/Pandemic
|
787 |
+
2024-06-04 12:44 - Cuda check
|
788 |
+
2024-06-04 12:44 - True
|
789 |
+
2024-06-04 12:44 - 3
|
790 |
+
2024-06-04 12:44 - Configue Model and tokenizer
|
791 |
+
2024-06-04 12:44 - Cuda check
|
792 |
+
2024-06-04 12:44 - True
|
793 |
+
2024-06-04 12:44 - 3
|
794 |
+
2024-06-04 12:44 - Configue Model and tokenizer
|
795 |
+
2024-06-04 12:44 - Cuda check
|
796 |
+
2024-06-04 12:44 - True
|
797 |
+
2024-06-04 12:44 - 3
|
798 |
+
2024-06-04 12:44 - Configue Model and tokenizer
|
799 |
+
2024-06-04 12:44 - Memory usage in 0.00 GB
|
800 |
+
2024-06-04 12:44 - Memory usage in 0.00 GB
|
801 |
+
2024-06-04 12:44 - Memory usage in 0.00 GB
|
802 |
+
2024-06-04 12:44 - Dataset loaded successfully:
|
803 |
+
train-Jingmei/Pandemic_Books
|
804 |
+
test -Jingmei/Pandemic_WHO
|
805 |
+
2024-06-04 12:44 - Dataset loaded successfully:
|
806 |
+
train-Jingmei/Pandemic_Books
|
807 |
+
test -Jingmei/Pandemic_WHO
|
808 |
+
2024-06-04 12:44 - Dataset loaded successfully:
|
809 |
+
train-Jingmei/Pandemic_Books
|
810 |
+
test -Jingmei/Pandemic_WHO
|
811 |
+
2024-06-04 12:46 - Tokenize data: DatasetDict({
|
812 |
+
train: Dataset({
|
813 |
+
features: ['input_ids', 'attention_mask'],
|
814 |
+
num_rows: 5966
|
815 |
+
})
|
816 |
+
test: Dataset({
|
817 |
+
features: ['input_ids', 'attention_mask'],
|
818 |
+
num_rows: 8264
|
819 |
+
})
|
820 |
+
})
|
821 |
+
2024-06-04 12:46 - Tokenize data: DatasetDict({
|
822 |
+
train: Dataset({
|
823 |
+
features: ['input_ids', 'attention_mask'],
|
824 |
+
num_rows: 5966
|
825 |
+
})
|
826 |
+
test: Dataset({
|
827 |
+
features: ['input_ids', 'attention_mask'],
|
828 |
+
num_rows: 8264
|
829 |
+
})
|
830 |
+
})
|
831 |
+
2024-06-04 12:46 - Tokenize data: DatasetDict({
|
832 |
+
train: Dataset({
|
833 |
+
features: ['input_ids', 'attention_mask'],
|
834 |
+
num_rows: 5966
|
835 |
+
})
|
836 |
+
test: Dataset({
|
837 |
+
features: ['input_ids', 'attention_mask'],
|
838 |
+
num_rows: 8264
|
839 |
+
})
|
840 |
+
})
|
841 |
+
2024-06-04 12:51 - Split data into chunks:DatasetDict({
|
842 |
+
train: Dataset({
|
843 |
+
features: ['input_ids', 'attention_mask'],
|
844 |
+
num_rows: 388202
|
845 |
+
})
|
846 |
+
test: Dataset({
|
847 |
+
features: ['input_ids', 'attention_mask'],
|
848 |
+
num_rows: 198960
|
849 |
+
})
|
850 |
+
})
|
851 |
+
2024-06-04 12:51 - Setup PEFT
|
852 |
+
2024-06-04 12:51 - Setup optimizer
|
853 |
+
2024-06-04 12:51 - Split data into chunks:DatasetDict({
|
854 |
+
train: Dataset({
|
855 |
+
features: ['input_ids', 'attention_mask'],
|
856 |
+
num_rows: 388202
|
857 |
+
})
|
858 |
+
test: Dataset({
|
859 |
+
features: ['input_ids', 'attention_mask'],
|
860 |
+
num_rows: 198960
|
861 |
+
})
|
862 |
+
})
|
863 |
+
2024-06-04 12:51 - Setup PEFT
|
864 |
+
2024-06-04 12:51 - Split data into chunks:DatasetDict({
|
865 |
+
train: Dataset({
|
866 |
+
features: ['input_ids', 'attention_mask'],
|
867 |
+
num_rows: 388202
|
868 |
+
})
|
869 |
+
test: Dataset({
|
870 |
+
features: ['input_ids', 'attention_mask'],
|
871 |
+
num_rows: 198960
|
872 |
+
})
|
873 |
+
})
|
874 |
+
2024-06-04 12:51 - Setup PEFT
|
875 |
+
2024-06-04 12:51 - Setup optimizer
|
876 |
+
2024-06-04 12:51 - Setup optimizer
|
877 |
+
2024-06-04 12:51 - Continue training!!
|
878 |
+
2024-06-04 12:51 - Continue training!!
|
879 |
+
2024-06-04 12:51 - Continue training!!
|
880 |
+
2024-06-04 12:52 - Training complete!!!
|
881 |
+
2024-06-04 12:52 - Training complete!!!
|
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:7f8a403943bec37ec2560eeff417047a57bceb3fe0df6c36af4ee718a0545951
|
3 |
size 5176
|