Skip to content

Commit

Permalink
Resolve readme copy
Browse files Browse the repository at this point in the history
  • Loading branch information
hellojwilde committed Jun 11, 2023
1 parent ef5048a commit f021cd5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ import { modelSource } from "@energetic-ai/model-embeddings-en";
})();
```

Here's an example of using the classifiers model:

```js
import { initClassifier } from "@energetic-ai/classifiers";

## Packages

This repository contains the following packages:
Expand Down Expand Up @@ -73,4 +68,7 @@ This repository uses [Lerna](https://lerna.js.org/) to manage packages, and [Vit
## Acknowledgements

This project is derived from [TensorFlow.js](https://github.com/tensorflow/tfjs), the [Universal Sentence Encoder model library](https://github.com/tensorflow/tfjs-models) and [Universal Sentence Encoder Lite model weights](https://tfhub.dev/tensorflow/tfjs-model/universal-sentence-encoder-lite/1/default/1), which are also Apache 2.0 licensed.

```
```

0 comments on commit f021cd5

Please sign in to comment.