Upload silva-luna: an aesthetic head distilled from gpt-5.6-luna
Browse files- README.md +16 -0
- config.json +10 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-classification
|
| 4 |
+
tags:
|
| 5 |
+
- aesthetic
|
| 6 |
+
- image-scoring
|
| 7 |
+
- model_hub_mixin
|
| 8 |
+
- ordinal-regression
|
| 9 |
+
- pytorch_model_hub_mixin
|
| 10 |
+
- siglip2
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 14 |
+
- Code: https://github.com/Jannchie/silva
|
| 15 |
+
- Paper: [More Information Needed]
|
| 16 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout": 0.3,
|
| 3 |
+
"embedding_dim": 1152,
|
| 4 |
+
"hidden_dims": [
|
| 5 |
+
1024,
|
| 6 |
+
512,
|
| 7 |
+
256
|
| 8 |
+
],
|
| 9 |
+
"n_residual_blocks": 0
|
| 10 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c36ee8682788c622f3a8e0fef5deac8c415b158f7ec2a193881021b7555b143e
|
| 3 |
+
size 7362721
|