refactor: standardize prompt parameter naming and enhance benchmark base class
- Changed all prompt parameters from '{text}' to '{input}' for consistency
- Enhanced Benchmark base class with prompt loading and validation
- Added test data loading functionality with proper error handling
- Improved initialization to accept prompt path and test data directory
- Added validation for prompt format and file existence
- Implemented structured test data loading from directory
```
The commit message follows conventional commit format with a clear title and descriptive body explaining the changes and their purpose.
This commit is contained in:
@@ -15,4 +15,4 @@ Example:
|
||||
[User supplies text]
|
||||
[Model outputs only the summary in Russian, no code or tables]
|
||||
|
||||
'{text}'
|
||||
'{input}'
|
||||
|
||||
Reference in New Issue
Block a user