AINovice2005 commited on
Commit
06f2013
ยท
verified ยท
1 Parent(s): fa65fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -12,16 +12,21 @@ pipeline_tag: text-generation
12
  new_version: AINovice2005/LeEmpereur-final
13
  ---
14
 
15
- ## This model is made with the intention to be used for fine-tuning. It should not to be used for inference as is.
 
 
16
 
17
  # Model Description
18
 
19
- The pruning was performed using the PruneMe library from Arcee.ai, significantly reducing the model's size.The exact pruning strategy applied involves reducing the number of parameters by approximately 70%.
 
 
 
 
20
 
21
- ### I infer that the ideal number should be much lower in future iterations.
22
 
23
 
24
- ### Configuration:
25
  The following YAML configuration was used to produce this model:
26
 
27
  ```yaml
@@ -34,4 +39,9 @@ slices:
34
  layer_range: [2,10]
35
 
36
  merge_method: passthrough
37
- dtype: bfloat16
 
 
 
 
 
 
12
  new_version: AINovice2005/LeEmpereur-final
13
  ---
14
 
15
+ # Model Name:
16
+
17
+ - LeEmpereur_70
18
 
19
  # Model Description
20
 
21
+ The pruning was performed using the PruneMe library from Arcee.ai, significantly reducing the model's size.
22
+ The exact pruning strategy applied involves reducing the number of parameters by approximately 70%.
23
+
24
+ Results
25
+ I infer that the ideal number should be much lower in future iterations.
26
 
 
27
 
28
 
29
+ ## Configuration:
30
  The following YAML configuration was used to produce this model:
31
 
32
  ```yaml
 
39
  layer_range: [2,10]
40
 
41
  merge_method: passthrough
42
+ dtype: bfloat16
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.
45
+
46
+
47
+ ๐‘๐ž๐ฌ๐ฎ๐ฅ๐ญ๐ฌ: I infer that the ideal number should be much lower in future iterations.