Giter Club home page Giter Club logo

Comments (4)

daniel-kukiela avatar daniel-kukiela commented on September 25, 2024 2

<unk> is one of the three special tokens. It basically means what you think - 'unknown'. The purpose for that token is to replace every entity in training that doesn't exist in vocab. Same for inference (when you are "asking" AI).
So every entity that is not included in vocab will be replaced with <unk> and AI will respond with sentences that are including <unk>s. To lower number of that tokens with responses you have to include more entities in vocab files (make "bigger" vocab files).
Also, if you are training your model, you will see a lot of <unk>s. Later you should see them less and less the further in training process.

from nmt-chatbot.

daniel-kukiela avatar daniel-kukiela commented on September 25, 2024 1

Standard settings are tuned for 4GB of VRAM, so just try to raise 'vocab_size' as much as possible. If you would like to raise it further, you have some possibilities to free some VRAM memory (in exchange for overall model abilities), you can:

  • change 'num_units' to 256
  • uncomment and change 'batch_size' to 64
  • comment out 'encoder_type'

But it's hard to tell how model will change - you will have to train couple of them using diffrent settings and compare results.

from nmt-chatbot.

bfurtwa avatar bfurtwa commented on September 25, 2024

Thank you!
With the standard settings, how high can I go with vocab size using 8GB VRAM?

from nmt-chatbot.

bfurtwa avatar bfurtwa commented on September 25, 2024

FYI: vocab size = 100k is not working, 75k is working

from nmt-chatbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.