SushantGautam
commited on
Commit
•
c385d8b
1
Parent(s):
af70040
update model card README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# LogClassification
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -32,8 +32,8 @@ More information needed
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 2e-05
|
35 |
-
- train_batch_size:
|
36 |
-
- eval_batch_size:
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
|
|
12 |
|
13 |
# LogClassification
|
14 |
|
15 |
+
This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 2e-05
|
35 |
+
- train_batch_size: 128
|
36 |
+
- eval_batch_size: 16
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|