Training in progress, step 4
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- config.json +57 -0
- model.safetensors +3 -0
- runs/Jan09_00-29-17_84b919c13fab/events.out.tfevents.1736382571.84b919c13fab.40.0 +3 -0
- runs/Jan09_00-33-28_84b919c13fab/events.out.tfevents.1736382811.84b919c13fab.40.1 +3 -0
- runs/Jan09_00-35-25_84b919c13fab/events.out.tfevents.1736382929.84b919c13fab.40.2 +3 -0
- runs/Jan09_00-35-25_84b919c13fab/events.out.tfevents.1736383031.84b919c13fab.40.3 +3 -0
- runs/Jan09_00-35-25_84b919c13fab/events.out.tfevents.1736383111.84b919c13fab.40.4 +3 -0
- runs/Jan09_00-42-47_84b919c13fab/events.out.tfevents.1736383447.84b919c13fab.40.5 +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,11 +26,11 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"mlp.fc2",
|
30 |
-
"attention.key",
|
31 |
"attention.query",
|
32 |
-
"
|
33 |
-
"attention.value"
|
34 |
],
|
35 |
"task_type": null,
|
36 |
"use_dora": true,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"mlp.fc1",
|
30 |
+
"attention.value",
|
31 |
"mlp.fc2",
|
|
|
32 |
"attention.query",
|
33 |
+
"attention.key"
|
|
|
34 |
],
|
35 |
"task_type": null,
|
36 |
"use_dora": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2532144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec0fe16ee6f8da1e4e7fd7200739cb7d4aa61cab81b57546fb514bb4d58c1e1
|
3 |
size 2532144
|
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/dinov2-small",
|
3 |
+
"apply_layernorm": true,
|
4 |
+
"architectures": [
|
5 |
+
"Dinov2ForImageClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"drop_path_rate": 0.0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 384,
|
12 |
+
"id2label": {
|
13 |
+
"0": "live",
|
14 |
+
"1": "spoof"
|
15 |
+
},
|
16 |
+
"image_size": 518,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"label2id": {
|
19 |
+
"live": 0,
|
20 |
+
"spoof": 1
|
21 |
+
},
|
22 |
+
"layer_norm_eps": 1e-06,
|
23 |
+
"layerscale_value": 1.0,
|
24 |
+
"mlp_ratio": 4,
|
25 |
+
"model_type": "dinov2",
|
26 |
+
"num_attention_heads": 6,
|
27 |
+
"num_channels": 3,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"out_features": [
|
30 |
+
"stage12"
|
31 |
+
],
|
32 |
+
"out_indices": [
|
33 |
+
12
|
34 |
+
],
|
35 |
+
"patch_size": 14,
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
+
"qkv_bias": true,
|
38 |
+
"reshape_hidden_states": true,
|
39 |
+
"stage_names": [
|
40 |
+
"stem",
|
41 |
+
"stage1",
|
42 |
+
"stage2",
|
43 |
+
"stage3",
|
44 |
+
"stage4",
|
45 |
+
"stage5",
|
46 |
+
"stage6",
|
47 |
+
"stage7",
|
48 |
+
"stage8",
|
49 |
+
"stage9",
|
50 |
+
"stage10",
|
51 |
+
"stage11",
|
52 |
+
"stage12"
|
53 |
+
],
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.44.2",
|
56 |
+
"use_swiglu_ffn": false
|
57 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89892afe463b1782456f8f3b52d5f88f4d46e643c576960bfed0f4307f1c78ad
|
3 |
+
size 88257824
|
runs/Jan09_00-29-17_84b919c13fab/events.out.tfevents.1736382571.84b919c13fab.40.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6131abbaf4735b1529987c4ca369cadba1dd3ff2e9e3b0730096c6a33b778550
|
3 |
+
size 6712
|
runs/Jan09_00-33-28_84b919c13fab/events.out.tfevents.1736382811.84b919c13fab.40.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2af07be03d7050c59ba4b4b2664d9b94c2426b9f3d827e84d19d2f302411a2ea
|
3 |
+
size 6104
|
runs/Jan09_00-35-25_84b919c13fab/events.out.tfevents.1736382929.84b919c13fab.40.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2fb3122a7359943c9551bc9fe5be5de588dd908753dbb11337e1b6e370d5d4b
|
3 |
+
size 6542
|
runs/Jan09_00-35-25_84b919c13fab/events.out.tfevents.1736383031.84b919c13fab.40.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3ad04f569d901773695295b6cf79e366dd0de774572698e37eecdbddfa83956
|
3 |
+
size 6104
|
runs/Jan09_00-35-25_84b919c13fab/events.out.tfevents.1736383111.84b919c13fab.40.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b6bb495043d36745360fce6dc146b3ccec2ee875bbc5d3516a84ffb47565126
|
3 |
+
size 10638
|
runs/Jan09_00-42-47_84b919c13fab/events.out.tfevents.1736383447.84b919c13fab.40.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40a48cf8c4a0dc785f8e0bafc565472ac96e7aed911f64d8dcb9c0f566e77fb5
|
3 |
+
size 5817
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0dbb8cbdb19499fb584a6f406dd090fd323ecc34cb7a3e2e415f8e49eed11d
|
3 |
size 5240
|