Skip to content
View LtLi0n's full-sized avatar
  • Utena/Kaunas, Lithuania

Organizations

@Elameta

Block or report LtLi0n

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Efficient Base64 converter from uint... Efficient Base64 converter from uint16 segments.
    1
    public static class Base64
    2
    {
    3
        private const string Base64Table = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
    4
    
                  
    5
        internal class TokenSegment : ReadOnlySequenceSegment<ushort>
  2. wbrown/gpt_bpe wbrown/gpt_bpe Public

    GPT2 Byte Pair Encoding implementation in Golang

    Go 24 13