Update README.md
Browse files
README.md
CHANGED
@@ -23,10 +23,6 @@ new_version: AINovice2005/LeEmpereur-final
|
|
23 |
The pruning was performed using the PruneMe library from Arcee.ai, significantly reducing the model's size.
|
24 |
The exact pruning strategy applied involves reducing the number of parameters by approximately 70%.
|
25 |
|
26 |
-
Results
|
27 |
-
I infer that the ideal number should be much lower in future iterations.
|
28 |
-
|
29 |
-
|
30 |
|
31 |
## Configuration:
|
32 |
The following YAML configuration was used to produce this model:
|
@@ -43,7 +39,6 @@ slices:
|
|
43 |
merge_method: passthrough
|
44 |
dtype: bfloat16
|
45 |
|
46 |
-
|
47 |
-
|
48 |
|
49 |
-
|
|
|
23 |
The pruning was performed using the PruneMe library from Arcee.ai, significantly reducing the model's size.
|
24 |
The exact pruning strategy applied involves reducing the number of parameters by approximately 70%.
|
25 |
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Configuration:
|
28 |
The following YAML configuration was used to produce this model:
|
|
|
39 |
merge_method: passthrough
|
40 |
dtype: bfloat16
|
41 |
|
42 |
+
๐๐๐ฌ๐ฎ๐ฅ๐ญ๐ฌ: Firstly, the ideal number of parameters to be pruned should be much lower in future iterations.Secondly, sizeable amount of finetuning should be done if model parameters are reduced to a greater extent.
|
|
|
43 |
|
44 |
+
๐๐จ๐ญ๐: This model is made with the intention to be used for fine-tuning. It should not to be used for inference as is.
|