pdjohn commited on
Commit
def7e3d
·
verified ·
1 Parent(s): 4c7688b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/causalbert). Once installed, run inference like so:
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