Explanation
Project Structure
organization-sic-classifier-for-smart-foodsheds/
|
|-- data/
|
|-- src/
| |
| |-- bert/
| | |-- test_bert.py
| | └-- train_bert.py
| |
| |-- gpt-4o-mini/
| | |-- evaluation.py
| | |-- inference.py
| | └-- instructions.txt
| |
| |-- longformer/
| | |-- test_longformer.py
| | └-- train_longformer.py
| |
| |-- roberta/
| |-- test_roberta.py
| └-- train_roberta.py
|
|-- LICENSE
|-- README.md
|-- component.yml
|-- requirements.txt