|
|
преди 1 година | |
|---|---|---|
| .. | ||
| README.MD | преди 1 година | |
| base_data_ocr.json | преди 1 година | |
| base_data_text.json | преди 1 година | |
| config_init_to_json.py | преди 1 година | |
| json_files.zip | преди 1 година | |
| ocr_badcase.py | преди 1 година | |
| text_badcase.py | преди 1 година | |
python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip ocr_overall base_data_ocr.json
python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip ocr_overall base_data_ocr.json --badcase_path ocr_badcase
Command without badcase output:
python text_badcase.py pdf_json_label_0306.json pdf_json_label_0229.json json_files.zip text_overall base_data_text.json
Command with badcase output:
python text_badcase.py pdf_json_label_0306.json pdf_json_label_0229.json json_files.zip text_overall base_data_text.json --badcase_path text_badcase
Command with upload to s3:
add the following arguments to the command
--s3_bucket_name llm-process-pperf --s3_file_directory qa-validate/pdf-datasets/badcase --AWS_ACCESS_KEY Your AK --AWS_SECRET_KEY Your SK --END_POINT_URL Your Endpoint