Upload model
Browse files- config.json +2 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "Samuael/amBART_1000",
|
| 3 |
"activation_dropout": 0.05,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.05,
|
| 9 |
"bos_token_id": 0,
|
|
@@ -31,5 +30,5 @@
|
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
"transformers_version": "4.38.2",
|
| 33 |
"use_cache": true,
|
| 34 |
-
"vocab_size":
|
| 35 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.05,
|
| 3 |
"activation_function": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
+
"MBartModel"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.05,
|
| 8 |
"bos_token_id": 0,
|
|
|
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.38.2",
|
| 32 |
"use_cache": true,
|
| 33 |
+
"vocab_size": 261
|
| 34 |
}
|
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:35c1db60a1ed82449ab8c80c681fcf2e33b331e3d7c7b419795c8338042d547a
|
| 3 |
+
size 179238672
|