Waterhorse commited on
Commit
3ea73b9
1 Parent(s): 3985e26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -80,8 +80,6 @@ similarity = text_features.cpu().numpy() @ image_features.cpu().numpy().T # m *
80
  print(similarity)
81
  ```
82
 
83
- # Uses
84
-
85
  ## Limitations
86
  "ChessCLIP," like other CLIP-based models, has certain limitations that need to be taken into consideration. For instance, the model may produce incorrect similarities, especially when faced with complex, ambiguous, or language inputs that fall outside its training data.
87
 
 
80
  print(similarity)
81
  ```
82
 
 
 
83
  ## Limitations
84
  "ChessCLIP," like other CLIP-based models, has certain limitations that need to be taken into consideration. For instance, the model may produce incorrect similarities, especially when faced with complex, ambiguous, or language inputs that fall outside its training data.
85