Giter VIP home page Giter VIP logo

Comments (1)

gsarti avatar gsarti commented on July 17, 2024 2

Hi @TinoRed, thanks for reaching out!

First of all, the project is still a work-in-progress but I highly suggest using it5-base instead of the t5-base-it model you mentioned.1 I will update model cards in the near future with more information, but the it5-base version of the model was trained for much longer and with much more text than its counterpart, so it should produce considerably better performances. Other sizes are also available on my HF Hub page.

The setup you mention is actually the optimal one: the model uses the SentencePieceUnigramTokenizer class only for training, but we save it as a standard T5Tokenizer model and so it is possible to load it using the AutoTokenizer.from_pretrained method, which will be rerouted automatically to T5TokenizerFast.from_pretrained. You can safely ignore warnings.

Footnotes

  1. Please note that as mentioned on the gsarti/t5-base-it model card, the current model name will be deprecated and the new model will be found at gsarti/it5-base-oscar starting from October 23rd, 2021.

from t5-flax-gcp.

Related Issues (2)

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.