Corianas / TinyTask-minipaca

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

Introduction of TinyTask-minipaca

Model Details of TinyTask-minipaca

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.)

This version was further trained on following instructions... somewhat... using https://github.com/mlabonne/llm-course/blob/main/Fine_tune_Llama_2_in_Google_Colab.ipynb

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 TinyTask-minipaca on huggingface.co

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

More Information About TinyTask-minipaca huggingface.co Model

More TinyTask-minipaca license Visit here:

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

TinyTask-minipaca huggingface.co

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

TinyTask-minipaca huggingface.co Url

https://huggingface.co/Corianas/TinyTask-minipaca

Corianas TinyTask-minipaca online free

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

Corianas TinyTask-minipaca online free url in huggingface.co:

https://huggingface.co/Corianas/TinyTask-minipaca

TinyTask-minipaca install

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

TinyTask-minipaca install url in huggingface.co:

https://huggingface.co/Corianas/TinyTask-minipaca

Url of TinyTask-minipaca

TinyTask-minipaca huggingface.co Url

Provider of TinyTask-minipaca huggingface.co

Corianas
ORGANIZATIONS

Other API from Corianas

huggingface.co

Total runs: 624
Run Growth: 577
Growth Rate: 92.47%
Updated:November 18 2023
huggingface.co

Total runs: 439
Run Growth: 393
Growth Rate: 89.52%
Updated:November 18 2023
huggingface.co

Total runs: 418
Run Growth: 375
Growth Rate: 89.71%
Updated:November 18 2023
huggingface.co

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

Total runs: 194
Run Growth: 137
Growth Rate: 70.62%
Updated:December 06 2024
huggingface.co

Total runs: 100
Run Growth: 52
Growth Rate: 52.00%
Updated:November 18 2023
huggingface.co

Total runs: 100
Run Growth: 56
Growth Rate: 56.00%
Updated:November 18 2023
huggingface.co

Total runs: 90
Run Growth: 41
Growth Rate: 45.56%
Updated:November 18 2023
huggingface.co

Total runs: 90
Run Growth: 44
Growth Rate: 48.89%
Updated:November 18 2023
huggingface.co

Total runs: 85
Run Growth: 59
Growth Rate: 69.41%
Updated:March 20 2023
huggingface.co

Total runs: 30
Run Growth: 23
Growth Rate: 76.67%
Updated:February 06 2025
huggingface.co

Total runs: 14
Run Growth: 6
Growth Rate: 42.86%
Updated:March 30 2023
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