Git Product home page Git Product logo

ant-louis / netbert Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 294.24 MB

📶 NetBERT: a domain-specific BERT model for computer networking.

Home Page: http://hdl.handle.net/2268.2/9060

License: MIT License

Jupyter Notebook 97.39% Python 1.84% HTML 0.09% C++ 0.03% Shell 0.05% C 0.01% Makefile 0.01% CSS 0.01% Dockerfile 0.01% TypeScript 0.51% JavaScript 0.02% SCSS 0.05% Cython 0.01%
nlp bert domain-specific computer-network text-classification information-retrieval transformers word-analogy word-similarity

netbert's Introduction

NetBERT 📶

A BERT model pre-trained on a huge corpus of computer networking text (~23Gb).

Usage

You can use NetBERT with 🤗 transformers:

import torch
from transformers import BertTokenizer, BertForMaskedLM

# Load pretrained model and tokenizer
model = BertForMaskedLM.from_pretrained("antoiloui/netbert")
tokenizer = BertTokenizer.from_pretrained("antoiloui/netbert")

Documentation

Detailed documentation on the pre-trained model, its implementation, and the data can be found here.

Citation

For attribution in academic contexts, please cite this work as:

@mastersthesis{louis2020netbert,
  author      = {Antoine Louis},
  title       = {NetBERT: A Pre-trained Language Representation Model for Computer Networking},
  school      = {University of Liège},
  address     = {Liège, Belgium},
  year        = {2020},
  url         = {http://hdl.handle.net/2268.2/9060}
}

netbert's People

Contributors

ant-louis avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

trellixvulnteam

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.