Instructions to use Shaer-AI/ARBERT-base-submeter-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shaer-AI/ARBERT-base-submeter-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shaer-AI/ARBERT-base-submeter-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shaer-AI/ARBERT-base-submeter-classifier") model = AutoModelForSequenceClassification.from_pretrained("Shaer-AI/ARBERT-base-submeter-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 17000, 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 651465828
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a50330db4c30408b0d667e66275ea8ddd76919ff801ccbdb36b76b7033c822f
|
| 3 |
size 651465828
|
last-checkpoint/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1303053067
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0377cb9439a2c4fa7ab3da1e65f4a9334577b67e8348530a9aa4ac53b34ccc3c
|
| 3 |
size 1303053067
|
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:61e291d680fcef9565923cfdb6bcc681c7ae1e2a5dfdcf83d690c053218bbf75
|
| 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:9c792eca26ddd2cafb935aabba9dbf816b7c25feaa4b191867652327a92bef5c
|
| 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:9949b8e01fb3dfd15b9a46fe77b60d978d1d99cd0b006a7fd2c8fa82e3677a82
|
| 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": "/kaggle/working/arbert_submeter_training/checkpoints/checkpoint-
|
| 5 |
-
"epoch": 2.
|
| 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,
|
|
@@ -602,6 +602,24 @@
|
|
| 602 |
"eval_steps_per_second": 3.452,
|
| 603 |
"eval_weighted_f1": 0.9653056586898462,
|
| 604 |
"step": 16500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 605 |
}
|
| 606 |
],
|
| 607 |
"logging_steps": 500,
|
|
@@ -621,7 +639,7 @@
|
|
| 621 |
"attributes": {}
|
| 622 |
}
|
| 623 |
},
|
| 624 |
-
"total_flos":
|
| 625 |
"train_batch_size": 128,
|
| 626 |
"trial_name": null,
|
| 627 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_global_step": 17000,
|
| 3 |
+
"best_metric": 0.9708837837837838,
|
| 4 |
+
"best_model_checkpoint": "/kaggle/working/arbert_submeter_training/checkpoints/checkpoint-17000",
|
| 5 |
+
"epoch": 2.940240422035804,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 17000,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 602 |
"eval_steps_per_second": 3.452,
|
| 603 |
"eval_weighted_f1": 0.9653056586898462,
|
| 604 |
"step": 16500
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 2.940240422035804,
|
| 608 |
+
"grad_norm": 0.9345380663871765,
|
| 609 |
+
"learning_rate": 1.0002306007148624e-06,
|
| 610 |
+
"loss": 0.0789,
|
| 611 |
+
"step": 17000
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 2.940240422035804,
|
| 615 |
+
"eval_accuracy": 0.9708837837837838,
|
| 616 |
+
"eval_loss": 0.11126039922237396,
|
| 617 |
+
"eval_macro_f1": 0.6020869942813024,
|
| 618 |
+
"eval_runtime": 419.4331,
|
| 619 |
+
"eval_samples_per_second": 882.143,
|
| 620 |
+
"eval_steps_per_second": 3.448,
|
| 621 |
+
"eval_weighted_f1": 0.9654166847298334,
|
| 622 |
+
"step": 17000
|
| 623 |
}
|
| 624 |
],
|
| 625 |
"logging_steps": 500,
|
|
|
|
| 639 |
"attributes": {}
|
| 640 |
}
|
| 641 |
},
|
| 642 |
+
"total_flos": 7.157460427142477e+16,
|
| 643 |
"train_batch_size": 128,
|
| 644 |
"trial_name": null,
|
| 645 |
"trial_params": null
|