Safetensors
GGUF
materials-science
materials-analysis
computational-materials
property-prediction
materials-discovery
crystal-structure
semiconductor-analysis
band-gap-prediction
thermal-properties
mechanical-properties
electronic-properties
materials-informatics
scientific-ai
lora
fine-tuned
7b
chain-of-thought
reasoning
structured-output
json-analysis
domain-specific
materials-characterization
qwen-2-5-instruct
open-source
step-by-step-analysis
property-correlation
application-prediction
formation-energy-analysis
thermodynamic-stability
elastic-modulus-prediction
bulk-modulus-analysis
thermal-conductivity
thermal-expansion
magnetic-property-analysis
superconductor-detection
crystal-system-identification
spacegroup-analysis
density-calculation
volume-analysis
electron-affinity
ionization-energy
band-gap-type-classification
hexagonal-structures
wide-bandgap-semiconductors
high-power-electronics
optoelectronics
thermal-management
materials-stability
synthesis-feasibility
practical-applications
materials-recommendation
competitive-analysis
materials-verdict
scientific-reasoning
materials-properties-database
mp-materials-project
silicon-carbide-analysis
compound-semiconductors
anisotropic-materials
high-symmetry-crystals
heat-dissipation
dimensional-stability
mechanical-robustness
stiffness-analysis
compression-resistance
temperature-stability
materials-synthesis
coating-applications
abrasion-resistance
non-magnetic-materials
indirect-bandgap
materials-comparison
aln-comparison
cost-effective-materials
si-based-compounds
cryogenic-applications
quantum-computing-materials
magneto-electronics
transparent-conductors
materials-optimization
performance-metrics
materials-classification
property-relationships
structure-property-correlation
materials-design
predictive-modeling
materials-screening
high-temperature-materials
power-device-materials
semiconductor-characterization
materials-data-mining
automated-analysis
materials-intelligence
dual-output-reasoning
comprehensive-materials-analysis
materials-summary-generation
scientific-explanation
materials-expertise
research-grade-analysis
industry-applications
materials-evaluation
performance-assessment
materials-selection
engineering-materials
advanced-ceramics
compound-analysis
crystallographic-analysis
electronic-structure
phonon-properties
doping-studies
interface-analysis
surface-properties
nanomaterials
bulk-materials
thin-film-analysis
composite-materials
functional-materials
smart-materials
biomaterials
energy-materials
catalytic-materials
photovoltaic-materials
battery-materials
fuel-cell-materials
thermoelectric-materials
piezoelectric-materials
ferroelectric-materials
multiferroic-materials
phase-transition-analysis
materials-modeling
MaterialsAnalyst-AI-7B
MaterialsAnalyst-AI
MaterialsAnalyst

MaterialsAnalyst-AI Logo MaterialsAnalyst-AI-7B transforms raw materials data into actionable insights. This open source model, built on Qwen 2.5 Instruct 7B with LoRA fine-tuning, shows its work through step-by-step reasoning before delivering structured analysis and application recommendations.

Key Capabilities

  • Structured Reasoning: Shows step-by-step analysis before delivering conclusions
  • Property Correlation: Identifies relationships between material properties and their implications
  • Application Prediction: Suggests practical applications based on material characteristics

See It In Action

Input Example:

{
"material_id": "mp-8062",
"formula": "SiC",
"elements": ["Si", "C"],
"spacegroup": "P63mc",
"band_gap": 3.26,
"formation_energy_per_atom": -0.73,
"density": 3.21,
"volume": 41.2,
"nsites": 8,
"is_stable": true,
"elastic_modulus": 448,
"bulk_modulus": 220,
"thermal_expansion": 4.2e-06,
"electron_affinity": 4.0,
"ionization_energy": 6.7,
"crystal_system": "Hexagonal",
"magnetic_property": "Non-magnetic",
"thermal_conductivity": 490,
"specific_heat": 0.69,
"is_superconductor": false,
"band_gap_type": "Indirect"
}

Output Example:

The model produces structured output with two components:

1. Step-by-Step Reasoning

<think>
I need to think through how to interpret this SiC entry and assess its characteristics.
First, I should examine the composition and structure. This material contains silicon (Si) and carbon (C) in a hexagonal crystal structure with space group P63mc. This structure suggests high symmetry and anisotropic properties, typical for wide-bandgap materials like SiC.
Next, I should analyze the electronic properties. With a band gap of 3.26 eV that is indirect, this material would be classified as a wide-bandgap semiconductor. This suggests applications in optoelectronics, high-power electronics, and transparent conductive oxides.
For thermodynamic stability, the formation energy per atom of -0.73 eV indicates strong bonding and thermodynamic favorability. The material is stable according to the data, which means it can be synthesized and used under practical conditions without decomposition.
The mechanical properties show a high elastic modulus (448 GPa) and bulk modulus (220 GPa). This suggests the material would be very stiff and resistant to deformation when subjected to stress or pressure.
Regarding thermal behavior, the thermal conductivity of 490 W/mยทK and expansion coefficient of 4.2e-6 K^-1 indicate excellent heat dissipation and dimensional stability under temperature changes. This would make it suitable for high-temperature applications like thermal management in electronics or coatings.
The magnetic properties are listed as non-magnetic, which means it won't interact significantly with magnetic fields. This would affect applications in magneto-electronics but is generally beneficial for general semiconductor uses.
Additionally, the material is marked as not superconducting, which is significant because it rules out cryogenic or quantum computing applications where superconductivity is required.
Considering all these properties together, this material would be particularly valuable for high-power electronics, optoelectronics, and thermal management due to its combination of wide bandgap, high thermal conductivity, and mechanical robustness. It might compete with other materials like GaN or AlN but offers advantages in cost (Si-based) and thermal stability.
</think>

2. Comprehensive Analysis

<answer>
**Summary of SiC (ID: mp-8062):**
1. **Material Type & Composition**
   - Silicon carbide (SiC), a widely studied wide-bandgap semiconductor compound.
2. **Crystal Structure**
   - Hexagonal structure with space group P63mc, indicating anisotropic properties and high symmetry.
3. **Electronic Properties**
   - Indirect bandgap of 3.26 eV, suitable for optoelectronics and high-power devices.
4. **Thermodynamic Stability**
   - Highly stable (formation energy: -0.73 eV/atom), making it practical for synthesis and use.
5. **Mechanical Properties**
   - Exceptional stiffness (elastic modulus: 448 GPa) and resistance to compression (bulk modulus: 220 GPa).
6. **Thermal Properties**
   - Outstanding thermal conductivity (490 W/mยทK) and low expansion coefficient (4.2e-6 K^-1), ideal for heat dissipation.
7. **Magnetic & Conductive Properties**
   - Non-magnetic and non-superconducting, limiting use in magnetic applications but beneficial for general electronics.
8. **Applications**
   - High-power electronics, optoelectronics, thermal management systems, and abrasion-resistant coatings.
**Verdict**: SiC is a high-performance material with exceptional thermal, mechanical, and electronic properties, making it ideal for demanding applications like power devices and high-temperature environments. Its stability and robustness give it an edge over competing wide-bandgap materials.
</answer>

Getting Started

1. Installation

Choose your deployment method and install the required dependencies:

# For SafeTensors
pip install torch transformers accelerate safetensors
# For LLaMa.cpp
pip install llama-cpp-python

2. Configuration

Edit your chosen inference script to customize the analysis:

  • Input data: Update the JSON_INPUT variable with your materials data
  • Model location: Set the model_path variable to your downloaded model directory

3. Running Analysis

Run your script and the analysis results will appear in the terminal:

# For SafeTensors
python Inference_safetensors.py
# For LLaMa.cpp
python Inference_llama.cpp.py

Repository Contents

  • Model_Weights/ - All model weights in various formats
    • llama.cpp/ - LLaMA.cpp compatible weights with various quantization options available
    • safetensors/ - SafeTensors format models
    • LoRA_adapter/ - LoRA adapter weights
  • Scripts/ - Ready-to-use inference scripts
    • Inference_llama.cpp.py - For LLaMA.cpp deployment
    • Inference_safetensors.py - For SafeTensors deployment
  • Data/ - Training data
    • Train-Ready.jsonl - Complete JSONL training dataset
  • Training/ - Training documentation and logs
    • Training_Logs.txt - Complete terminal logs from the training process
    • Training_Documentation.txt - Detailed training specifications and parameters

Attribution

MaterialsAnalyst-AI-7B was developed by Raymond Lee. If you use this model in your work, please include a reference to this repository. As of July 25th, 2025, this model has been downloaded 398 times. Thank you for your interest and support!

Downloads last month
195
GGUF
Model size
7.62B params
Architecture
qwen2
Hardware compatibility
Log In to view the estimation

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Raymond-dev-546730/MaterialsAnalyst-AI-7B

Base model

Qwen/Qwen2.5-7B
Adapter
(490)
this model