drvenabili
commited on
Commit
•
b29768d
1
Parent(s):
dd42f99
Update README.md
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ Please mention the training dataset if you use this model:
|
|
99 |
You can use cURL to access this model:
|
100 |
|
101 |
```
|
102 |
-
$ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "
|
103 |
```
|
104 |
|
105 |
Or Python API:
|
|
|
99 |
You can use cURL to access this model:
|
100 |
|
101 |
```
|
102 |
+
$ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "Asun Brysselissä, Euroopan pääkaupungissa."}' https://api-inference.huggingface.co/models/iguanodon-ai/bert-base-finnish-uncased-ner
|
103 |
```
|
104 |
|
105 |
Or Python API:
|