StefanH commited on
Commit
20d04cd
·
1 Parent(s): 6adf156

init commit, samples loading TODO

Browse files
Files changed (39) hide show
  1. .gitattributes +36 -0
  2. .gitignore +3 -0
  3. in-domain/ag_news.json +3 -0
  4. in-domain/aspect-normalized/ag_news.json +3 -0
  5. in-domain/aspect-normalized/clinc_150.json +3 -0
  6. in-domain/aspect-normalized/dbpedia.json +3 -0
  7. in-domain/aspect-normalized/emotion.json +3 -0
  8. in-domain/aspect-normalized/go_emotion.json +3 -0
  9. in-domain/aspect-normalized/sentiment_tweets_2020.json +3 -0
  10. in-domain/aspect-normalized/sgd.json +3 -0
  11. in-domain/aspect-normalized/slurp.json +3 -0
  12. in-domain/aspect-normalized/yahoo.json +3 -0
  13. in-domain/clinc_150.json +3 -0
  14. in-domain/dbpedia.json +3 -0
  15. in-domain/emotion.json +3 -0
  16. in-domain/go_emotion.json +3 -0
  17. in-domain/sentiment_tweets_2020.json +3 -0
  18. in-domain/sgd.json +3 -0
  19. in-domain/slurp.json +3 -0
  20. in-domain/yahoo.json +3 -0
  21. out-of-domain/amazon_polarity.json +3 -0
  22. out-of-domain/aspect-normalized/amazon_polarity.json +3 -0
  23. out-of-domain/aspect-normalized/banking77.json +3 -0
  24. out-of-domain/aspect-normalized/consumer_finance.json +3 -0
  25. out-of-domain/aspect-normalized/finance_sentiment.json +3 -0
  26. out-of-domain/aspect-normalized/multi_eurlex.json +3 -0
  27. out-of-domain/aspect-normalized/nlu_evaluation.json +3 -0
  28. out-of-domain/aspect-normalized/patent.json +3 -0
  29. out-of-domain/aspect-normalized/snips.json +3 -0
  30. out-of-domain/aspect-normalized/yelp.json +3 -0
  31. out-of-domain/banking77.json +3 -0
  32. out-of-domain/consumer_finance.json +3 -0
  33. out-of-domain/finance_sentiment.json +3 -0
  34. out-of-domain/multi_eurlex.json +3 -0
  35. out-of-domain/nlu_evaluation.json +3 -0
  36. out-of-domain/patent.json +3 -0
  37. out-of-domain/snips.json +3 -0
  38. out-of-domain/yelp.json +3 -0
  39. utcd.py +0 -0
.gitattributes CHANGED
@@ -52,3 +52,39 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ in-domain/aspect-normalized/dbpedia.json filter=lfs diff=lfs merge=lfs -text
56
+ out-of-domain/nlu_evaluation.json filter=lfs diff=lfs merge=lfs -text
57
+ in-domain/aspect-normalized/ag_news.json filter=lfs diff=lfs merge=lfs -text
58
+ in-domain/clinc_150.json filter=lfs diff=lfs merge=lfs -text
59
+ out-of-domain/consumer_finance.json filter=lfs diff=lfs merge=lfs -text
60
+ in-domain/aspect-normalized/slurp.json filter=lfs diff=lfs merge=lfs -text
61
+ in-domain/aspect-normalized/yahoo.json filter=lfs diff=lfs merge=lfs -text
62
+ in-domain/yahoo.json filter=lfs diff=lfs merge=lfs -text
63
+ out-of-domain/aspect-normalized/banking77.json filter=lfs diff=lfs merge=lfs -text
64
+ out-of-domain/aspect-normalized/finance_sentiment.json filter=lfs diff=lfs merge=lfs -text
65
+ in-domain/ag_news.json filter=lfs diff=lfs merge=lfs -text
66
+ in-domain/slurp.json filter=lfs diff=lfs merge=lfs -text
67
+ out-of-domain/aspect-normalized/consumer_finance.json filter=lfs diff=lfs merge=lfs -text
68
+ out-of-domain/patent.json filter=lfs diff=lfs merge=lfs -text
69
+ out-of-domain/snips.json filter=lfs diff=lfs merge=lfs -text
70
+ out-of-domain/amazon_polarity.json filter=lfs diff=lfs merge=lfs -text
71
+ out-of-domain/aspect-normalized/patent.json filter=lfs diff=lfs merge=lfs -text
72
+ out-of-domain/finance_sentiment.json filter=lfs diff=lfs merge=lfs -text
73
+ in-domain/aspect-normalized/emotion.json filter=lfs diff=lfs merge=lfs -text
74
+ in-domain/aspect-normalized/sgd.json filter=lfs diff=lfs merge=lfs -text
75
+ in-domain/dbpedia.json filter=lfs diff=lfs merge=lfs -text
76
+ in-domain/emotion.json filter=lfs diff=lfs merge=lfs -text
77
+ in-domain/go_emotion.json filter=lfs diff=lfs merge=lfs -text
78
+ out-of-domain/yelp.json filter=lfs diff=lfs merge=lfs -text
79
+ in-domain/aspect-normalized/sentiment_tweets_2020.json filter=lfs diff=lfs merge=lfs -text
80
+ in-domain/sgd.json filter=lfs diff=lfs merge=lfs -text
81
+ in-domain/sentiment_tweets_2020.json filter=lfs diff=lfs merge=lfs -text
82
+ out-of-domain/aspect-normalized/nlu_evaluation.json filter=lfs diff=lfs merge=lfs -text
83
+ out-of-domain/banking77.json filter=lfs diff=lfs merge=lfs -text
84
+ out-of-domain/aspect-normalized/yelp.json filter=lfs diff=lfs merge=lfs -text
85
+ out-of-domain/multi_eurlex.json filter=lfs diff=lfs merge=lfs -text
86
+ in-domain/aspect-normalized/clinc_150.json filter=lfs diff=lfs merge=lfs -text
87
+ in-domain/aspect-normalized/go_emotion.json filter=lfs diff=lfs merge=lfs -text
88
+ out-of-domain/aspect-normalized/amazon_polarity.json filter=lfs diff=lfs merge=lfs -text
89
+ out-of-domain/aspect-normalized/multi_eurlex.json filter=lfs diff=lfs merge=lfs -text
90
+ out-of-domain/aspect-normalized/snips.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .idea/
2
+ .vscode/
3
+ .DS_Store
in-domain/ag_news.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e62cb2b6955e1c1f034b9306f239467ab5e48c306f2c638575ba9f4db429b6
3
+ size 32887724
in-domain/aspect-normalized/ag_news.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41970c2ef8aa491b04d9d1389d14584631b3615a465800d791f6b14158592e79
3
+ size 2597462
in-domain/aspect-normalized/clinc_150.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455954a35ff5778f2546bdbdb4ffd215bd0bc3308fe7f23719c10fe0b27d69d9
3
+ size 1208606
in-domain/aspect-normalized/dbpedia.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af38cdc26e6bfbf1aa7385afa5725cd62bc93c954976de80b97e8dd7f3f2959
3
+ size 25261354
in-domain/aspect-normalized/emotion.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013a884e281b4d7ad6e6fc36ee1bc36be6e2690e8496ec82184a61e84e1be18c
3
+ size 949558
in-domain/aspect-normalized/go_emotion.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28399b2432a9d4dbdcf5dd139d1eefe58c631cf4c10850e2e2b4d81b6e60b477
3
+ size 2102245
in-domain/aspect-normalized/sentiment_tweets_2020.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74de900f034cba1e1c953eb9cb4700045438ae9f49c2f646fb20981884fb3427
3
+ size 3696968
in-domain/aspect-normalized/sgd.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc60f4ac4b47b11f50f7de824aa2e5519f7fcf2076bd9924f87853116c7554bc
3
+ size 24237549
in-domain/aspect-normalized/slurp.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf620ac4e2352582ddb8274dbe1e7f92ebf6afd5054e66b1fc042bc2e67d507
3
+ size 818159
in-domain/aspect-normalized/yahoo.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9db2ecaa960134e27893e8224081f117e8b36948b8b16c08088f9a585b7e53
3
+ size 7495458
in-domain/clinc_150.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f83e8c042fc85622708cc44c9f48b16899086ce52eb398716cd13c71b73e7c
3
+ size 1208596
in-domain/dbpedia.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57064c72c1bf19e9dbe91750abb220bec0109ca440bb66e87584e06e311977b3
3
+ size 194702476
in-domain/emotion.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39cb08d0827ad8f5742303845dd465d84b677405a9a60d8283a65f92d97d55d
3
+ size 2006746
in-domain/go_emotion.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef6fb15b5b581230224801be8a7cfbce5409758df144c2322442707dd5f4960
3
+ size 4377982
in-domain/sentiment_tweets_2020.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6da02eaf546dd5df617ab2f17d140922cd3d8c085606802cd7e5ada54b1a77cb
3
+ size 7086623
in-domain/sgd.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9771e6465e979cdb21fb5d7d172f08262d56ffb08fa03a87a3a9aa4b158cfe9e
3
+ size 24237539
in-domain/slurp.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0939a32bcecf3b21f039c52410d91a0bb5309f9d6e95cf821df1a7b081d65247
3
+ size 818149
in-domain/yahoo.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6618cd9994e1d914feb709c20988e96a102b9e9ca74ae4bdb2a20e47b48b8171
3
+ size 121523721
out-of-domain/amazon_polarity.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bee41f9d15442aea588e66a9f4370d472cebf9f95cdb75729677b54380622c4
3
+ size 1692890541
out-of-domain/aspect-normalized/amazon_polarity.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0561b1027803bf95523f77f7af9d6f0e2157f9db6514cefdea7d27892b454fba
3
+ size 185233304
out-of-domain/aspect-normalized/banking77.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd55e1f4152dd3fe8b5cd683d3804e2d98d331214fefd37ff1e64aed0a937071
3
+ size 1169290
out-of-domain/aspect-normalized/consumer_finance.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f2a19ed10548b1963085dbfea4342e7d40f2d444c27e4bd648c6c3340a1dd3f
3
+ size 228367214
out-of-domain/aspect-normalized/finance_sentiment.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:410eaff49e64e97c3d40403a380b5af6d2caca4643aa7d488506b275a5504c83
3
+ size 65311
out-of-domain/aspect-normalized/multi_eurlex.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecefa557e1aed024a4922fdbe7163e10d777daefed9a16129abb2208aa09f658
3
+ size 84858957
out-of-domain/aspect-normalized/nlu_evaluation.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48478ade343d35d6c93fd2b1f1f51322173d5ba690b93b42cec57dbe2022c58f
3
+ size 1481566
out-of-domain/aspect-normalized/patent.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2f5c229c3c46054a68d6ff37502f3a43a9f7240a745f7f56990f28d360e30f
3
+ size 122819076
out-of-domain/aspect-normalized/snips.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46335e0a275a3c3eb3493d9d6e01ff467e864027ac38845a461ae81002780363
3
+ size 1016757
out-of-domain/aspect-normalized/yelp.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b58ac52c321d543f5923e830d4be58df508598f4698074a210ebdac5e3ee2b
3
+ size 42853636
out-of-domain/banking77.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a194bcbb147b5dd19059353bad4999df4d89b9a654775bbd20d53a1cea64dd6
3
+ size 1169280
out-of-domain/consumer_finance.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d63e35d23713cfa3cfa90b6d00dca20e18379de1385f3e017f605add6781bb79
3
+ size 915186453
out-of-domain/finance_sentiment.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549c7ef7873a7c68e1d46503ce8ea3dd15dde20428d55ed1e1312d32bbc5ef62
3
+ size 315504
out-of-domain/multi_eurlex.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39a548533e8b76c547157c36d5acae7f936f6fed87c8bda71e299854aba7ec0
3
+ size 453539796
out-of-domain/nlu_evaluation.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca64e97c2b22d644641ca4e396335094a68c4350a4ad2ceb51847023d9be7e9e
3
+ size 1481556
out-of-domain/patent.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddfbe5172cb17ba41c6e2ea2ef06b63a7894582dcbc4f16e6883a6e66bf8144d
3
+ size 562818027
out-of-domain/snips.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c56631814a445648144716a43a9a38fcb38e13c7482bd5a63895d4a57ea80b51
3
+ size 1016747
out-of-domain/yelp.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c713b3c3eb906e154f82792ab9cd07acff0bcab4376b1efce16e5cb5e81523
3
+ size 528291595
utcd.py ADDED
File without changes