naif576 commited on
Commit
59fb309
1 Parent(s): e3400f0

Upload DebertaV2ForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +7 -7
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/my_predictor",
3
  "_num_labels": 3,
4
  "architectures": [
5
  "DebertaV2ForSequenceClassification"
@@ -9,16 +9,16 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Negative",
13
- "1": "Neutral",
14
- "2": "Positive"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "Negative": 0,
20
- "Neutral": 1,
21
- "Positive": 2
22
  },
23
  "layer_norm_eps": 1e-07,
24
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "yangheng/deberta-v3-base-absa-v1.1",
3
  "_num_labels": 3,
4
  "architectures": [
5
  "DebertaV2ForSequenceClassification"
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "NEUTRAL",
13
+ "1": "POSITIVE",
14
+ "2": "NEGATIVE"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "NEGATIVE": 2,
20
+ "NEUTRAL": 0,
21
+ "POSITIVE": 1
22
  },
23
  "layer_norm_eps": 1e-07,
24
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cba9e5d9cff0dc88cc7d59beffb2e18367f91cc602174d3269d3b97f2cd49f7
3
- size 737769017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8180f819929de6c9970bb73726d6feac421876df8ff1452def43efabe396342
3
+ size 737771833