moelanoby / Kok-GPT

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

Introduction of Kok-GPT

Model Details of Kok-GPT

this is the generative pretrained model (GPT) version of the model :D

it's a base model too so you should finetune it manually on a large dataset I did some small training on the model but it's not enough for an LLM

and to use it with text generation as a base model :3 (not recommended 3: needs finetuning on larger dataset first )

from transformers import AutoTokenizer
import torch

# Load tokenizer >:D
tokenizer = AutoTokenizer.from_pretrained("moelanoby/Kok-GPT")

# Load mi model :3 (ensure trust_remote_code=True)
model = BucketMemoryModel.from_pretrained(
    "moelanoby/Kok-GPT",
    trust_remote_code=True
)

# Generate text with this function :D
def generate_text(prompt, max_length=50):
    inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
    outputs = model.generate(
        input_ids=inputs["input_ids"],  # Explicitly pass only input_ids
        max_length=max_length
    )
    return tokenizer.decode(outputs[0], skip_special_tokens=True)

# change hello to anything you like :D
prompt = "Hello"
generated = generate_text(prompt)
print(f"Generated text >:3: {generated}")

either way it was trained on 10K rows on the fineweb dataset which is considered insufficient I did end up with an average loss of 2.3468 so yeah you can still finetune the model but the time I get stronger GPUs I'll just target 7B parameters or 14B and etc...

BUUUT this is already enough and I'm planning to make more kinds of AI models in the future with custom architectures

and I might make roleplaying AI models so stay tuned for that :3

and If you like :D support me with buy me a coffee right here :3

buymeacoffee.com/Moelanoby

Runs of moelanoby Kok-GPT 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 Kok-GPT huggingface.co Model

More Kok-GPT license Visit here:

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

Kok-GPT huggingface.co

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

moelanoby Kok-GPT online free

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

moelanoby Kok-GPT online free url in huggingface.co:

https://huggingface.co/moelanoby/Kok-GPT

Kok-GPT install

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

Kok-GPT install url in huggingface.co:

https://huggingface.co/moelanoby/Kok-GPT

Url of Kok-GPT

Provider of Kok-GPT huggingface.co

moelanoby
ORGANIZATIONS

Other API from moelanoby

huggingface.co

Total runs: 15
Run Growth: 9
Growth Rate: 56.25%
Updated:June 10 2025
huggingface.co

Total runs: 3
Run Growth: 3
Growth Rate: 100.00%
Updated:December 09 2024
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:July 05 2025
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:March 27 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 12 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 29 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 05 2024