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 ·
f9a56c8
1
Parent(s): c385d8b
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": 1.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": 1.0,
|
| 3 |
+
"train_loss": 0.1435431697057082,
|
| 4 |
+
"train_runtime": 376.8652,
|
| 5 |
"train_samples": 229932,
|
| 6 |
+
"train_samples_per_second": 610.117,
|
| 7 |
+
"train_steps_per_second": 4.768
|
| 8 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 1.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": 1.0,
|
| 3 |
+
"train_loss": 0.1435431697057082,
|
| 4 |
+
"train_runtime": 376.8652,
|
| 5 |
"train_samples": 229932,
|
| 6 |
+
"train_samples_per_second": 610.117,
|
| 7 |
+
"train_steps_per_second": 4.768
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|