Update README.md
Browse files
README.md
CHANGED
|
@@ -51,9 +51,9 @@ Each example in the dataset corresponds to a specific trained model variant and
|
|
| 51 |
| `model_name` | The specific name or identifier of the model. |
|
| 52 |
| `training_method` | The parameter-efficient fine-tuning method used for training (e.g., full fine-tuning, LoRA, IA³). |
|
| 53 |
| `model_size` | The size of the model, typically measured in number of parameters (e.g., 350M, 7B). |
|
| 54 |
-
| `trainable_params`| The number of trainable parameters for the specific tuning method
|
| 55 |
-
| `url` | A direct link to the model
|
| 56 |
-
| `doi` | The digital object identifier associated with the model. |
|
| 57 |
|
| 58 |
## Dataset Details
|
| 59 |
|
|
|
|
| 51 |
| `model_name` | The specific name or identifier of the model. |
|
| 52 |
| `training_method` | The parameter-efficient fine-tuning method used for training (e.g., full fine-tuning, LoRA, IA³). |
|
| 53 |
| `model_size` | The size of the model, typically measured in number of parameters (e.g., 350M, 7B). |
|
| 54 |
+
| `trainable_params`| The number of trainable parameters for the specific tuning method and [hyperparameters](#training-hyperparameters). |
|
| 55 |
+
| `url` | A direct link to the model repository. |
|
| 56 |
+
| `doi` | The digital object identifier associated with the trained model. |
|
| 57 |
|
| 58 |
## Dataset Details
|
| 59 |
|