File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
universal-sentence-encoder Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Check out our [demo](https://storage.googleapis.com/tfjs-models/demos/toxicity/i
12
12
13
13
Using ` yarn ` :
14
14
15
- $ yarn add @tensorflow/tfjs@1.0.0 @tensorflow-models/toxicity
15
+ $ yarn add @tensorflow/tfjs @tensorflow-models/toxicity
16
16
17
17
Using ` npm ` :
18
18
19
- $ npm install @tensorflow/tfjs@1.0.0 @tensorflow-models/toxicity
19
+ $ npm install @tensorflow/tfjs @tensorflow-models/toxicity
20
20
21
21
## Usage
22
22
@@ -29,7 +29,7 @@ import * as toxicity from '@tensorflow-models/toxicity';
29
29
or as a standalone script tag:
30
30
31
31
``` html
32
- <script src =" https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0 " ></script >
32
+ <script src =" https://cdn.jsdelivr.net/npm/@tensorflow/tfjs" ></script >
33
33
<script src =" https://cdn.jsdelivr.net/npm/@tensorflow-models/toxicity" ></script >
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ The sentences (taken from the [TensorFlow Hub USE lite colab](https://colab.sand
22
22
23
23
Using ` yarn ` :
24
24
25
- $ yarn add @tensorflow/tfjs@1.0.0 @tensorflow-models/universal-sentence-encoder
25
+ $ yarn add @tensorflow/tfjs @tensorflow-models/universal-sentence-encoder
26
26
27
27
Using ` npm ` :
28
28
29
- $ npm install @tensorflow/tfjs@1.0.0 @tensorflow-models/universal-sentence-encoder
29
+ $ npm install @tensorflow/tfjs @tensorflow-models/universal-sentence-encoder
30
30
31
31
## Usage
32
32
@@ -39,7 +39,7 @@ import * as use from '@tensorflow-models/universal-sentence-encoder';
39
39
or as a standalone script tag:
40
40
41
41
``` html
42
- <script src =" https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0 " ></script >
42
+ <script src =" https://cdn.jsdelivr.net/npm/@tensorflow/tfjs" ></script >
43
43
<script src =" https://cdn.jsdelivr.net/npm/@tensorflow-models/universal-sentence-encoder" ></script >
44
44
```
45
45
You can’t perform that action at this time.
0 commit comments