Update handler.py
Browse files- handler.py +2 -1
handler.py
CHANGED
|
@@ -5,7 +5,8 @@ from transformers import TrainingArguments, Trainer
|
|
| 5 |
import torch
|
| 6 |
|
| 7 |
import os
|
| 8 |
-
model_dir2 = os.path.abspath("json_extraction_all")
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
class EndpointHandler:
|
|
|
|
| 5 |
import torch
|
| 6 |
|
| 7 |
import os
|
| 8 |
+
#model_dir2 = os.path.abspath("json_extraction_all")
|
| 9 |
+
model_dir2 = "json_extraction_all"
|
| 10 |
|
| 11 |
|
| 12 |
class EndpointHandler:
|