Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ metrics:
|
|
| 9 |
|
| 10 |
## Model Details
|
| 11 |
|
| 12 |
-
A Gemma2B-it model finetuned on
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
|
@@ -93,7 +93,7 @@ You can use the following commands to install them:
|
|
| 93 |
|
| 94 |
#### Preprocessing [optional]
|
| 95 |
|
| 96 |
-
|
| 97 |
|
| 98 |
```python
|
| 99 |
dataset = load_dataset("mamachang/medical-reasoning")
|
|
@@ -171,8 +171,6 @@ These hyperparameters control various aspects of the training process, such as q
|
|
| 171 |
|
| 172 |
## Evaluation
|
| 173 |
|
| 174 |
-
Sure! Let's delve into the evaluation process based on your code:
|
| 175 |
-
|
| 176 |
```python
|
| 177 |
trainer = SFTTrainer(
|
| 178 |
model=model,
|
|
|
|
| 9 |
|
| 10 |
## Model Details
|
| 11 |
|
| 12 |
+
A Gemma2B-it model finetuned on Medical-Data
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
|
|
|
| 93 |
|
| 94 |
#### Preprocessing [optional]
|
| 95 |
|
| 96 |
+
|
| 97 |
|
| 98 |
```python
|
| 99 |
dataset = load_dataset("mamachang/medical-reasoning")
|
|
|
|
| 171 |
|
| 172 |
## Evaluation
|
| 173 |
|
|
|
|
|
|
|
| 174 |
```python
|
| 175 |
trainer = SFTTrainer(
|
| 176 |
model=model,
|