Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ outputs = model(**inputs)
|
|
| 28 |
print(outputs.logits.shape)
|
| 29 |
|
| 30 |
"""
|
| 31 |
-
['M#', 'E#', 'V#', 'Q#', 'L#', 'V#', 'Q#', 'Y#', 'K#']
|
| 32 |
|
|
|
|
| 33 |
torch.Size([1, 11, 446])
|
| 34 |
"""
|
|
|
|
| 28 |
print(outputs.logits.shape)
|
| 29 |
|
| 30 |
"""
|
|
|
|
| 31 |
|
| 32 |
+
['M#', 'E#', 'V#', 'Q#', 'L#', 'V#', 'Q#', 'Y#', 'K#']
|
| 33 |
torch.Size([1, 11, 446])
|
| 34 |
"""
|