Spaces:
Runtime error
Runtime error
yentinglin
commited on
Commit
•
3440524
1
Parent(s):
9aa8f5f
Update app.py
Browse files
app.py
CHANGED
@@ -28,11 +28,11 @@ DESCRIPTION = """
|
|
28 |
</p>
|
29 |
|
30 |
|
31 |
-
Taiwan-LLaMa is a fine-tuned model specifically designed for traditional
|
32 |
|
33 |
## Key Features
|
34 |
|
35 |
-
1. **Traditional
|
36 |
|
37 |
2. **Instruction-Tuned**: Further fine-tuned on conversational data to offer context-aware and instruction-following responses.
|
38 |
|
@@ -46,11 +46,11 @@ Different versions of Taiwan-LLaMa are available:
|
|
46 |
|
47 |
- **Taiwan-LLaMa v1.0 (This demo)**: Optimized for Taiwanese Culture
|
48 |
- **Taiwan-LLaMa v0.9**: Partial instruction set
|
49 |
-
- **Taiwan-LLaMa v0.0**: No Traditional
|
50 |
|
51 |
The models can be accessed from the provided links in the Hugging Face repository.
|
52 |
|
53 |
-
Try out the demo to interact with Taiwan-LLaMa and experience its capabilities in handling Traditional
|
54 |
"""
|
55 |
|
56 |
LICENSE = """
|
|
|
28 |
</p>
|
29 |
|
30 |
|
31 |
+
Taiwan-LLaMa is a fine-tuned model specifically designed for traditional mandarin applications. It is built upon the LLaMa 2 architecture and includes a pretraining phase with over 5 billion tokens and fine-tuning with over 490k multi-turn conversational data in Traditional Mandarin.
|
32 |
|
33 |
## Key Features
|
34 |
|
35 |
+
1. **Traditional Mandarin Support**: The model is fine-tuned to understand and generate text in Traditional Mandarin, making it suitable for Taiwanese culture and related applications.
|
36 |
|
37 |
2. **Instruction-Tuned**: Further fine-tuned on conversational data to offer context-aware and instruction-following responses.
|
38 |
|
|
|
46 |
|
47 |
- **Taiwan-LLaMa v1.0 (This demo)**: Optimized for Taiwanese Culture
|
48 |
- **Taiwan-LLaMa v0.9**: Partial instruction set
|
49 |
+
- **Taiwan-LLaMa v0.0**: No Traditional Mandarin pretraining
|
50 |
|
51 |
The models can be accessed from the provided links in the Hugging Face repository.
|
52 |
|
53 |
+
Try out the demo to interact with Taiwan-LLaMa and experience its capabilities in handling Traditional Mandarin!
|
54 |
"""
|
55 |
|
56 |
LICENSE = """
|