Kukedlc / Ramakrishna-7b-v3

huggingface.co
Total runs: 88
24-hour runs: 0
7-day runs: -2
30-day runs: 18
Model's Last Updated: March 29 2024
text-generation

Introduction of Ramakrishna-7b-v3

Model Details of Ramakrishna-7b-v3

Ramakrishna-7b-v3

Ramakrishna-7b-v3 is a merge of the following models using LazyMergekit :

🧩 Configuration
models:
  - model: automerger/YamShadow-7B
    # No parameters necessary for base model
  - model: automerger/YamShadow-7B
    parameters:
      density: 0.6
      weight: 0.2
  - model: Kukedlc/Neural4gsm8k
    parameters:
      density: 0.3
      weight: 0.1
  - model: Kukedlc/NeuralSirKrishna-7b
    parameters:
      density: 0.6
      weight: 0.2
  - model: mlabonne/NeuBeagle-7B
    parameters:
      density: 0.5
      weight: 0.15
  - model: Kukedlc/Ramakrishna-7b
    parameters:
      density: 0.6
      weight: 0.25
  - model: Kukedlc/NeuralGanesha-7b
    parameters:
      density: 0.6
      weight: 0.1
merge_method: dare_ties
base_model: automerger/YamShadow-7B
parameters:
  int8_mask: true
dtype: bfloat16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Kukedlc/Ramakrishna-7b-v3"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)

outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Runs of Kukedlc Ramakrishna-7b-v3 on huggingface.co

88
Total runs
0
24-hour runs
0
3-day runs
-2
7-day runs
18
30-day runs

More Information About Ramakrishna-7b-v3 huggingface.co Model

More Ramakrishna-7b-v3 license Visit here:

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

Ramakrishna-7b-v3 huggingface.co

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

Ramakrishna-7b-v3 huggingface.co Url

https://huggingface.co/Kukedlc/Ramakrishna-7b-v3

Kukedlc Ramakrishna-7b-v3 online free

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

Kukedlc Ramakrishna-7b-v3 online free url in huggingface.co:

https://huggingface.co/Kukedlc/Ramakrishna-7b-v3

Ramakrishna-7b-v3 install

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

Ramakrishna-7b-v3 install url in huggingface.co:

https://huggingface.co/Kukedlc/Ramakrishna-7b-v3

Url of Ramakrishna-7b-v3

Ramakrishna-7b-v3 huggingface.co Url

Provider of Ramakrishna-7b-v3 huggingface.co

Kukedlc
ORGANIZATIONS

Other API from Kukedlc

huggingface.co

Total runs: 14
Run Growth: 5
Growth Rate: 38.46%
Updated:December 15 2024