Spaces:
Runtime error
Runtime error
Aryan Mishra commited on
Commit ·
88567af
0
Parent(s):
Initial commit
Browse files- .gitattributes +4 -0
- README.md +2 -0
.gitattributes
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Auto detect text files and perform LF normalization
|
| 2 |
+
* text=auto
|
| 3 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# multilingual-absa
|
| 2 |
+
Aspect-level sentiment analysis on multilingual product reviews — English, Hindi & Hinglish. Fine-tuned XLM-RoBERTa + IndicBERT, ONNX inference, FastAPI backend, React dashboard.
|