Upload Eye2SacPipeline
Browse files- config.json +26 -32
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,42 +1,36 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"custom_pipelines": {
|
9 |
"eyetracking-feature-extraction": {
|
10 |
"impl": "eyetrack_2_saccade_pipeline.Eye2SacPipeline",
|
11 |
-
"pt": [
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
}
|
14 |
},
|
15 |
-
"
|
16 |
-
"
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
"
|
24 |
-
"intermediate_size": 3072,
|
25 |
-
"label2id": {
|
26 |
-
"equivalent": 1,
|
27 |
-
"not_equivalent": 0
|
28 |
-
},
|
29 |
-
"layer_norm_eps": 1e-12,
|
30 |
-
"max_position_embeddings": 512,
|
31 |
-
"model_type": "bert",
|
32 |
-
"num_attention_heads": 12,
|
33 |
-
"num_hidden_layers": 12,
|
34 |
-
"pad_token_id": 0,
|
35 |
-
"position_embedding_type": "absolute",
|
36 |
-
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.48.3"
|
39 |
-
"type_vocab_size": 2,
|
40 |
-
"use_cache": true,
|
41 |
-
"vocab_size": 28996
|
42 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "willergeorg/hubii-dummy",
|
3 |
"architectures": [
|
4 |
+
"HubiiDummyModel"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "willergeorg/hubii-dummy--hubii_dummy_config.HubiiDummyConfig",
|
8 |
+
"AutoModel": "willergeorg/hubii-dummy--hubii_dummy_modeling.HubiiDummyModel"
|
9 |
+
},
|
10 |
+
"avg_down": false,
|
11 |
+
"base_width": 1,
|
12 |
+
"block_type": "bottleneck",
|
13 |
+
"cardinality": 1,
|
14 |
"custom_pipelines": {
|
15 |
"eyetracking-feature-extraction": {
|
16 |
"impl": "eyetrack_2_saccade_pipeline.Eye2SacPipeline",
|
17 |
+
"pt": [
|
18 |
+
"AutoModel"
|
19 |
+
],
|
20 |
+
"tf": [
|
21 |
+
"TFAutoModel"
|
22 |
+
]
|
23 |
}
|
24 |
},
|
25 |
+
"input_channels": 1,
|
26 |
+
"layers": [
|
27 |
+
1,
|
28 |
+
1
|
29 |
+
],
|
30 |
+
"model_type": "hubii-dummy",
|
31 |
+
"num_classes": 1,
|
32 |
+
"stem_type": "",
|
33 |
+
"stem_width": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.48.3"
|
|
|
|
|
|
|
36 |
}
|
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:2999e1931ea90ed13653e1e9f46befb67d327166832f116070e138645c7314c8
|
3 |
+
size 649032
|