update sample
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ from transformers import pipeline
|
|
50 |
|
51 |
model_name = "tsmatz/xlm-roberta-ner-japanese"
|
52 |
classifier = pipeline("token-classification", model=model_name)
|
53 |
-
result = classifier("
|
54 |
print(result)
|
55 |
```
|
56 |
|
|
|
50 |
|
51 |
model_name = "tsmatz/xlm-roberta-ner-japanese"
|
52 |
classifier = pipeline("token-classification", model=model_name)
|
53 |
+
result = classifier("鈴井は4月の陽気の良い日に、鈴をつけて北海道のトムラウシへと登った")
|
54 |
print(result)
|
55 |
```
|
56 |
|