Model save
Browse files- README.md +3 -3
- 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 |
|
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
|
|
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_early
|
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_early](https://huggingface.co/vikp/line_detector_early) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
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: 4
|
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_early",
|
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 118301152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:402d9e265464b5b90db6479b73473a500a9c23a1f8d4df7d3a02b89bba54db0d
|
3 |
size 118301152
|
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:d9a616b052cbb15ebc0907c81313677e57186d31b2d0b62a758d0db1672b4fb4
|
3 |
size 4728
|