Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Hezam
/
ArabicT5_Classification
like
0
Text Classification
Transformers
PyTorch
Arabic
t5
text2text-generation
Classification
ArabicT5
Text Classification
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
Hezam
commited on
Feb 4, 2024
Commit
38fd2f1
·
verified
·
1 Parent(s):
02a4952
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+9
-0
README.md
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
category_mapping = {
2
+
'Politics':1,
3
+
'Finance':2,
4
+
'Medical':3,
5
+
'Sports':4,
6
+
'Culture':5,
7
+
'Tech':6,
8
+
'Religion':7
9
+
}