Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# DeBERTa Emotion Predictor
|
2 |
|
3 |
This package provides a DeBERTa-based model for predicting emotions in Japanese text.
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
license_details: |
|
4 |
+
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
|
5 |
+
|
6 |
+
Copyright (c) 2025 Yoichi Takenaka
|
7 |
+
|
8 |
+
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
|
9 |
+
To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
|
10 |
+
|
11 |
+
This project is based on:
|
12 |
+
- DeBERTa (https://huggingface.co/microsoft/deberta-v3-large), licensed under the MIT License.
|
13 |
+
- DeBERTa Japanese Model (https://huggingface.co/globis-university/deberta-v3-japanese-large), licensed under the CC BY-SA 4.0 License.
|
14 |
+
|
15 |
+
Any modifications or derivative works must also be distributed under the same CC BY-SA 4.0 License.
|
16 |
+
tags:
|
17 |
+
- text-classification
|
18 |
+
- japanese
|
19 |
+
model-index:
|
20 |
+
- name: deverta-v3-japanese-large-Anger
|
21 |
+
results: []
|
22 |
+
---
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
# DeBERTa Emotion Predictor
|
27 |
|
28 |
This package provides a DeBERTa-based model for predicting emotions in Japanese text.
|