inxoy commited on
Commit
74b9159
·
verified ·
1 Parent(s): aebcbf2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,13 +9,13 @@
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",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "NON_TOXIC",
13
+ "1": "TOXIC"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "NON_TOXIC": 0,
18
+ "TOXIC": 1
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60d3d10961c752dce5afca8acd0ba188c4c3a5b902baa053962f3639b56197f3
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e54697cc7409fc45e86f2145e830437b377710851fa5c85079486c5395eee04f
3
  size 267832560
runs/Jan09_09-57-59_ip-10-192-12-8/events.out.tfevents.1736416679.ip-10-192-12-8.1323.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e893f9e841ef3f68dea27f63f0a5228c5745d4a4128d18a8b609ac720ced5cc8
3
+ size 5044
runs/Jan09_09-58-15_ip-10-192-12-8/events.out.tfevents.1736416696.ip-10-192-12-8.1323.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4aaca4b33c31c5528fdf3bca6aed951ef992408143670d4a248d05adfc78dd6
3
+ size 5416
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:4b1815e66b49ac651f03eab05155c64b1aef4600e5bd0f1baf38ae21d7785d30
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f0cc4509ec0ae7d4eec20c383d84f885927562704a1d47c86af871a4240f93
3
  size 5304