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
|
@@ -109,7 +109,18 @@ python Inference_llama.cpp.py
|
|
| 109 |
|
| 110 |
## Repository Contents
|
| 111 |
|
| 112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
|
| 114 |
## Citation
|
| 115 |
|
|
|
|
| 109 |
|
| 110 |
## Repository Contents
|
| 111 |
|
| 112 |
+
- **Model_Weights/** - All model weights in various formats
|
| 113 |
+
- **llama.cpp/** - LLaMA.cpp compatible weights with various quantization options available
|
| 114 |
+
- **safetensors/** - SafeTensors format models
|
| 115 |
+
- **LoRA_adapter/** - LoRA adapter weights
|
| 116 |
+
- **Scripts/** - Ready-to-use inference scripts
|
| 117 |
+
- **Inference_llama.cpp.py** - For LLaMA.cpp deployment
|
| 118 |
+
- **Inference_safetensors.py** - For SafeTensors deployment
|
| 119 |
+
- **Data/** - Training data
|
| 120 |
+
- **Train-Ready.jsonl** - Complete JSONL training dataset
|
| 121 |
+
- **Training/** - Training terminal logs
|
| 122 |
+
- **Training_Logs.txt** - Complete terminal logs from the training process
|
| 123 |
+
- **Training_Documentation.txt** - Complete terminal logs from the training process
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|