Spaces:
Running
Running
Extend model naming convention by seed
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pinned: false
|
|
10 |
## Description
|
11 |
A collection of pruned models on different pruning methods, sparsity types and ratios, calibration sets as well as calibration languages. All of the model names are in the format:
|
12 |
```
|
13 |
-
pruned-<original model name>-<pruning method>-<sparsity ratio>-<sparsity type>-<calibration dataset>-<calibration languages>
|
14 |
```
|
15 |
|
16 |
## Usage
|
|
|
10 |
## Description
|
11 |
A collection of pruned models on different pruning methods, sparsity types and ratios, calibration sets as well as calibration languages. All of the model names are in the format:
|
12 |
```
|
13 |
+
pruned-<original model name>-<pruning method>-<sparsity ratio>-<sparsity type>-<calibration dataset>-<calibration languages>-<seed>
|
14 |
```
|
15 |
|
16 |
## Usage
|