GithubHelp home page GithubHelp logo

autonlp-2's Introduction

Alt text
license

Introduction

The 1st place solution for AutoNLP 2019.

Usage

Download the competition's starting kit and run

python run_local_test.py -dataset_dir=./AutoDL_sample_data/DEMO -code_dir=./AutoDL_sample_code_submission

You can change the argument dataset_dir to other datasets, and change the argument dataset_dir to the directory containing this code (model.py).

And we use the embedding model provided by the competition, which is saved in /app/embedding.

The file ac.cpython-36m-x86_64-linux-gnu.so is compiled by Cython, and its source code is ac.pyx .

Dataset

This challenge focuses on the problem of multi-class text categorization collected from real-world businesses. The datasets consist of content file, label file and meta file, where content file and label file are split into train parts and test parts:

- Content file ({train, test}.data) contains the content of the instances. Each row in the content file represents the content of an instance.

- Label file ({train, dataset_name}.solution) consists of the labels of the instances in one-hot format. Note that each of its lines corresponds to the corresponding line number in the content file.

- Meta file (meta.json) is a json file consisted of the meta information about the dataset, including language, train instance number, test instance number, category number.

The following figure illustrates the form of the datasets:

img

Contact Us

DeepBlueAI: [email protected]

autonlp-2's People

Contributors

heya5 avatar deepsmartai avatar

Watchers

James Cloos 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.