tim-lawson
commited on
Commit
•
2d3f469
1
Parent(s):
233e918
Push model using huggingface_hub.
Browse files- README.md +1 -4
- config.json +15 -4
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
---
|
2 |
-
language: en
|
3 |
-
library_name: mlsae
|
4 |
-
license: mit
|
5 |
tags:
|
6 |
- model_hub_mixin
|
7 |
- pytorch_model_hub_mixin
|
8 |
---
|
9 |
|
10 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
-
- Library:
|
12 |
- Docs: [More Information Needed]
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- model_hub_mixin
|
4 |
- pytorch_model_hub_mixin
|
5 |
---
|
6 |
|
7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
- Docs: [More Information Needed]
|
config.json
CHANGED
@@ -1,9 +1,20 @@
|
|
1 |
{
|
|
|
2 |
"auxk": 256,
|
3 |
-
"
|
|
|
|
|
4 |
"dead_threshold": 0.001,
|
|
|
|
|
5 |
"k": 32,
|
6 |
-
"
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"accumulate_grad_batches": 64,
|
3 |
"auxk": 256,
|
4 |
+
"auxk_coef": 0.03125,
|
5 |
+
"batch_size": 1,
|
6 |
+
"dead_steps_threshold": null,
|
7 |
"dead_threshold": 0.001,
|
8 |
+
"dead_tokens_threshold": 10000000,
|
9 |
+
"expansion_factor": 64,
|
10 |
"k": 32,
|
11 |
+
"layers": [
|
12 |
+
8
|
13 |
+
],
|
14 |
+
"lr": 0.0001,
|
15 |
+
"max_length": 2048,
|
16 |
+
"model_name": "EleutherAI/pythia-160m-deduped",
|
17 |
+
"skip_special_tokens": true,
|
18 |
+
"standardize": true,
|
19 |
+
"tuned_lens": false
|
20 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2af87797ad26a8dd1eec02a56d21f13906cdf0ce5fce82c0a3c89b861b00a6d
|
3 |
+
size 951304624
|