wvvss commited on
Commit
09db393
·
verified ·
1 Parent(s): ff1d0df

Create README.md

Browse files

# GPUmatLLM

A domain-specific large language model for GPU materials science,
obtained by LoRA fine-tuning of Qwen2.5-7B-Instruct.

## Model details

- Base model: Qwen2.5-7B-Instruct
- Adaptation method: LoRA (rank 8)
- Domain: GPU packaging materials, thermal management, semiconductor
substrates, interconnect materials
- Language: Chinese

## Intended use

Research use for domain question answering in GPU materials science.

## Limitations

Outputs may contain factual errors and should be verified against
primary sources before use in engineering decisions.

## Citation

Paper under review. Citation information will be added upon publication.

Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ base_model:
6
+ - Qwen/Qwen2.5-7B-Instruct
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - materials-science
11
+ - gpu
12
+ - lora
13
+ - domain-adaptation
14
+ ---