初始化项目,由ModelHub XC社区提供模型

Model: Mihaiii/Cluj-Napoca-0.2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 11:18:17 +08:00
commit 8d16fdfc3b
21 changed files with 175352 additions and 0 deletions

35
.gitattributes vendored Normal file
View 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

555
README.md Normal file
View File

@@ -0,0 +1,555 @@
---
base_model: Mihaiii/Pallas-0.5
inference: false
license: other
license_name: yi-license
license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
metrics:
- accuracy
---
The Cluj-Napoca series is mostly an experiment.
[Details:](https://twitter.com/m_chirculescu/status/1760719837528023549?t=XK67X_iu5hkt9p430nRmkA&s=19)
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63a6e46ae27a6dbd485b405f/YSg08fpLAt2gGXTtEQxic.png)
# Steps to replicate:
Use [laserQlora.ipynb](https://github.com/cognitivecomputations/laserRMT/blob/main/laserQlora.ipynb) from [cognitivecomputations/laserRMT](https://github.com/cognitivecomputations/laserRMT) to determine which layers should be eliminated.
Adapt the script for `Mihaiii/Pallas-0.5` by replacing `model_name = "mistralai/Mistral-7B-v0.1"` with `model_name = "Mihaiii/Pallas-0.5"` and `layer_numbers = list(range(31, -1, -1))` with `layer_numbers = list(range(59, -1, -1))`, [59 being the last recurrent layer index Pallas-0.5 has](https://huggingface.co/Mihaiii/Pallas-0.5?show_tensors=true).
<details>
<summary>Click to see the result you'll receive</summary>
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.0.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.0.self_attn.k_proj = 0.34616405651386795
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.0.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.0.self_attn.v_proj = 15.35865625718883
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.1.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.1.self_attn.k_proj = 0.7206548634038767
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.1.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.1.self_attn.v_proj = 3.2591477935986704
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.2.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.2.self_attn.k_proj = 0.5311484408046
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.2.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.2.self_attn.v_proj = 5.109442630946979
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.3.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.3.self_attn.k_proj = 0.4341506575442939
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.3.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.3.self_attn.v_proj = 7.519101868970723
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.4.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.4.self_attn.k_proj = 0.43156326950369167
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.4.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.4.self_attn.v_proj = 3.3721301592636337
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.5.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.5.self_attn.k_proj = 0.4146416750704863
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.5.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.5.self_attn.v_proj = 17.88975706822606
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.6.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.6.self_attn.k_proj = 0.4311999332093549
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.6.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.6.self_attn.v_proj = 32.20151585537659
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.7.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.7.self_attn.k_proj = 0.4152094643425305
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.7.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.7.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.8.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.8.self_attn.k_proj = 0.3623575163597641
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.8.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.8.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.9.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.9.self_attn.k_proj = 0.44609016848062005
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.9.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.9.self_attn.v_proj = 1230.8526493095455
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.10.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.10.self_attn.k_proj = 0.5036779136885361
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.10.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.10.self_attn.v_proj = 1225.9565161503585
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.11.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.11.self_attn.k_proj = 0.8464746929570776
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.11.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.11.self_attn.v_proj = 249.73542526059745
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.12.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.12.self_attn.k_proj = 0.7472833813081716
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.12.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.12.self_attn.v_proj = 1475.741913325959
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.13.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.13.self_attn.k_proj = 0.6900561437886662
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.13.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.13.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.14.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.14.self_attn.k_proj = 0.879488259102746
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.14.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.14.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.15.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.15.self_attn.k_proj = 0.8212827221029891
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.15.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.15.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.16.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.16.self_attn.k_proj = 0.939714841037408
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.16.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.16.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.17.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.17.self_attn.k_proj = 1.1122911986074888
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.17.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.17.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.18.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.18.self_attn.k_proj = 0.9121383292266945
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.18.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.18.self_attn.v_proj = 788.8261618785485
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.19.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.19.self_attn.k_proj = 0.9715624891930363
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.19.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.19.self_attn.v_proj = 565.6062067127933
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.20.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.20.self_attn.k_proj = 0.9658735932092948
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.20.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.20.self_attn.v_proj = 173.68213657649758
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.21.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.21.self_attn.k_proj = 1.0208128327398873
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.21.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.21.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.22.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.22.self_attn.k_proj = 0.8767115421156565
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.22.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.22.self_attn.v_proj = 1690.9373147427925
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.23.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.23.self_attn.k_proj = 0.9917777373667964
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.23.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.23.self_attn.v_proj = 1506.6032364420512
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.24.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.24.self_attn.k_proj = 1.0207218414788868
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.24.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.24.self_attn.v_proj = 146.62625418833036
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.25.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.25.self_attn.k_proj = 0.9707599015919387
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.25.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.25.self_attn.v_proj = 257.9292799096513
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.26.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.26.self_attn.k_proj = 0.8617543423891454
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.26.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.26.self_attn.v_proj = 34.81369296505358
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.27.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.27.self_attn.k_proj = 0.8801045544411704
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.27.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.27.self_attn.v_proj = 10.606090192242721
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.28.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.28.self_attn.k_proj = 0.7758175782347406
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.28.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.28.self_attn.v_proj = 15.045700293750533
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.29.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.29.self_attn.k_proj = 0.6950855099687395
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.29.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.29.self_attn.v_proj = 8.911400115023547
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.30.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.30.self_attn.k_proj = 0.8502166964551224
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.30.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.30.self_attn.v_proj = 39.16454811852842
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.31.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.31.self_attn.k_proj = 0.8114261748000102
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.31.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.31.self_attn.v_proj = 15.232121720528768
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.32.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.32.self_attn.k_proj = 0.8171534747659152
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.32.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.32.self_attn.v_proj = 44.24568579763897
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.33.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.33.self_attn.k_proj = 1.0559033041558032
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.33.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.33.self_attn.v_proj = 44.04153996123169
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.34.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.34.self_attn.k_proj = 0.8710953229091645
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.34.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.34.self_attn.v_proj = 68.64244557504348
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.35.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.35.self_attn.k_proj = 0.9532579825557792
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.35.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.35.self_attn.v_proj = 77.22896365544904
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.36.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.36.self_attn.k_proj = 0.7857943800481151
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.36.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.36.self_attn.v_proj = 41.764676631172684
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.37.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.37.self_attn.k_proj = 0.9566414094295352
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.37.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.37.self_attn.v_proj = 197.90757310006273
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.38.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.38.self_attn.k_proj = 0.8376618883945027
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.38.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.38.self_attn.v_proj = 29.87200982970284
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.39.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.39.self_attn.k_proj = 1.1301710981992348
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.39.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.39.self_attn.v_proj = 1675.7645711321682
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.40.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.40.self_attn.k_proj = 1.5244403389879522
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.40.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.40.self_attn.v_proj = 406.13928327811595
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.41.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.41.self_attn.k_proj = 1.6595441320443285
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.41.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.41.self_attn.v_proj = 630.0868624694981
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.42.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.42.self_attn.k_proj = 1.037089746602981
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.42.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.42.self_attn.v_proj = 5.865115179753161
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.43.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.43.self_attn.k_proj = 1.2167307353377796
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.43.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.43.self_attn.v_proj = 14.493857040997593
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.44.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.44.self_attn.k_proj = 1.3254801456913765
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.44.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.44.self_attn.v_proj = 929.5507948184927
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.45.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.45.self_attn.k_proj = 0.8799221460946477
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.45.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.45.self_attn.v_proj = 138.24150062697706
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.46.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.46.self_attn.k_proj = 1.4364369040069944
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.46.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.46.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.47.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.47.self_attn.k_proj = 1.5039953326988464
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.47.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.47.self_attn.v_proj = 916.1727358213857
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.48.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.48.self_attn.k_proj = 1.3774147345025962
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.48.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.48.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.49.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.49.self_attn.k_proj = 1.496570053548836
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.49.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.49.self_attn.v_proj = 816.8708843069953
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.50.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.50.self_attn.k_proj = 1.1144650796270612
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.50.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.50.self_attn.v_proj = 1013.1682247787271
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.51.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.51.self_attn.k_proj = 3.7913550246540635
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.51.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.51.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.52.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.52.self_attn.k_proj = 1.680754165581029
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.52.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.52.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.53.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.53.self_attn.k_proj = 3.064423507932819
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.53.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.53.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.54.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.54.self_attn.k_proj = 2.3201283603647047
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.54.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.54.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.55.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.55.self_attn.k_proj = 3.9188910045391916
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.55.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.55.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.56.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.56.self_attn.k_proj = 2.8077111768801046
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.56.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.56.self_attn.v_proj = inf
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.57.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.57.self_attn.k_proj = 2.24360670610018
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.57.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.57.self_attn.v_proj = 381.6422403317739
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.58.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.58.self_attn.k_proj = 1.6971178916519492
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.58.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.58.self_attn.v_proj = 182.5246839720645
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.59.self_attn.k_proj
Signal to Noise Ratio at layer model.layers.59.self_attn.k_proj = 1.7869714644485775
**************************************************
**************************************************
Calculating Signal to Noise Ratio at layer model.layers.59.self_attn.v_proj
Signal to Noise Ratio at layer model.layers.59.self_attn.v_proj = 73.06378101191355
**************************************************
Finished laserRMT scanning.
</details>
Then look for the layer indexes where `self_attn.v_proj` snr is Infinity (here is the list: 56, 55, 54, 53, 52, 51, 48, 46, 21, 17, 16, 15, 14, 13, 8, 7) and eliminate those layers using [mergekit](https://github.com/arcee-ai/mergekit).
Here is the mergekit config:
```yml
slices:
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [0, 7]
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [9, 13]
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [18, 21]
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [22, 46]
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [47, 48]
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [49, 51]
- sources:
- model: "Mihaiii/Pallas-0.5"
layer_range: [57, 60]
merge_method: passthrough
dtype: bfloat16
```
The resulted model (outputted by mergekit) is this model (Cluj-Napoca-0.2).
Cluj-Napoca versions 0.3 - 0.5 (including) are finetuned each having previous version as base.
Cluj-Napoca version 0.6 is a pruned down version of 0.5.
Cluj-Napoca version 0.7 - 0.11 (including) are finetuned each having previous version as base.
# Prompt Format:
```
SYSTEM: <ANY SYSTEM CONTEXT>
USER:
ASSISTANT:
```

4
added_tokens.json Normal file
View File

@@ -0,0 +1,4 @@
{
"</s>": 64001,
"<s>": 64000
}

29
config.json Normal file
View File

@@ -0,0 +1,29 @@
{
"_name_or_path": "1",
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 64000,
"eos_token_id": 64001,
"hidden_act": "silu",
"hidden_size": 7168,
"initializer_range": 0.02,
"intermediate_size": 20480,
"max_position_embeddings": 200000,
"model_type": "llama",
"num_attention_heads": 56,
"num_hidden_layers": 44,
"num_key_value_heads": 8,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 5000000.0,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.37.0.dev0",
"use_cache": false,
"vocab_size": 64002
}

8
generation_config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"_from_model_config": true,
"bos_token_id": 64000,
"eos_token_id": 64001,
"pad_token_id": 0,
"transformers_version": "4.37.0.dev0",
"use_cache": false
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ec76355890162c9daa79a69f607a4c1c2f24f43280992bc7b937dfff2c0c53b
size 4793159432

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:040380ddb8d68f800b0696f60f449288845af20b08ecf53a639eac71bbb0645e
size 4756459720

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba3f16712789cf32b812cc71177b541dcf45d11fc6e272183981f5b50c385126
size 4991370136

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d884cbfb3918cde33cd5ce9d54ce549f2452f36e91c99f003720d81f5ed7a0
size 4756459760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f103e2b15b97fbefbb430a0caca80a9f64d38e39825889c6ba947037404cafb
size 4756459760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9015ca0843f9b38e9a0719c0db6795fe7b116c59bdc54d4fc0448b6e952d9b63
size 4991370160

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0027baae9ee565b8aaf55015e21c67065842f131fe26f3f1b8f31ee1b9f2369e
size 4756459760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16a33e8dc8f185a383150e51fd99e82e80ac5e3716fd13074fd7e4233b04861f
size 4756459760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54cab1c0b591aa9e315facadb56ee4c05ecd1f52098a377dbaa73843d8c3280a
size 4991370160

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eeea4ecbfed2de4e8dbab057517d6bf5381f0fbbbdf35d5fa6db736f553284b1
size 4756459760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1b857dcb649a5d8abc1fc17ad75eadc66bfd9f00767eb2c0337b7b8a92c2242
size 2620493504

View File

@@ -0,0 +1,406 @@
{
"metadata": {
"total_size": 50926475264
},
"weight_map": {
"lm_head.weight": "model-00011-of-00011.safetensors",
"model.embed_tokens.weight": "model-00001-of-00011.safetensors",
"model.layers.0.input_layernorm.weight": "model-00001-of-00011.safetensors",
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00011.safetensors",
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.input_layernorm.weight": "model-00001-of-00011.safetensors",
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00011.safetensors",
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.10.input_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.input_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.12.input_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.12.mlp.down_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.12.mlp.gate_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.12.mlp.up_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.12.post_attention_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.13.input_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.13.mlp.gate_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.13.self_attn.k_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.13.self_attn.o_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.13.self_attn.q_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.13.self_attn.v_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.input_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.input_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00011.safetensors",
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.16.input_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.16.mlp.down_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.16.mlp.up_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.16.post_attention_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00011.safetensors",
"model.layers.17.input_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.17.mlp.down_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.17.mlp.gate_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.17.mlp.up_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.17.post_attention_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.17.self_attn.k_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.17.self_attn.o_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.17.self_attn.q_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.17.self_attn.v_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.input_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.mlp.gate_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.mlp.up_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.18.self_attn.k_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.self_attn.o_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.self_attn.q_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.18.self_attn.v_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.input_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00011.safetensors",
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.2.input_layernorm.weight": "model-00001-of-00011.safetensors",
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00011.safetensors",
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.20.input_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.20.mlp.down_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.20.post_attention_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00011.safetensors",
"model.layers.21.input_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.21.mlp.down_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.21.mlp.gate_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.21.mlp.up_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.21.post_attention_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.21.self_attn.k_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.21.self_attn.o_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.21.self_attn.q_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.21.self_attn.v_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.input_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.22.mlp.down_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.mlp.gate_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.mlp.up_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.post_attention_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.22.self_attn.k_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.self_attn.o_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.self_attn.q_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.22.self_attn.v_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.input_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.23.mlp.down_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.mlp.gate_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.mlp.up_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.post_attention_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.23.self_attn.k_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.self_attn.o_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.self_attn.q_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.23.self_attn.v_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.input_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00011.safetensors",
"model.layers.24.self_attn.k_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.self_attn.q_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.24.self_attn.v_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.25.input_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.25.mlp.down_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.25.mlp.gate_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.25.mlp.up_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.25.post_attention_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00011.safetensors",
"model.layers.26.input_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.26.mlp.down_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.26.mlp.gate_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.26.mlp.up_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.26.post_attention_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.26.self_attn.k_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.26.self_attn.o_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.26.self_attn.q_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.26.self_attn.v_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.input_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.27.mlp.down_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.mlp.gate_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.mlp.up_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.post_attention_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.27.self_attn.k_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.self_attn.o_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.self_attn.q_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.27.self_attn.v_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.input_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.28.mlp.down_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.mlp.gate_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.mlp.up_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.post_attention_layernorm.weight": "model-00007-of-00011.safetensors",
"model.layers.28.self_attn.k_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.self_attn.o_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.self_attn.q_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.28.self_attn.v_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.29.input_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.29.mlp.down_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.29.mlp.gate_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.29.mlp.up_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.29.post_attention_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.29.self_attn.k_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.29.self_attn.o_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.29.self_attn.q_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.29.self_attn.v_proj.weight": "model-00007-of-00011.safetensors",
"model.layers.3.input_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00011.safetensors",
"model.layers.30.input_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.30.mlp.down_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.30.mlp.gate_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.30.mlp.up_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.30.post_attention_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.30.self_attn.k_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.30.self_attn.o_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.30.self_attn.q_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.30.self_attn.v_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.input_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.31.mlp.down_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.mlp.gate_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.mlp.up_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.post_attention_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.31.self_attn.k_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.self_attn.o_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.self_attn.q_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.31.self_attn.v_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.input_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.32.mlp.down_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.mlp.gate_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.mlp.up_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.post_attention_layernorm.weight": "model-00008-of-00011.safetensors",
"model.layers.32.self_attn.k_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.self_attn.o_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.self_attn.q_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.32.self_attn.v_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.33.input_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.33.mlp.down_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.33.mlp.gate_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.33.mlp.up_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.33.post_attention_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.33.self_attn.k_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.33.self_attn.o_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.33.self_attn.q_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.33.self_attn.v_proj.weight": "model-00008-of-00011.safetensors",
"model.layers.34.input_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.34.mlp.down_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.34.mlp.gate_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.34.mlp.up_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.34.post_attention_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.34.self_attn.k_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.34.self_attn.o_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.34.self_attn.q_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.34.self_attn.v_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.input_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.35.mlp.down_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.mlp.gate_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.mlp.up_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.post_attention_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.35.self_attn.k_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.self_attn.o_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.self_attn.q_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.35.self_attn.v_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.input_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.36.mlp.down_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.mlp.gate_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.mlp.up_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.post_attention_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.36.self_attn.k_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.self_attn.o_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.self_attn.q_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.36.self_attn.v_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.input_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.37.mlp.down_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.mlp.gate_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.mlp.up_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.post_attention_layernorm.weight": "model-00009-of-00011.safetensors",
"model.layers.37.self_attn.k_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.self_attn.o_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.self_attn.q_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.37.self_attn.v_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.38.input_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.38.mlp.down_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.38.mlp.gate_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.38.mlp.up_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.38.post_attention_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.38.self_attn.k_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.38.self_attn.o_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.38.self_attn.q_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.38.self_attn.v_proj.weight": "model-00009-of-00011.safetensors",
"model.layers.39.input_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.39.mlp.down_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.39.mlp.gate_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.39.mlp.up_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.39.post_attention_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.39.self_attn.k_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.39.self_attn.o_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.39.self_attn.q_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.39.self_attn.v_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.4.input_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.40.input_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.40.mlp.down_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.40.mlp.gate_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.40.mlp.up_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.40.post_attention_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.40.self_attn.k_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.40.self_attn.o_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.40.self_attn.q_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.40.self_attn.v_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.input_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.41.mlp.down_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.mlp.gate_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.mlp.up_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.post_attention_layernorm.weight": "model-00010-of-00011.safetensors",
"model.layers.41.self_attn.k_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.self_attn.o_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.self_attn.q_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.41.self_attn.v_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.42.input_layernorm.weight": "model-00011-of-00011.safetensors",
"model.layers.42.mlp.down_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.42.mlp.gate_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.42.mlp.up_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.42.post_attention_layernorm.weight": "model-00011-of-00011.safetensors",
"model.layers.42.self_attn.k_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.42.self_attn.o_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.42.self_attn.q_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.42.self_attn.v_proj.weight": "model-00010-of-00011.safetensors",
"model.layers.43.input_layernorm.weight": "model-00011-of-00011.safetensors",
"model.layers.43.mlp.down_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.43.mlp.gate_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.43.mlp.up_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.43.post_attention_layernorm.weight": "model-00011-of-00011.safetensors",
"model.layers.43.self_attn.k_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.43.self_attn.o_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.43.self_attn.q_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.43.self_attn.v_proj.weight": "model-00011-of-00011.safetensors",
"model.layers.5.input_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.input_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00011.safetensors",
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.7.input_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.7.mlp.down_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.7.post_attention_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00011.safetensors",
"model.layers.8.input_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.8.self_attn.k_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.8.self_attn.o_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.8.self_attn.q_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.8.self_attn.v_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.input_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00011.safetensors",
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00011.safetensors",
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00011.safetensors",
"model.norm.weight": "model-00011-of-00011.safetensors"
}
}

30
special_tokens_map.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}

174189
tokenizer.json Normal file

File diff suppressed because it is too large Load Diff

3
tokenizer.model Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
size 1033105

60
tokenizer_config.json Normal file
View File

@@ -0,0 +1,60 @@
{
"add_bos_token": true,
"add_eos_token": false,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64000": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64001": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{% if message['content']%}{{'SYSTEM:\n' + message['content']+'\n\n'}}{% endif %}{% elif message['role'] == 'user' %}{{'USER:\n' + message['content']+'\n\n'}}{% elif message['role'] == 'assistant' %}{{'ASSISTANT:\n' + message['content']}}{% endif %}{% if loop.last and add_generation_prompt %}{{ 'ASSISTANT:\n' }}{% endif %}{% endfor %}",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"legacy": false,
"model_max_length": 200000,
"pad_token": "<unk>",
"padding_side": "right",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "LlamaTokenizer",
"truncation_side": "right",
"unk_token": "<unk>",
"use_default_system_prompt": false
}