Add main & ema weights for est
Browse files- README.md +2 -2
- est-2gpu-250steps.bin +1 -1
- est-2gpu-250steps_ema.bin +1 -1
- model.safetensors +1 -1
- model_ema.safetensors +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +0 -0
README.md
CHANGED
|
@@ -41,7 +41,7 @@ ema, main
|
|
| 41 |
"num_labels": 2
|
| 42 |
}
|
| 43 |
```
|
| 44 |
-
Tokenizer file: `
|
| 45 |
|
| 46 |
## Quick Usage
|
| 47 |
```python
|
|
@@ -68,6 +68,6 @@ print(outputs.logits)
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## Notes
|
| 71 |
-
- Converted on 2025-10-
|
| 72 |
- Weights are the exact trained parameters; no new layers were initialized.
|
| 73 |
- Requires `trust_remote_code=True` due to custom architecture.
|
|
|
|
| 41 |
"num_labels": 2
|
| 42 |
}
|
| 43 |
```
|
| 44 |
+
Tokenizer file: `tokenizer_est_vs16384.json`
|
| 45 |
|
| 46 |
## Quick Usage
|
| 47 |
```python
|
|
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## Notes
|
| 71 |
+
- Converted on 2025-10-07T00:16:44.431435+00:00
|
| 72 |
- Weights are the exact trained parameters; no new layers were initialized.
|
| 73 |
- Requires `trust_remote_code=True` due to custom architecture.
|
est-2gpu-250steps.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503042738
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d036516b822b3d87b47f8c2005eccf9230189d9d9a205a60617a457650e74629
|
| 3 |
size 503042738
|
est-2gpu-250steps_ema.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503043438
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2bc57df2c84e1e4cf353f159fd5a045510486790b2ed1ea90282fe457adc072
|
| 3 |
size 503043438
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 553332392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:becbcc968c37f089ec68a1ef5caddec1052c167c43806dce9a7390efc38f6301
|
| 3 |
size 553332392
|
model_ema.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 553332392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:becbcc968c37f089ec68a1ef5caddec1052c167c43806dce9a7390efc38f6301
|
| 3 |
size 553332392
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503029622
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1961949e766c815170b93eec0293c3b853453f9d1afb8b350a38c6f92d16039
|
| 3 |
size 503029622
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|