Philip-Jan commited on
Commit
09427c2
1 Parent(s): c031b50

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,7 +8,15 @@
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,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "neg",
13
+ "1": "pos"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "neg": 0,
18
+ "pos": 1
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07b792920213c434649601c37e5b7198c60120f275b58a7ce9106faa308f7e22
3
  size 267852913
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca841e22355ac05bd2d77ad8103bfd3d5212cb84b214bb327764e3ae95c04f7
3
  size 267852913
runs/Jul13_15-53-17_LAPTOP-QQ6160DN/events.out.tfevents.1657720403.LAPTOP-QQ6160DN.23624.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6102a367f7b66cd805e74bd9b3870e1556091f9da60e2d9a46011e17e45d069
3
- size 6606
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7bd6695fd4af3e57e36fb8b7f471c66b68679e632531ca4617564f5501f79ad
3
+ size 6960
runs/Jul13_18-10-11_LAPTOP-QQ6160DN/1657728617.7607245/events.out.tfevents.1657728617.LAPTOP-QQ6160DN.23624.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b95adce9ebda96f65889403f9182bcb503855f16081f5fc9b4751296b51bcb
3
+ size 4903
runs/Jul13_18-10-11_LAPTOP-QQ6160DN/events.out.tfevents.1657728617.LAPTOP-QQ6160DN.23624.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ea1fd33e010b75bbba2bb15431904491cab853d4163b3895e7dd4ce4d54200
3
+ size 3391
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb15a397736fe3e28c041a9f73b85ee78dee9e1e7606e4f927373e67f27fe2b1
3
  size 3119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79a98273bcb46923bb281f3d4b9d3cc509738f303d369ca8ca1cb843f198710
3
  size 3119