Instructions to use SushantGautam/LogClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SushantGautam/LogClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SushantGautam/LogClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SushantGautam/LogClassification") model = AutoModelForSequenceClassification.from_pretrained("SushantGautam/LogClassification") - Notebooks
- Google Colab
- Kaggle
Commit ·
b934e1a
1
Parent(s): 668aa86
End of training
Browse files- all_results.json +4 -4
- train_results.json +4 -4
- trainer_state.json +0 -0
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 3.0,
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 229932,
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 3.0,
|
| 3 |
+
"train_loss": 0.08240926686040774,
|
| 4 |
+
"train_runtime": 7566.0702,
|
| 5 |
"train_samples": 229932,
|
| 6 |
+
"train_samples_per_second": 91.17,
|
| 7 |
+
"train_steps_per_second": 1.425
|
| 8 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 3.0,
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 229932,
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 3.0,
|
| 3 |
+
"train_loss": 0.08240926686040774,
|
| 4 |
+
"train_runtime": 7566.0702,
|
| 5 |
"train_samples": 229932,
|
| 6 |
+
"train_samples_per_second": 91.17,
|
| 7 |
+
"train_steps_per_second": 1.425
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|