andstor commited on
Commit
be9fe05
·
verified ·
1 Parent(s): 014c50a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 applied, given the hyperparameters in [Training Hyperparameters](#training-hyperparameters) |
55
- | `url` | A direct link to the model weights or relevant resource. |
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