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

Model: Henry236/east8b-eg-lora-heuristic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-22 08:49:17 +08:00
commit 4e00a082d0
191 changed files with 14013 additions and 0 deletions

207
checkpoint-950/README.md Normal file
View File

@@ -0,0 +1,207 @@
---
base_model: biaofu-xmu/EAST-8B
library_name: peft
pipeline_tag: text-generation
tags:
- base_model:adapter:biaofu-xmu/EAST-8B
- lora
- transformers
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### 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.19.1

View File

@@ -0,0 +1,48 @@
{
"alora_invocation_tokens": null,
"alpha_pattern": {},
"arrow_config": null,
"auto_mapping": null,
"base_model_name_or_path": "biaofu-xmu/EAST-8B",
"bias": "none",
"corda_config": null,
"ensure_weight_tying": false,
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 128,
"lora_bias": false,
"lora_dropout": 0.05,
"lora_ga_config": null,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"peft_version": "0.19.1",
"qalora_group_size": 16,
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"gate_proj",
"o_proj",
"k_proj",
"down_proj",
"q_proj",
"v_proj",
"up_proj"
],
"target_parameters": null,
"task_type": "CAUSAL_LM",
"trainable_token_indices": null,
"use_bdlora": null,
"use_dora": false,
"use_qalora": false,
"use_rslora": false
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,363 @@
{
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.6493055555555556,
"eval_steps": 500,
"global_step": 950,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.034722222222222224,
"grad_norm": 2.985321283340454,
"learning_rate": 1.6379310344827587e-06,
"loss": 2.6523,
"step": 20
},
{
"epoch": 0.06944444444444445,
"grad_norm": 2.353632926940918,
"learning_rate": 3.362068965517242e-06,
"loss": 2.4359,
"step": 40
},
{
"epoch": 0.10416666666666667,
"grad_norm": 1.865394115447998,
"learning_rate": 5.086206896551724e-06,
"loss": 2.2545,
"step": 60
},
{
"epoch": 0.1388888888888889,
"grad_norm": 1.8125933408737183,
"learning_rate": 6.810344827586207e-06,
"loss": 2.0557,
"step": 80
},
{
"epoch": 0.1736111111111111,
"grad_norm": 2.3572490215301514,
"learning_rate": 8.53448275862069e-06,
"loss": 1.9334,
"step": 100
},
{
"epoch": 0.20833333333333334,
"grad_norm": 2.395277261734009,
"learning_rate": 9.999793100349294e-06,
"loss": 1.9212,
"step": 120
},
{
"epoch": 0.24305555555555555,
"grad_norm": 2.714841604232788,
"learning_rate": 9.987843743451796e-06,
"loss": 1.7889,
"step": 140
},
{
"epoch": 0.2777777777777778,
"grad_norm": 2.236692190170288,
"learning_rate": 9.957553516178782e-06,
"loss": 1.716,
"step": 160
},
{
"epoch": 0.3125,
"grad_norm": 2.3020412921905518,
"learning_rate": 9.909033799150947e-06,
"loss": 1.7569,
"step": 180
},
{
"epoch": 0.3472222222222222,
"grad_norm": 2.5109288692474365,
"learning_rate": 9.842463004902127e-06,
"loss": 1.6664,
"step": 200
},
{
"epoch": 0.3819444444444444,
"grad_norm": 2.5140888690948486,
"learning_rate": 9.758085921836076e-06,
"loss": 1.6544,
"step": 220
},
{
"epoch": 0.4166666666666667,
"grad_norm": 2.666377544403076,
"learning_rate": 9.656212814111567e-06,
"loss": 1.6608,
"step": 240
},
{
"epoch": 0.4513888888888889,
"grad_norm": 2.715240955352783,
"learning_rate": 9.53721828076571e-06,
"loss": 1.6353,
"step": 260
},
{
"epoch": 0.4861111111111111,
"grad_norm": 2.7697439193725586,
"learning_rate": 9.401539878270545e-06,
"loss": 1.6352,
"step": 280
},
{
"epoch": 0.5208333333333334,
"grad_norm": 2.9743459224700928,
"learning_rate": 9.249676511588e-06,
"loss": 1.6275,
"step": 300
},
{
"epoch": 0.5555555555555556,
"grad_norm": 2.955244541168213,
"learning_rate": 9.082186599639429e-06,
"loss": 1.6052,
"step": 320
},
{
"epoch": 0.5902777777777778,
"grad_norm": 2.6228716373443604,
"learning_rate": 8.899686021935554e-06,
"loss": 1.5924,
"step": 340
},
{
"epoch": 0.625,
"grad_norm": 2.7822635173797607,
"learning_rate": 8.702845853917242e-06,
"loss": 1.5711,
"step": 360
},
{
"epoch": 0.6597222222222222,
"grad_norm": 2.450777769088745,
"learning_rate": 8.492389899334572e-06,
"loss": 1.5601,
"step": 380
},
{
"epoch": 0.6944444444444444,
"grad_norm": 2.999849557876587,
"learning_rate": 8.269092028737885e-06,
"loss": 1.5497,
"step": 400
},
{
"epoch": 0.7291666666666666,
"grad_norm": 3.2980637550354004,
"learning_rate": 8.033773333867498e-06,
"loss": 1.5243,
"step": 420
},
{
"epoch": 0.7638888888888888,
"grad_norm": 2.758843421936035,
"learning_rate": 7.78729910840572e-06,
"loss": 1.5171,
"step": 440
},
{
"epoch": 0.7986111111111112,
"grad_norm": 3.114650249481201,
"learning_rate": 7.530575666193283e-06,
"loss": 1.5212,
"step": 460
},
{
"epoch": 0.8333333333333334,
"grad_norm": 3.235766649246216,
"learning_rate": 7.26454700860997e-06,
"loss": 1.5019,
"step": 480
},
{
"epoch": 0.8680555555555556,
"grad_norm": 3.39516544342041,
"learning_rate": 6.990191353373876e-06,
"loss": 1.4963,
"step": 500
},
{
"epoch": 0.9027777777777778,
"grad_norm": 3.507965087890625,
"learning_rate": 6.708517537523264e-06,
"loss": 1.4762,
"step": 520
},
{
"epoch": 0.9375,
"grad_norm": 3.2428181171417236,
"learning_rate": 6.420561307807713e-06,
"loss": 1.4822,
"step": 540
},
{
"epoch": 0.9722222222222222,
"grad_norm": 2.9236435890197754,
"learning_rate": 6.12738151212918e-06,
"loss": 1.5021,
"step": 560
},
{
"epoch": 1.0069444444444444,
"grad_norm": 3.689115047454834,
"learning_rate": 5.830056206037482e-06,
"loss": 1.4606,
"step": 580
},
{
"epoch": 1.0416666666666667,
"grad_norm": 2.897470474243164,
"learning_rate": 5.529678688597081e-06,
"loss": 1.3981,
"step": 600
},
{
"epoch": 1.0763888888888888,
"grad_norm": 3.1479601860046387,
"learning_rate": 5.2273534822017105e-06,
"loss": 1.4024,
"step": 620
},
{
"epoch": 1.1111111111111112,
"grad_norm": 3.726175546646118,
"learning_rate": 4.924192271119554e-06,
"loss": 1.3784,
"step": 640
},
{
"epoch": 1.1458333333333333,
"grad_norm": 2.944827079772949,
"learning_rate": 4.621309813703385e-06,
"loss": 1.3781,
"step": 660
},
{
"epoch": 1.1805555555555556,
"grad_norm": 4.154749870300293,
"learning_rate": 4.319819843296952e-06,
"loss": 1.385,
"step": 680
},
{
"epoch": 1.2152777777777777,
"grad_norm": 3.470216751098633,
"learning_rate": 4.020830972910433e-06,
"loss": 1.3937,
"step": 700
},
{
"epoch": 1.25,
"grad_norm": 3.534930944442749,
"learning_rate": 3.7254426187239567e-06,
"loss": 1.3471,
"step": 720
},
{
"epoch": 1.2847222222222223,
"grad_norm": 3.479079484939575,
"learning_rate": 3.4347409574088896e-06,
"loss": 1.364,
"step": 740
},
{
"epoch": 1.3194444444444444,
"grad_norm": 4.021931171417236,
"learning_rate": 3.149794932132331e-06,
"loss": 1.3875,
"step": 760
},
{
"epoch": 1.3541666666666667,
"grad_norm": 4.136874198913574,
"learning_rate": 2.871652321931161e-06,
"loss": 1.3603,
"step": 780
},
{
"epoch": 1.3888888888888888,
"grad_norm": 2.8454277515411377,
"learning_rate": 2.601335888909005e-06,
"loss": 1.3676,
"step": 800
},
{
"epoch": 1.4236111111111112,
"grad_norm": 3.8844242095947266,
"learning_rate": 2.339839617423318e-06,
"loss": 1.3327,
"step": 820
},
{
"epoch": 1.4583333333333333,
"grad_norm": 3.777667284011841,
"learning_rate": 2.0881250590915316e-06,
"loss": 1.351,
"step": 840
},
{
"epoch": 1.4930555555555556,
"grad_norm": 3.9106264114379883,
"learning_rate": 1.8471177970560712e-06,
"loss": 1.3651,
"step": 860
},
{
"epoch": 1.5277777777777777,
"grad_norm": 3.131366014480591,
"learning_rate": 1.6177040425095664e-06,
"loss": 1.3271,
"step": 880
},
{
"epoch": 1.5625,
"grad_norm": 3.60107421875,
"learning_rate": 1.40072737599522e-06,
"loss": 1.3627,
"step": 900
},
{
"epoch": 1.5972222222222223,
"grad_norm": 3.059379816055298,
"learning_rate": 1.196985645464921e-06,
"loss": 1.3369,
"step": 920
},
{
"epoch": 1.6319444444444444,
"grad_norm": 4.2240095138549805,
"learning_rate": 1.0072280325013185e-06,
"loss": 1.3439,
"step": 940
}
],
"logging_steps": 20,
"max_steps": 1152,
"num_input_tokens_seen": 0,
"num_train_epochs": 2,
"save_steps": 50,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 1.9362963648990413e+17,
"train_batch_size": 4,
"trial_name": null,
"trial_params": null
}

View File

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