Debk commited on
Commit
113a2ae
·
verified ·
1 Parent(s): bc2b6f3

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -2
config.json CHANGED
@@ -1,7 +1,17 @@
1
  {
2
  "model_name": "Llama_3_Unsloth_Ben_NER",
 
3
  "version": "1.0.0",
4
- "description": "Named Entity Recognition model for Bengali language",
5
- "author": "Your Name",
 
 
 
 
 
 
 
 
 
6
  "license": "Apache-2.0"
7
  }
 
1
  {
2
  "model_name": "Llama_3_Unsloth_Ben_NER",
3
+ "model_type": "BEN_NER_llama",
4
  "version": "1.0.0",
5
+ "description": "Named Entity Recognition model based on Llama architecture.",
6
+ "labels": [
7
+ "PERSON",
8
+ "ORG",
9
+ "LOC",
10
+ "MISC",
11
+ "DATE",
12
+ "TIME"
13
+ ],
14
+ "language": "en",
15
+ "created_by": "Koushik Deb",
16
  "license": "Apache-2.0"
17
  }