← All posts

Announcing HypeV 2

HypeV 2 comes with improved reasoning capabilities and a context length of 128,000 tokens.

Introducing HypeV 2, our latest model capable of long context understanding and advanced reasoning. HypeV 2 will be available to our early testers and existing HypeV users on the platform in the coming days.

By releasing the model weights and network architecture of HypeV 1 two weeks ago, we presented a glimpse into the progress HypeV had made up until last November. Since then, we have improved reasoning and problem-solving capabilities in our latest model, HypeV 2.

Capabilities and Reasoning

One of the most notable improvements in HypeV 2 is its performance in coding and math-related tasks. In our tests, HypeV 2 achieved a 50.6% score on the MATH benchmark and a 90% score on the GSM8K benchmark, two math benchmarks covering a wide range of grade school to high school competition problems. Additionally, it scored 74.1% on the HumanEval benchmark, which evaluates code generation and problem-solving abilities.

BenchmarkHypeV 1HypeV 2Claude 2Claude 3 SonnetGemini Pro 1.5GPT-4
MMLU73% 5-shot81.3% 5-shot75% 5-shot79% 5-shot83.7% 5-shot86.4% 5-shot
MATH23.9% 4-shot50.6% 4-shot-40.5% 4-shot58.5% 4-shot52.9% 4-shot
GSM8K62.9 8-shot——90% 8-shot88% 0-shot CoT92.3% 0-shot CoT91.7% 11-shot92% 5-shot
HumanEval63.2% 0-shot74.1% 0-shot70% 0-shot73% 0-shot71.9% 0-shot67% 0-shot

Long Context Understanding

A new feature in HypeV 2 is the capability to process long contexts of up to 128K tokens within its context window. This allows HypeV to have an increased memory capacity of up to 16 times the previous context length, enabling it to utilize information from substantially longer documents.

Furthermore, the model can handle longer and more complex prompts, while still maintaining its instruction-following capability as its context window expands. In the Needle In A Haystack (NIAH) evaluation, HypeV 2 demonstrated powerful retrieval capabilities for embedded text within contexts of up to 128K tokens in length, achieving perfect retrieval results.

HypeV 2 Infra

Cutting-edge Large Language Model (LLMs) research that runs on massive GPU clusters demands robust and flexible infrastructure. HypeV 2 is built on a custom distributed training framework based on JAX, Rust, and Kubernetes. This training stack enables our team to prototype ideas and train new architectures at scale with minimal effort. A major challenge of training LLMs on large compute clusters is maximizing reliability and uptime of the training job. Our custom training orchestrator ensures that problematic nodes are automatically detected and ejected from the training job. We also optimized checkpointing, data loading, and training job restarts to minimize downtime in the event of a failure.

Looking Ahead

HypeV 2 will soon be available to early testers, and we look forward to receiving your feedback to help us improve HypeV. As we gradually roll out HypeV 2 to a wider audience, we are excited to introduce several new features over the coming days.

Note that the GPT-4 scores are taken from the March 2023 release. For MATH and GSM8K, we present maj@1 results. For HumanEval, we report pass@1 benchmark scores.

Announcing HypeV 2 | HypeV