wnic00 commited on
Commit
758df46
·
1 Parent(s): fffce20

Training in progress, epoch 1

Browse files
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"
@@ -7,17 +7,18 @@
7
  "attention_dropout": 0.1,
8
  "dim": 768,
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",
@@ -32,5 +33,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": "distilbert-base-uncased-finetuned-sst-2-english",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
+ "finetuning_task": "sst-2",
11
  "hidden_dim": 3072,
12
  "id2label": {
13
+ "0": "negative",
14
  "1": "neutral",
15
+ "2": "positive"
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
+ "negative": 0,
20
  "neutral": 1,
21
+ "positive": 2
22
  },
23
  "max_position_embeddings": 512,
24
  "model_type": "distilbert",
 
33
  "tie_weights_": true,
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.31.0",
36
+ "vocab_size": 30522
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5408598d09000885f7fd9c40b151926cde75934e14be8c6ebae03b4aff91e9b
3
- size 541341997
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31d455a988464dabcdabde9f6e7dd0552c730f4f0fe371aa971ad5ecabad02a
3
+ size 267857197
runs/Dec04_11-22-19_BER3149/events.out.tfevents.1701660143.BER3149.23580.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18b6109623ddb0b26620eb5cdfde1f088b28cc924d689b658c9d48851e64943
3
+ size 4669
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
- "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
  "never_split": null,
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
  "never_split": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47e83e548e485a2bd9c8243977bc7f9b25788f5b191f1112f53581de0b14be5e
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:572fabd968866503328830faa7c56544b2ae0de76cfffa41512e63b4a0222875
3
  size 3963
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff