update huggingface code

This commit is contained in:
Aladdin Persson
2023-03-21 12:08:53 +01:00
parent e4659fe56a
commit 8f559d3303
7 changed files with 932 additions and 0 deletions

6
.gitignore vendored
View File

@@ -4,3 +4,9 @@ ML/algorithms/svm/__pycache__/utils.cpython-38.pyc
__pycache__/
*.pth.tar
*.DS_STORE
ML/Pytorch/huggingface/train.csv
ML/Pytorch/huggingface/validation.csv
ML/Pytorch/huggingface/test.csv
ML/Pytorch/huggingface/tb_logs/
ML/Pytorch/huggingface/checkpoints/
ML/Pytorch/huggingface/notebooks/