add model
Browse files- config.json +2 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"T5ForConditionalGeneration"
|
4 |
],
|
@@ -21,6 +22,7 @@
|
|
21 |
"pad_token_id": 234,
|
22 |
"relative_attention_max_distance": 128,
|
23 |
"relative_attention_num_buckets": 32,
|
|
|
24 |
"transformers_version": "4.20.1",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 237
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "SharpAI/benign-net-traffic-t5-l12",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
22 |
"pad_token_id": 234,
|
23 |
"relative_attention_max_distance": 128,
|
24 |
"relative_attention_num_buckets": 32,
|
25 |
+
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.20.1",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 237
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:140b6bb2e1723a68681ba504bf53e21e84c51ab08554aa3e28dbcf1acecaf0d8
|
3 |
+
size 157754111
|