Muennighoff
commited on
Scheduled Commit
Browse files
data/retrieval_battle-02ddbc43-8a77-4d21-b3a5-485d76c2003b.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tstamp": 1722223022.6009, "task_type": "retrieval", "type": "bothbadvote", "models": ["", ""], "ip": "", "0_conv_id": "776f02bd82f74b80aff4960db5817568", "0_model_name": "BM25", "0_prompt": "Which test was devised to determine whether robots can think?", "0_output": [["Which test was devised to determine whether robots can think?", "Stackoverflow Stackexchange\n\nQ: Controller Testing with Minitest and Devise failing In a Rails 3.28 application using Devise, I setup a controller that checks whether a user is logged in or not with if user_signed_in?. Once the tests hit this line, I always get a undefined method 'authenticate!' for nil:NilClass error. I wanted to test some code in a scenario that no user is logged in.\nI am thinking that I need to setup the tests according to the options specified in the Devise Wiki here, however, all the instructions pertain to rspec.\nIn particular, I think I need to have the following to work in minitest:\nRSpec.configure do |config|\n config.include Devise::TestHelpers, :type => :controller\n config.extend ControllerMacros, :type => :controller\nend\n\nHas anyone succeded in setting this up to have Devise work with minitest?\n\nA: Add the following to your minitest_helper.rb file:\nclass MiniTest::Rails::ActionController::TestCase\n include Devise::TestHelpers\nend\n\n"]], "0_corpus": "stackexchange", "1_conv_id": "d88e38d4fcfa46b08b4d9c9a414d77c7", "1_model_name": "nomic-ai/nomic-embed-text-v1.5", "1_prompt": "Which test was devised to determine whether robots can think?", "1_output": [["Which test was devised to determine whether robots can think?", "Stackoverflow Stackexchange\n\nQ: android - getting nullpointerexception for no specific reason I am working on an android project and as far as I know, I don't make any specific mistakes in my code that would lead to an exception. \nI get these two error lines everytime I run my project, but the rest of my code runs without any issues.\nThe NullPointerException doesn't have a concrete occurance location, which confuses me.\nI have already searched for similar issues. A possible solution was adding the READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE as uses-permission in my Android Manifest file, but to no avail.\n2020-02-28 XX:XX:XX.333 14615-14651/com.example.package_name E/Perf: Fail to get file list com.example.package_name\n2020-02-28 XX:XX:XX.333 14615-14651/com.example.package_name E/Perf: getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array\n\n\nA: The error was thrown by my OnePlus, on the android emulator there was no error shown\n"]], "1_corpus": "stackexchange"}
|
data/retrieval_individual-02ddbc43-8a77-4d21-b3a5-485d76c2003b.jsonl
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
{"tstamp": 1722222959.9785, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1722222943.427, "finish": 1722222959.9785, "ip": "", "conv_id": "776f02bd82f74b80aff4960db5817568", "model_name": "BM25", "prompt": "Which test was devised to determine whether robots can think?", "output": [["Which test was devised to determine whether robots can think?", "Stackoverflow Stackexchange\n\nQ: Controller Testing with Minitest and Devise failing In a Rails 3.28 application using Devise, I setup a controller that checks whether a user is logged in or not with if user_signed_in?. Once the tests hit this line, I always get a undefined method 'authenticate!' for nil:NilClass error. I wanted to test some code in a scenario that no user is logged in.\nI am thinking that I need to setup the tests according to the options specified in the Devise Wiki here, however, all the instructions pertain to rspec.\nIn particular, I think I need to have the following to work in minitest:\nRSpec.configure do |config|\n config.include Devise::TestHelpers, :type => :controller\n config.extend ControllerMacros, :type => :controller\nend\n\nHas anyone succeded in setting this up to have Devise work with minitest?\n\nA: Add the following to your minitest_helper.rb file:\nclass MiniTest::Rails::ActionController::TestCase\n include Devise::TestHelpers\nend\n\n"]], "corpus": "stackexchange"}
|
2 |
+
{"tstamp": 1722222959.9785, "task_type": "retrieval", "type": "chat", "model": "nomic-ai/nomic-embed-text-v1.5", "gen_params": {}, "start": 1722222943.427, "finish": 1722222959.9785, "ip": "", "conv_id": "d88e38d4fcfa46b08b4d9c9a414d77c7", "model_name": "nomic-ai/nomic-embed-text-v1.5", "prompt": "Which test was devised to determine whether robots can think?", "output": [["Which test was devised to determine whether robots can think?", "Stackoverflow Stackexchange\n\nQ: android - getting nullpointerexception for no specific reason I am working on an android project and as far as I know, I don't make any specific mistakes in my code that would lead to an exception. \nI get these two error lines everytime I run my project, but the rest of my code runs without any issues.\nThe NullPointerException doesn't have a concrete occurance location, which confuses me.\nI have already searched for similar issues. A possible solution was adding the READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE as uses-permission in my Android Manifest file, but to no avail.\n2020-02-28 XX:XX:XX.333 14615-14651/com.example.package_name E/Perf: Fail to get file list com.example.package_name\n2020-02-28 XX:XX:XX.333 14615-14651/com.example.package_name E/Perf: getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array\n\n\nA: The error was thrown by my OnePlus, on the android emulator there was no error shown\n"]], "corpus": "stackexchange"}
|