Update README.md
Browse files
README.md
CHANGED
@@ -8,13 +8,17 @@ language:
|
|
8 |
|
9 |
# Model Card for Model ID
|
10 |
|
11 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
-
dbmdz/bert-medium-historic-multilingual-cased
|
13 |
|
14 |
|
15 |
## Model Details
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
<!-- Provide a longer summary of what this model is. -->
|
20 |
```python
|
@@ -57,40 +61,7 @@ for sentence in sentences:
|
|
57 |
print_nicely(results[key])
|
58 |
```
|
59 |
|
60 |
-
#### Hardware
|
61 |
-
|
62 |
-
[More Information Needed]
|
63 |
-
|
64 |
-
#### Software
|
65 |
-
|
66 |
-
[More Information Needed]
|
67 |
-
|
68 |
-
## Citation [optional]
|
69 |
-
|
70 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
71 |
-
|
72 |
-
**BibTeX:**
|
73 |
-
|
74 |
-
[More Information Needed]
|
75 |
-
|
76 |
-
**APA:**
|
77 |
-
|
78 |
-
[More Information Needed]
|
79 |
-
|
80 |
-
## Glossary [optional]
|
81 |
-
|
82 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
83 |
-
|
84 |
-
[More Information Needed]
|
85 |
-
|
86 |
-
## More Information [optional]
|
87 |
-
|
88 |
-
[More Information Needed]
|
89 |
-
|
90 |
-
## Model Card Authors [optional]
|
91 |
-
|
92 |
-
[More Information Needed]
|
93 |
|
94 |
-
|
95 |
|
96 |
[More Information Needed]
|
|
|
8 |
|
9 |
# Model Card for Model ID
|
10 |
|
|
|
|
|
11 |
|
12 |
|
13 |
## Model Details
|
14 |
|
15 |
+
|
16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
17 |
+
dbmdz/bert-medium-historic-multilingual-cased
|
18 |
+
|
19 |
+
#### How to use
|
20 |
+
|
21 |
+
You can use this model with Transformers *pipeline* for NER.
|
22 |
|
23 |
<!-- Provide a longer summary of what this model is. -->
|
24 |
```python
|
|
|
61 |
print_nicely(results[key])
|
62 |
```
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
+
### BibTeX entry and citation info
|
66 |
|
67 |
[More Information Needed]
|