leonardoblas commited on
Commit
67c2b72
·
verified ·
1 Parent(s): 15e6dde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,4 +53,4 @@ for text, profile in zip(texts, predictions):
53
  print(f"\nText: {text}\nOCEAN: {profile}")
54
  ```
55
 
56
- We ran the script using an A40 with 32GB of VRAM. The classification process supports up to 8 texts at a time with this setup.
 
53
  print(f"\nText: {text}\nOCEAN: {profile}")
54
  ```
55
 
56
+ We ran the script using an A40 with 32GB of VRAM. The embedding process supports up to 8 texts at a time with this setup.