danielsteinigen
commited on
Commit
•
f3ea1ce
1
Parent(s):
d8809cb
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ tags:
|
|
10 |
- tax law
|
11 |
- relation extraction
|
12 |
- entity extraction
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Model Card for Model ID
|
@@ -38,7 +41,7 @@ tags:
|
|
38 |
- **Demo:** https://huggingface.co/spaces/danielsteinigen/NLP-Legal-Texts
|
39 |
|
40 |
## Uses
|
41 |
-
```
|
42 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
43 |
from transformers import pipeline
|
44 |
|
|
|
10 |
- tax law
|
11 |
- relation extraction
|
12 |
- entity extraction
|
13 |
+
widget:
|
14 |
+
- text: "testtext"
|
15 |
+
example_title: "testtitle"
|
16 |
---
|
17 |
|
18 |
# Model Card for Model ID
|
|
|
41 |
- **Demo:** https://huggingface.co/spaces/danielsteinigen/NLP-Legal-Texts
|
42 |
|
43 |
## Uses
|
44 |
+
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
46 |
from transformers import pipeline
|
47 |
|