An open API service indexing awesome lists of open source software.

https://github.com/katanaml/text-completion

Text completion with Hugging Face and TensorFlow.js running on Node.js
https://github.com/katanaml/text-completion

distilbert huggingface javascript nlp python tensorflowjs

Last synced: 7 months ago
JSON representation

Text completion with Hugging Face and TensorFlow.js running on Node.js

Awesome Lists containing this project

README

          

# Katana ML Text Completion 🤗

## Description

Runs with with Hugging Face DistilBERT and TensorFlow.js on Node.js

- distilbert-model - converter from Hugging Face model format to TensorFlow SavedModel

This is work in progress repo. I'm working on TensorFlow.js part to load SavedModel and run inference.

## References

- [DistilBERT base model (uncased)](https://huggingface.co/distilbert-base-uncased)
- [How Hugging Face achieved a 2x performance boost for Question Answering with DistilBERT in Node.js](https://blog.tensorflow.org/2020/05/how-hugging-face-achieved-2x-performance-boost-question-answering.html)

## Author

[Katana ML](https://katanaml.io), [Andrej Baranovskij](https://github.com/abaranovskis-redsamurai)

## License

Licensed under the Apache License, Version 2.0. Copyright 2020-2021 Katana ML, Andrej Baranovskij. [Copy of the license](https://github.com/katanaml/text-completion/blob/main/LICENSE).