Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-classification
|
|
15 |
|
16 |
```python
|
17 |
repo_id = "ilsp/justice"
|
18 |
-
model_path = hf_hub_download(repo_id=repo_id, filename="
|
19 |
sample_decision = hf_hub_download(repo_id=repo_id, filename="sample_data/Α2485_2023.txt") # anonymized decision
|
20 |
model = load_model(model_path)
|
21 |
labels_map = {
|
|
|
15 |
|
16 |
```python
|
17 |
repo_id = "ilsp/justice"
|
18 |
+
model_path = hf_hub_download(repo_id=repo_id, filename="20250105-court_decisions_paragraph_classifier.ftz")
|
19 |
sample_decision = hf_hub_download(repo_id=repo_id, filename="sample_data/Α2485_2023.txt") # anonymized decision
|
20 |
model = load_model(model_path)
|
21 |
labels_map = {
|