Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +29 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter_name": null,
|
| 3 |
+
"attn_implementation": "flash_attention_2",
|
| 4 |
+
"constraint_loss_weight": 0.0,
|
| 5 |
+
"content_discriminator_loss_weight": 1.0,
|
| 6 |
+
"content_encoder_model_name_or_path": "Alibaba-NLP/gte-Qwen2-1.5B-instruct",
|
| 7 |
+
"content_encoder_model_type": "qwen2",
|
| 8 |
+
"content_encoder_use_lora": true,
|
| 9 |
+
"content_loss_weight": 0.0,
|
| 10 |
+
"dropout_prob": 0.1,
|
| 11 |
+
"embedding_dim": 1536,
|
| 12 |
+
"generator_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 13 |
+
"generator_use_lora": true,
|
| 14 |
+
"lora_alpha": 32,
|
| 15 |
+
"lora_dropout": 0.1,
|
| 16 |
+
"lora_r": 16,
|
| 17 |
+
"mi_reg_weight": 0.0,
|
| 18 |
+
"pooling_method": "mean",
|
| 19 |
+
"reconstruction_loss_weight": 1.0,
|
| 20 |
+
"style_discriminator_loss_weight": 1.0,
|
| 21 |
+
"style_encoder_model_name_or_path": "Hieuman/qwen2-1.5b-hard-author-reps",
|
| 22 |
+
"style_encoder_model_type": "qwen2",
|
| 23 |
+
"style_encoder_use_lora": true,
|
| 24 |
+
"style_loss_weight": 0.0,
|
| 25 |
+
"target_modules": "all",
|
| 26 |
+
"token_mi_reg_weight": 0.0,
|
| 27 |
+
"use_vae": true,
|
| 28 |
+
"vae_loss_weight": 1e-05
|
| 29 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa3ef1ae0ea1377db1ca9e4c0493260bef5960008fbf2e8856d123fdced7eaab
|
| 3 |
+
size 9615549808
|