Update README.md
Browse files
README.md
CHANGED
|
@@ -10,8 +10,8 @@ pipeline_tag: text-classification
|
|
| 10 |
# ilsp/osddydd-paragraph-classifier
|
| 11 |
|
| 12 |
```python
|
| 13 |
-
model_path = hf_hub_download(repo_id="ilsp/osddydd
|
| 14 |
-
sample_decision = hf_hub_download(repo_id="ilsp/osddydd
|
| 15 |
model = load_model(model_path)
|
| 16 |
labels_map = {
|
| 17 |
'preamble': '__label__0', '__label__0': 'preamble',
|
|
|
|
| 10 |
# ilsp/osddydd-paragraph-classifier
|
| 11 |
|
| 12 |
```python
|
| 13 |
+
model_path = hf_hub_download(repo_id="ilsp/osddydd", filename="20241124-model.ftz")
|
| 14 |
+
sample_decision = hf_hub_download(repo_id="ilsp/osddydd", filename="sample_data/Α2485_2023.txt")
|
| 15 |
model = load_model(model_path)
|
| 16 |
labels_map = {
|
| 17 |
'preamble': '__label__0', '__label__0': 'preamble',
|