Update README.md
Browse files
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
|
|
|
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.
|