LTEnjoy commited on
Commit
bf51fd3
1 Parent(s): b6414bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  """