Corianas / Tiny_Test

huggingface.co
Total runs: 9
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: March 22 2024
text-generation

Introduction of Tiny_Test

Model Details of Tiny_Test

A llama.c model based on Karpathy's Llama2.c project. https://github.com/karpathy/llama2.c

Vocab of 4096, trained on Tinystories, and my custom littlestories dataset (currently unreleased.)

Model uses ↨ as a shift key, instead of using capial letters, this allowed simplification of the tokenizer to avoid duplicates that are uppercase.


To convert normal text to the right format I use:

def add_caseifer(text):
    # Using list comprehension for more efficient concatenation
    return ''.join(['↨' + char.lower() if char.isupper() else char for char in text])

To return the text to human format I use:

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

Runs of Corianas Tiny_Test on huggingface.co

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

More Information About Tiny_Test huggingface.co Model

More Tiny_Test license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

Tiny_Test huggingface.co

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

Corianas Tiny_Test online free

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

Corianas Tiny_Test online free url in huggingface.co:

https://huggingface.co/Corianas/Tiny_Test

Tiny_Test install

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

Tiny_Test install url in huggingface.co:

https://huggingface.co/Corianas/Tiny_Test

Url of Tiny_Test

Tiny_Test huggingface.co Url

Provider of Tiny_Test huggingface.co

Corianas
ORGANIZATIONS

Other API from Corianas

huggingface.co

Total runs: 467
Run Growth: 224
Growth Rate: 47.97%
Updated:November 18 2023
huggingface.co

Total runs: 375
Run Growth: 230
Growth Rate: 61.33%
Updated:November 18 2023
huggingface.co

Total runs: 355
Run Growth: 211
Growth Rate: 59.44%
Updated:November 18 2023
huggingface.co

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

Total runs: 215
Run Growth: 157
Growth Rate: 73.02%
Updated:December 06 2024
huggingface.co

Total runs: 104
Run Growth: 57
Growth Rate: 54.81%
Updated:November 18 2023
huggingface.co

Total runs: 101
Run Growth: 54
Growth Rate: 53.47%
Updated:November 18 2023
huggingface.co

Total runs: 95
Run Growth: 46
Growth Rate: 48.42%
Updated:November 18 2023
huggingface.co

Total runs: 92
Run Growth: 45
Growth Rate: 48.91%
Updated:November 18 2023
huggingface.co

Total runs: 81
Run Growth: 72
Growth Rate: 88.89%
Updated:March 30 2023
huggingface.co

Total runs: 47
Run Growth: -4
Growth Rate: -8.51%
Updated:March 20 2023
huggingface.co

Total runs: 32
Run Growth: 24
Growth Rate: 75.00%
Updated:February 06 2025
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