Muennighoff commited on
Commit
3c3f505
verified
1 Parent(s): 089ab3d

Scheduled Commit

Browse files
data/retrieval_individual-af410ee3-7691-4d91-abd0-61898a8363dc.jsonl CHANGED
@@ -108,3 +108,7 @@
108
  {"tstamp": 1739869257.5171, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1739869257.1564, "finish": 1739869257.5171, "ip": "", "conv_id": "d5732b7f83f941a796cd64ad3486d024", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "parle moi du puy en velay", "output": [["parle moi du puy en velay", "Le Puy-en-Velay\n\nLe Puy-en-Velay (, literally Le Puy in Velay; ) is the prefecture of the Haute-Loire department in the Auvergne-Rh么ne-Alpes region of south-central France.\nLocated near the river Loire, the city is famous for its cathedral, for a kind of lentil, for its lace-making, as well as for being the origin of the Chemin du Puy, one of the principal origin points of the pilgrimage route of Santiago de Compostela in France. In 2017, the commune had a population of 18,995."]], "corpus": "wikipedia"}
109
  {"tstamp": 1739869313.6616, "task_type": "retrieval", "type": "chat", "model": "jinaai/jina-embeddings-v2-base-en", "gen_params": {}, "start": 1739869313.4033, "finish": 1739869313.6616, "ip": "", "conv_id": "e9edfc90e24f4016bdb858fae051d4bd", "model_name": "jinaai/jina-embeddings-v2-base-en", "prompt": "what is the difference between data and storage on an iphone?", "output": [["what is the difference between data and storage on an iphone?", "Stackoverflow Stackexchange\n\nQ: What is the shortest way of getting localized name of builtin Windows user account? I need to call CreateProcessWithLogonW, for which I need to pass builtin account name (say Administrator). The problem is that builtin account names are localized. For example in French its \"Administrateur\" and when I pass \"Administrator\" to the function, it returns ERROR_LOGON_FAILURE.\nIn order to get a builtin account name, I can pass its SID to LookupAccountBySid. Pretty easy. The problem is that, according to this, the SID I need to pass is following:\nS-1-5-21domain-500\nHow do I get the domain part?\nI found this code, but in order to get current user's SID (from where I could get the domain part), it calls chain of functions including OpenProcessToken, GetTokenInformation, HeapAlloc, GetSidIdentifierAuthority, GetSidSubAuthorityCount, GetSidSubAuthority... \nThis would be rather insane for getting simple domain string. Is there a shorter way to do this?\n"]], "corpus": "stackexchange"}
110
  {"tstamp": 1739869313.6616, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1739869313.4033, "finish": 1739869313.6616, "ip": "", "conv_id": "f2e1a803c6784007a2da54c779f18cba", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "what is the difference between data and storage on an iphone?", "output": [["what is the difference between data and storage on an iphone?", "Apple Stackexchange\n\nQ: My storage was not updated I just changed my storage plan for 50 GB for $0.99 per month. When i went on settings>General>Storage and icloud usage, where it said storage above it i didnt have more storage. But the second box, where it said icloud abov it had upgraded to 50 GB. But i dont have any more storage for me to be able to get more apps etc. \n\nA: Your iCloud storage is how much data you can keep online, in the cloud.\nThis is variable, depending on how much you pay, for what you need. Your first 5GB is free.\nThe iPhone itself has a fixed hardware memory, or space, which can only be chosen when you buy it, in 8, 16, 32, 64, 128, or 256 GB configurations.\nThe total you see in Settings > General > Storage will never be quite this figure, as some of that is needed for the formatting of the memory & the data structure itself.\nThis memory is where it stores all apps, music, documents etc that your phone can use.\n\n"]], "corpus": "stackexchange"}
 
 
 
 
 
108
  {"tstamp": 1739869257.5171, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1739869257.1564, "finish": 1739869257.5171, "ip": "", "conv_id": "d5732b7f83f941a796cd64ad3486d024", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "parle moi du puy en velay", "output": [["parle moi du puy en velay", "Le Puy-en-Velay\n\nLe Puy-en-Velay (, literally Le Puy in Velay; ) is the prefecture of the Haute-Loire department in the Auvergne-Rh么ne-Alpes region of south-central France.\nLocated near the river Loire, the city is famous for its cathedral, for a kind of lentil, for its lace-making, as well as for being the origin of the Chemin du Puy, one of the principal origin points of the pilgrimage route of Santiago de Compostela in France. In 2017, the commune had a population of 18,995."]], "corpus": "wikipedia"}
109
  {"tstamp": 1739869313.6616, "task_type": "retrieval", "type": "chat", "model": "jinaai/jina-embeddings-v2-base-en", "gen_params": {}, "start": 1739869313.4033, "finish": 1739869313.6616, "ip": "", "conv_id": "e9edfc90e24f4016bdb858fae051d4bd", "model_name": "jinaai/jina-embeddings-v2-base-en", "prompt": "what is the difference between data and storage on an iphone?", "output": [["what is the difference between data and storage on an iphone?", "Stackoverflow Stackexchange\n\nQ: What is the shortest way of getting localized name of builtin Windows user account? I need to call CreateProcessWithLogonW, for which I need to pass builtin account name (say Administrator). The problem is that builtin account names are localized. For example in French its \"Administrateur\" and when I pass \"Administrator\" to the function, it returns ERROR_LOGON_FAILURE.\nIn order to get a builtin account name, I can pass its SID to LookupAccountBySid. Pretty easy. The problem is that, according to this, the SID I need to pass is following:\nS-1-5-21domain-500\nHow do I get the domain part?\nI found this code, but in order to get current user's SID (from where I could get the domain part), it calls chain of functions including OpenProcessToken, GetTokenInformation, HeapAlloc, GetSidIdentifierAuthority, GetSidSubAuthorityCount, GetSidSubAuthority... \nThis would be rather insane for getting simple domain string. Is there a shorter way to do this?\n"]], "corpus": "stackexchange"}
110
  {"tstamp": 1739869313.6616, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1739869313.4033, "finish": 1739869313.6616, "ip": "", "conv_id": "f2e1a803c6784007a2da54c779f18cba", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "what is the difference between data and storage on an iphone?", "output": [["what is the difference between data and storage on an iphone?", "Apple Stackexchange\n\nQ: My storage was not updated I just changed my storage plan for 50 GB for $0.99 per month. When i went on settings>General>Storage and icloud usage, where it said storage above it i didnt have more storage. But the second box, where it said icloud abov it had upgraded to 50 GB. But i dont have any more storage for me to be able to get more apps etc. \n\nA: Your iCloud storage is how much data you can keep online, in the cloud.\nThis is variable, depending on how much you pay, for what you need. Your first 5GB is free.\nThe iPhone itself has a fixed hardware memory, or space, which can only be chosen when you buy it, in 8, 16, 32, 64, 128, or 256 GB configurations.\nThe total you see in Settings > General > Storage will never be quite this figure, as some of that is needed for the formatting of the memory & the data structure itself.\nThis memory is where it stores all apps, music, documents etc that your phone can use.\n\n"]], "corpus": "stackexchange"}
111
+ {"tstamp": 1739870034.6442, "task_type": "retrieval", "type": "chat", "model": "embed-english-v3.0", "gen_params": {}, "start": 1739870032.0031, "finish": 1739870034.6442, "ip": "", "conv_id": "4dfb8b6416e3419face9ca281a22e328", "model_name": "embed-english-v3.0", "prompt": "I am happy!", "output": [["I am happy!", "Happiness\n\nHappiness is a positive and pleasant emotion, ranging from contentment to intense joy. Moments of happiness may be triggered by positive life experiences or thoughts, but sometimes it may arise from no obvious cause. The level of happiness for longer periods of time is more strongly correlated with levels of life satisfaction, subjective well-being, flourishing and eudaimonia. In common usage, the word happy can be an appraisal of those measures themselves or as a shorthand for a \"source\" of happiness (for example, \"find happiness in life\" as in finding the meaning in life). As with any emotion, the precise definition of happiness has been a perennial debate in philosophy.\nDefinitions\n\"Happiness\" is subject to debate on usage and meaning, and on possible differences in understanding by culture.\nThe word is mostly used in relation to two factors:\nthe current experience of the feeling of an emotion (affect) such as pleasure or joy, or of a more general sense of 'emotional condition as a whole'. For instance Daniel Kahneman has defined happiness as \"what I experience here and now\". This usage is prevalent in dictionary definitions of happiness."]], "corpus": "wikipedia"}
112
+ {"tstamp": 1739870034.6442, "task_type": "retrieval", "type": "chat", "model": "text-embedding-004", "gen_params": {}, "start": 1739870032.0031, "finish": 1739870034.6442, "ip": "", "conv_id": "6571b71ce56a4baa9c6794a2eab762c7", "model_name": "text-embedding-004", "prompt": "I am happy!", "output": [["I am happy!", "Joy\n\nJoy is the state of being that allows one to experience feelings of intense, long-lasting happiness and satisfaction of life. It is closely related to, and often evoked by, well-being, success, or good fortune. Happiness, pleasure, and gratitude are closely related to joy but are not identical to it."]], "corpus": "wikipedia"}
113
+ {"tstamp": 1739870084.6397, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1739870082.4996, "finish": 1739870084.6397, "ip": "", "conv_id": "f90c40794c0240e289f9747acc6c980a", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "where is cuba located on a world map", "output": [["where is cuba located on a world map", "Geography of Cuba\n\nCuba lies west of the North Atlantic Ocean, east of the Gulf of Mexico, south of the Straits of Florida, northwest of the Windward Passage, and northeast of the Yucat谩n Channel. The main island (Cuba), at , makes up most of the land area and is the 17th-largest island in the world by land area.\nThe island is long and across its widest points and across its narrowest points. The largest island outside the main island is the Isla de la Juventud (Isle of Youth) in the southwest, with an area of .\nThe main island consists mostly of flat to rolling plains. At the southeastern end is the Sierra Maestra, a range of steep mountains whose highest point is the Pico Turquino at .\nHavana is the largest city and capital; other major cities include Santiago de Cuba and Camag眉ey. Better-known smaller towns include Baracoa, which was the first Spanish settlement on Cuba, Trinidad, a UNESCO world heritage site, and Bayamo.\nPhysical geography\nCuba is located west of Haiti across the Windward Passage, south of The Bahamas (Cay Lobos), south of the United States (Key West, Florida), east of Mexico, and north of Jamaica. It was made in three stages."]], "corpus": "wikipedia"}
114
+ {"tstamp": 1739870084.6397, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1739870082.4996, "finish": 1739870084.6397, "ip": "", "conv_id": "ee02efe3077c435ea8e0f83a69010c75", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "where is cuba located on a world map", "output": [["where is cuba located on a world map", "Geography of Cuba\n\nCuba lies west of the North Atlantic Ocean, east of the Gulf of Mexico, south of the Straits of Florida, northwest of the Windward Passage, and northeast of the Yucat谩n Channel. The main island (Cuba), at , makes up most of the land area and is the 17th-largest island in the world by land area.\nThe island is long and across its widest points and across its narrowest points. The largest island outside the main island is the Isla de la Juventud (Isle of Youth) in the southwest, with an area of .\nThe main island consists mostly of flat to rolling plains. At the southeastern end is the Sierra Maestra, a range of steep mountains whose highest point is the Pico Turquino at .\nHavana is the largest city and capital; other major cities include Santiago de Cuba and Camag眉ey. Better-known smaller towns include Baracoa, which was the first Spanish settlement on Cuba, Trinidad, a UNESCO world heritage site, and Bayamo.\nPhysical geography\nCuba is located west of Haiti across the Windward Passage, south of The Bahamas (Cay Lobos), south of the United States (Key West, Florida), east of Mexico, and north of Jamaica. It was made in three stages."]], "corpus": "wikipedia"}