Raymond-dev-546730 commited on
Commit
019e298
·
verified ·
1 Parent(s): faf4e3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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
- - **llama.cpp/** - LLaMA.cpp compatible weights with various quantization options available
252
- - **safetensors/** - SafeTensors format models
253
- - **LoRA_adapter/** - LoRA adapter weights
254
- - **Scripts/** - Ready-to-use inference scripts
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!
 
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!