Raymond-dev-546730 commited on
Commit
8d1697f
·
verified ·
1 Parent(s): 77ca6bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -15
README.md CHANGED
@@ -10,6 +10,8 @@ MaterialsAnalyst-AI-7B transforms raw materials data into actionable insights. T
10
  - **Property Correlation**: Identifies relationships between material properties and their implications
11
  - **Application Prediction**: Suggests practical applications based on material characteristics
12
 
 
 
13
  ## See It In Action:
14
 
15
  Input Example:
@@ -82,6 +84,8 @@ Considering all these properties together, this material would be particularly v
82
  </answer>
83
  ```
84
 
 
 
85
  # Getting Started
86
 
87
  ## Installation
@@ -107,25 +111,11 @@ python Inference_safetensors.py
107
  python Inference_llama.cpp.py
108
  ```
109
 
110
-
111
 
112
  ## Repository Contents
113
 
114
- - **Scripts/** - Inference scripts for SafeTensors and LLaMA.cpp deployment
115
- - **Model_Weights/** - Model files (.gguf, safetensors, LoRA adapter formats)
116
- - **Data/** - Complete training dataset (Train-Ready.jsonl)
117
- - **Training/** - Training process logs
118
-
119
- ## Technical Specifications
120
-
121
- **Model Architecture**
122
- - Foundation: Qwen 2.5 Instruct 7B (7 billion parameters)
123
- - Fine-tuning: LoRA (Low-Rank Adaptation)
124
 
125
- **Training Details**
126
- - Infrastructure: Single NVIDIA A100 SXM4 GPU (~5.4 hours)
127
- - Dataset: 6,000 samples (6.4M tokens, avg 1,074 tokens/sample)
128
- - Data Generation: DeepSeekV3 API
129
 
130
  ## Citation
131
 
 
10
  - **Property Correlation**: Identifies relationships between material properties and their implications
11
  - **Application Prediction**: Suggests practical applications based on material characteristics
12
 
13
+ ---
14
+
15
  ## See It In Action:
16
 
17
  Input Example:
 
84
  </answer>
85
  ```
86
 
87
+ ---
88
+
89
  # Getting Started
90
 
91
  ## Installation
 
111
  python Inference_llama.cpp.py
112
  ```
113
 
114
+ ---
115
 
116
  ## Repository Contents
117
 
 
 
 
 
 
 
 
 
 
 
118
 
 
 
 
 
119
 
120
  ## Citation
121