Upload folder using huggingface_hub
Browse files- README.md +1 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -165,7 +165,7 @@ for name, p in sorted(model.named_parameters()):
|
|
165 |
all_numels += p.numel()
|
166 |
with torch.no_grad():
|
167 |
for name, p in sorted(model.named_parameters()):
|
168 |
-
|
169 |
print(name, p.shape, f'{p.numel() / all_numels * 100: .4f}%')
|
170 |
model.save_pretrained(save_folder)
|
171 |
```
|
|
|
165 |
all_numels += p.numel()
|
166 |
with torch.no_grad():
|
167 |
for name, p in sorted(model.named_parameters()):
|
168 |
+
torch.nn.init.normal_(p, 0, 0.2)
|
169 |
print(name, p.shape, f'{p.numel() / all_numels * 100: .4f}%')
|
170 |
model.save_pretrained(save_folder)
|
171 |
```
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 23576116
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07cf4ccabeb400baa5b96ad6df316bb7ff86578f9450bf5b1e2a226e15c448f5
|
3 |
size 23576116
|