Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
-
|
8 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
-
|
10 |
-
|
11 |
|
12 |
## Model Details
|
13 |
|
@@ -75,11 +74,7 @@ Use the code below to get started with the model.
|
|
75 |
|
76 |
## Training Details
|
77 |
|
78 |
-
|
79 |
-
|
80 |
-
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
-
|
82 |
-
[More Information Needed]
|
83 |
|
84 |
### Training Procedure
|
85 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model:
|
5 |
+
- openai/whisper-large-v3-turbo
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
9 |
+
Model Card for {{ yahthant | default("yahthant", true) }}
|
|
|
|
|
|
|
10 |
|
11 |
## Model Details
|
12 |
|
|
|
74 |
|
75 |
## Training Details
|
76 |
|
77 |
+
Training Data: sumanthk/PEFT_expo
|
|
|
|
|
|
|
|
|
78 |
|
79 |
### Training Procedure
|
80 |
|