Skip to content

robbebluecp/tf2-bert

Repository files navigation

INTRODUCTION

This is a bert project constructed with tf2+(mainly with tf.keras). It's easily to use raw bert weights and easily fine-tune into your own model. Demos show you how to use bert to do some easy tasks and tasks show your how to fine-tune bert. Now, just go.

INSTALLATION

git clone https://github.com/robbebluecp/tf2-bert.git

FILES

  • data :-> for placing training data
  • model_train :-> for saving models or weights files
  • tools :-> helper functions, mainly including tokenizer now
  • config :-> configuration file
  • models :-> core models like BERT and CRF
  • demos :-> demos
  • tasks :-> fine-tune tasks

HOW TO USE

RELATIONS

https://github.com/BrikerMan/Kashgari
https://github.com/CyberZHG/keras-bert
https://github.com/google-research/bert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages