Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ A multi-task model to extract **causal attribution** from German texts.
|
|
20 |
| **2. Relation Classification** | Sentence-Pair Classification | **14 Relation Labels** (e.g., MONO\_POS\_CAUSE, DIST\_NEG\_EFFECT, INTERDEPENDENCY, NO\_RELATION) |
|
21 |
|
22 |
## Usage
|
23 |
-
Find the custom [library](https://github.com/padjohn/
|
24 |
```python
|
25 |
from causalbert.infer import load_model, sentence_analysis
|
26 |
|
|
|
20 |
| **2. Relation Classification** | Sentence-Pair Classification | **14 Relation Labels** (e.g., MONO\_POS\_CAUSE, DIST\_NEG\_EFFECT, INTERDEPENDENCY, NO\_RELATION) |
|
21 |
|
22 |
## Usage
|
23 |
+
Find the custom [library](https://github.com/padjohn/cbert). Once installed, run inference like so:
|
24 |
```python
|
25 |
from causalbert.infer import load_model, sentence_analysis
|
26 |
|