Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 342 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. data/
  2. models/
  3. .vscode/
  4. foldername/
  5. svm_classifier.ipynb
  6. /open_data
  7. /data_mini
  8. models_scripts/common/__pycache__
  9. .ipynb_checkpoints/
  10. .idea/*
  11. tmp_datafix.ipynb
  12. models_scripts/task2seq/checkpoints/
  13. models_scripts/decoder_training_checkpoints/
  14. data_external/
  15. **.DS_Store
  16. **.idea
  17. **__pycache__
  18. **.venv
  19. /data
  20. /data_archived
  21. **catboost_info
  22. /corpus
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...