Raymond-dev-546730 commited on
Commit
72a1304
·
verified ·
1 Parent(s): ca1d8c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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