File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/target_tools/real-world-llms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# 🧠 TypeEvalPy: Type Inference Evaluation for Python
22
33This adapter provides tools for:
4- - Preprocessing the [ ManyTypes4Py] ( https://github.com/saltudelft/many-types-4-py ) dataset
4+ - Preprocessing the [ ManyTypes4Py] ( https://github.com/saltudelft/many-types-4-py-dataset ) dataset
55- Running type inference using large language models (LLMs)
66- Analyzing and evaluating results on real-world Python benchmarks
77
88---
99
1010## 📦 1. Data Preprocessing
1111
12- Start by downloading and preparing the [ ManyTypes4Py] ( https://github.com/saltudelft/many-types-4-py ) dataset.
12+ Start by downloading and preparing the [ ManyTypes4Py] ( https://github.com/saltudelft/many-types-4-py-dataset ) dataset.
1313
1414### Steps:
1515
@@ -53,4 +53,4 @@ After inference is complete, go to result_analyzer module and evaluate the predi
5353python3 large_scale_analysis.py
5454` ` `
5555
56- This will generate ` ` ` analysis.txt` ` ` in the model results.
56+ This will generate ` ` ` analysis.txt` ` ` in the model results.
You can’t perform that action at this time.
0 commit comments