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 899 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
23
24
25
26
27
28
29
  1. /vocab.plk
  2. /checkpoint.pth
  3. /config.json
  4. /submission.csv
  5. /mlp_checkpoint.pth
  6. /mlp_config.json
  7. /lstm_checkpoint.pth
  8. /lstm_config.json
  9. /mlp_submission.csv
  10. /lstm_submission.csv
  11. /cnn_submission.csv
  12. /cnn_checkpoint.pth
  13. /bert-lstm_checkpoint.pth
  14. /bert-lstm_submission.csv
  15. /bert-bert-large-uncased-basic_checkpoint.pth
  16. /bert-bert-large-uncased-basic_submission.csv
  17. /roberta-roberta-large-basic_checkpoint.pth
  18. /roberta-roberta-large-basic_submission.csv
  19. /xlnet-xlnet-large-cased-basic_checkpoint.pth
  20. /xlnet-xlnet-large-cased-basic_submission.csv
  21. /ensemble.csv
  22. /bert-bert-large-uncased-cnn_checkpoint.pth
  23. /bert-bert-large-uncased-cnn_submission.csv
  24. /roberta-roberta-large-cnn_checkpoint.pth
  25. /roberta-roberta-large-cnn_submission.csv
  26. /xlnet-xlnet-large-cased-cnn_checkpoint.pth
  27. /xlnet-xlnet-large-cased-cnn_submission.csv
  28. /albert-albert-xlarge-v2-cnn_checkpoint.pth
  29. /albert-albert-xlarge-v2-cnn_submission.csv
Tip!

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

Comments

Loading...