Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
74935d1
1
Parent(s):
2eacfd4
Update supplemental.py
Browse files- supplemental.py +4 -1
supplemental.py
CHANGED
@@ -1,8 +1,11 @@
|
|
|
|
|
|
1 |
import os
|
2 |
import json
|
3 |
import logging
|
4 |
-
from typing import List, Dict, Optional
|
5 |
import re
|
|
|
6 |
from huggingface_hub import HfApi, InferenceClient
|
7 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
8 |
from dataclasses import dataclass
|
|
|
1 |
+
|
2 |
+
Copy
|
3 |
import os
|
4 |
import json
|
5 |
import logging
|
6 |
+
from typing import List, Dict, Optional, Any
|
7 |
import re
|
8 |
+
from abc import ABC, abstractmethod
|
9 |
from huggingface_hub import HfApi, InferenceClient
|
10 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
11 |
from dataclasses import dataclass
|