lucataco / phixtral-2x2_8

phixtral-2x2_8 is the first Mixure of Experts (MoE) made with two microsoft/phi-2 models, inspired by the mistralai/Mixtral-8x7B-v0.1 architecture

  • Public
  • 1.5K runs
  • T4
  • GitHub
  • License
  • Prediction

    lucataco/phixtral-2x2_8:25d7b93b
    ID
    sps5aujbbs6i22qhjtqp242wcu
    Status
    Succeeded
    Source
    Web
    Hardware
    T4
    Total duration
    Created

    Input

    top_k
    50
    top_p
    0.95
    prompt
    Can you solve the equation 2x + 3 = 11 for x?
    temperature
    0.7
    max_new_tokens
    1024

    Output

    Sure! To solve the equation 2x + 3 = 11 for x, you need to isolate x on one side of the equation. Step 1: Subtract 3 from both sides of the equation. 2x + 3 - 3 = 11 - 3 2x = 8 Step 2: Divide both sides of the equation by 2. 2x / 2 = 8 / 2 x = 4 So the solution to the equation 2x + 3 = 11 is x = 4.
    Generated in
  • Prediction

    lucataco/phixtral-2x2_8:25d7b93b
    ID
    qfz4rzbbvb747koeik7u7ildzy
    Status
    Succeeded
    Source
    Web
    Hardware
    T4
    Total duration
    Created

    Input

    top_k
    50
    top_p
    0.95
    prompt
    Who was the first person to walk on the Moon?
    temperature
    0.7
    max_new_tokens
    100

    Output

    The first person to walk on the Moon was an American astronaut named Neil Armstrong. He was the commander of the Apollo 11 mission, which was launched by NASA on July 16, 1969. The mission successfully landed the Lunar Module Eagle on the Moon's surface on July 20, 1969, and Armstrong and his fellow astronaut Edwin "Buzz" Aldrin spent about two hours exploring the lunar surface before returning to the Lunar Module Eagle for the flight back to Earth. Armstrong famously took the first steps on the Moon,
    Generated in
  • Prediction

    lucataco/phixtral-2x2_8:25d7b93b
    ID
    ycd7shjbnsiyrbshpx6kw3d7by
    Status
    Succeeded
    Source
    Web
    Hardware
    T4
    Total duration
    Created

    Input

    top_k
    50
    top_p
    0.95
    prompt
    Can you write a short story about a time-traveling detective?
    temperature
    0.7
    max_new_tokens
    100

    Output

    Once upon a time, in the quaint town of Temporalia, lived a peculiar detective named Chronos. His unusual ability to travel through time made him a unique asset to the local police force. One day, a mysterious letter arrived at the Temporalia Police Department. It was written in a language that was unknown to them. The letter contained detailed descriptions of an impending disaster that would occur in the year 3000. The letter seemed accurate, as the townspeople started noticing strange changes
    Generated in
  • Prediction

    lucataco/phixtral-2x2_8:25d7b93b
    ID
    aof4wkrbao7z4cvnfk6cdpog2u
    Status
    Succeeded
    Source
    Web
    Hardware
    T4
    Total duration
    Created

    Input

    top_k
    50
    top_p
    0.95
    prompt
    Write an epic poem about Ancient Rome.
    temperature
    0.7
    max_new_tokens
    100

    Output

    In the dawn of time, when Rome first rose, From the ashes of old, a city of glories grew. With mighty legions, they conquered the land, And a legacy of greatness, they did withstand. In the shadow of the mighty Colosseum, The gladiators fought for honor and renown. Their lives were but a sacrifice, for the crowd to cheer, As they battled beasts, and their enemies near. The Roman Forum
    Generated in
  • Prediction

    lucataco/phixtral-2x2_8:25d7b93b
    ID
    rxxlrhjb3yw4qytbz5c7ufictq
    Status
    Succeeded
    Source
    Web
    Hardware
    T4
    Total duration
    Created

    Input

    top_k
    50
    top_p
    0.95
    prompt
    Use a list comprehension to create a list of squares for numbers from 1 to 10.
    temperature
    0.7
    max_new_tokens
    100

    Output

    Here is a simple list comprehension in Python that generates a list of squares for numbers from 1 to 10: ```python squares = [i**2 for i in range(1, 11)] print(squares) ``` In this code, `i**2` is the expression that generates the square of each number, and `for i in range(1, 11)` is the loop that goes from 1 to 10. The `range(
    Generated in

Want to make some of these yourself?

Run this model