File size: 509 Bytes
ed4035b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
huggingface_model_repo/ β βββ README.md βββ requirements.txt βββ LICENSE βββ config/ β βββ config.json βββ data/ β βββ train.csv β βββ valid.csv β βββ test.csv βββ scripts/ β βββ train.py β βββ eval.py β βββ predict.py β βββ orchestrator.py βββ model/ β βββ model.py β βββ tokenizer.py β βββ __init__.py βββ notebooks/ βββ fine_tune.ipynb |