Training in progress, step 1000
Browse files- config.json +3 -3
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "vikp/
|
3 |
"architectures": [
|
4 |
"SegformerForRegressionMask"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout_prob": 0.1,
|
8 |
-
"decoder_hidden_size":
|
9 |
-
"decoder_layer_hidden_size":
|
10 |
"decoder_upsample_rate": 2,
|
11 |
"depths": [
|
12 |
3,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vikp/line_detector_2",
|
3 |
"architectures": [
|
4 |
"SegformerForRegressionMask"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 768,
|
9 |
+
"decoder_layer_hidden_size": 192,
|
10 |
"decoder_upsample_rate": 2,
|
11 |
"depths": [
|
12 |
3,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b82b39d082e716413011b974edd88cf883075c274ab7c7fe71a4045e4b8aa1
|
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:9d160591832db656b9e4ca3b3719e0a98c4f3c99938c8d4df44e72a169ad7f01
|
3 |
size 4728
|