初始化项目,由ModelHub XC社区提供模型
Model: HA-Siala/RefactoringPy-full-v0.1 Source: Original Platform
This commit is contained in:
35
.gitattributes
vendored
Normal file
35
.gitattributes
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
209
README.md
Normal file
209
README.md
Normal file
@@ -0,0 +1,209 @@
|
||||
---
|
||||
library_name: transformers
|
||||
pipeline_tag: text-generation
|
||||
license: apache-2.0
|
||||
tags:
|
||||
- mistral
|
||||
- fine-tuned
|
||||
---
|
||||
|
||||
# Model Card for Model ID
|
||||
|
||||
<!-- Provide a quick summary of what the model is/does. -->
|
||||
|
||||
|
||||
|
||||
## Model Details
|
||||
|
||||
Fine-tuned Mistral model to detect flaws in Python code and produce refactored versions of the code.
|
||||
For the dataset and source code used in this study, please refer to the official GitHub repository: https://github.com/Hanan-Abdulwahab-Siala/PyFlows
|
||||
|
||||
### Model Description
|
||||
|
||||
<!-- Provide a longer summary of what this model is. -->
|
||||
|
||||
|
||||
|
||||
- **Developed by:** [More Information Needed]
|
||||
- **Funded by [optional]:** [More Information Needed]
|
||||
- **Shared by [optional]:** [More Information Needed]
|
||||
- **Model type:** [More Information Needed]
|
||||
- **Language(s) (NLP):** [More Information Needed]
|
||||
- **License:** [More Information Needed]
|
||||
- **Finetuned from model [optional]:** [More Information Needed]
|
||||
|
||||
### Model Sources [optional]
|
||||
|
||||
<!-- Provide the basic links for the model. -->
|
||||
|
||||
- **Repository:** [More Information Needed]
|
||||
- **Paper [optional]:** [More Information Needed]
|
||||
- **Demo [optional]:** [More Information Needed]
|
||||
|
||||
## Uses
|
||||
|
||||
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
||||
|
||||
### Direct Use
|
||||
|
||||
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
### Downstream Use [optional]
|
||||
|
||||
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
### Out-of-Scope Use
|
||||
|
||||
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Bias, Risks, and Limitations
|
||||
|
||||
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
### Recommendations
|
||||
|
||||
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
||||
|
||||
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
||||
|
||||
## How to Get Started with the Model
|
||||
|
||||
Use the code below to get started with the model.
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Training Details
|
||||
|
||||
### Training Data
|
||||
|
||||
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
### Training Procedure
|
||||
|
||||
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
||||
|
||||
#### Preprocessing [optional]
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
|
||||
#### Training Hyperparameters
|
||||
|
||||
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
||||
|
||||
#### Speeds, Sizes, Times [optional]
|
||||
|
||||
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Evaluation
|
||||
|
||||
<!-- This section describes the evaluation protocols and provides the results. -->
|
||||
|
||||
### Testing Data, Factors & Metrics
|
||||
|
||||
#### Testing Data
|
||||
|
||||
<!-- This should link to a Dataset Card if possible. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
#### Factors
|
||||
|
||||
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
#### Metrics
|
||||
|
||||
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
### Results
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
#### Summary
|
||||
|
||||
|
||||
|
||||
## Model Examination [optional]
|
||||
|
||||
<!-- Relevant interpretability work for the model goes here -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Environmental Impact
|
||||
|
||||
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
||||
|
||||
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
||||
|
||||
- **Hardware Type:** [More Information Needed]
|
||||
- **Hours used:** [More Information Needed]
|
||||
- **Cloud Provider:** [More Information Needed]
|
||||
- **Compute Region:** [More Information Needed]
|
||||
- **Carbon Emitted:** [More Information Needed]
|
||||
|
||||
## Technical Specifications [optional]
|
||||
|
||||
### Model Architecture and Objective
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
### Compute Infrastructure
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
#### Hardware
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
#### Software
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Citation [optional]
|
||||
|
||||
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
||||
|
||||
**BibTeX:**
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
**APA:**
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Glossary [optional]
|
||||
|
||||
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## More Information [optional]
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Model Card Authors [optional]
|
||||
|
||||
[More Information Needed]
|
||||
|
||||
## Model Card Contact
|
||||
|
||||
[More Information Needed]
|
||||
### Framework versions
|
||||
|
||||
- PEFT 0.10.0
|
||||
26
config.json
Normal file
26
config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"_name_or_path": "mistralai/Mistral-7B-v0.3",
|
||||
"architectures": [
|
||||
"MistralForCausalLM"
|
||||
],
|
||||
"attention_dropout": 0.0,
|
||||
"bos_token_id": 1,
|
||||
"eos_token_id": 2,
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 4096,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 14336,
|
||||
"max_position_embeddings": 32768,
|
||||
"model_type": "mistral",
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 32,
|
||||
"num_key_value_heads": 8,
|
||||
"rms_norm_eps": 1e-05,
|
||||
"rope_theta": 1000000.0,
|
||||
"sliding_window": null,
|
||||
"tie_word_embeddings": false,
|
||||
"torch_dtype": "bfloat16",
|
||||
"transformers_version": "4.40.0",
|
||||
"use_cache": true,
|
||||
"vocab_size": 32768
|
||||
}
|
||||
6
generation_config.json
Normal file
6
generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 1,
|
||||
"eos_token_id": 2,
|
||||
"transformers_version": "4.40.0"
|
||||
}
|
||||
3
model-00001-of-00034.safetensors
Normal file
3
model-00001-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fcf0fc6ad8770de4f260950bd3cb066157d9dfbe3269f2e49115f038487ae35
|
||||
size 469762760
|
||||
3
model-00002-of-00034.safetensors
Normal file
3
model-00002-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c8df78abdbb393bf31cd29a3344ec5401b579edaaeb93d0a6e981b2b3b092f4
|
||||
size 436225048
|
||||
3
model-00003-of-00034.safetensors
Normal file
3
model-00003-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cec1a3eccb82e6dcdc1aeeda3254a70cee5536ac9da87865b3b3c2bce67019a3
|
||||
size 436225048
|
||||
3
model-00004-of-00034.safetensors
Normal file
3
model-00004-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfa311ada2a7b7a0600b79f32ac2b120b91b448228e7185e8d2df5e16cf89f9f
|
||||
size 436225048
|
||||
3
model-00005-of-00034.safetensors
Normal file
3
model-00005-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c276a4978ff3530e023b2fd5acecd2848cf8a7a0635dc8420656d31565d2dfd7
|
||||
size 436225048
|
||||
3
model-00006-of-00034.safetensors
Normal file
3
model-00006-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50547e97237665621e2d0d459d6f1339bafa5199b7996a33b28bd77e21c42252
|
||||
size 436225048
|
||||
3
model-00007-of-00034.safetensors
Normal file
3
model-00007-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3dcc94ee8440979515262b0288443a9b8bdfef9cd1aea77067cd471798633bc5
|
||||
size 436225048
|
||||
3
model-00008-of-00034.safetensors
Normal file
3
model-00008-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ffa8d257e0b17d8831e2c6fbe312cc455a1dc18752dbc564f147e2af336c8e1
|
||||
size 436225048
|
||||
3
model-00009-of-00034.safetensors
Normal file
3
model-00009-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0feb9ee1d085edde5a4ab4fd2e0db04cb44ff8f066739523c60f2c85ff8c1ba4
|
||||
size 436225048
|
||||
3
model-00010-of-00034.safetensors
Normal file
3
model-00010-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62bc561abad291fd6d39cd90d7dd10c6e5699855de4a2e0461ae673284f06cf2
|
||||
size 436225048
|
||||
3
model-00011-of-00034.safetensors
Normal file
3
model-00011-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:043412b7271f0de510b7ad442c2625291d97818f9aaeb42309caa82fb52b69ca
|
||||
size 436225064
|
||||
3
model-00012-of-00034.safetensors
Normal file
3
model-00012-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:995a35ac42bd7c23fd275ba53fc6abc5909b4bbf860446aaeefb00fae0f7eec2
|
||||
size 436225056
|
||||
3
model-00013-of-00034.safetensors
Normal file
3
model-00013-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:543fc9898b85f5260b7bd52671f0a0179c016ac834e15f69c1788016e00c720a
|
||||
size 436225056
|
||||
3
model-00014-of-00034.safetensors
Normal file
3
model-00014-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acc8da6fae396c7ef6d39e762b3d2ac85192f22ad510b328740d9509f03698a0
|
||||
size 436225056
|
||||
3
model-00015-of-00034.safetensors
Normal file
3
model-00015-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d8da0491a119a392d0229c77d9a9e19ff686d0d38ddcb547e4780cbd5f59d9
|
||||
size 436225056
|
||||
3
model-00016-of-00034.safetensors
Normal file
3
model-00016-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf33c0b1eb5a3351341050cff56b5b2a5b5c7a28d5935e1f203166fa810b30dc
|
||||
size 436225056
|
||||
3
model-00017-of-00034.safetensors
Normal file
3
model-00017-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74cd64446383a100d18a56a0df0abfab1c667565f3e7c6eb8769d17b59d6517b
|
||||
size 436225056
|
||||
3
model-00018-of-00034.safetensors
Normal file
3
model-00018-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8477a1a96367e14823abe6e35ec76d6eb161a4610e95a406c7fdd30516f809b6
|
||||
size 436225056
|
||||
3
model-00019-of-00034.safetensors
Normal file
3
model-00019-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18c77d114747f240aed1eb70c32448b2cb26325c805256ee4d659685ea0082b4
|
||||
size 436225056
|
||||
3
model-00020-of-00034.safetensors
Normal file
3
model-00020-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7172dacd87238f911a02b7d66e9b51d96b1bb98da30df7052f57cab68481676
|
||||
size 436225056
|
||||
3
model-00021-of-00034.safetensors
Normal file
3
model-00021-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b3cbce73f840e6776c4fe092cce2b5ae3ceed34a5028456ad5e2354d2462989
|
||||
size 436225056
|
||||
3
model-00022-of-00034.safetensors
Normal file
3
model-00022-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cda4dc747eed6e0ca5d0f46c8b7d8c7b874e1fdea798be5089ebe72398604a3
|
||||
size 436225056
|
||||
3
model-00023-of-00034.safetensors
Normal file
3
model-00023-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae0b66701022e60123464a387f05cfc60db36e57a1e890e11d729f5c667ada27
|
||||
size 436225056
|
||||
3
model-00024-of-00034.safetensors
Normal file
3
model-00024-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14022b63129217e77d5a09a5e5885edd0d4b381cf2b9a71baf86dbf018037d2a
|
||||
size 436225056
|
||||
3
model-00025-of-00034.safetensors
Normal file
3
model-00025-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a90538208ad0b3011b1653f2cc30303206dad77815ad914d7e6cb2429b2035f0
|
||||
size 436225056
|
||||
3
model-00026-of-00034.safetensors
Normal file
3
model-00026-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c68d7f3f7277bf7c7943dbb23f92dcc96f445bebcd0823c2ebc32aa90e816e9
|
||||
size 436225056
|
||||
3
model-00027-of-00034.safetensors
Normal file
3
model-00027-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d104c248ab3d47ea885ddec282a8b07174830f09b09022ee872dc56499f7501
|
||||
size 436225056
|
||||
3
model-00028-of-00034.safetensors
Normal file
3
model-00028-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fe80a49ff970a962f0c48ed7d1b58580a28649369f68a8e0b79dbf02126b759
|
||||
size 436225056
|
||||
3
model-00029-of-00034.safetensors
Normal file
3
model-00029-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:289ad751427555d9e23e645aea370d3477711f2195a78f7773c96f9af27155b5
|
||||
size 436225056
|
||||
3
model-00030-of-00034.safetensors
Normal file
3
model-00030-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5aebfedc6c3b11ebaa28a14d52d0d5c316b55c793915e46060e33553ce6d7a08
|
||||
size 436225056
|
||||
3
model-00031-of-00034.safetensors
Normal file
3
model-00031-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a214f1b95b41cbf323b2b3ccd0e56327b74d9d11cba52d4c426f3d2bd9f59968
|
||||
size 436225056
|
||||
3
model-00032-of-00034.safetensors
Normal file
3
model-00032-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d70f57e3f724be901fc493247d9f84cf493e6955b2479af60f1114f5c40dc8fc
|
||||
size 436225056
|
||||
3
model-00033-of-00034.safetensors
Normal file
3
model-00033-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ffe4cad9ed1252ba19ddad1cbf8bbbf29f982c07fca02add4969cd83c6814ab
|
||||
size 234906168
|
||||
3
model-00034-of-00034.safetensors
Normal file
3
model-00034-of-00034.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef2d5f9e7d02177715222b131480b466ffdcf204737b05b19799fe027c6fe38f
|
||||
size 268435584
|
||||
298
model.safetensors.index.json
Normal file
298
model.safetensors.index.json
Normal file
@@ -0,0 +1,298 @@
|
||||
{
|
||||
"metadata": {
|
||||
"total_size": 14496047104
|
||||
},
|
||||
"weight_map": {
|
||||
"lm_head.weight": "model-00034-of-00034.safetensors",
|
||||
"model.embed_tokens.weight": "model-00001-of-00034.safetensors",
|
||||
"model.layers.0.input_layernorm.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.0.mlp.down_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00034.safetensors",
|
||||
"model.layers.0.mlp.up_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.0.post_attention_layernorm.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00034.safetensors",
|
||||
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00034.safetensors",
|
||||
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00034.safetensors",
|
||||
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00034.safetensors",
|
||||
"model.layers.1.input_layernorm.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.1.mlp.down_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.1.mlp.gate_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.1.mlp.up_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.1.post_attention_layernorm.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.1.self_attn.k_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.1.self_attn.o_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.1.self_attn.q_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.1.self_attn.v_proj.weight": "model-00002-of-00034.safetensors",
|
||||
"model.layers.10.input_layernorm.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.10.mlp.down_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.10.mlp.gate_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.10.mlp.up_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.10.post_attention_layernorm.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.10.self_attn.k_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.10.self_attn.o_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.10.self_attn.q_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.10.self_attn.v_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.11.input_layernorm.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.11.mlp.down_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.11.mlp.gate_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.11.mlp.up_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.11.post_attention_layernorm.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.11.self_attn.k_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.11.self_attn.o_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.11.self_attn.q_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.11.self_attn.v_proj.weight": "model-00012-of-00034.safetensors",
|
||||
"model.layers.12.input_layernorm.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.12.mlp.down_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.12.mlp.gate_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.12.mlp.up_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.12.post_attention_layernorm.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.12.self_attn.k_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.12.self_attn.o_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.12.self_attn.q_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.12.self_attn.v_proj.weight": "model-00013-of-00034.safetensors",
|
||||
"model.layers.13.input_layernorm.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.13.mlp.down_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.13.mlp.gate_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.13.mlp.up_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.13.post_attention_layernorm.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.13.self_attn.k_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.13.self_attn.o_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.13.self_attn.q_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.13.self_attn.v_proj.weight": "model-00014-of-00034.safetensors",
|
||||
"model.layers.14.input_layernorm.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.14.mlp.down_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.14.mlp.gate_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.14.mlp.up_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.14.post_attention_layernorm.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.14.self_attn.k_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.14.self_attn.o_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.14.self_attn.q_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.14.self_attn.v_proj.weight": "model-00015-of-00034.safetensors",
|
||||
"model.layers.15.input_layernorm.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.15.mlp.down_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.15.mlp.gate_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.15.mlp.up_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.15.post_attention_layernorm.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.15.self_attn.k_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.15.self_attn.o_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.15.self_attn.q_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.15.self_attn.v_proj.weight": "model-00016-of-00034.safetensors",
|
||||
"model.layers.16.input_layernorm.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.16.mlp.down_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.16.mlp.gate_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.16.mlp.up_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.16.post_attention_layernorm.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.16.self_attn.k_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.16.self_attn.o_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.16.self_attn.q_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.16.self_attn.v_proj.weight": "model-00017-of-00034.safetensors",
|
||||
"model.layers.17.input_layernorm.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.17.mlp.down_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.17.mlp.gate_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.17.mlp.up_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.17.post_attention_layernorm.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.17.self_attn.k_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.17.self_attn.o_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.17.self_attn.q_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.17.self_attn.v_proj.weight": "model-00018-of-00034.safetensors",
|
||||
"model.layers.18.input_layernorm.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.18.mlp.down_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.18.mlp.gate_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.18.mlp.up_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.18.post_attention_layernorm.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.18.self_attn.k_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.18.self_attn.o_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.18.self_attn.q_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.18.self_attn.v_proj.weight": "model-00019-of-00034.safetensors",
|
||||
"model.layers.19.input_layernorm.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.19.mlp.down_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.19.mlp.gate_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.19.mlp.up_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.19.post_attention_layernorm.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.19.self_attn.k_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.19.self_attn.o_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.19.self_attn.q_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.19.self_attn.v_proj.weight": "model-00020-of-00034.safetensors",
|
||||
"model.layers.2.input_layernorm.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.2.mlp.down_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.2.mlp.gate_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.2.mlp.up_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.2.post_attention_layernorm.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.2.self_attn.k_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.2.self_attn.o_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.2.self_attn.q_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.2.self_attn.v_proj.weight": "model-00003-of-00034.safetensors",
|
||||
"model.layers.20.input_layernorm.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.20.mlp.down_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.20.mlp.gate_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.20.mlp.up_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.20.post_attention_layernorm.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.20.self_attn.k_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.20.self_attn.o_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.20.self_attn.q_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.20.self_attn.v_proj.weight": "model-00021-of-00034.safetensors",
|
||||
"model.layers.21.input_layernorm.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.21.mlp.down_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.21.mlp.gate_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.21.mlp.up_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.21.post_attention_layernorm.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.21.self_attn.k_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.21.self_attn.o_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.21.self_attn.q_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.21.self_attn.v_proj.weight": "model-00022-of-00034.safetensors",
|
||||
"model.layers.22.input_layernorm.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.22.mlp.down_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.22.mlp.gate_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.22.mlp.up_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.22.post_attention_layernorm.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.22.self_attn.k_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.22.self_attn.o_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.22.self_attn.q_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.22.self_attn.v_proj.weight": "model-00023-of-00034.safetensors",
|
||||
"model.layers.23.input_layernorm.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.23.mlp.down_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.23.mlp.gate_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.23.mlp.up_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.23.post_attention_layernorm.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.23.self_attn.k_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.23.self_attn.o_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.23.self_attn.q_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.23.self_attn.v_proj.weight": "model-00024-of-00034.safetensors",
|
||||
"model.layers.24.input_layernorm.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.24.mlp.down_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.24.mlp.gate_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.24.mlp.up_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.24.post_attention_layernorm.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.24.self_attn.k_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.24.self_attn.o_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.24.self_attn.q_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.24.self_attn.v_proj.weight": "model-00025-of-00034.safetensors",
|
||||
"model.layers.25.input_layernorm.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.25.mlp.down_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.25.mlp.gate_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.25.mlp.up_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.25.post_attention_layernorm.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.25.self_attn.k_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.25.self_attn.o_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.25.self_attn.q_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.25.self_attn.v_proj.weight": "model-00026-of-00034.safetensors",
|
||||
"model.layers.26.input_layernorm.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.26.mlp.down_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.26.mlp.gate_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.26.mlp.up_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.26.post_attention_layernorm.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.26.self_attn.k_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.26.self_attn.o_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.26.self_attn.q_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.26.self_attn.v_proj.weight": "model-00027-of-00034.safetensors",
|
||||
"model.layers.27.input_layernorm.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.27.mlp.down_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.27.mlp.gate_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.27.mlp.up_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.27.post_attention_layernorm.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.27.self_attn.k_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.27.self_attn.o_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.27.self_attn.q_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.27.self_attn.v_proj.weight": "model-00028-of-00034.safetensors",
|
||||
"model.layers.28.input_layernorm.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.28.mlp.down_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.28.mlp.gate_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.28.mlp.up_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.28.post_attention_layernorm.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.28.self_attn.k_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.28.self_attn.o_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.28.self_attn.q_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.28.self_attn.v_proj.weight": "model-00029-of-00034.safetensors",
|
||||
"model.layers.29.input_layernorm.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.29.mlp.down_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.29.mlp.gate_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.29.mlp.up_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.29.post_attention_layernorm.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.29.self_attn.k_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.29.self_attn.o_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.29.self_attn.q_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.29.self_attn.v_proj.weight": "model-00030-of-00034.safetensors",
|
||||
"model.layers.3.input_layernorm.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.3.mlp.down_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.3.mlp.gate_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.3.mlp.up_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.3.post_attention_layernorm.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.3.self_attn.k_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.3.self_attn.o_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.3.self_attn.q_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.3.self_attn.v_proj.weight": "model-00004-of-00034.safetensors",
|
||||
"model.layers.30.input_layernorm.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.30.mlp.down_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.30.mlp.gate_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.30.mlp.up_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.30.post_attention_layernorm.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.30.self_attn.k_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.30.self_attn.o_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.30.self_attn.q_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.30.self_attn.v_proj.weight": "model-00031-of-00034.safetensors",
|
||||
"model.layers.31.input_layernorm.weight": "model-00033-of-00034.safetensors",
|
||||
"model.layers.31.mlp.down_proj.weight": "model-00033-of-00034.safetensors",
|
||||
"model.layers.31.mlp.gate_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.31.mlp.up_proj.weight": "model-00033-of-00034.safetensors",
|
||||
"model.layers.31.post_attention_layernorm.weight": "model-00033-of-00034.safetensors",
|
||||
"model.layers.31.self_attn.k_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.31.self_attn.o_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.31.self_attn.q_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.31.self_attn.v_proj.weight": "model-00032-of-00034.safetensors",
|
||||
"model.layers.4.input_layernorm.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.4.mlp.down_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.4.mlp.gate_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.4.mlp.up_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.4.post_attention_layernorm.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.4.self_attn.k_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.4.self_attn.o_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.4.self_attn.q_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.4.self_attn.v_proj.weight": "model-00005-of-00034.safetensors",
|
||||
"model.layers.5.input_layernorm.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.5.mlp.down_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.5.mlp.gate_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.5.mlp.up_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.5.post_attention_layernorm.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.5.self_attn.k_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.5.self_attn.o_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.5.self_attn.q_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.5.self_attn.v_proj.weight": "model-00006-of-00034.safetensors",
|
||||
"model.layers.6.input_layernorm.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.6.mlp.down_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.6.mlp.gate_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.6.mlp.up_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.6.post_attention_layernorm.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.6.self_attn.k_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.6.self_attn.o_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.6.self_attn.q_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.6.self_attn.v_proj.weight": "model-00007-of-00034.safetensors",
|
||||
"model.layers.7.input_layernorm.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.7.mlp.down_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.7.mlp.gate_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.7.mlp.up_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.7.post_attention_layernorm.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.7.self_attn.k_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.7.self_attn.o_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.7.self_attn.q_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.7.self_attn.v_proj.weight": "model-00008-of-00034.safetensors",
|
||||
"model.layers.8.input_layernorm.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.8.mlp.down_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.8.mlp.gate_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.8.mlp.up_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.8.post_attention_layernorm.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.8.self_attn.k_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.8.self_attn.o_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.8.self_attn.q_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.8.self_attn.v_proj.weight": "model-00009-of-00034.safetensors",
|
||||
"model.layers.9.input_layernorm.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.9.mlp.down_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.9.mlp.gate_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.9.mlp.up_proj.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.9.post_attention_layernorm.weight": "model-00011-of-00034.safetensors",
|
||||
"model.layers.9.self_attn.k_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.9.self_attn.o_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.9.self_attn.q_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.layers.9.self_attn.v_proj.weight": "model-00010-of-00034.safetensors",
|
||||
"model.norm.weight": "model-00033-of-00034.safetensors"
|
||||
}
|
||||
}
|
||||
24
special_tokens_map.json
Normal file
24
special_tokens_map.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"bos_token": {
|
||||
"content": "<s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": "<unk>",
|
||||
"unk_token": {
|
||||
"content": "<unk>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
98803
tokenizer.json
Normal file
98803
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
3
tokenizer.model
Normal file
3
tokenizer.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
|
||||
size 587404
|
||||
6186
tokenizer_config.json
Normal file
6186
tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user