AINovice2005 commited on
Commit
7904d7c
ยท
verified ยท
1 Parent(s): b64f148

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
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
- ๐๐จ๐ญ๐ž: This model is made with the intention to be used for fine-tuning. It should not to be used for inference as is.
47
-
48
 
49
- ๐‘๐ž๐ฌ๐ฎ๐ฅ๐ญ๐ฌ: I infer that the ideal number should be much lower in future iterations.
 
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.