Corianas / MicroTask-mini-guanaco_200k

huggingface.co
Total runs: 25
24-hour runs: 0
7-day runs: 12
30-day runs: 19
Model's Last Updated: February 03 2025
text-generation

Introduction of MicroTask-mini-guanaco_200k

Model Details of MicroTask-mini-guanaco_200k

This is a character (english a-z 0-9 and so on) trained model following Andrej karpathy's llama.c project https://github.com/karpathy/llama2.c on both TinyStories and my own internal similar dataset I made.

It has been finetuned on a question answer set, without any preamble, you ask the question, give a newline, and wait for the answer.

for it to see/output Uppercase letters this model uses a Shift-Key modifier before the letter to become uppercase, and has never been trained on actual uppercase letters.

This modifier is ↨ and here are the functions I use to convert from straight text to the modified format and back.

def add_caseifer(text):
    # Using list comprehension for more efficient concatenation
    return ''.join(['↨' + char.lower() if char.isupper() else char for char in text
    
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

As such for test strings to use in chat try using somthing like:

↨hello, my name is ↨clara and ↨i like

Runs of Corianas MicroTask-mini-guanaco_200k on huggingface.co

25
Total runs
0
24-hour runs
6
3-day runs
12
7-day runs
19
30-day runs

More Information About MicroTask-mini-guanaco_200k huggingface.co Model

More MicroTask-mini-guanaco_200k license Visit here:

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

MicroTask-mini-guanaco_200k huggingface.co

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

MicroTask-mini-guanaco_200k huggingface.co Url

https://huggingface.co/Corianas/MicroTask-mini-guanaco_200k

Corianas MicroTask-mini-guanaco_200k online free

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

Corianas MicroTask-mini-guanaco_200k online free url in huggingface.co:

https://huggingface.co/Corianas/MicroTask-mini-guanaco_200k

MicroTask-mini-guanaco_200k install

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

MicroTask-mini-guanaco_200k install url in huggingface.co:

https://huggingface.co/Corianas/MicroTask-mini-guanaco_200k

Url of MicroTask-mini-guanaco_200k

MicroTask-mini-guanaco_200k huggingface.co Url

Provider of MicroTask-mini-guanaco_200k 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: 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