Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ Use the code below to get started with the model.
|
|
| 77 |
|
| 78 |
## Training procedure
|
| 79 |
|
| 80 |
-
We employ a supervised-finetuning technique (SFT) on
|
| 81 |
|
| 82 |
### Training hyperparameters
|
| 83 |
|
|
@@ -118,11 +118,11 @@ AUPRC is the primary metric to evaluate the safety classification of our models.
|
|
| 118 |
**Environment & Requirements**
|
| 119 |
| Library | Version |
|
| 120 |
| :--- | :--- |
|
| 121 |
-
| `Transformers` | `4.
|
| 122 |
-
| `PyTorch` | `2.
|
| 123 |
-
| `deepspeed` | `0.
|
| 124 |
-
| `accelerate` | `1.
|
| 125 |
-
| `
|
| 126 |
|
| 127 |
## More Information
|
| 128 |
|
|
|
|
| 77 |
|
| 78 |
## Training procedure
|
| 79 |
|
| 80 |
+
We employ a supervised-finetuning technique (SFT) on Llama-factory with the following hyperparameters.
|
| 81 |
|
| 82 |
### Training hyperparameters
|
| 83 |
|
|
|
|
| 118 |
**Environment & Requirements**
|
| 119 |
| Library | Version |
|
| 120 |
| :--- | :--- |
|
| 121 |
+
| `Transformers` | `4.57.1` |
|
| 122 |
+
| `PyTorch` | `2.7.1` |
|
| 123 |
+
| `deepspeed` | `0.15.4` |
|
| 124 |
+
| `accelerate` | `1.7.0` |
|
| 125 |
+
| `llamafactory` | `0.9.4.dev0` |
|
| 126 |
|
| 127 |
## More Information
|
| 128 |
|