Text Generation
PEFT
Safetensors
GGUF
English
materialsanalyst-ai-7b
MaterialsAnalyst-AI-7B
materials-science
computational-materials
materials-analysis
chain-of-thought
reasoning-model
property-prediction
materials-discovery
crystal-structure
materials-informatics
scientific-ai
7b
quantized
fine-tuned
lora
json-mode
structured-output
materials-engineering
band-gap-prediction
computational-chemistry
materials-characterization
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |

|
|
@@ -123,4 +148,4 @@ python Inference_llama.cpp.py
|
|
| 123 |
- **Training_Documentation.txt** - Detailed training specifications and parameters
|
| 124 |
|
| 125 |
## Attribution
|
| 126 |
-
MaterialsAnalyst-AI-7B was developed by *Raymond Lee*. If you use this model in your work, please include a reference to this repository.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- materials-science
|
| 7 |
+
- materials-analysis
|
| 8 |
+
- computational-materials
|
| 9 |
+
- property-prediction
|
| 10 |
+
- materials-discovery
|
| 11 |
+
- crystal-structure
|
| 12 |
+
- semiconductor-analysis
|
| 13 |
+
- band-gap-prediction
|
| 14 |
+
- thermal-properties
|
| 15 |
+
- mechanical-properties
|
| 16 |
+
- electronic-properties
|
| 17 |
+
- materials-informatics
|
| 18 |
+
- scientific-ai
|
| 19 |
+
- lora
|
| 20 |
+
- fine-tuned
|
| 21 |
+
- 7b
|
| 22 |
+
- chain-of-thought
|
| 23 |
+
- reasoning
|
| 24 |
+
- structured-output
|
| 25 |
+
- json-analysis
|
| 26 |
+
- domain-specific
|
| 27 |
+
- materials-characterization
|
| 28 |
---
|
| 29 |
|
| 30 |

|
|
|
|
| 148 |
- **Training_Documentation.txt** - Detailed training specifications and parameters
|
| 149 |
|
| 150 |
## Attribution
|
| 151 |
+
MaterialsAnalyst-AI-7B was developed by *Raymond Lee*. If you use this model in your work, please include a reference to this repository.
|