Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,14 @@ language:
|
|
11 |
pipeline_tag: text-classification
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
```python
|
15 |
from transformers import pipeline
|
16 |
|
@@ -26,13 +34,6 @@ print(pipe("Duizenden studenten, net afgestudeerden en starters hebben op dit mo
|
|
26 |
## [{'label': 'LABEL_0', 'score': 0.9993253946304321}] # some other code
|
27 |
```
|
28 |
|
29 |
-
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
30 |
-
probably proofread and complete it, then remove this comment. -->
|
31 |
-
|
32 |
-
# manifesto-dutch-binary-relevance
|
33 |
-
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base).
|
34 |
-
|
35 |
-
|
36 |
## Model description
|
37 |
|
38 |
More information needed
|
|
|
11 |
pipeline_tag: text-classification
|
12 |
---
|
13 |
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
16 |
+
probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# manifesto-dutch-binary-relevance
|
19 |
+
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base).
|
20 |
+
|
21 |
+
## Example usage
|
22 |
```python
|
23 |
from transformers import pipeline
|
24 |
|
|
|
34 |
## [{'label': 'LABEL_0', 'score': 0.9993253946304321}] # some other code
|
35 |
```
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
## Model description
|
38 |
|
39 |
More information needed
|