Ontocord.AI commited on
Commit
628697e
1 Parent(s): 6d25feb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -24,6 +24,23 @@ This model was generated by averaging the weights of the following models
24
  ## Using the automatic routing:
25
 
26
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  #Example with reverse=False:
28
 
29
  [2, 1, -1, -2, -3, -4, -5, -6, -7, -8, -9, -
 
24
  ## Using the automatic routing:
25
 
26
  ```
27
+ Setting `pad_token_id` to `eos_token_id`:0 for open-end generation.
28
+ #####
29
+ Test dynamic routing to expert
30
+ ##
31
+ Switching to expert Github
32
+ Setting `pad_token_id` to `eos_token_id`:0 for open-end generation.
33
+ source code for sorting a list :
34
+ sort(list, reverse=True) #Warning: this function is not very efficient.
35
+
36
+ #Warning: This function is not very fast and may be slow in some cases.
37
+
38
+ #Returns the sorted list of numbers
39
+
40
+ #Example:
41
+
42
+ [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
43
+
44
  #Example with reverse=False:
45
 
46
  [2, 1, -1, -2, -3, -4, -5, -6, -7, -8, -9, -