abigailp commited on
Commit
e830a63
·
1 Parent(s): 45fb63b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -7,22 +7,12 @@
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": "POSITIVE"
15
- },
16
  "initializer_range": 0.02,
17
- "label2id": {
18
- "NEGATIVE": 0,
19
- "POSITIVE": 1
20
- },
21
  "max_position_embeddings": 512,
22
  "model_type": "distilbert",
23
  "n_heads": 12,
24
  "n_layers": 6,
25
- "output_past": true,
26
  "pad_token_id": 0,
27
  "problem_type": "single_label_classification",
28
  "qa_dropout": 0.1,
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
 
10
  "hidden_dim": 3072,
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
 
16
  "pad_token_id": 0,
17
  "problem_type": "single_label_classification",
18
  "qa_dropout": 0.1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84dc52204bff1aafeec28133763e673a3b1c5feb15522c8e75febfe33267cfb9
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:362b926a800cab184019e9ebc7c0083e6e8636184e20689de9ce0eaef970533f
3
  size 267855533
runs/Jan31_12-36-18_f2ffbcdf767c/events.out.tfevents.1675168584.f2ffbcdf767c.234.6 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cfeb19c33057925ffa868c7741e3863029debeb216f67dd82155343722990f8
3
- size 5816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff0b35dc0acc2b590ac00fd9852fcfa83961134b2ba4dc7c2f1d66fbe1ed045
3
+ size 6170
runs/Jan31_12-36-18_f2ffbcdf767c/events.out.tfevents.1675169505.f2ffbcdf767c.234.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c146a4d5e43044706b74c4e746c1a9a7aa3256591ca730ff51d1faccc1302415
3
+ size 409
runs/Jan31_12-54-12_f2ffbcdf767c/1675169659.615127/events.out.tfevents.1675169659.f2ffbcdf767c.234.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50609693997f2d55f68c7d5dcbe5f71384afdca5ee034e7f685a0185d8082621
3
+ size 5616
runs/Jan31_12-54-12_f2ffbcdf767c/events.out.tfevents.1675169659.f2ffbcdf767c.234.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e869565306554f95da0a9fe674c514a2e46994a29337ca35cd76bbd0bc2d17e2
3
+ size 3958
tokenizer_config.json CHANGED
@@ -1,11 +1,9 @@
1
  {
2
  "cls_token": "[CLS]",
3
- "do_basic_tokenize": true,
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
- "name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
8
- "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "special_tokens_map_file": null,
 
1
  {
2
  "cls_token": "[CLS]",
 
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ba58a4d75d9fd331af97f2b2945ce80fa2c383e7ce121c6a9a0d2ed88ab65e4
3
  size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42feb82e9a6fad843d54d28729f368b69d239f821fc4300f78c122e3c967acb0
3
  size 3451