Instructions to use promforge/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use promforge/working with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="promforge/working")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("promforge/working") model = AutoModelForSequenceClassification.from_pretrained("promforge/working", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Sharuka Thirimanne commited on
Training in progress, epoch 2
Browse files- model.safetensors +1 -1
- runs/Apr10_15-06-31_9088970cc926/events.out.tfevents.1712761592.9088970cc926.34.1 +2 -2
- wandb/debug-internal.log +30 -0
- wandb/run-20240410_150123-cuua991r/files/output.log +2 -0
- wandb/run-20240410_150123-cuua991r/files/wandb-summary.json +1 -1
- wandb/run-20240410_150123-cuua991r/logs/debug-internal.log +30 -0
- wandb/run-20240410_150123-cuua991r/run-cuua991r.wandb +0 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 502675828
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a6328c0e5235532f4cbbbf0828e74f77acd14fdd518a79a69199537d11f533
|
| 3 |
size 502675828
|
runs/Apr10_15-06-31_9088970cc926/events.out.tfevents.1712761592.9088970cc926.34.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a390005918cd3baf7ed639de34b8d335858c28b7a4e71cf79f2290cba6fe976b
|
| 3 |
+
size 6528
|
wandb/debug-internal.log
CHANGED
|
@@ -322,3 +322,33 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
| 322 |
2024-04-10 15:08:11,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 323 |
2024-04-10 15:08:11,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 324 |
2024-04-10 15:08:11,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 322 |
2024-04-10 15:08:11,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 323 |
2024-04-10 15:08:11,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 324 |
2024-04-10 15:08:11,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
| 325 |
+
2024-04-10 15:08:14,264 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 326 |
+
2024-04-10 15:08:19,265 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 327 |
+
2024-04-10 15:08:24,266 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 328 |
+
2024-04-10 15:08:26,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 329 |
+
2024-04-10 15:08:26,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 330 |
+
2024-04-10 15:08:26,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
| 331 |
+
2024-04-10 15:08:29,403 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: partial_history
|
| 332 |
+
2024-04-10 15:08:29,404 DEBUG SenderThread:100 [sender.py:send():379] send: history
|
| 333 |
+
2024-04-10 15:08:29,404 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: summary_record
|
| 334 |
+
2024-04-10 15:08:29,405 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 335 |
+
2024-04-10 15:08:29,405 INFO SenderThread:100 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
| 336 |
+
2024-04-10 15:08:29,811 INFO Thread-12 :100 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240410_150123-cuua991r/files/wandb-summary.json
|
| 337 |
+
2024-04-10 15:08:30,831 DEBUG SenderThread:100 [sender.py:send():379] send: stats
|
| 338 |
+
2024-04-10 15:08:32,249 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: partial_history
|
| 339 |
+
2024-04-10 15:08:32,251 DEBUG SenderThread:100 [sender.py:send():379] send: history
|
| 340 |
+
2024-04-10 15:08:32,251 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: summary_record
|
| 341 |
+
2024-04-10 15:08:32,252 INFO SenderThread:100 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
| 342 |
+
2024-04-10 15:08:32,813 INFO Thread-12 :100 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240410_150123-cuua991r/files/wandb-summary.json
|
| 343 |
+
2024-04-10 15:08:34,814 INFO Thread-12 :100 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240410_150123-cuua991r/files/output.log
|
| 344 |
+
2024-04-10 15:08:35,258 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 345 |
+
2024-04-10 15:08:40,259 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 346 |
+
2024-04-10 15:08:41,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 347 |
+
2024-04-10 15:08:41,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 348 |
+
2024-04-10 15:08:41,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
| 349 |
+
2024-04-10 15:08:46,244 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 350 |
+
2024-04-10 15:08:51,245 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 351 |
+
2024-04-10 15:08:56,246 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 352 |
+
2024-04-10 15:08:56,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 353 |
+
2024-04-10 15:08:56,998 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 354 |
+
2024-04-10 15:08:56,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
wandb/run-20240410_150123-cuua991r/files/output.log
CHANGED
|
@@ -11,4 +11,6 @@ You should probably TRAIN this model on a down-stream task to be able to use it
|
|
| 11 |
/opt/conda/lib/python3.10/site-packages/accelerate/accelerator.py:432: FutureWarning: Passing the following arguments to `Accelerator` is deprecated and will be removed in version 1.0 of Accelerate: dict_keys(['dispatch_batches', 'split_batches', 'even_batches', 'use_seedable_sampler']). Please pass an `accelerate.DataLoaderConfiguration` instead:
|
| 12 |
dataloader_config = DataLoaderConfiguration(dispatch_batches=None, split_batches=False, even_batches=True, use_seedable_sampler=True)
|
| 13 |
warnings.warn(
|
|
|
|
|
|
|
| 14 |
/opt/conda/lib/python3.10/site-packages/sklearn/metrics/_classification.py:1344: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 in labels with no predicted samples. Use `zero_division` parameter to control this behavior.
|
|
|
|
| 11 |
/opt/conda/lib/python3.10/site-packages/accelerate/accelerator.py:432: FutureWarning: Passing the following arguments to `Accelerator` is deprecated and will be removed in version 1.0 of Accelerate: dict_keys(['dispatch_batches', 'split_batches', 'even_batches', 'use_seedable_sampler']). Please pass an `accelerate.DataLoaderConfiguration` instead:
|
| 12 |
dataloader_config = DataLoaderConfiguration(dispatch_batches=None, split_batches=False, even_batches=True, use_seedable_sampler=True)
|
| 13 |
warnings.warn(
|
| 14 |
+
/opt/conda/lib/python3.10/site-packages/sklearn/metrics/_classification.py:1344: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 in labels with no predicted samples. Use `zero_division` parameter to control this behavior.
|
| 15 |
+
_warn_prf(average, modifier, msg_start, len(result))
|
| 16 |
/opt/conda/lib/python3.10/site-packages/sklearn/metrics/_classification.py:1344: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 in labels with no predicted samples. Use `zero_division` parameter to control this behavior.
|
wandb/run-20240410_150123-cuua991r/files/wandb-summary.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"train/loss": 1.
|
|
|
|
| 1 |
+
{"train/loss": 1.878, "train/grad_norm": 8.734905242919922, "train/learning_rate": 8.008474576271187e-06, "train/epoch": 2.0, "train/global_step": 236, "_timestamp": 1712761712.249299, "_runtime": 428.6985671520233, "_step": 11, "eval/loss": 1.871309757232666, "eval/accuracy": 0.2676056338028169, "eval/precision": 0.1656163852860285, "eval/recall": 0.2676056338028169, "eval/f1": 0.17064762813956771, "eval/runtime": 2.8419, "eval/samples_per_second": 49.967, "eval/steps_per_second": 6.334}
|
wandb/run-20240410_150123-cuua991r/logs/debug-internal.log
CHANGED
|
@@ -322,3 +322,33 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
| 322 |
2024-04-10 15:08:11,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 323 |
2024-04-10 15:08:11,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 324 |
2024-04-10 15:08:11,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 322 |
2024-04-10 15:08:11,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 323 |
2024-04-10 15:08:11,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 324 |
2024-04-10 15:08:11,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
| 325 |
+
2024-04-10 15:08:14,264 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 326 |
+
2024-04-10 15:08:19,265 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 327 |
+
2024-04-10 15:08:24,266 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 328 |
+
2024-04-10 15:08:26,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 329 |
+
2024-04-10 15:08:26,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 330 |
+
2024-04-10 15:08:26,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
| 331 |
+
2024-04-10 15:08:29,403 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: partial_history
|
| 332 |
+
2024-04-10 15:08:29,404 DEBUG SenderThread:100 [sender.py:send():379] send: history
|
| 333 |
+
2024-04-10 15:08:29,404 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: summary_record
|
| 334 |
+
2024-04-10 15:08:29,405 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 335 |
+
2024-04-10 15:08:29,405 INFO SenderThread:100 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
| 336 |
+
2024-04-10 15:08:29,811 INFO Thread-12 :100 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240410_150123-cuua991r/files/wandb-summary.json
|
| 337 |
+
2024-04-10 15:08:30,831 DEBUG SenderThread:100 [sender.py:send():379] send: stats
|
| 338 |
+
2024-04-10 15:08:32,249 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: partial_history
|
| 339 |
+
2024-04-10 15:08:32,251 DEBUG SenderThread:100 [sender.py:send():379] send: history
|
| 340 |
+
2024-04-10 15:08:32,251 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: summary_record
|
| 341 |
+
2024-04-10 15:08:32,252 INFO SenderThread:100 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
| 342 |
+
2024-04-10 15:08:32,813 INFO Thread-12 :100 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240410_150123-cuua991r/files/wandb-summary.json
|
| 343 |
+
2024-04-10 15:08:34,814 INFO Thread-12 :100 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240410_150123-cuua991r/files/output.log
|
| 344 |
+
2024-04-10 15:08:35,258 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 345 |
+
2024-04-10 15:08:40,259 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 346 |
+
2024-04-10 15:08:41,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 347 |
+
2024-04-10 15:08:41,997 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 348 |
+
2024-04-10 15:08:41,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
| 349 |
+
2024-04-10 15:08:46,244 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 350 |
+
2024-04-10 15:08:51,245 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 351 |
+
2024-04-10 15:08:56,246 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: status_report
|
| 352 |
+
2024-04-10 15:08:56,983 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: internal_messages
|
| 353 |
+
2024-04-10 15:08:56,998 DEBUG HandlerThread:100 [handler.py:handle_request():146] handle_request: stop_status
|
| 354 |
+
2024-04-10 15:08:56,998 DEBUG SenderThread:100 [sender.py:send_request():406] send_request: stop_status
|
wandb/run-20240410_150123-cuua991r/run-cuua991r.wandb
CHANGED
|
Binary files a/wandb/run-20240410_150123-cuua991r/run-cuua991r.wandb and b/wandb/run-20240410_150123-cuua991r/run-cuua991r.wandb differ
|
|
|