Instructions to use jmmr-8282/llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jmmr-8282/llm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jmmr-8282/llm")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jmmr-8282/llm") model = AutoModelForSequenceClassification.from_pretrained("jmmr-8282/llm") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4, checkpoint
Browse files
last-checkpoint/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c056c3378f5d58d4584775046ce97b8d16de39aa589668238c1423d31b1662b
|
| 3 |
size 437958624
|
last-checkpoint/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4741923
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df12f0a471877cef6d700eb1c766ae445f98309a61a39a10186a2b6aeebe1eb4
|
| 3 |
size 4741923
|
last-checkpoint/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2d553173fafc1568aba563e8b2ebc65b521fc7ac5272baf9b3276c61a1b3955
|
| 3 |
size 14645
|
last-checkpoint/scaler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1383
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0635f5ee8287266c95252541d63a4925053f9e404f1dbe420921c5ed9e5141ff
|
| 3 |
size 1383
|
last-checkpoint/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1465
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e9663833f02fe99567660dbbf033273979d059bd123e7db38679c72f2ea5889
|
| 3 |
size 1465
|
last-checkpoint/trainer_state.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"best_global_step":
|
| 3 |
-
"best_metric": 0.
|
| 4 |
-
"best_model_checkpoint": "./bert-imdb-cp/checkpoint-
|
| 5 |
-
"epoch":
|
| 6 |
"eval_steps": 500,
|
| 7 |
-
"global_step":
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
@@ -60,6 +60,28 @@
|
|
| 60 |
"eval_samples_per_second": 55.884,
|
| 61 |
"eval_steps_per_second": 1.748,
|
| 62 |
"step": 2346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
],
|
| 65 |
"logging_steps": 500,
|
|
@@ -79,7 +101,7 @@
|
|
| 79 |
"attributes": {}
|
| 80 |
}
|
| 81 |
},
|
| 82 |
-
"total_flos":
|
| 83 |
"train_batch_size": 32,
|
| 84 |
"trial_name": null,
|
| 85 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_global_step": 3128,
|
| 3 |
+
"best_metric": 0.7798203825950623,
|
| 4 |
+
"best_model_checkpoint": "./bert-imdb-cp/checkpoint-3128",
|
| 5 |
+
"epoch": 4.0,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 3128,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 60 |
"eval_samples_per_second": 55.884,
|
| 61 |
"eval_steps_per_second": 1.748,
|
| 62 |
"step": 2346
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 3.1969309462915603,
|
| 66 |
+
"grad_norm": 3.32869029045105,
|
| 67 |
+
"learning_rate": 3.6086956521739134e-06,
|
| 68 |
+
"loss": 0.8506306762695313,
|
| 69 |
+
"step": 2500
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 3.836317135549872,
|
| 73 |
+
"grad_norm": 4.591386795043945,
|
| 74 |
+
"learning_rate": 2.329923273657289e-06,
|
| 75 |
+
"loss": 0.83572509765625,
|
| 76 |
+
"step": 3000
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 4.0,
|
| 80 |
+
"eval_loss": 0.7798203825950623,
|
| 81 |
+
"eval_runtime": 448.1623,
|
| 82 |
+
"eval_samples_per_second": 55.783,
|
| 83 |
+
"eval_steps_per_second": 1.745,
|
| 84 |
+
"step": 3128
|
| 85 |
}
|
| 86 |
],
|
| 87 |
"logging_steps": 500,
|
|
|
|
| 101 |
"attributes": {}
|
| 102 |
}
|
| 103 |
},
|
| 104 |
+
"total_flos": 2.63008072048488e+16,
|
| 105 |
"train_batch_size": 32,
|
| 106 |
"trial_name": null,
|
| 107 |
"trial_params": null
|