guarin HF Staff commited on
Commit
f012a7d
·
verified ·
1 Parent(s): fd1847f

Add HF-compatible model.safetensors, config.json, and preprocessor_config.json

Browse files

Adds three files to make this checkpoint directly loadable via Hugging Face Transformers:

- `model.safetensors` — exact copy of the existing weights
- `config.json` — `Sapiens2Config` for this checkpoint
- `preprocessor_config.json` — `Sapiens2ImageProcessor` for this checkpoint

Model class: `Sapiens2Model`

No weights were modified.The corresponding transformers PR is: https://github.com/huggingface/transformers/pull/45919

Files changed (1) hide show
  1. config.json +0 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "apply_layernorm": true,
3
  "architectures": [
4
  "Sapiens2Model"
5
  ],
@@ -16,7 +15,6 @@
16
  "initializer_range": 0.02,
17
  "intermediate_size": 5120,
18
  "key_bias": true,
19
- "layer_norm_eps": 1e-05,
20
  "layerscale_value": 1.0,
21
  "mlp_bias": true,
22
  "model_type": "sapiens2",
 
1
  {
 
2
  "architectures": [
3
  "Sapiens2Model"
4
  ],
 
15
  "initializer_range": 0.02,
16
  "intermediate_size": 5120,
17
  "key_bias": true,
 
18
  "layerscale_value": 1.0,
19
  "mlp_bias": true,
20
  "model_type": "sapiens2",