Raymond-dev-546730 commited on
Commit
7d5d5c9
·
verified ·
1 Parent(s): 0edd55f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -72,6 +72,31 @@ So, the next steps would be to order these tests and see where they lead us. If
72
  </answer>
73
  ```
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Repository Contents
76
 
77
  - **Model_Weights/** - All model weights in various formats
@@ -85,4 +110,7 @@ So, the next steps would be to order these tests and see where they lead us. If
85
  - **Dataset.jsonl** - Complete JSONL training dataset
86
  - **Training/** - Training documentation and logs
87
  - **Training_Logs.txt** - Complete terminal logs from the training process
88
- - **Training_Documentation.txt** - Detailed training specifications and parameters
 
 
 
 
72
  </answer>
73
  ```
74
 
75
+ # Getting Started
76
+
77
+ ## 1. Installation
78
+ Choose your deployment method and install the required dependencies:
79
+ ```bash
80
+ # For SafeTensors
81
+ pip install torch transformers accelerate safetensors
82
+ # For LLaMa.cpp
83
+ pip install llama-cpp-python
84
+ ```
85
+
86
+ ## 2. Configuration
87
+ <u>Download</u> and edit your chosen inference script to customize the analysis:
88
+ - **Input data**: Update the `MEDICAL_QUERY` variable with your clinical question or case
89
+ - **Model location**: Set the `model_path` variable to your downloaded model directory
90
+
91
+ ## 3. Running Analysis
92
+ Run your script and the research plan will appear in the terminal:
93
+ ```bash
94
+ # For SafeTensors
95
+ python Inference_safetensors.py
96
+ # For LLaMa.cpp
97
+ python Inference_llama.cpp.py
98
+ ```
99
+
100
  ## Repository Contents
101
 
102
  - **Model_Weights/** - All model weights in various formats
 
110
  - **Dataset.jsonl** - Complete JSONL training dataset
111
  - **Training/** - Training documentation and logs
112
  - **Training_Logs.txt** - Complete terminal logs from the training process
113
+ - **Training_Documentation.txt** - Detailed training specifications and parameters
114
+
115
+ ## Attribution
116
+ ClinicalThought-AI-8B was developed by *Raymond Lee*. If you use this model in your work, please include a reference to this repository.