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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -11,4 +11,29 @@ tags:
11
  - gpu
12
  - lora
13
  - domain-adaptation
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - gpu
12
  - lora
13
  - domain-adaptation
14
+ ---
15
+ # GPUmatLLM
16
+
17
+ A domain-specific large language model for GPU materials science,
18
+ obtained by LoRA fine-tuning of Qwen2.5-7B-Instruct.
19
+
20
+ ## Model details
21
+
22
+ - Base model: Qwen2.5-7B-Instruct
23
+ - Adaptation method: LoRA (rank 8)
24
+ - Domain: GPU packaging materials, thermal management, semiconductor
25
+ substrates, interconnect materials
26
+ - Language: Chinese
27
+
28
+ ## Intended use
29
+
30
+ Research use for domain question answering in GPU materials science.
31
+
32
+ ## Limitations
33
+
34
+ Outputs may contain factual errors and should be verified against
35
+ primary sources before use in engineering decisions.
36
+
37
+ ## Citation
38
+
39
+ Paper under review. Citation information will be added upon publication.