powermove72 / IceShark-Coder-9b

huggingface.co
Total runs: 3
24-hour runs: 0
7-day runs: 0
30-day runs: 2
Model's Last Updated: July 08 2024
text-generation

Introduction of IceShark-Coder-9b

Model Details of IceShark-Coder-9b

IceShark-Coder-9b

IceShark-Coder-9b is a merge of the following models using LazyMergekit :

🧩 Configuration
slices:
  - sources:
    - model: S-miguel/The-Trinity-Coder-7B
      layer_range: [0, 16]
  - sources:
    - model: powermove72/Shark-1
      layer_range: [8, 32]
merge_method: passthrough
tokenizer_source: union
dtype: float16
    ```

## 💻 Usage

```python
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "powermove72/IceShark-Coder-9b"
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 powermove72 IceShark-Coder-9b on huggingface.co

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

More Information About IceShark-Coder-9b huggingface.co Model

IceShark-Coder-9b huggingface.co

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

IceShark-Coder-9b huggingface.co Url

https://huggingface.co/powermove72/IceShark-Coder-9b

powermove72 IceShark-Coder-9b online free

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

powermove72 IceShark-Coder-9b online free url in huggingface.co:

https://huggingface.co/powermove72/IceShark-Coder-9b

IceShark-Coder-9b install

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

IceShark-Coder-9b install url in huggingface.co:

https://huggingface.co/powermove72/IceShark-Coder-9b

Url of IceShark-Coder-9b

IceShark-Coder-9b huggingface.co Url

Provider of IceShark-Coder-9b huggingface.co

powermove72
ORGANIZATIONS

Other API from powermove72

huggingface.co

Total runs: 2
Run Growth: -5
Growth Rate: -250.00%
Updated:June 18 2024