[PR #718] [CLOSED] My new dataset #764

Closed
opened 2026-02-15 18:16:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-hub/pull/718
Author: @CalculusC
Created: 12/4/2023
Status: Closed

Base: my-new-datasetHead: my-new-dataset


📝 Commits (10+)

📊 Changes

29 files changed (+768 additions, -32 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 README.md (+94 -2)
📝 llama_hub/llama_datasets/blockchain_solana/README.md (+4 -4)
📝 llama_hub/llama_datasets/blockchain_solana/card.json (+6 -6)
📝 llama_hub/llama_datasets/blockchain_solana/llamaindex_baseline.py (+1 -1)
📝 llama_hub/llama_datasets/braintrust_coda/README.md (+2 -2)
📝 llama_hub/llama_datasets/braintrust_coda/card.json (+1 -1)
📝 llama_hub/llama_datasets/library.json (+17 -2)
llama_hub/llama_datasets/llama2_paper/README.md (+53 -0)
llama_hub/llama_datasets/llama2_paper/__init__.py (+0 -0)
llama_hub/llama_datasets/llama2_paper/card.json (+28 -0)
llama_hub/llama_datasets/llama2_paper/llamaindex_baseline.py (+25 -0)
llama_hub/llama_datasets/mini_truthfulqa/README.md (+52 -0)
llama_hub/llama_datasets/mini_truthfulqa/card.json (+28 -0)
llama_hub/llama_datasets/mini_truthfulqa/llamaindex_baseline.py (+25 -0)
llama_hub/llama_datasets/origin_of_covid-19/README.md (+52 -0)
llama_hub/llama_datasets/origin_of_covid-19/card.json (+28 -0)
llama_hub/llama_datasets/origin_of_covid-19/llamaindex_baseline.py (+25 -0)
📝 llama_hub/llama_datasets/patronus_financebench/README.md (+2 -2)
📝 llama_hub/llama_datasets/patronus_financebench/card.json (+1 -1)

...and 9 more files

📄 Description

A labelled RAG dataset based off an article, The Origin of COVID-19 and Why It Matters, by Morens DM, Breman JG, Calisher CH, Doherty PC, Hahn BH, Keusch GT, Kramer LD, LeDuc JW, Monath TP, Taubenberger JK, consisting of queries, reference answers, and reference contexts.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama-hub/pull/718 **Author:** [@CalculusC](https://github.com/CalculusC) **Created:** 12/4/2023 **Status:** ❌ Closed **Base:** `my-new-dataset` ← **Head:** `my-new-dataset` --- ### 📝 Commits (10+) - [`5b2c8cd`](https://github.com/run-llama/llama-hub/commit/5b2c8cd58ca4f3d85afca49ca6b43dc44c2f69ff) Update and rename readme.md to README.md - [`905cc2d`](https://github.com/run-llama/llama-hub/commit/905cc2d1b0620328e7a0e384d2fb6e858cb89574) Update card.json - [`7221135`](https://github.com/run-llama/llama-hub/commit/7221135b1eac33c5fb5fc8d5a31d0f0b5be5b366) Update llamaindex_baseline.py - [`50e3060`](https://github.com/run-llama/llama-hub/commit/50e3060a2c6da190ffab133ee45ad66045be28ae) Update library.json - [`704de18`](https://github.com/run-llama/llama-hub/commit/704de180c303cb0012548adfa94d71cd023bdd0a) use format string (#705) - [`cae5239`](https://github.com/run-llama/llama-hub/commit/cae523955caaf40c10f520548fb940eb8fde061b) New pack: LlamaDatasetMetadataPack (#707) - [`f94499e`](https://github.com/run-llama/llama-hub/commit/f94499eefe52fac790234d07db32122a787349af) README for `LlamaDatasetMetadataPack` (#708) - [`aa4a059`](https://github.com/run-llama/llama-hub/commit/aa4a0592ae04d8c8f469b342fb95a9a7f8dbaf50) add source_urls and code_url (#710) - [`c468540`](https://github.com/run-llama/llama-hub/commit/c468540486e987f2c7bdbf34974ce3a4f8d64538) Update main README to include llama-datasets info (#711) - [`4542aa6`](https://github.com/run-llama/llama-hub/commit/4542aa6a2d0a6becd4658133c7db61245aa329f3) use alias (#712) ### 📊 Changes **29 files changed** (+768 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `README.md` (+94 -2) 📝 `llama_hub/llama_datasets/blockchain_solana/README.md` (+4 -4) 📝 `llama_hub/llama_datasets/blockchain_solana/card.json` (+6 -6) 📝 `llama_hub/llama_datasets/blockchain_solana/llamaindex_baseline.py` (+1 -1) 📝 `llama_hub/llama_datasets/braintrust_coda/README.md` (+2 -2) 📝 `llama_hub/llama_datasets/braintrust_coda/card.json` (+1 -1) 📝 `llama_hub/llama_datasets/library.json` (+17 -2) ➕ `llama_hub/llama_datasets/llama2_paper/README.md` (+53 -0) ➕ `llama_hub/llama_datasets/llama2_paper/__init__.py` (+0 -0) ➕ `llama_hub/llama_datasets/llama2_paper/card.json` (+28 -0) ➕ `llama_hub/llama_datasets/llama2_paper/llamaindex_baseline.py` (+25 -0) ➕ `llama_hub/llama_datasets/mini_truthfulqa/README.md` (+52 -0) ➕ `llama_hub/llama_datasets/mini_truthfulqa/card.json` (+28 -0) ➕ `llama_hub/llama_datasets/mini_truthfulqa/llamaindex_baseline.py` (+25 -0) ➕ `llama_hub/llama_datasets/origin_of_covid-19/README.md` (+52 -0) ➕ `llama_hub/llama_datasets/origin_of_covid-19/card.json` (+28 -0) ➕ `llama_hub/llama_datasets/origin_of_covid-19/llamaindex_baseline.py` (+25 -0) 📝 `llama_hub/llama_datasets/patronus_financebench/README.md` (+2 -2) 📝 `llama_hub/llama_datasets/patronus_financebench/card.json` (+1 -1) _...and 9 more files_ </details> ### 📄 Description A labelled RAG dataset based off an article, The Origin of COVID-19 and Why It Matters, by Morens DM, Breman JG, Calisher CH, Doherty PC, Hahn BH, Keusch GT, Kramer LD, LeDuc JW, Monath TP, Taubenberger JK, consisting of queries, reference answers, and reference contexts. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:21 -05:00
yindo closed this issue 2026-02-15 18:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama-hub#764