Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,18 @@
|
|
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 |
|
@@ -33,13 +38,13 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
33 |
- **Paper [optional]:** [More Information Needed]
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
-
##
|
37 |
-
|
38 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
-
|
40 |
-
### Direct Use
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
43 |
|
44 |
[More Information Needed]
|
45 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: llama3
|
4 |
+
language:
|
5 |
+
- th
|
6 |
+
- en
|
7 |
---
|
8 |
|
9 |
# Model Card for Model ID
|
10 |
|
11 |
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
|
13 |
+
<div align="center">
|
14 |
+
<img src="https://i.postimg.cc/vZJ3xCyy/1-2.png" alt="typhoon-audio" style="width: 100%; max-width: 20cm; margin-left: 'auto'; margin-right:'auto'; display:'block'"/>
|
15 |
+
</div>
|
16 |
|
17 |
## Model Details
|
18 |
|
|
|
38 |
- **Paper [optional]:** [More Information Needed]
|
39 |
- **Demo [optional]:** [More Information Needed]
|
40 |
|
41 |
+
## Usage Example
|
|
|
|
|
|
|
|
|
42 |
|
43 |
+
```python
|
44 |
+
from transformers import AutoModel
|
45 |
+
model_id = "potsawee/llama-3-typhoon-v1.5-8b-audio-preview"
|
46 |
+
model = AutoModel.from_pretrained(model_id, trust_remote_code=True)
|
47 |
+
```
|
48 |
|
49 |
[More Information Needed]
|
50 |
|