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: 627
Run Growth: 580
Growth Rate: 92.50%
Updated:November 18 2023
huggingface.co

Total runs: 441
Run Growth: 395
Growth Rate: 89.57%
Updated:November 18 2023
huggingface.co

Total runs: 422
Run Growth: 379
Growth Rate: 89.81%
Updated:November 18 2023
huggingface.co

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

Total runs: 201
Run Growth: 144
Growth Rate: 71.64%
Updated:December 06 2024
huggingface.co

Total runs: 102
Run Growth: 54
Growth Rate: 52.94%
Updated:November 18 2023
huggingface.co

Total runs: 102
Run Growth: 57
Growth Rate: 55.88%
Updated:November 18 2023
huggingface.co

Total runs: 91
Run Growth: 42
Growth Rate: 46.15%
Updated:November 18 2023
huggingface.co

Total runs: 91
Run Growth: 44
Growth Rate: 48.35%
Updated:November 18 2023
huggingface.co

Total runs: 84
Run Growth: 59
Growth Rate: 70.24%
Updated:March 20 2023
huggingface.co

Total runs: 78
Run Growth: 70
Growth Rate: 89.74%
Updated:March 30 2023
huggingface.co

Total runs: 31
Run Growth: 24
Growth Rate: 77.42%
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