ShengdingHu
commited on
Commit
·
60cf82b
1
Parent(s):
9b5dd35
add model
Browse files- config.json +17 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_checkpoint_name": "t5-large",
|
3 |
+
"backbone_class": "T5ForConditionalGeneration",
|
4 |
+
"backbone_hash": "ceb8394f4ffa0d804ed6b65e02530858",
|
5 |
+
"common_structure": null,
|
6 |
+
"delta_type": "lora",
|
7 |
+
"lora_alpha": 16,
|
8 |
+
"lora_dropout": 0.0,
|
9 |
+
"lora_r": 8,
|
10 |
+
"modified_modules": [
|
11 |
+
"SelfAttention.q",
|
12 |
+
"SelfAttention.v",
|
13 |
+
"DenseReluDense.wi"
|
14 |
+
],
|
15 |
+
"opendelta_version": "0.0.1",
|
16 |
+
"transformers_version": "4.17.0"
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:005f95d9a5a2b78d6f0d09ae12a8c3c0a2a770bc14b6c81083773526edbb9551
|
3 |
+
size 14312449
|