ilsp
/

pprokopidis commited on
Commit
337a91a
·
verified ·
1 Parent(s): d47c7f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="20241124-model.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 = {
 
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 = {