Datasets:
Tasks:
Image-Text-to-Text
Formats:
parquet
Languages:
Portuguese
Size:
< 1K
ArXiv:
Tags:
ocr
benchmark
document-understanding
brazilian-portuguese
text-recognition
handwriting-recognition
License:
add evaluation notebook and frozen requirements
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Requirements for model_evaluation.ipynb
|
| 2 |
+
# Install with: pip install -r requirements.txt
|
| 3 |
+
#
|
| 4 |
+
# Note: vLLM requires a CUDA-capable GPU and Linux.
|
| 5 |
+
# See https://docs.vllm.ai/en/latest/getting_started/installation.html for GPU-specific install instructions.
|
| 6 |
+
|
| 7 |
+
vllm==0.16.0
|
| 8 |
+
openai==1.109.1
|
| 9 |
+
pandas==2.3.3
|
| 10 |
+
numpy==2.2.6
|
| 11 |
+
httpx==0.28.1
|
| 12 |
+
tqdm==4.67.1
|
| 13 |
+
nest_asyncio==1.6.0
|
| 14 |
+
nltk==3.9.2
|
| 15 |
+
Levenshtein==0.27.3
|
| 16 |
+
datasets==3.0.0
|