Upload folder using huggingface_hub
Browse files- aa_to_id.json +24 -0
- config.json +10 -0
- pytorch_model.bin +3 -0
- q3_to_id.json +5 -0
aa_to_id.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"A": 2,
|
| 3 |
+
"C": 3,
|
| 4 |
+
"D": 4,
|
| 5 |
+
"E": 5,
|
| 6 |
+
"F": 6,
|
| 7 |
+
"G": 7,
|
| 8 |
+
"H": 8,
|
| 9 |
+
"I": 9,
|
| 10 |
+
"K": 10,
|
| 11 |
+
"L": 11,
|
| 12 |
+
"M": 12,
|
| 13 |
+
"N": 13,
|
| 14 |
+
"P": 14,
|
| 15 |
+
"Q": 15,
|
| 16 |
+
"R": 16,
|
| 17 |
+
"S": 17,
|
| 18 |
+
"T": 18,
|
| 19 |
+
"V": 19,
|
| 20 |
+
"W": 20,
|
| 21 |
+
"Y": 21,
|
| 22 |
+
"<PAD>": 0,
|
| 23 |
+
"<UNK>": 1
|
| 24 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "BiLSTM",
|
| 3 |
+
"task": "protein_secondary_structure",
|
| 4 |
+
"label_type": "Q3",
|
| 5 |
+
"vocab_size": 22,
|
| 6 |
+
"embed_dim": 128,
|
| 7 |
+
"hidden_dim": 256,
|
| 8 |
+
"num_layers": 1,
|
| 9 |
+
"num_classes": 3
|
| 10 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af01844d86afd0afad479e974127fbbbb22e61b3d7e3060a28dba490a8db1e13
|
| 3 |
+
size 3182400
|
q3_to_id.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"C": 0,
|
| 3 |
+
"H": 1,
|
| 4 |
+
"E": 2
|
| 5 |
+
}
|