Eteims
Eteims
  • 14
  • 633
I Taught Gemini My Mother Tongue with Just One Book!
My mother tongue is Izon, a language native to Nigeria. Unfortunately, no existing Large Language Model fully understands it. Determined to change that, I took matters into my own hands and taught Google’s Gemini to understand my language.
Code: www.kaggle.com/code/eteims/a-dictionary-is-all-i-needed
Izon Dictionary: www.kaggle.com/datasets/eteims/izon-dictionary
มุมมอง: 22

วีดีโอ

What is an Instruction Tuned Model?
มุมมอง 946 หลายเดือนก่อน
What is Instruction Tuning? What are Instruction Tuned models? What is a Pretrained Model? How can I make my Large Language Model follow Instructions? These are the questions that would be answered in this video .
Running CUDA on Google Colab
มุมมอง 3336 หลายเดือนก่อน
This video demonstrates how to execute CUDA codes on Google Colab's free tier.
Parallel vs Sequential process
มุมมอง 196 หลายเดือนก่อน
In this video, I will demonstrate the difference between parallel and sequential processes using the example of vector addition.
File system implementation in python part 6
มุมมอง 139 หลายเดือนก่อน
In this video we will add additional properties to our current FileSystem class. Code: gist.github.com/EteimZ/715e7d4fef9b279775164296763f4fbb#file-part_6-py
File system implementation in python part 5
มุมมอง 139 หลายเดือนก่อน
In this video we will begin implementing the filesystem class. Code: gist.github.com/EteimZ/715e7d4fef9b279775164296763f4fbb#file-part_5-py
File system implementation in python part 4
มุมมอง 310 หลายเดือนก่อน
In this video, we will implement the file that will be managed by our file system. The file consists of metadata and a pointer to its first block.
File system implementation in python part 3
มุมมอง 1110 หลายเดือนก่อน
In this video, we will implement the block for the file system. The blocks are implemented in the form of linked lists. Code: gist.github.com/EteimZ/715e7d4fef9b279775164296763f4fbb#file-part_3-py
file system implementation in python part 2
มุมมอง 3510 หลายเดือนก่อน
In this video, I will be implementing the storage device that will be used by the file system. Code: gist.github.com/EteimZ/715e7d4fef9b279775164296763f4fbb#file-part_2-py
File system implementation in python part 1
มุมมอง 3210 หลายเดือนก่อน
In this video, I will be starting the implementation of a file system in the Python programming language. Join me as we embark on the journey of creating a file system from the ground up and explore the intricacies of its development using Python.
How directories are structured in a file system
มุมมอง 510 หลายเดือนก่อน
In this video, I introduce various data structures for organizing files in directories within a file system. These include: 1. Single-level directory 2. Tree structure (Multi-level directory) Join me as we explore these data structures and their roles in efficiently organizing and managing files within a file system.
Non-contiguous file allocation techniques
มุมมอง 4110 หลายเดือนก่อน
In this video, I will be discussing two distinct non-contiguous file allocation techniques: - Indexed Allocation - Linked Allocation
How files are allocated on a storage device
มุมมอง 910 หลายเดือนก่อน
In this video, I will be discussing various file allocation techniques used by file systems to store data. The techniques include: - Contiguous file allocation - Non-contiguous file allocation
What is a file system?
มุมมอง 2210 หลายเดือนก่อน
In this video, I will be explaining what a file system is.

ความคิดเห็น

  • @sogotohero5189
    @sogotohero5189 22 ชั่วโมงที่ผ่านมา

    That's amazing, where do I get the dictionary?

    • @agentebimene3737
      @agentebimene3737 10 ชั่วโมงที่ผ่านมา

      This is amazing!

  • @JoyUgoyah
    @JoyUgoyah 6 หลายเดือนก่อน

    Helpful

  • @thecameraccountant
    @thecameraccountant 6 หลายเดือนก่อน

    👏👏👏

  • @DiseyiPhilomena
    @DiseyiPhilomena 10 หลายเดือนก่อน

    Love the simplicity of your explanation.

    • @eteims
      @eteims 10 หลายเดือนก่อน

      Thank you 😊