Training in progress, step 1000
Browse files- config.json +9 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
"classifier_dropout_prob": 0.0,
|
@@ -32,6 +33,13 @@
|
|
32 |
7
|
33 |
],
|
34 |
"semantic_loss_ignore_index": -1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.42.3",
|
37 |
"widths": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vikp/line_detector_3",
|
3 |
"architectures": [
|
4 |
+
"EfficientViTForSemanticSegmentation"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout_prob": 0.0,
|
|
|
33 |
7
|
34 |
],
|
35 |
"semantic_loss_ignore_index": -1,
|
36 |
+
"strides": [
|
37 |
+
2,
|
38 |
+
2,
|
39 |
+
2,
|
40 |
+
2,
|
41 |
+
2
|
42 |
+
],
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.42.3",
|
45 |
"widths": [
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 153827656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f6ee3187797156da1ed6f3e06f4f5c3e1a84171efac655963a1d9c77a62e9a5
|
3 |
size 153827656
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d76255a802ec614336406c974998559b5cae01b112b47ec7eab1ed39b5fdb4c
|
3 |
size 5112
|