Skip to content
View gingermat's full-sized avatar

Block or report gingermat

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
gingermat/README.md

Hi there 👋

Welcome to my Github Page

I'm Backend Software Engineer. Python.

💬 Contacts

Linkedin Badge Telegram Badge

⚙️ Technologies & Tools

     

📊 Github Stats

Gingermat's github stats

Visitor Count

Pinned Loading

  1. Detect my IP address Detect my IP address
    1
    # Return my IP address
    2
    
                  
    3
    function myip() {
    4
        dig -4 TXT +short o-o.myaddr.l.google.com @ns1.google.com
    5
    }
  2. LLM Learn Roadmap LLM Learn Roadmap
    1
    # Learn Large Language Models (LLMs)
    2
    
                  
    3
    ## 1. LLM Basics & Architecture
    4
    - [**Introduction to Large Language Models | Google ML**](https://developers.google.com/machine-learning/resources/intro-llms) — основы архитектуры, трансформеры, механизм внимания .
    5
    - [**Attention Is All You Need**](https://arxiv.org/abs/1706.03762) — оригинальная статья о архитектуре трансформер.