Jingmei commited on
Commit
1f619d2
·
verified ·
1 Parent(s): a264bae

Training in progress, step 570

Browse files
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
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,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:010bf851e8d728cef779c2aa76071dc6d5dfba86fae2562e857b090b21a0401d
3
  size 16794200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd6135ad9fc50bbaa654e28d65bf71c7b523772edbfbbacab4527d7944a4da9
3
  size 16794200
trainer_peft.log CHANGED
@@ -343,3 +343,35 @@
343
  2024-05-30 20:16 - Setup PEFT
344
  2024-05-30 20:16 - Setup optimizer
345
  2024-05-30 20:16 - Resume from checkpoint - ./trainer_Wiki_lora/checkpoint-560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  2024-05-30 20:16 - Setup PEFT
344
  2024-05-30 20:16 - Setup optimizer
345
  2024-05-30 20:16 - Resume from checkpoint - ./trainer_Wiki_lora/checkpoint-560
346
+ 2024-05-30 20:16 - Training complete!!!
347
+ 2024-05-30 20:30 - Cuda check
348
+ 2024-05-30 20:30 - True
349
+ 2024-05-30 20:30 - 1
350
+ 2024-05-30 20:30 - Configue Model and tokenizer
351
+ 2024-05-30 20:31 - Memory usage in 25.17 GB
352
+ 2024-05-30 20:31 - Dataset loaded successfully:
353
+ train-Jingmei/Pandemic_Books
354
+ test -Jingmei/Pandemic_WHO
355
+ 2024-05-30 20:33 - Tokenize data: DatasetDict({
356
+ train: Dataset({
357
+ features: ['input_ids', 'attention_mask'],
358
+ num_rows: 5966
359
+ })
360
+ test: Dataset({
361
+ features: ['input_ids', 'attention_mask'],
362
+ num_rows: 8264
363
+ })
364
+ })
365
+ 2024-05-30 20:36 - Split data into chunks:DatasetDict({
366
+ train: Dataset({
367
+ features: ['input_ids', 'attention_mask'],
368
+ num_rows: 388208
369
+ })
370
+ test: Dataset({
371
+ features: ['input_ids', 'attention_mask'],
372
+ num_rows: 198964
373
+ })
374
+ })
375
+ 2024-05-30 20:36 - Setup PEFT
376
+ 2024-05-30 20:36 - Setup optimizer
377
+ 2024-05-30 20:36 - Resume from checkpoint
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db34e7df3097f6e7ebe46bf2a510525d84a22126a709c1b9ebb02f3ecf43062a
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:829885c7ba9fe77611a2e24a37ebfb3b536276478cf5304424ea54767009ac48
3
  size 5176