Skip to content

Commit af19479

Browse files
authored
Update README.md: Mention text models (tensorflow#200)
* Update README.md: Mention text models
1 parent e9c5b30 commit af19479

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ and can be used as building blocks in other apps.
2525
- `npm i @tensorflow-models/coco-ssd`
2626

2727
### Audio
28-
- [Speech commands](https://github.com/tensorflow/tfjs-models/tree/master/speech-commands) - Classify 1 second audio snippets from the [speech commands dataset](https://www.tensorflow.org/tutorials/sequences/audio_recognition).
28+
- [Speech Commands](https://github.com/tensorflow/tfjs-models/tree/master/speech-commands) - Classify 1 second audio snippets from the [speech commands dataset](https://www.tensorflow.org/tutorials/sequences/audio_recognition).
2929
- `npm i @tensorflow-models/speech-commands`
30+
31+
### Text
32+
- [Universal Sentence Encoder](./universal-sentence-encoder) - A model that encodes English text into 512-dimensional embeddings.
33+
- [Text Toxicity](./toxicity) - Detects and classifies toxic content such as threats, insults, and obscenities in English text inputs.
3034

3135
### General utilities
3236
- [KNN Classifier](https://github.com/tensorflow/tfjs-models/tree/master/knn-classifier) - Create a custom k-nearest neighbors classifier. Can be used for transfer learning.

0 commit comments

Comments
 (0)