evamxb commited on
Commit
f273040
·
verified ·
1 Parent(s): bfb6d90

Upload TextClassificationPipeline

Browse files
Files changed (2) hide show
  1. config.json +4 -2
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "final-model",
3
- "_num_labels": 3,
4
  "architectures": [
5
  "DebertaV2ForSequenceClassification"
6
  ],
@@ -11,13 +11,15 @@
11
  "id2label": {
12
  "0": "used",
13
  "1": "mentioned",
14
- "2": "created"
 
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
  "created": 2,
20
  "mentioned": 1,
 
21
  "used": 0
22
  },
23
  "layer_norm_eps": 1e-07,
 
1
  {
2
  "_name_or_path": "final-model",
3
+ "_num_labels": 4,
4
  "architectures": [
5
  "DebertaV2ForSequenceClassification"
6
  ],
 
11
  "id2label": {
12
  "0": "used",
13
  "1": "mentioned",
14
+ "2": "created",
15
+ "3": "other"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "created": 2,
21
  "mentioned": 1,
22
+ "other": 3,
23
  "used": 0
24
  },
25
  "layer_norm_eps": 1e-07,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61358dd41c5cdc3458f0cef72e523d3ca8ac9defd60d5b61acf8299663cefafb
3
- size 737722356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac50024f9bc4dd5ca905dd39215841732e31d837e2f1513b066d1ebae423c2c4
3
+ size 737725432