Vu Anh Claude commited on
Commit ·
1a16177
1
Parent(s): 0712d08
Fix dataset references in README.md
Browse files- Change uts2017_bank to undertheseanlp/UTS2017_Bank
- Use correct Hugging Face dataset ID format
- Fixes Hugging Face Hub dataset validation error
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
- logistic-regression
|
| 13 |
datasets:
|
| 14 |
- vntc
|
| 15 |
-
-
|
| 16 |
metrics:
|
| 17 |
- accuracy
|
| 18 |
- precision
|
|
@@ -45,7 +45,7 @@ model-index:
|
|
| 45 |
name: Vietnamese Banking Text Classification
|
| 46 |
dataset:
|
| 47 |
name: UTS2017_Bank
|
| 48 |
-
type:
|
| 49 |
metrics:
|
| 50 |
- type: accuracy
|
| 51 |
value: 0.7096
|
|
|
|
| 12 |
- logistic-regression
|
| 13 |
datasets:
|
| 14 |
- vntc
|
| 15 |
+
- undertheseanlp/UTS2017_Bank
|
| 16 |
metrics:
|
| 17 |
- accuracy
|
| 18 |
- precision
|
|
|
|
| 45 |
name: Vietnamese Banking Text Classification
|
| 46 |
dataset:
|
| 47 |
name: UTS2017_Bank
|
| 48 |
+
type: undertheseanlp/UTS2017_Bank
|
| 49 |
metrics:
|
| 50 |
- type: accuracy
|
| 51 |
value: 0.7096
|