File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ python -m spacy download en_core_web_sm
5757```
5858
5959** Requires:** CUDA-capable GPU, CUDA 12.x, 8GB+ VRAM recommended
60- ** Benefit:** 2.1x more triplets with GPU-accelerated BFS
60+ ** Benefit:** ~ 1.9x more triplets with GPU-accelerated BFS (vs default Balanced mode)
6161
6262** Base install (CPU-optimized):**
6363
@@ -148,6 +148,8 @@ extractor = OpenIEExtractor(speed_preset="ultra") # 28.22/s, minimal triplets
148148
149149** †Coverage:** Percentage of Deep Search triplets found (Deep Search finds the most = 100% baseline)
150150
151+ ** Note:** Stanford OpenIE benchmarks executed via [ stanford-openie-python] ( https://github.com/philipperemy/stanford-openie-python ) package. Numbers vary slightly between runs.
152+
151153** Benchmark Hardware:**
152154- ** GPU tests:** NVIDIA RTX 5090 (32GB VRAM), CUDA 12.x
153155- ** CPU tests:** AMD Ryzen 7 9800X3D (8-Core, 16 threads), 48GB RAM
@@ -158,7 +160,7 @@ extractor = OpenIEExtractor(speed_preset="ultra") # 28.22/s, minimal triplets
158160#### GPU-Accelerated
159161* Workstations, GPU servers, batch processing pipelines*
160162
161- BFS mode with CUDA acceleration - ** 2.1x more triplets:**
163+ BFS mode with CUDA acceleration - ** ~ 1.9x more triplets vs default Balanced mode :**
162164
163165| Mode | Configuration | Hardware | Use Case |
164166| ------| --------------| ----------| ----------|
You can’t perform that action at this time.
0 commit comments