Instructions to use jmmr-8282/email with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jmmr-8282/email with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jmmr-8282/email")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jmmr-8282/email") model = AutoModelForSequenceClassification.from_pretrained("jmmr-8282/email") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5, 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:210856a64940b579b6ac438055db28bb7947047d7b751c78767ac9a639d94c3e
|
| 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:11bbc5b49b7537c8c7e5902cd575557135d769301c92827b5f9ddf71ab88e3d7
|
| 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:d44b4f35543873087c1cf6328742bd57e22ab2a916a6a3f007a76de03ee9cbab
|
| 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:8e1ac30298048a080369699ec7fa0a715c4c2d28ff44da425171525f8394b890
|
| 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:2909836fc184f92a445a91a7ebd6fe5b3c1c5b6a8f29fd49d1721b035d5f5860
|
| 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-email/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,
|
|
@@ -61,6 +61,21 @@
|
|
| 61 |
"eval_samples_per_second": 55.764,
|
| 62 |
"eval_steps_per_second": 1.749,
|
| 63 |
"step": 1868
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
}
|
| 65 |
],
|
| 66 |
"logging_steps": 500,
|
|
@@ -75,12 +90,12 @@
|
|
| 75 |
"should_evaluate": false,
|
| 76 |
"should_log": false,
|
| 77 |
"should_save": true,
|
| 78 |
-
"should_training_stop":
|
| 79 |
},
|
| 80 |
"attributes": {}
|
| 81 |
}
|
| 82 |
},
|
| 83 |
-
"total_flos": 1.
|
| 84 |
"train_batch_size": 32,
|
| 85 |
"trial_name": null,
|
| 86 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_global_step": 2335,
|
| 3 |
+
"best_metric": 0.5627617239952087,
|
| 4 |
+
"best_model_checkpoint": "./bert-email/checkpoint-2335",
|
| 5 |
+
"epoch": 5.0,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 2335,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 61 |
"eval_samples_per_second": 55.764,
|
| 62 |
"eval_steps_per_second": 1.749,
|
| 63 |
"step": 1868
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 4.282655246252677,
|
| 67 |
+
"grad_norm": 1.6766972541809082,
|
| 68 |
+
"learning_rate": 1.4389721627408994e-06,
|
| 69 |
+
"loss": 0.6073400268554687,
|
| 70 |
+
"step": 2000
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 5.0,
|
| 74 |
+
"eval_loss": 0.5627617239952087,
|
| 75 |
+
"eval_runtime": 66.8913,
|
| 76 |
+
"eval_samples_per_second": 55.762,
|
| 77 |
+
"eval_steps_per_second": 1.749,
|
| 78 |
+
"step": 2335
|
| 79 |
}
|
| 80 |
],
|
| 81 |
"logging_steps": 500,
|
|
|
|
| 90 |
"should_evaluate": false,
|
| 91 |
"should_log": false,
|
| 92 |
"should_save": true,
|
| 93 |
+
"should_training_stop": true
|
| 94 |
},
|
| 95 |
"attributes": {}
|
| 96 |
}
|
| 97 |
},
|
| 98 |
+
"total_flos": 1.9628084729856e+16,
|
| 99 |
"train_batch_size": 32,
|
| 100 |
"trial_name": null,
|
| 101 |
"trial_params": null
|