Taizo Kaneko
commited on
Commit
·
70a4362
1
Parent(s):
2242279
Update README.md
Browse files
README.md
CHANGED
@@ -39,5 +39,5 @@ Google Colaboratory Example
|
|
39 |
```
|
40 |
from transformers import pipeline
|
41 |
|
42 |
-
pipeline = pipeline("feature-extraction", model="paulhindemith/fasttext-jp-embedding", revision="2022.11.
|
43 |
```
|
|
|
39 |
```
|
40 |
from transformers import pipeline
|
41 |
|
42 |
+
pipeline = pipeline("feature-extraction", model="paulhindemith/fasttext-jp-embedding", revision="2022.11.6", trust_remote_code=True)
|
43 |
```
|