Datasets:
Dataset Viewer
text
stringclasses 10
values | label
class label 3
classes |
---|---|
Photosynthesis is the process by which plants, algae, and some bacteria convert light energy from the sun into chemical energy in the form of glucose, releasing oxygen as a byproduct. | 0biology
|
The Pyramids of Giza, located on the outskirts of modern-day Cairo, are a collection of three main pyramids: the Great Pyramid of Khufu, the Pyramid of Khafre, and the Pyramid of Menkaure. The largest pyramid, the Great Pyramid of Khufu, is the oldest and the only one of the seven wonders of the ancient world still standing. | 0biology
|
The Great Barrier Reef is the world's largest coral reef system, located in the Coral Sea, off the coast of Queensland, Australia. | 2geography
|
The Amazon River is a major waterway in South America, flowing through seven countries and draining into the Atlantic Ocean. | 2geography
|
The Andes mountain range stretches through seven countries in South America, from Venezuela to Chile, and is the longest mountain range in the world, running over 4,300 miles long. | 2geography
|
The Rosetta Stone is a ancient Egyptian artifact that was discovered in 1799 in the town of Rosetta. It features a decree issued by Egyptian pharaoh Ptolemy V, inscribed in three languages: ancient Greek, demotic script, and hieroglyphics. This artifact played a crucial role in deciphering the hieroglyphics of ancient Egypt. | 2geography
|
The Bayeux Tapestry depicts a scene of Viking ships arriving in England, an event said to have occurred before the Norman Conquest of 1066. The tapestry also portrays the Oath of the Norman Knights, where they swear fealty to William the Conqueror before the Battle of Hastings. | 2geography
|
The evolution of antibiotic resistance in bacteria is a significant concern for public health, as it reduces the effectiveness of antibiotics and increases the risk of infections. This phenomenon is often attributed to the overuse and misuse of antibiotics in medicine and agriculture. | 0biology
|
The Andes mountain range stretches for over 7,000 kilometers across South America, making it the longest mountain range in the world. | 0biology
|
The structure of DNA is composed of two complementary strands of nucleotides that are twisted together in a double helix. This structure was first discovered by James Watson and Francis Crick in 1953. | 1history
|
Dataset Card for a1
This dataset has been created with distilabel.
Dataset Summary
This dataset contains a pipeline.yaml
which can be used to reproduce the pipeline that generated it in distilabel using the distilabel
CLI:
distilabel pipeline run --config "https://huggingface.co/datasets/mgorjis/a1/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/mgorjis/a1/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "Photosynthesis is the process by which plants, algae, and some bacteria convert light energy from the sun into chemical energy in the form of glucose, releasing oxygen as a byproduct."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("mgorjis/a1", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("mgorjis/a1")
- Downloads last month
- 26