Ttimofeyka commited on
Commit
a23eb55
1 Parent(s): bc1ba58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - 1bitLLM/bitnet_b1_58-3B
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ - bitnet
10
+ ---
11
+ # bitnet-5B-v1
12
+ I redesigned mergekit so that I could merge the bitnet 3B model (unlike version v0, where I did merge via PyTorch).
13
+
14
+ In theory, this is compatible with quantization via llama.cpp , but tests are needed.