Debk commited on
Commit
1834b01
·
verified ·
1 Parent(s): 3f1e43c

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -17
config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "model_name": "Llama_3_Unsloth_Ben_NER",
3
- "model_type": "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
- }