Datasets:
text stringclasses 10
values | label class label 6
classes |
|---|---|
Researchers at the European Council for Nuclear Research announced a breakthrough in plasma containment techniques, achieving stable fusion conditions for nearly three minutes in their latest toroidal reactor experiment. The team utilized novel superconducting magnets to maintain the required magnetic field while minim... | 1science |
In a stunning turn of events at the Cannes Film Festival, the director's latest surrealist drama, exploring themes of memory and loss, received a fifteen-minute standing ovation, overshadowing discussions of its controversial production budget. | 9entertainment |
A consortium of international researchers published findings in 'Nature' detailing a novel method for carbon sequestration using engineered microbes. The process, which leverages synthetic biology to enhance natural metabolic pathways, shows promise in reducing atmospheric CO2 concentrations at an industrial scale. Cri... | 1science |
Amidst escalating regional tensions, diplomats from multiple nations convened in Geneva for a third round of talks concerning maritime security and resource rights in the heavily trafficked strait. The discussions, described as 'frank and necessary' by a senior envoy, come after a series of naval incidents that have ra... | 2world-news |
Residents gathered at the community center to voice concerns about the proposed rezoning of farmland near Elm Street. The town council will vote next Tuesday on whether to allow commercial development in the historically agricultural area, with many longtime homeowners worried about increased traffic and changing neigh... | 3local-news |
Researchers at the university's laboratory announced a breakthrough in polymer chemistry, developing a new material capable of self-healing microscopic cracks when exposed to specific wavelengths of light. The study, published in a peer-reviewed journal, details the synthesis process and the results of durability tests... | 1science |
Rising sea levels due to glacial melt are prompting coastal municipalities to reconsider infrastructure zoning and levy new taxes for protective barriers, a move debated in recent town halls. | 6environment |
Amidst fluctuating market conditions, several prominent corporations announced a significant merger today, valued at approximately $4.2 billion. Analysts predict this consolidation will reshape the competitive landscape within the consumer electronics sector, potentially leading to greater economies of scale and enhanc... | 0business |
A multinational research consortium announced the successful synthesis of a novel polymer capable of self-repair at the molecular level when exposed to specific wavelengths of light. This breakthrough, detailed in the latest issue of 'Advanced Materials', could revolutionize the durability of consumer electronics and m... | 1science |
Researchers at Stanford unveiled a novel neural network architecture that reduces energy consumption by 72% during inference while maintaining benchmark accuracy. The breakthrough leverages sparsity in activation patterns, potentially enabling complex AI models to run efficiently on edge devices previously limited by t... | 1science |
Dataset Card for my-distiset-42217b85
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/yzhong-hugingFace/my-distiset-42217b85/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/yzhong-hugingFace/my-distiset-42217b85/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 1,
"text": "Researchers at the European Council for Nuclear Research announced a breakthrough in plasma containment techniques, achieving stable fusion conditions for nearly three minutes in their latest toroidal reactor experiment. The team utilized novel superconducting magnets to maintain the required magnetic field while minimizing energy loss. This advancement brings practical fusion energy generation closer to reality, though significant engineering hurdles regarding heat dissipation and material durability remain. Detailed findings will be published in next month\u0027s Physical Review Letters."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("yzhong-hugingFace/my-distiset-42217b85", "default")
Or simply as it follows, since there's only one configuration and is named default:
from datasets import load_dataset
ds = load_dataset("yzhong-hugingFace/my-distiset-42217b85")
- Downloads last month
- 8