zsytony commited on
Commit
c07b978
1 Parent(s): a16394f

Update README.md

Browse files

Add some information

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,5 +1,18 @@
 
1
  Upload of the model released here: https://twitter.com/MistralAI/status/1733150512395038967
2
 
 
3
  The model is split into 11 8gb files because of file size limits and it was easier to handle. You need to concatenate them together after downloading. The final hash of the model should match the one in the RELEASE file.
4
 
5
- To recombine: `cat consolidated.00.pth-split0 consolidated.00.pth-split1 consolidated.00.pth-split2 consolidated.00.pth-split3 consolidated.00.pth-split4 consolidated.00.pth-split5 consolidated.00.pth-split6 consolidated.00.pth-split7 consolidated.00.pth-split8 consolidated.00.pth-split9 consolidated.00.pth-split10 > consolidated.00.pth`
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Source
2
  Upload of the model released here: https://twitter.com/MistralAI/status/1733150512395038967
3
 
4
+ # Introduction
5
  The model is split into 11 8gb files because of file size limits and it was easier to handle. You need to concatenate them together after downloading. The final hash of the model should match the one in the RELEASE file.
6
 
7
+ ## How to Combine
8
+
9
+ To recombine:
10
+
11
+ ```bash
12
+ cat consolidated.00.pth-split0 consolidated.00.pth-split1 consolidated.00.pth-split2 consolidated.00.pth-split3 consolidated.00.pth-split4 consolidated.00.pth-split5 consolidated.00.pth-split6 consolidated.00.pth-split7 consolidated.00.pth-split8 consolidated.00.pth-split9 consolidated.00.pth-split10 > consolidated.00.pth
13
+ ```
14
+
15
+ # Infernece and Evaluation
16
+
17
+ Please check https://github.com/open-compass/MixtralKit for more information about inference and evaluation.
18
+