abornntec commited on
Commit
9ad9559
1 Parent(s): 4889660

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +6 -9
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "lxyuan/distilbert-base-multilingual-cased-sentiments-student",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -9,21 +9,18 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "positive",
13
- "1": "neutral",
14
- "2": "negative"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "negative": 2,
19
- "neutral": 1,
20
- "positive": 0
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
25
  "n_layers": 6,
26
- "output_past": true,
27
  "pad_token_id": 0,
28
  "problem_type": "single_label_classification",
29
  "qa_dropout": 0.1,
@@ -32,5 +29,5 @@
32
  "tie_weights_": true,
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.31.0",
35
- "vocab_size": 119547
36
  }
 
1
  {
2
+ "_name_or_path": "AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "negative",
13
+ "1": "positive"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "negative": 0,
18
+ "positive": 1
 
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
 
24
  "pad_token_id": 0,
25
  "problem_type": "single_label_classification",
26
  "qa_dropout": 0.1,
 
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.31.0",
32
+ "vocab_size": 30522
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fdc72a723aa6ae74efdfec7c662d787a2d5c918395de99636b038171d8ce7b4
3
- size 541341997
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e721de34978ba05bc1a9fe30cc559eb2ef936fe07240b75c2c64a2e84104c6a4
3
+ size 267854125
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:417d4c1f42c4cd73830ee89f6bb074d83deefedd22320617b545f9b629a97f92
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cea94f0aaa640fcf37b511149bab706c396a43fd84f3e8d4b08738b948e3c80
3
  size 4027