saadMouraf commited on
Commit
2f5486f
1 Parent(s): ac93bd9

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "name": "bert-based-emotion-detection-ar",
4
+ "description": "Arabic emotion detection model based on BERT.",
5
+ "tokenizer": "aubmindlab/bert-large-arabertv02-twitter",
6
+ "model": "saadMouraf/bert-based-emotion-detection-ar"
7
+ },
8
+ "transformers_version": "4.10.2",
9
+ "framework": "tensorflow"
10
+ }