pprokopidis
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,10 @@ pipeline_tag: text-classification
|
|
7 |
---
|
8 |
|
9 |
|
10 |
-
# ilsp/
|
11 |
|
12 |
```python
|
13 |
-
repo_id = "ilsp/
|
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)
|
|
|
7 |
---
|
8 |
|
9 |
|
10 |
+
# ilsp/justice
|
11 |
|
12 |
```python
|
13 |
+
repo_id = "ilsp/justice"
|
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)
|