Add main & ema weights for nld
Browse files- README.md +2 -2
- model.safetensors +1 -1
- model_ema.safetensors +1 -1
- nld-2gpu-500steps.bin +1 -1
- nld-2gpu-500steps_ema.bin +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_nld_vs16384.json`
|
| 45 |
|
| 46 |
## Quick Usage
|
| 47 |
```python
|
|
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## Notes
|
| 71 |
+
- Converted on 2025-10-06T23:46:20.459274+00:00
|
| 72 |
- Weights are the exact trained parameters; no new layers were initialized.
|
| 73 |
- Requires `trust_remote_code=True` due to custom architecture.
|
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:57377c27fb0ce5435fcebadd6945518200a19086381bf161276d09b065c9bb1c
|
| 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:57377c27fb0ce5435fcebadd6945518200a19086381bf161276d09b065c9bb1c
|
| 3 |
size 553332392
|
nld-2gpu-500steps.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:72c8ca462d909fc4f4377de26c4905516d40aefc2b6dde5cb62b9cdc48e8e06d
|
| 3 |
size 503042738
|
nld-2gpu-500steps_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:3ba783a2c7bf71f92ad6432a226ca3a209fd9be3c1f235a4221d030b9c5ce814
|
| 3 |
size 503043438
|
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:b13fd837db04b730dabea4b5d6d52f6cd4d0909b32e3a57a5eb0e52f2431c551
|
| 3 |
size 503029622
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|