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
|
@@ -248,17 +248,17 @@ python Inference_llama.cpp.py
|
|
| 248 |
## Repository Contents
|
| 249 |
|
| 250 |
- **Model_Weights/** - All model weights in various formats
|
| 251 |
-
-
|
| 252 |
-
-
|
| 253 |
-
-
|
| 254 |
-
- **Scripts/** - Ready-to-use inference scripts
|
| 255 |
-
-
|
| 256 |
-
-
|
| 257 |
- **Data/** - Training data
|
| 258 |
-
-
|
| 259 |
- **Training/** - Training documentation and logs
|
| 260 |
-
-
|
| 261 |
-
-
|
| 262 |
|
| 263 |
## Attribution
|
| 264 |
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 **August 15th, 2025**, this model has been downloaded **412** times. Thank you for your interest and support!
|
|
|
|
| 248 |
## Repository Contents
|
| 249 |
|
| 250 |
- **Model_Weights/** - All model weights in various formats
|
| 251 |
+
- `llama.cpp/` - LLaMA.cpp compatible weights with various quantization options available
|
| 252 |
+
- `safetensors/` - SafeTensors format models
|
| 253 |
+
- `LoRA_adapter/` - LoRA adapter weights
|
| 254 |
+
- **Scripts/** - <u>Ready-to-use inference scripts</u>
|
| 255 |
+
- `Inference_llama.cpp.py` - For LLaMA.cpp deployment
|
| 256 |
+
- `Inference_safetensors.py` - For SafeTensors deployment
|
| 257 |
- **Data/** - Training data
|
| 258 |
+
- `Dataset.jsonl` - Complete JSONL training dataset
|
| 259 |
- **Training/** - Training documentation and logs
|
| 260 |
+
- `Training_Logs.txt` - Complete terminal logs from the training process
|
| 261 |
+
- `Training_Documentation.txt` - Detailed training specifications and parameters
|
| 262 |
|
| 263 |
## Attribution
|
| 264 |
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 **August 15th, 2025**, this model has been downloaded **412** times. Thank you for your interest and support!
|