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
|
@@ -84,7 +84,7 @@ Considering all these properties together, this material would be particularly v
|
|
| 84 |
|
| 85 |
# Getting Started
|
| 86 |
|
| 87 |
-
## Installation
|
| 88 |
Choose your deployment method and install the required dependencies:
|
| 89 |
```bash
|
| 90 |
# For SafeTensors
|
|
@@ -93,12 +93,12 @@ pip install torch transformers accelerate safetensors
|
|
| 93 |
pip install llama-cpp-python
|
| 94 |
```
|
| 95 |
|
| 96 |
-
## Configuration
|
| 97 |
Edit your chosen inference script to customize the analysis:
|
| 98 |
- **Input data**: Update the `JSON_INPUT` variable with your materials data
|
| 99 |
- **Model location**: Set the `model_path` variable to your downloaded model directory
|
| 100 |
|
| 101 |
-
## Running Analysis
|
| 102 |
Run your script and the analysis results will appear in the terminal:
|
| 103 |
```bash
|
| 104 |
# For SafeTensors
|
|
|
|
| 84 |
|
| 85 |
# Getting Started
|
| 86 |
|
| 87 |
+
## 1. Installation
|
| 88 |
Choose your deployment method and install the required dependencies:
|
| 89 |
```bash
|
| 90 |
# For SafeTensors
|
|
|
|
| 93 |
pip install llama-cpp-python
|
| 94 |
```
|
| 95 |
|
| 96 |
+
## 2. Configuration
|
| 97 |
Edit your chosen inference script to customize the analysis:
|
| 98 |
- **Input data**: Update the `JSON_INPUT` variable with your materials data
|
| 99 |
- **Model location**: Set the `model_path` variable to your downloaded model directory
|
| 100 |
|
| 101 |
+
## 3. Running Analysis
|
| 102 |
Run your script and the analysis results will appear in the terminal:
|
| 103 |
```bash
|
| 104 |
# For SafeTensors
|