Model save
Browse files- README.md +6 -6
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: vikp/
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -12,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# line_detector_math
|
14 |
|
15 |
-
This model is a fine-tuned version of [vikp/
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -32,16 +32,16 @@ More information needed
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 6e-05
|
35 |
-
- train_batch_size:
|
36 |
-
- eval_batch_size:
|
37 |
- seed: 42
|
38 |
- distributed_type: multi-GPU
|
39 |
- gradient_accumulation_steps: 8
|
40 |
-
- total_train_batch_size:
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: cosine
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
-
- num_epochs:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
|
|
1 |
---
|
2 |
+
base_model: vikp/line_detector_math
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
|
|
12 |
|
13 |
# line_detector_math
|
14 |
|
15 |
+
This model is a fine-tuned version of [vikp/line_detector_math](https://huggingface.co/vikp/line_detector_math) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 6e-05
|
35 |
+
- train_batch_size: 6
|
36 |
+
- eval_batch_size: 6
|
37 |
- seed: 42
|
38 |
- distributed_type: multi-GPU
|
39 |
- gradient_accumulation_steps: 8
|
40 |
+
- total_train_batch_size: 48
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: cosine
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
+
- num_epochs: 2
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "vikp/
|
3 |
"architectures": [
|
4 |
"SegformerForRegressionMask"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vikp/line_detector_math",
|
3 |
"architectures": [
|
4 |
"SegformerForRegressionMask"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 119881240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e160d03f0e151677db701ac6dcc16599ffe6c0ae1260c82ac6c3087d06b60f9
|
3 |
size 119881240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c52870d7d51d23467c93e4a841ad51de11177811ecdc334d940ed903fab8838
|
3 |
size 4728
|