Corianas / 64CharGPT

huggingface.co
Total runs: 81
24-hour runs: 3
7-day runs: 71
30-day runs: 73
Model's Last Updated: March 30 2023
text-generation

Introduction of 64CharGPT

Model Details of 64CharGPT

Vocab is:

\n\" !$&'#,/+=-<>*@.:;[]^?0123456789abcdefghijklmnopqrstuvwxyzèé§↨
§ (made from alt+21) was used as end of file/sample 
↨ (made from alt+23) is the shift key (and gets removed and the next character gets replaced with an uppdercase character)

Model is trained on scraped youtube subtitles and whispered transcripts of youtube/tv shows. totalling approx 2.3billion tokens when processed.

Data was Deduped, Had all UPPERCASE samples removed, and ran a 'ranker' that removed random data which somehow was included in the subtitles on youtube. (such as total gibberish)

Training took 72 hours, and was stopped when overfitting occured. (this is checkpoint 264000 out of a planned 400000)

gradient_accumulation_steps = 2 # used to simulate larger batch sizes
batch_size = 45 # if gradient_accumulation_steps > 1, this is the micro-batch size
block_size = 768    
n_layer = 12
n_head = 8
n_embd = 512
dropout = 0.00001 # for pretraining 0 is good, for finetuning try 0.1+
bias = False # do we use bias inside LayerNorm and Linear layers?
learning_rate = 0.0008 # max learning rate
min_lr = 0.00008

function to fix text from the model:

def remove_caseifer(text):
    new_text = ""
    i = 0
    while i < len(text):
        if text[i] == "↨":
            if i+1 < len(text):
                new_text += text[i+1].upper()
                i += 1
            else:
                pass  # skip this index
        else:
            new_text += text[i]
        i += 1
    return new_text

function to prepare text for the model:

def add_caseifer(text):
    uppers = 0
    lowers = 0
    tokenlist = set("\n\" !$&'#,/+=-<>*@.:;[]{}()^?0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzèé")
    replace_map = {  # Define a mapping of characters to be replaced
        "{": "[",
        "(": "[",
        "}": "]",
        ")": "]"
    }
    upperlist = set("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
    lowerlist = set("abcdefghijklmnopqrstuvwxyz")
    new_text = ""
    for char in text:
        if char in tokenlist:
            if char in upperlist:
                new_text += "↨" + char.lower()
            elif char in replace_map:
                new_text += replace_map[char]
            else:
                new_text += char
        else:
            continue      
    return new_text

Runs of Corianas 64CharGPT on huggingface.co

81
Total runs
3
24-hour runs
67
3-day runs
71
7-day runs
73
30-day runs

More Information About 64CharGPT huggingface.co Model

64CharGPT huggingface.co

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

Corianas 64CharGPT online free

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

Corianas 64CharGPT online free url in huggingface.co:

https://huggingface.co/Corianas/64CharGPT

64CharGPT install

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

64CharGPT install url in huggingface.co:

https://huggingface.co/Corianas/64CharGPT

Url of 64CharGPT

64CharGPT huggingface.co Url

Provider of 64CharGPT huggingface.co

Corianas
ORGANIZATIONS

Other API from Corianas

huggingface.co

Total runs: 635
Run Growth: 586
Growth Rate: 92.28%
Updated:November 18 2023
huggingface.co

Total runs: 451
Run Growth: 404
Growth Rate: 89.58%
Updated:November 18 2023
huggingface.co

Total runs: 433
Run Growth: 389
Growth Rate: 89.84%
Updated:November 18 2023
huggingface.co

Total runs: 240
Run Growth: 207
Growth Rate: 86.25%
Updated:March 26 2024
huggingface.co

Total runs: 205
Run Growth: 147
Growth Rate: 71.71%
Updated:December 06 2024
huggingface.co

Total runs: 101
Run Growth: 52
Growth Rate: 51.49%
Updated:November 18 2023
huggingface.co

Total runs: 100
Run Growth: 54
Growth Rate: 54.00%
Updated:November 18 2023
huggingface.co

Total runs: 93
Run Growth: 68
Growth Rate: 73.12%
Updated:March 20 2023
huggingface.co

Total runs: 92
Run Growth: 44
Growth Rate: 47.83%
Updated:November 18 2023
huggingface.co

Total runs: 91
Run Growth: 41
Growth Rate: 45.05%
Updated:November 18 2023
huggingface.co

Total runs: 32
Run Growth: 25
Growth Rate: 78.13%
Updated:February 06 2025
huggingface.co

Total runs: 9
Run Growth: 0
Growth Rate: 0.00%
Updated:March 22 2024
huggingface.co

Total runs: 1
Run Growth: -2
Growth Rate: -200.00%
Updated:March 26 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 10 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 21 2022