Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Types Of Transformers01:16

Types Of Transformers

941
Transformers can provide desired voltages to a circuit by modifying the number of turns in the secondary windings.
If the ratio of the number of turns in the secondary winding to that of the primary winding is greater than one, then the transformer is said to be a step-up transformer. In a step-up transformer, the voltage at the secondary winding is greater than the voltage applied at the primary winding.
However, if this ratio is less than one, the transformer is said to be a step-down...
941
Improving Translational Accuracy02:07

Improving Translational Accuracy

2.5K
2.5K
The Ideal Transformer01:26

The Ideal Transformer

337
In single-phase two-winding transformers, two windings are coiled around a magnetic core characterized by cross-sectional area A and magnetic permeability μ. A phasor current i1 enters the left winding while i2 exits the right winding, establishing the fundamental working of the transformer through electromagnetic principles.
Ampere's Law forms the basis of understanding the magnetic field within the transformer. It states that the integral of the magnetic field intensity's...
337
Transformers in Distribution System01:27

Transformers in Distribution System

98
Transformers in distribution systems can be broadly categorized into distribution substation transformers and other distribution transformers. They are crucial for stepping down high transmission voltages to levels suitable for distribution and end-user applications.
Distribution substation transformers come in various ratings and typically use mineral oil for insulation and cooling. To prevent moisture and air from entering the oil, some transformers use an inert gas like nitrogen to fill the...
98
Transformers with Off-Nominal Turns Ratios01:25

Transformers with Off-Nominal Turns Ratios

129
In scenarios involving parallel transformers with disparate ratings, developing per-unit models requires accommodating off-nominal turns ratios. This situation arises when the selected base voltages are not proportional to the transformer’s voltage ratings. Consider a transformer where the rated voltages are related by the term a. If the chosen voltage bases satisfy a relationship involving term b, term c is defined as the ratio of these bases. This ratio is then substituted into the...
129
Language and Cognition01:27

Language and Cognition

302
Language serves as a bridge between ideas and communication, influencing how individuals perceive and interact with the world. Psychologists have long debated whether language shapes thought or vice versa. This discussion gained grip with Edward Sapir and Benjamin Lee Whorf in the 1940s, who proposed that language determines thought, a concept known as linguistic determinism. They suggested that the vocabulary and structure of a language influence how its speakers think and perceive reality.
302

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Survivin, the promising target in hepatocellular carcinoma gene therapy.

Cancer biology & therapy·2008
Same author

Curcumin protects dopaminergic neuron against LPS induced neurotoxicity in primary rat neuron/glia culture.

Neurochemical research·2008
Same author

Cellular mechanisms of reduced sarcoplasmic reticulum Ca2+ content in L-thyroxin induced rat ventricular hypertrophy.

Acta pharmacologica Sinica·2008
Same author

Promoting the formation and stabilization of G-quadruplex by dinuclear RuII complex Ru2(obip)L4.

Inorganic chemistry·2008
Same author

Identification of direct target genes using joint sequence and expression likelihood with application to DAF-16.

PloS one·2008
Same author

In vitro and in vivo investigations on the antiviral activity of a series of mixed-valence rare earth borotungstate heteropoly blues.

European journal of medicinal chemistry·2008

Related Experiment Video

Updated: May 21, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

474

2-D Transformer: Extending Large Language Models to Long-Context With Few Memory.

Xingyang He, Jie Liu, Yutai Duan

    IEEE Transactions on Neural Networks and Learning Systems
    |March 21, 2025
    PubMed
    Summary

    This study introduces the 2-D transformer (2D-former), a novel architecture that efficiently extends large language models' (LLMs) context windows. The 2D-former significantly reduces computational costs and GPU memory, bridging the performance gap with full attention mechanisms.

    More Related Videos

    Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
    04:48

    Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

    Published on: July 5, 2024

    340
    A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
    04:23

    A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images

    Published on: April 21, 2023

    1.7K

    Related Experiment Videos

    Last Updated: May 21, 2025

    Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
    03:14

    Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

    Published on: December 6, 2024

    474
    Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
    04:48

    Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

    Published on: July 5, 2024

    340
    A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
    04:23

    A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images

    Published on: April 21, 2023

    1.7K

    Area of Science:

    • Artificial Intelligence
    • Natural Language Processing
    • Machine Learning

    Background:

    • Processing long contexts is crucial for Large Language Models (LLMs), but training demands substantial computational resources.
    • Existing sparse attention mechanisms show a performance gap compared to full attention in capturing long-distance information.
    • This limitation hinders the effective long-context processing capabilities of LLMs.

    Purpose of the Study:

    • To propose a novel sparse transformer architecture, the 2-D transformer (2D-former).
    • To extend the context windows of pretrained LLMs while reducing GPU memory requirements.
    • To bridge the performance gap between sparse and full attention mechanisms for enhanced long-context processing.

    Main Methods:

    • Introduced a 2-D attention mechanism comprising a long-distance information compressor (LDIC) and a blockwise attention (BA) mechanism.
    • LDIC uses convolution to extract blockwise features and compress long-distance information based on block significance.
    • BA integrates these features, allowing direct communication between tokens for sparse attention computation.

    Main Results:

    • The 2D-former requires less than 0.14% additional trainable parameters to extend LLaMA2 7B context to 32k on 4 A100 GPUs.
    • Achieved efficient long-context extension with minimal GPU memory and computational time.
    • Demonstrated superior performance on both long-context and short-context downstream tasks after fine-tuning on the LongTuning dataset.

    Conclusions:

    • The 2D-former effectively extends LLM context length with significant reductions in computational demands.
    • The architecture is compatible with current acceleration techniques and parameter-efficient fine-tuning (PEFT) methods.
    • This approach offers a practical solution for enhancing LLM capabilities in handling extended contexts.