Upload Stoic 4-bit model
Browse files- README.md +11 -3
- config.json +31 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
+
- Code: stoic
|
| 10 |
+
- Paper: [More Information Needed]
|
| 11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"finetune_seq_embed_model": false,
|
| 3 |
+
"fps_num_heads": 4,
|
| 4 |
+
"fps_return_weights": true,
|
| 5 |
+
"fps_use_soft_pooling": true,
|
| 6 |
+
"load_in_4bit": true,
|
| 7 |
+
"lora_alpha": 16,
|
| 8 |
+
"lora_dropout": 0.05,
|
| 9 |
+
"lora_r": 32,
|
| 10 |
+
"max_seq_len": 514,
|
| 11 |
+
"seq_embed_model_chunk_size": 256,
|
| 12 |
+
"seq_embed_model_name": "facebook/esm2_t33_650M_UR50D",
|
| 13 |
+
"seq_feature_encoder_dropout": 0.2,
|
| 14 |
+
"seq_feature_encoder_num_heads": 4,
|
| 15 |
+
"stoichiometry_classes_to_use": [
|
| 16 |
+
1,
|
| 17 |
+
2,
|
| 18 |
+
4,
|
| 19 |
+
3,
|
| 20 |
+
6,
|
| 21 |
+
8,
|
| 22 |
+
5,
|
| 23 |
+
12,
|
| 24 |
+
24,
|
| 25 |
+
10,
|
| 26 |
+
14,
|
| 27 |
+
7,
|
| 28 |
+
9,
|
| 29 |
+
16
|
| 30 |
+
]
|
| 31 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caafb6c8b9e3fcfaa72a06b989ce56de2db4a09f21704cd94feb86b4624db7e2
|
| 3 |
+
size 375756485
|