davisrbr commited on
Commit
c3ae177
·
verified ·
1 Parent(s): 2bbc199

Model save

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a3ddc1e8319ee5d1da469ea8c92849629c4054cca117ef29740787390180dc6
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb4c48763d52cee3f938ca2dd8b7a610a36bcc11dcaf358939c820f8048a75a
3
  size 167832240
aqlm_2bit_training.ipynb CHANGED
@@ -387,8 +387,8 @@
387
  "\n",
388
  " <div>\n",
389
  " \n",
390
- " <progress value='284' max='10000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
391
- " [ 284/10000 2:11:19 < 75:24:44, 0.04 it/s, Epoch 0.09/4]\n",
392
  " </div>\n",
393
  " <table border=\"1\" class=\"dataframe\">\n",
394
  " <thead>\n",
@@ -446,6 +446,42 @@
446
  " <td>275</td>\n",
447
  " <td>0.851700</td>\n",
448
  " </tr>\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
449
  " </tbody>\n",
450
  "</table><p>"
451
  ],
@@ -461,7 +497,15 @@
461
  "output_type": "stream",
462
  "text": [
463
  "No files have been modified since last commit. Skipping to prevent empty commit.\n",
464
- "No files have been modified since last commit. Skipping to prevent empty commit.\n"
 
 
 
 
 
 
 
 
465
  ]
466
  }
467
  ],
 
387
  "\n",
388
  " <div>\n",
389
  " \n",
390
+ " <progress value='521' max='10000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
391
+ " [ 521/10000 4:01:56 < 73:38:57, 0.04 it/s, Epoch 0.17/4]\n",
392
  " </div>\n",
393
  " <table border=\"1\" class=\"dataframe\">\n",
394
  " <thead>\n",
 
446
  " <td>275</td>\n",
447
  " <td>0.851700</td>\n",
448
  " </tr>\n",
449
+ " <tr>\n",
450
+ " <td>300</td>\n",
451
+ " <td>0.832200</td>\n",
452
+ " </tr>\n",
453
+ " <tr>\n",
454
+ " <td>325</td>\n",
455
+ " <td>0.810900</td>\n",
456
+ " </tr>\n",
457
+ " <tr>\n",
458
+ " <td>350</td>\n",
459
+ " <td>0.816500</td>\n",
460
+ " </tr>\n",
461
+ " <tr>\n",
462
+ " <td>375</td>\n",
463
+ " <td>0.796300</td>\n",
464
+ " </tr>\n",
465
+ " <tr>\n",
466
+ " <td>400</td>\n",
467
+ " <td>0.810300</td>\n",
468
+ " </tr>\n",
469
+ " <tr>\n",
470
+ " <td>425</td>\n",
471
+ " <td>0.767200</td>\n",
472
+ " </tr>\n",
473
+ " <tr>\n",
474
+ " <td>450</td>\n",
475
+ " <td>0.767100</td>\n",
476
+ " </tr>\n",
477
+ " <tr>\n",
478
+ " <td>475</td>\n",
479
+ " <td>0.772500</td>\n",
480
+ " </tr>\n",
481
+ " <tr>\n",
482
+ " <td>500</td>\n",
483
+ " <td>0.788000</td>\n",
484
+ " </tr>\n",
485
  " </tbody>\n",
486
  "</table><p>"
487
  ],
 
497
  "output_type": "stream",
498
  "text": [
499
  "No files have been modified since last commit. Skipping to prevent empty commit.\n",
500
+ "No files have been modified since last commit. Skipping to prevent empty commit.\n",
501
+ "No files have been modified since last commit. Skipping to prevent empty commit.\n",
502
+ "No files have been modified since last commit. Skipping to prevent empty commit.\n",
503
+ "No files have been modified since last commit. Skipping to prevent empty commit.\n",
504
+ "/usr/local/lib/python3.10/dist-packages/torch/_dynamo/eval_frame.py:600: UserWarning: torch.utils.checkpoint: the use_reentrant parameter should be passed explicitly. In version 2.4 we will raise an exception if use_reentrant is not passed. use_reentrant=False is recommended, but if you need to preserve the current default behavior, you can pass use_reentrant=True. Refer to docs for more details on the differences between the two variants.\n",
505
+ " return fn(*args, **kwargs)\n",
506
+ "No files have been modified since last commit. Skipping to prevent empty commit.\n",
507
+ "/usr/local/lib/python3.10/dist-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead.\n",
508
+ " with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined]\n"
509
  ]
510
  }
511
  ],