ilsp
/

pprokopidis commited on
Commit
0b711f0
·
verified ·
1 Parent(s): fda5f51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,11 +7,12 @@ pipeline_tag: text-classification
7
  ---
8
 
9
 
10
- # ilsp/justice
11
 
12
  ```python
13
- model_path = hf_hub_download(repo_id="ilsp/justice", filename="20241124-model.ftz")
14
- sample_decision = hf_hub_download(repo_id="ilsp/justice", filename="sample_data/Α2485_2023.txt")
 
15
  model = load_model(model_path)
16
  labels_map = {
17
  'preamble': '__label__0', '__label__0': 'preamble',
 
7
  ---
8
 
9
 
10
+ # ilsp/osddydd
11
 
12
  ```python
13
+ repo_id = "ilsp/osddydd"
14
+ model_path = hf_hub_download(repo_id=repo_id, filename="20241124-model.ftz")
15
+ sample_decision = hf_hub_download(repo_id=repo_id, filename="sample_data/Α2485_2023.txt")
16
  model = load_model(model_path)
17
  labels_map = {
18
  'preamble': '__label__0', '__label__0': 'preamble',