Commit
·
974faf1
1
Parent(s):
efb0bee
Update model.py
Browse files
model.py
CHANGED
@@ -4,9 +4,6 @@ from transformers import AutomaticSpeechRecognitionPipeline, AutoTokenizer, Wav2
|
|
4 |
from typing import Dict
|
5 |
from pathlib import Path
|
6 |
|
7 |
-
from datasets import load_dataset
|
8 |
-
|
9 |
-
|
10 |
class PreTrainedModel():
|
11 |
def __init__(self):
|
12 |
"""
|
|
|
4 |
from typing import Dict
|
5 |
from pathlib import Path
|
6 |
|
|
|
|
|
|
|
7 |
class PreTrainedModel():
|
8 |
def __init__(self):
|
9 |
"""
|