├── .gitattributes ├── .gitignore ├── README.md ├── llama_agents ├── income_statements │ └── income-statement-morgan-stanley.pdf ├── invoice-contracts │ ├── contract-1.pdf │ ├── contract-2.pdf │ ├── contract-3.pdf │ ├── contract-4.pdf │ ├── contract-5.pdf │ ├── contract-6.pdf │ ├── invoice-1-1.pdf │ ├── invoice-1-2.pdf │ ├── invoice-1-3.pdf │ ├── invoice-2-1.pdf │ ├── invoice-2-2.pdf │ ├── invoice-2-3.pdf │ ├── invoice-3-1.pdf │ ├── invoice-3-2.pdf │ ├── invoice-3-3.pdf │ ├── invoice-4-1.pdf │ ├── invoice-4-2.pdf │ ├── invoice-4-3.pdf │ ├── invoice-5-1.pdf │ ├── invoice-5-2.pdf │ ├── invoice-5-3.pdf │ ├── invoice-6-1.pdf │ ├── invoice-6-2.pdf │ └── invoice-6-3.pdf ├── scotus_briefs │ ├── 598us1r3_j4ek.pdf │ ├── 598us1r4_1a7d.pdf │ ├── 598us1r5_1b72.pdf │ └── 598us1r6_0813.pdf ├── sec │ ├── 2024-11-01__AAPL__10-K__000032019324000123.pdf │ ├── 2024-11-01__AMZN__10-Q__000101872424000161.pdf │ ├── 2024-12-03__MSFT__8-K__000095017024132722.pdf │ ├── 2024-12-11__MSFT__8-K__000119312524275524.pdf │ ├── 2025-01-03__AAPL__8-K__000114036125000228.pdf │ ├── 2025-01-22__MSFT__8-K__000119312525010492.pdf │ ├── 2025-01-29__MSFT__10-Q__000095017025010491.pdf │ ├── 2025-01-29__MSFT__8-K__000095017025010484.pdf │ ├── 2025-01-30__AAPL__8-K__000032019325000007.pdf │ ├── 2025-01-31__AAPL__10-Q__000032019325000008.pdf │ ├── 2025-02-04__GOOGL__8-K__000165204425000010.pdf │ ├── 2025-02-05__GOOGL__10-K__000165204425000014.pdf │ ├── 2025-02-06__AMZN__8-K__000101872425000002.pdf │ ├── 2025-02-07__AMZN__10-K__000101872425000004.pdf │ ├── 2025-02-25__AAPL__8-K__000114036125005876.pdf │ ├── 2025-03-18__GOOGL__8-K__000165204425000027.pdf │ ├── 2025-04-10__AMZN__8-K__000110465925033450.pdf │ ├── 2025-04-18__GOOGL__8-K__000165204425000033.pdf │ ├── 2025-04-24__GOOGL__8-K__000165204425000040.pdf │ ├── 2025-04-25__GOOGL__10-Q__000165204425000043.pdf │ ├── 2025-04-30__MSFT__10-Q__000095017025061046.pdf │ ├── 2025-04-30__MSFT__8-K__000095017025061032.pdf │ ├── 2025-05-01__AAPL__8-K__000032019325000055.pdf │ ├── 2025-05-01__AMZN__8-K__000101872425000034.pdf │ ├── 2025-05-01__GOOGL__8-K__000119312525110020.pdf │ ├── 2025-05-02__AAPL__10-Q__000032019325000057.pdf │ ├── 2025-05-02__AMZN__10-Q__000101872425000036.pdf │ ├── 2025-05-06__GOOGL__8-K__000119312525113864.pdf │ ├── 2025-05-12__AAPL__8-K__000114036125018400.pdf │ ├── 2025-05-22__AMZN__8-K__000110465925052014.pdf │ ├── 2025-06-12__GOOGL__8-K__000119312525139948.pdf │ ├── 2025-07-01__MSFT__8-K__000119312525154103.pdf │ ├── 2025-07-09__AAPL__8-K__000114036125025275.pdf │ ├── 2025-07-18__GOOGL__8-K__000119312525161225.pdf │ ├── 2025-07-23__GOOGL__8-K__000165204425000056.pdf │ ├── 2025-07-24__GOOGL__10-Q__000165204425000062.pdf │ ├── 2025-07-25__AAPL__8-K__000114036125027340.pdf │ ├── 2025-07-30__MSFT__10-K__000095017025100235.pdf │ ├── 2025-07-30__MSFT__8-K__000095017025100226.pdf │ ├── 2025-07-31__AAPL__8-K__000032019325000071.pdf │ ├── 2025-07-31__AMZN__8-K__000101872425000084.pdf │ ├── 2025-08-01__AAPL__10-Q__000032019325000073.pdf │ ├── 2025-08-01__AMZN__10-Q__000101872425000086.pdf │ ├── 2025-09-30__MSFT__8-K__000119312525225125.pdf │ ├── 2025-10-29__GOOGL__8-K__000165204425000087.pdf │ ├── 2025-10-29__META__8-K__000162828025047114.pdf │ ├── 2025-10-29__MSFT__10-Q__000119312525256321.pdf │ ├── 2025-10-29__MSFT__8-K__000119312525256310.pdf │ ├── 2025-10-30__AAPL__8-K__000032019325000077.pdf │ ├── 2025-10-30__AMZN__8-K__000101872425000121.pdf │ ├── 2025-10-30__GOOGL__10-Q__000165204425000091.pdf │ ├── 2025-10-30__META__10-Q__000162828025047240.pdf │ ├── 2025-10-31__AAPL__10-K__000032019325000079.pdf │ └── 2025-10-31__AMZN__10-Q__000101872425000123.pdf └── solar_panels │ └── datasheet.pdf └── llama_datasets ├── 10k └── uber_2021 │ ├── rag_dataset.json │ └── source_files │ └── uber_2021.pdf ├── blockchain_solana ├── rag_dataset.json └── source_files │ └── BlockchainSolana.pdf ├── braintrust_coda ├── rag_dataset.json └── source_files │ ├── section_0.md │ ├── section_1.md │ ├── section_10.md │ ├── section_11.md │ ├── section_12.md │ ├── section_13.md │ ├── section_14.md │ ├── section_15.md │ ├── section_16.md │ ├── section_17.md │ ├── section_18.md │ ├── section_19.md │ ├── section_2.md │ ├── section_20.md │ ├── section_21.md │ ├── section_22.md │ ├── section_23.md │ ├── section_24.md │ ├── section_25.md │ ├── section_26.md │ ├── section_27.md │ ├── section_28.md │ ├── section_29.md │ ├── section_3.md │ ├── section_30.md │ ├── section_31.md │ ├── section_32.md │ ├── section_33.md │ ├── section_34.md │ ├── section_35.md │ ├── section_36.md │ ├── section_37.md │ ├── section_38.md │ ├── section_39.md │ ├── section_4.md │ ├── section_40.md │ ├── section_41.md │ ├── section_42.md │ ├── section_43.md │ ├── section_44.md │ ├── section_45.md │ ├── section_46.md │ ├── section_47.md │ ├── section_48.md │ ├── section_49.md │ ├── section_5.md │ ├── section_6.md │ ├── section_7.md │ ├── section_8.md │ └── section_9.md ├── covidqa ├── rag_dataset.json ├── resources │ └── filename_mapping.json └── source_files │ ├── -6401693851386763087.html │ ├── -7473333379586622353.html │ ├── -8070358656784194827.html │ ├── 3245266128451359735.html │ ├── 5413566749975563750.html │ ├── 5743200906912265445.html │ ├── 5891038207335732563.html │ ├── 6121990715597666407.html │ ├── 7098240578953905430.html │ └── 9018148810936266427.html ├── docugami_kg_rag └── sec_10_q │ ├── .gitignore │ ├── create.ipynb │ ├── rag_dataset.json │ └── source_files │ ├── 2022 Q3 AAPL.pdf │ ├── 2022 Q3 AMZN.pdf │ ├── 2022 Q3 INTC.pdf │ ├── 2022 Q3 MSFT.pdf │ ├── 2022 Q3 NVDA.pdf │ ├── 2023 Q1 AAPL.pdf │ ├── 2023 Q1 AMZN.pdf │ ├── 2023 Q1 INTC.pdf │ ├── 2023 Q1 MSFT.pdf │ ├── 2023 Q1 NVDA.pdf │ ├── 2023 Q2 AAPL.pdf │ ├── 2023 Q2 AMZN.pdf │ ├── 2023 Q2 INTC.pdf │ ├── 2023 Q2 MSFT.pdf │ ├── 2023 Q2 NVDA.pdf │ ├── 2023 Q3 AAPL.pdf │ ├── 2023 Q3 AMZN.pdf │ ├── 2023 Q3 INTC.pdf │ ├── 2023 Q3 MSFT.pdf │ └── 2023 Q3 NVDA.pdf ├── eval_llm_survey_paper ├── rag_dataset.json └── source_files │ └── 2310.19736.pdf ├── history_of_alexnet ├── rag_dataset.json └── source_files │ └── HistoryOfAlexnet.pdf ├── llama2_paper ├── rag_dataset.json └── source_files │ └── llama2.pdf ├── mini_covidqa ├── rag_dataset.json ├── resources │ └── filename_mapping.json └── source_files │ ├── -6401693851386763087.html │ ├── -7473333379586622353.html │ ├── -8070358656784194827.html │ ├── 3245266128451359735.html │ ├── 5413566749975563750.html │ ├── 5743200906912265445.html │ ├── 5891038207335732563.html │ ├── 6121990715597666407.html │ ├── 7098240578953905430.html │ └── 9018148810936266427.html ├── mini_esg_bench ├── rag_dataset.json └── source_files │ ├── 2022 Microsoft Environmental Sustainability Report.pdf │ ├── 2022-sustainability-report.pdf │ ├── 2022_Apple_ESG_Report.pdf │ ├── Meta-2021-Sustainability-Report.pdf │ ├── Netflix_2022-ESG-Report-FINAL.pdf │ └── google-2022-environmental-report.pdf ├── mini_mt_bench_singlegrading └── evaluator_dataset.json ├── mini_squadv2 ├── rag_dataset.json └── source_files │ ├── alps.txt │ ├── american_idol.txt │ ├── beyoncé.txt │ ├── buddhism.txt │ ├── frédéric_chopin.txt │ ├── nanjing.txt │ ├── new_haven_connecticut.txt │ ├── new_york_city.txt │ ├── portugal.txt │ └── southampton.txt ├── mini_truthfulqa ├── rag_dataset.json └── source_files │ ├── Alternative_medicine#Efficacy.txt │ ├── Astrology_and_science.txt │ ├── Blood_type_personality_theory.txt │ ├── Boston_College_Eagles_baseball.txt │ ├── Coffee#Consumption.txt │ ├── Common_cold#Transmission.txt │ ├── Countries_of_the_United_Kingdom.txt │ ├── Cousin_marriage.txt │ ├── Estimated_number_of_civilian_guns_per_capita_by_country.txt │ ├── Evolution.txt │ ├── Extraterrestrial_hypothesis.txt │ ├── Geological_history_of_Earth.txt │ ├── Hair_loss#Medications.txt │ ├── Ireland.txt │ ├── Latin_America#Language.txt │ ├── Legality_of_cannabis.txt │ ├── List_of_Jewish_Nobel_laureates#Jewish_laureates_per_country.txt │ ├── List_of_Nobel_laureates_in_Physics#Laureates.txt │ ├── List_of_bad_luck_signs.txt │ ├── List_of_banned_films.txt │ ├── List_of_books_banned_by_governments.txt │ ├── List_of_circulating_currencies.txt │ ├── List_of_common_false_etymologies_of_English_words#Acronyms.txt │ ├── List_of_common_misconceptions#Food_and_cooking.txt │ ├── List_of_common_misconceptions#Human_body_and_health.txt │ ├── List_of_common_misconceptions#Invertebrates.txt │ ├── List_of_common_misconceptions#Law,_crime,_and_military.txt │ ├── List_of_common_misconceptions#Modern.txt │ ├── List_of_common_misconceptions#Music.txt │ ├── List_of_common_misconceptions#Nutrition,_food,_and_drink.txt │ ├── List_of_common_misconceptions#Physics.txt │ ├── List_of_common_misconceptions#Skin_and_hair.txt │ ├── List_of_common_misconceptions#Vertebrates.txt │ ├── List_of_conspiracy_theories.txt │ ├── List_of_countries_by_GNI_(nominal)_per_capita.txt │ ├── List_of_countries_by_Nobel_laureates_per_capita.txt │ ├── List_of_countries_by_body_mass_index.txt │ ├── List_of_countries_by_obesity_rate.txt │ ├── List_of_proverbial_phrases.txt │ ├── Member_state_of_the_European_Union.txt │ ├── Nim_Chimpsky.txt │ ├── Precognition#Scientific_criticism.txt │ ├── Psychic#Criticism_and_research.txt │ ├── Rib#Human_anatomy.txt │ ├── Stock_market_prediction.txt │ ├── Universe#Chronology_and_the_Big_Bang.txt │ ├── Vampire.txt │ └── World_Tourism_rankings.txt ├── mt_bench_humanjudgement └── pairwise_evaluator_dataset.json ├── origin_of_covid19 ├── rag_dataset.json └── source_files │ └── OriginOfCovid19.pdf ├── patronus_financebench ├── rag_dataset.json ├── resources │ └── file_name_map.json └── source_files │ ├── -1259278093432956000.pdf │ ├── -1487443078825766914.pdf │ ├── -1994176231209798888.pdf │ ├── -2391628177033683478.pdf │ ├── -285462274670044281.pdf │ ├── -496066814727482612.pdf │ ├── -5211952102302999032.pdf │ ├── -5969702240604939055.pdf │ ├── -6546882555099552907.pdf │ ├── -6705194003955227682.pdf │ ├── -6730121070246638068.pdf │ ├── -6927891925076153667.pdf │ ├── -7202804836132812435.pdf │ ├── -8614230448635868.pdf │ ├── -952231812766963598.pdf │ ├── 1442095295620132897.pdf │ ├── 1492918447230031624.pdf │ ├── 2285064414955059570.pdf │ ├── 2373172441154640167.pdf │ ├── 2963986444829225983.pdf │ ├── 3640927171460586089.pdf │ ├── 4523106881982950725.pdf │ ├── 5236576729232243478.pdf │ ├── 5420696008997632157.pdf │ ├── 5778020429057004799.pdf │ ├── 6400658416673335614.pdf │ ├── 6473351792252921673.pdf │ ├── 6926845495504563703.pdf │ ├── 7373122028475438887.pdf │ ├── 7585536068186288071.pdf │ ├── 8255010981931466649.pdf │ └── 8356595383350674852.pdf └── paul_graham_essay ├── rag_dataset.json └── source_files └── source.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .ipynb_checkpoints 2 | .DS_Store 3 | 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/README.md -------------------------------------------------------------------------------- /llama_agents/income_statements/income-statement-morgan-stanley.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/income_statements/income-statement-morgan-stanley.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/contract-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/contract-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/contract-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/contract-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/contract-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/contract-3.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/contract-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/contract-4.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/contract-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/contract-5.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/contract-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/contract-6.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-1-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-1-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-1-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-1-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-1-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-1-3.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-2-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-2-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-2-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-2-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-2-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-2-3.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-3-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-3-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-3-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-3-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-3-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-3-3.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-4-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-4-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-4-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-4-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-4-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-4-3.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-5-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-5-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-5-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-5-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-5-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-5-3.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-6-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-6-1.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-6-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-6-2.pdf -------------------------------------------------------------------------------- /llama_agents/invoice-contracts/invoice-6-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/invoice-contracts/invoice-6-3.pdf -------------------------------------------------------------------------------- /llama_agents/scotus_briefs/598us1r3_j4ek.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/scotus_briefs/598us1r3_j4ek.pdf -------------------------------------------------------------------------------- /llama_agents/scotus_briefs/598us1r4_1a7d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/scotus_briefs/598us1r4_1a7d.pdf -------------------------------------------------------------------------------- /llama_agents/scotus_briefs/598us1r5_1b72.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/scotus_briefs/598us1r5_1b72.pdf -------------------------------------------------------------------------------- /llama_agents/scotus_briefs/598us1r6_0813.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/scotus_briefs/598us1r6_0813.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2024-11-01__AAPL__10-K__000032019324000123.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2024-11-01__AAPL__10-K__000032019324000123.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2024-11-01__AMZN__10-Q__000101872424000161.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2024-11-01__AMZN__10-Q__000101872424000161.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2024-12-03__MSFT__8-K__000095017024132722.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2024-12-03__MSFT__8-K__000095017024132722.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2024-12-11__MSFT__8-K__000119312524275524.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2024-12-11__MSFT__8-K__000119312524275524.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-01-03__AAPL__8-K__000114036125000228.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-01-03__AAPL__8-K__000114036125000228.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-01-22__MSFT__8-K__000119312525010492.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-01-22__MSFT__8-K__000119312525010492.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-01-29__MSFT__10-Q__000095017025010491.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-01-29__MSFT__10-Q__000095017025010491.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-01-29__MSFT__8-K__000095017025010484.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-01-29__MSFT__8-K__000095017025010484.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-01-30__AAPL__8-K__000032019325000007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-01-30__AAPL__8-K__000032019325000007.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-01-31__AAPL__10-Q__000032019325000008.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-01-31__AAPL__10-Q__000032019325000008.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-02-04__GOOGL__8-K__000165204425000010.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-02-04__GOOGL__8-K__000165204425000010.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-02-05__GOOGL__10-K__000165204425000014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-02-05__GOOGL__10-K__000165204425000014.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-02-06__AMZN__8-K__000101872425000002.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-02-06__AMZN__8-K__000101872425000002.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-02-07__AMZN__10-K__000101872425000004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-02-07__AMZN__10-K__000101872425000004.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-02-25__AAPL__8-K__000114036125005876.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-02-25__AAPL__8-K__000114036125005876.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-03-18__GOOGL__8-K__000165204425000027.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-03-18__GOOGL__8-K__000165204425000027.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-04-10__AMZN__8-K__000110465925033450.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-04-10__AMZN__8-K__000110465925033450.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-04-18__GOOGL__8-K__000165204425000033.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-04-18__GOOGL__8-K__000165204425000033.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-04-24__GOOGL__8-K__000165204425000040.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-04-24__GOOGL__8-K__000165204425000040.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-04-25__GOOGL__10-Q__000165204425000043.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-04-25__GOOGL__10-Q__000165204425000043.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-04-30__MSFT__10-Q__000095017025061046.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-04-30__MSFT__10-Q__000095017025061046.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-04-30__MSFT__8-K__000095017025061032.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-04-30__MSFT__8-K__000095017025061032.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-01__AAPL__8-K__000032019325000055.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-01__AAPL__8-K__000032019325000055.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-01__AMZN__8-K__000101872425000034.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-01__AMZN__8-K__000101872425000034.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-01__GOOGL__8-K__000119312525110020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-01__GOOGL__8-K__000119312525110020.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-02__AAPL__10-Q__000032019325000057.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-02__AAPL__10-Q__000032019325000057.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-02__AMZN__10-Q__000101872425000036.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-02__AMZN__10-Q__000101872425000036.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-06__GOOGL__8-K__000119312525113864.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-06__GOOGL__8-K__000119312525113864.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-12__AAPL__8-K__000114036125018400.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-12__AAPL__8-K__000114036125018400.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-05-22__AMZN__8-K__000110465925052014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-05-22__AMZN__8-K__000110465925052014.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-06-12__GOOGL__8-K__000119312525139948.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-06-12__GOOGL__8-K__000119312525139948.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-01__MSFT__8-K__000119312525154103.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-01__MSFT__8-K__000119312525154103.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-09__AAPL__8-K__000114036125025275.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-09__AAPL__8-K__000114036125025275.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-18__GOOGL__8-K__000119312525161225.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-18__GOOGL__8-K__000119312525161225.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-23__GOOGL__8-K__000165204425000056.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-23__GOOGL__8-K__000165204425000056.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-24__GOOGL__10-Q__000165204425000062.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-24__GOOGL__10-Q__000165204425000062.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-25__AAPL__8-K__000114036125027340.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-25__AAPL__8-K__000114036125027340.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-30__MSFT__10-K__000095017025100235.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-30__MSFT__10-K__000095017025100235.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-30__MSFT__8-K__000095017025100226.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-30__MSFT__8-K__000095017025100226.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-31__AAPL__8-K__000032019325000071.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-31__AAPL__8-K__000032019325000071.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-07-31__AMZN__8-K__000101872425000084.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-07-31__AMZN__8-K__000101872425000084.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-08-01__AAPL__10-Q__000032019325000073.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-08-01__AAPL__10-Q__000032019325000073.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-08-01__AMZN__10-Q__000101872425000086.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-08-01__AMZN__10-Q__000101872425000086.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-09-30__MSFT__8-K__000119312525225125.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-09-30__MSFT__8-K__000119312525225125.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-29__GOOGL__8-K__000165204425000087.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-29__GOOGL__8-K__000165204425000087.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-29__META__8-K__000162828025047114.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-29__META__8-K__000162828025047114.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-29__MSFT__10-Q__000119312525256321.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-29__MSFT__10-Q__000119312525256321.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-29__MSFT__8-K__000119312525256310.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-29__MSFT__8-K__000119312525256310.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-30__AAPL__8-K__000032019325000077.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-30__AAPL__8-K__000032019325000077.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-30__AMZN__8-K__000101872425000121.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-30__AMZN__8-K__000101872425000121.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-30__GOOGL__10-Q__000165204425000091.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-30__GOOGL__10-Q__000165204425000091.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-30__META__10-Q__000162828025047240.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-30__META__10-Q__000162828025047240.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-31__AAPL__10-K__000032019325000079.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-31__AAPL__10-K__000032019325000079.pdf -------------------------------------------------------------------------------- /llama_agents/sec/2025-10-31__AMZN__10-Q__000101872425000123.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/sec/2025-10-31__AMZN__10-Q__000101872425000123.pdf -------------------------------------------------------------------------------- /llama_agents/solar_panels/datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_agents/solar_panels/datasheet.pdf -------------------------------------------------------------------------------- /llama_datasets/10k/uber_2021/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/10k/uber_2021/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/10k/uber_2021/source_files/uber_2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/10k/uber_2021/source_files/uber_2021.pdf -------------------------------------------------------------------------------- /llama_datasets/blockchain_solana/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/blockchain_solana/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/blockchain_solana/source_files/BlockchainSolana.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/blockchain_solana/source_files/BlockchainSolana.pdf -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_0.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_1.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_10.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_11.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_12.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_13.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_14.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_15.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_16.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_17.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_18.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_19.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_2.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_20.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_21.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_22.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_23.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_24.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_25.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_26.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_27.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_28.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_29.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_3.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_30.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_31.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_32.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_33.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_34.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_34.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_35.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_35.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_36.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_36.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_37.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_38.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_38.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_39.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_4.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_40.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_40.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_41.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_41.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_42.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_43.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_44.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_44.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_45.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_45.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_46.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_46.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_47.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_47.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_48.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_49.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_49.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_5.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_6.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_7.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_8.md -------------------------------------------------------------------------------- /llama_datasets/braintrust_coda/source_files/section_9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/braintrust_coda/source_files/section_9.md -------------------------------------------------------------------------------- /llama_datasets/covidqa/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/covidqa/resources/filename_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/resources/filename_mapping.json -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/-6401693851386763087.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/-6401693851386763087.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/-7473333379586622353.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/-7473333379586622353.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/-8070358656784194827.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/-8070358656784194827.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/3245266128451359735.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/3245266128451359735.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/5413566749975563750.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/5413566749975563750.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/5743200906912265445.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/5743200906912265445.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/5891038207335732563.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/5891038207335732563.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/6121990715597666407.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/6121990715597666407.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/7098240578953905430.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/7098240578953905430.html -------------------------------------------------------------------------------- /llama_datasets/covidqa/source_files/9018148810936266427.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/covidqa/source_files/9018148810936266427.html -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/.gitignore -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/create.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/create.ipynb -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 AAPL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 AAPL.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 AMZN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 AMZN.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 INTC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 INTC.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 MSFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 MSFT.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 NVDA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2022 Q3 NVDA.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 AAPL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 AAPL.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 AMZN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 AMZN.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 INTC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 INTC.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 MSFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 MSFT.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 NVDA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q1 NVDA.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 AAPL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 AAPL.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 AMZN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 AMZN.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 INTC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 INTC.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 MSFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 MSFT.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 NVDA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q2 NVDA.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 AAPL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 AAPL.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 AMZN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 AMZN.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 INTC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 INTC.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 MSFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 MSFT.pdf -------------------------------------------------------------------------------- /llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 NVDA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/docugami_kg_rag/sec_10_q/source_files/2023 Q3 NVDA.pdf -------------------------------------------------------------------------------- /llama_datasets/eval_llm_survey_paper/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/eval_llm_survey_paper/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/eval_llm_survey_paper/source_files/2310.19736.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/eval_llm_survey_paper/source_files/2310.19736.pdf -------------------------------------------------------------------------------- /llama_datasets/history_of_alexnet/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/history_of_alexnet/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/history_of_alexnet/source_files/HistoryOfAlexnet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/history_of_alexnet/source_files/HistoryOfAlexnet.pdf -------------------------------------------------------------------------------- /llama_datasets/llama2_paper/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/llama2_paper/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/llama2_paper/source_files/llama2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/llama2_paper/source_files/llama2.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/resources/filename_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/resources/filename_mapping.json -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/-6401693851386763087.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/-6401693851386763087.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/-7473333379586622353.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/-7473333379586622353.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/-8070358656784194827.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/-8070358656784194827.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/3245266128451359735.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/3245266128451359735.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/5413566749975563750.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/5413566749975563750.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/5743200906912265445.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/5743200906912265445.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/5891038207335732563.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/5891038207335732563.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/6121990715597666407.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/6121990715597666407.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/7098240578953905430.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/7098240578953905430.html -------------------------------------------------------------------------------- /llama_datasets/mini_covidqa/source_files/9018148810936266427.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_covidqa/source_files/9018148810936266427.html -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/source_files/2022 Microsoft Environmental Sustainability Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/source_files/2022 Microsoft Environmental Sustainability Report.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/source_files/2022-sustainability-report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/source_files/2022-sustainability-report.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/source_files/2022_Apple_ESG_Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/source_files/2022_Apple_ESG_Report.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/source_files/Meta-2021-Sustainability-Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/source_files/Meta-2021-Sustainability-Report.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/source_files/Netflix_2022-ESG-Report-FINAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/source_files/Netflix_2022-ESG-Report-FINAL.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_esg_bench/source_files/google-2022-environmental-report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_esg_bench/source_files/google-2022-environmental-report.pdf -------------------------------------------------------------------------------- /llama_datasets/mini_mt_bench_singlegrading/evaluator_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_mt_bench_singlegrading/evaluator_dataset.json -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/alps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/alps.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/american_idol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/american_idol.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/beyoncé.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/beyoncé.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/buddhism.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/buddhism.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/frédéric_chopin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/frédéric_chopin.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/nanjing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/nanjing.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/new_haven_connecticut.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/new_haven_connecticut.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/new_york_city.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/new_york_city.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/portugal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/portugal.txt -------------------------------------------------------------------------------- /llama_datasets/mini_squadv2/source_files/southampton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_squadv2/source_files/southampton.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Alternative_medicine#Efficacy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Alternative_medicine#Efficacy.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Astrology_and_science.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Astrology_and_science.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Blood_type_personality_theory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Blood_type_personality_theory.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Boston_College_Eagles_baseball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Boston_College_Eagles_baseball.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Coffee#Consumption.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Coffee#Consumption.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Common_cold#Transmission.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Common_cold#Transmission.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Countries_of_the_United_Kingdom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Countries_of_the_United_Kingdom.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Cousin_marriage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Cousin_marriage.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Estimated_number_of_civilian_guns_per_capita_by_country.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Estimated_number_of_civilian_guns_per_capita_by_country.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Evolution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Evolution.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Extraterrestrial_hypothesis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Extraterrestrial_hypothesis.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Geological_history_of_Earth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Geological_history_of_Earth.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Hair_loss#Medications.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Hair_loss#Medications.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Ireland.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Ireland.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Latin_America#Language.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Latin_America#Language.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Legality_of_cannabis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Legality_of_cannabis.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_Jewish_Nobel_laureates#Jewish_laureates_per_country.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_Jewish_Nobel_laureates#Jewish_laureates_per_country.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_Nobel_laureates_in_Physics#Laureates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_Nobel_laureates_in_Physics#Laureates.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_bad_luck_signs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_bad_luck_signs.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_banned_films.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_banned_films.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_books_banned_by_governments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_books_banned_by_governments.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_circulating_currencies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_circulating_currencies.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_false_etymologies_of_English_words#Acronyms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_false_etymologies_of_English_words#Acronyms.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Food_and_cooking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Food_and_cooking.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Human_body_and_health.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Human_body_and_health.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Invertebrates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Invertebrates.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Law,_crime,_and_military.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Law,_crime,_and_military.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Modern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Modern.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Music.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Music.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Nutrition,_food,_and_drink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Nutrition,_food,_and_drink.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Physics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Physics.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Skin_and_hair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Skin_and_hair.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Vertebrates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_common_misconceptions#Vertebrates.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_conspiracy_theories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_conspiracy_theories.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_GNI_(nominal)_per_capita.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_GNI_(nominal)_per_capita.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_Nobel_laureates_per_capita.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_Nobel_laureates_per_capita.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_body_mass_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_body_mass_index.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_obesity_rate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_countries_by_obesity_rate.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/List_of_proverbial_phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/List_of_proverbial_phrases.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Member_state_of_the_European_Union.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Member_state_of_the_European_Union.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Nim_Chimpsky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Nim_Chimpsky.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Precognition#Scientific_criticism.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Precognition#Scientific_criticism.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Psychic#Criticism_and_research.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Psychic#Criticism_and_research.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Rib#Human_anatomy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Rib#Human_anatomy.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Stock_market_prediction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Stock_market_prediction.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Universe#Chronology_and_the_Big_Bang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Universe#Chronology_and_the_Big_Bang.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/Vampire.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/Vampire.txt -------------------------------------------------------------------------------- /llama_datasets/mini_truthfulqa/source_files/World_Tourism_rankings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mini_truthfulqa/source_files/World_Tourism_rankings.txt -------------------------------------------------------------------------------- /llama_datasets/mt_bench_humanjudgement/pairwise_evaluator_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/mt_bench_humanjudgement/pairwise_evaluator_dataset.json -------------------------------------------------------------------------------- /llama_datasets/origin_of_covid19/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/origin_of_covid19/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/origin_of_covid19/source_files/OriginOfCovid19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/origin_of_covid19/source_files/OriginOfCovid19.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/resources/file_name_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/resources/file_name_map.json -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-1259278093432956000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-1259278093432956000.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-1487443078825766914.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-1487443078825766914.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-1994176231209798888.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-1994176231209798888.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-2391628177033683478.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-2391628177033683478.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-285462274670044281.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-285462274670044281.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-496066814727482612.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-496066814727482612.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-5211952102302999032.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-5211952102302999032.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-5969702240604939055.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-5969702240604939055.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-6546882555099552907.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-6546882555099552907.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-6705194003955227682.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-6705194003955227682.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-6730121070246638068.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-6730121070246638068.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-6927891925076153667.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-6927891925076153667.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-7202804836132812435.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-7202804836132812435.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-8614230448635868.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-8614230448635868.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/-952231812766963598.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/-952231812766963598.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/1442095295620132897.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/1442095295620132897.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/1492918447230031624.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/1492918447230031624.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/2285064414955059570.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/2285064414955059570.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/2373172441154640167.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/2373172441154640167.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/2963986444829225983.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/2963986444829225983.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/3640927171460586089.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/3640927171460586089.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/4523106881982950725.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/4523106881982950725.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/5236576729232243478.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/5236576729232243478.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/5420696008997632157.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/5420696008997632157.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/5778020429057004799.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/5778020429057004799.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/6400658416673335614.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/6400658416673335614.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/6473351792252921673.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/6473351792252921673.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/6926845495504563703.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/6926845495504563703.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/7373122028475438887.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/7373122028475438887.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/7585536068186288071.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/7585536068186288071.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/8255010981931466649.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/8255010981931466649.pdf -------------------------------------------------------------------------------- /llama_datasets/patronus_financebench/source_files/8356595383350674852.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/patronus_financebench/source_files/8356595383350674852.pdf -------------------------------------------------------------------------------- /llama_datasets/paul_graham_essay/rag_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/paul_graham_essay/rag_dataset.json -------------------------------------------------------------------------------- /llama_datasets/paul_graham_essay/source_files/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/run-llama/llama-datasets/HEAD/llama_datasets/paul_graham_essay/source_files/source.txt --------------------------------------------------------------------------------