Upload folder using huggingface_hub
Browse files- __pycache__/modeling_mic21.cpython-310.pyc +0 -0
- config.json +62 -0
- model.safetensors +2 -2
__pycache__/modeling_mic21.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/modeling_mic21.cpython-310.pyc and b/__pycache__/modeling_mic21.cpython-310.pyc differ
|
|
|
config.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MIC21SummarizerModel"
|
| 4 |
+
],
|
| 5 |
+
"attn_implementation": "eager",
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "jkralev/mic21_model--configuration_mic21.MIC21SummarizerConfig",
|
| 8 |
+
"AutoModel": "jkralev/mic21_model--modeling_mic21.MIC21SummarizerModel"
|
| 9 |
+
},
|
| 10 |
+
"device_map": {
|
| 11 |
+
"lm_head": 1,
|
| 12 |
+
"model.embed_tokens": 1,
|
| 13 |
+
"model.layers.0": 1,
|
| 14 |
+
"model.layers.1": 1,
|
| 15 |
+
"model.layers.10": 0,
|
| 16 |
+
"model.layers.11": 0,
|
| 17 |
+
"model.layers.12": 2,
|
| 18 |
+
"model.layers.13": 2,
|
| 19 |
+
"model.layers.14": 2,
|
| 20 |
+
"model.layers.15": 2,
|
| 21 |
+
"model.layers.16": 2,
|
| 22 |
+
"model.layers.17": 2,
|
| 23 |
+
"model.layers.18": 2,
|
| 24 |
+
"model.layers.19": 2,
|
| 25 |
+
"model.layers.2": 2,
|
| 26 |
+
"model.layers.20": 2,
|
| 27 |
+
"model.layers.21": 2,
|
| 28 |
+
"model.layers.22": 2,
|
| 29 |
+
"model.layers.23": 2,
|
| 30 |
+
"model.layers.24": 1,
|
| 31 |
+
"model.layers.25": 1,
|
| 32 |
+
"model.layers.26": 1,
|
| 33 |
+
"model.layers.27": 1,
|
| 34 |
+
"model.layers.28": 1,
|
| 35 |
+
"model.layers.29": 1,
|
| 36 |
+
"model.layers.3": 2,
|
| 37 |
+
"model.layers.30": 1,
|
| 38 |
+
"model.layers.31": 1,
|
| 39 |
+
"model.layers.4": 0,
|
| 40 |
+
"model.layers.5": 0,
|
| 41 |
+
"model.layers.6": 0,
|
| 42 |
+
"model.layers.7": 0,
|
| 43 |
+
"model.layers.8": 0,
|
| 44 |
+
"model.layers.9": 0,
|
| 45 |
+
"model.norm": 2,
|
| 46 |
+
"model.rotary_emb": 2
|
| 47 |
+
},
|
| 48 |
+
"dtype": "float32",
|
| 49 |
+
"hf_image_model": "microsoft/resnet-50",
|
| 50 |
+
"hf_text_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 51 |
+
"im_model_cuda_id": 2,
|
| 52 |
+
"in_device": 1,
|
| 53 |
+
"memory_map": {
|
| 54 |
+
"0": "3GiB",
|
| 55 |
+
"1": "3GiB",
|
| 56 |
+
"2": "5GiB"
|
| 57 |
+
},
|
| 58 |
+
"model_type": "mic21_summarizer",
|
| 59 |
+
"out_device": 1,
|
| 60 |
+
"output_length": 40,
|
| 61 |
+
"transformers_version": "4.57.3"
|
| 62 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc567081fc6c05d3793d6f0fa3f6c5be74bc8719905b685a8abe08575eb0bfb3
|
| 3 |
+
size 409808
|