Code Monkey home page Code Monkey logo

victornlp_utils's Introduction

VictorNLP_Utils: Collections of multi-lingual NLP wrappers and training utilities.

Summary

VictorNLP_Utils

This module supports embeddings, wrappers and utilities for Neural NLP tasks. In-depth description of resources and their implementation details are recorded right here:

VictorNLP_Utils Documentation

VictorNLP Framework

VictorNLP, a PyTorch-based NLP framework, provides intuitive interfaces and carefully designed code modularity for implementing and pipelining NLP modules. For more details, refer to the VictorNLP Specification page.

VictorNLP Specification

How-to:

Download embeddings

GloVe embeddings

To use these embeddings, you must download embedding files, VictorNLP-formatted. Navigate to .../victornlp_utils, and execute sudo ./download_glove.sh to download pretrained GloVes.

Note: download_glove.sh installs gdown for downloading large files.

transformers based embeddings

  • bert-base-uncased
  • kobert

To use these embeddings, you do not need to download addition files manually. However, you must correctly install dependencies. Look on the warnings!

Note: We do not support local file loading currently, but will be soon updated.

ETRI KorBERT embeddings

This Korean BERT embedding require some work to run on.

  • Visit AI Hub, recieve an API key, and the download the model file. Refer to EmbeddingBERTMorph_kor/readme.txt for detailed information.
  • Move bert_config.json, pytorch_model.bin, and vocab.korean_morp.list to embedding/data/EmbeddingBERTMorph_kor.
  • Rename bert_config.json to config.json.

victornlp_utils's People

Contributors

jinulee-v avatar

Watchers

 avatar

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.