abacusai / bigstral-12b-32k

huggingface.co
Total runs: 8.6K
24-hour runs: 3
7-day runs: 124
30-day runs: 501
Model's Last Updated: September 09 2024
text-generation

Introduction of bigstral-12b-32k

Model Details of bigstral-12b-32k

bigstral-12b-32k

ollama run ehartford/bigstral

I reached for SOLAR but realized that its only 4k... Decided to make my own 32k version.

This is mistralai/Mistral-7B-Instruct-v0.2 with layers interleaved to create a larger 12b model.

This is a merge of pre-trained language models created using mergekit .

Prompt Format
<s>[INST] What is your favourite condiment? [/INST]
Well, I'm quite partial to a good squeeze of fresh lemon juice. It adds just the right amount of zesty flavour to whatever I'm cooking up in the kitchen!</s>
[INST] Do you have dangerously spicy mayonnaise recipes? [/INST]
Example Output

give me some code that is very simple in javascript but would be very difficult in ANSI-C

In JavaScript, functions are first-class values, which means you can assign them to variables, pass them as arguments to other functions, and even nest them inside other functions. This leads to concise and expressive code.

Here's an example of a simple recursive function that calculates the factorial of a given number in JavaScript:

const factorial = n => n === 0 ? 1 : n * factorial(n - 1);

console.log(factorial(5)); // Output: 120

Now, let's try to write an equivalent code snippet in ANSI-C with similar functionality:

#include <stdio.h>
#define MAX_RECURSION_DEPTH 1000
int factorial(int n) {
    if (n == 0)
        return 1;
    else {
        int result;
        result = factorial(--n);
        if (++depth > MAX_RECURSION_DEPTH)
            while(1){} // Recursion stack overflow
        return n * result;
    }
}
int main() {
    int i, result;
    int n = 5;
    int depth = 0;

    result = factorial(n);
    printf("Factorial of %d is: %d\n", n, result);
    return 0;
}

As you can see, the ANSI-C code becomes more verbose and has several disadvantages compared to JavaScript:

  1. Need to define a maximum recursion depth using a constant or an array index, which can lead to hardcoded limits and potential stack overflow issues.
  2. The use of preprocessor directives (#define) for defining functions and macros can make the code less readable and harder to understand.
  3. The lack of closures in ANSI-C requires using static variables or passing arguments as arguments to nested functions, making the code more verbose and less concise.

Merge Details
Merge Method

This model was merged using the passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

dtype: float16
merge_method: passthrough
slices:
- sources:
  - layer_range: [0, 8]
    model: mistralai/Mistral-7B-Instruct-v0.2
- sources:
  - layer_range: [4, 12]
    model: mistralai/Mistral-7B-Instruct-v0.2
- sources:
  - layer_range: [8, 16]
    model: mistralai/Mistral-7B-Instruct-v0.2
- sources:
  - layer_range: [12, 20]
    model: mistralai/Mistral-7B-Instruct-v0.2
- sources:
  - layer_range: [16, 24]
    model: mistralai/Mistral-7B-Instruct-v0.2
- sources:
  - layer_range: [20, 28]
    model: mistralai/Mistral-7B-Instruct-v0.2
- sources:
  - layer_range: [24, 32]
    model: mistralai/Mistral-7B-Instruct-v0.2

Runs of abacusai bigstral-12b-32k on huggingface.co

8.6K
Total runs
3
24-hour runs
35
3-day runs
124
7-day runs
501
30-day runs

More Information About bigstral-12b-32k huggingface.co Model

More bigstral-12b-32k license Visit here:

https://choosealicense.com/licenses/apache-2.0

bigstral-12b-32k huggingface.co

bigstral-12b-32k huggingface.co is an AI model on huggingface.co that provides bigstral-12b-32k's model effect (), which can be used instantly with this abacusai bigstral-12b-32k model. huggingface.co supports a free trial of the bigstral-12b-32k model, and also provides paid use of the bigstral-12b-32k. Support call bigstral-12b-32k model through api, including Node.js, Python, http.

bigstral-12b-32k huggingface.co Url

https://huggingface.co/abacusai/bigstral-12b-32k

abacusai bigstral-12b-32k online free

bigstral-12b-32k huggingface.co is an online trial and call api platform, which integrates bigstral-12b-32k's modeling effects, including api services, and provides a free online trial of bigstral-12b-32k, you can try bigstral-12b-32k online for free by clicking the link below.

abacusai bigstral-12b-32k online free url in huggingface.co:

https://huggingface.co/abacusai/bigstral-12b-32k

bigstral-12b-32k install

bigstral-12b-32k is an open source model from GitHub that offers a free installation service, and any user can find bigstral-12b-32k on GitHub to install. At the same time, huggingface.co provides the effect of bigstral-12b-32k install, users can directly use bigstral-12b-32k installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

bigstral-12b-32k install url in huggingface.co:

https://huggingface.co/abacusai/bigstral-12b-32k

Url of bigstral-12b-32k

bigstral-12b-32k huggingface.co Url

Provider of bigstral-12b-32k huggingface.co

abacusai
ORGANIZATIONS

Other API from abacusai

huggingface.co

Total runs: 8.6K
Run Growth: 418
Growth Rate: 4.84%
Updated:March 07 2024
huggingface.co

Total runs: 56
Run Growth: 24
Growth Rate: 80.00%
Updated:September 10 2026
huggingface.co

Total runs: 54
Run Growth: 18
Growth Rate: 75.00%
Updated:September 09 2026