Razafaheem commited on
Commit
1e26627
1 Parent(s): e904ca4

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,7 +8,17 @@
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,
@@ -20,6 +30,6 @@
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.35.2",
24
  "vocab_size": 30522
25
  }
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
  "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
 
30
  "sinusoidal_pos_embds": false,
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
+ "transformers_version": "4.36.2",
34
  "vocab_size": 30522
35
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f77c54f4c3047fa8eda05700fcd3e9801db58281af1a665a681768ab746a7a9
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193d379f03b3c973a500b4586e6008996476a59cf83a17a60c1b7f7848707782
3
+ size 267835644
runs/Jan13_10-40-26_f31c52c01b43/events.out.tfevents.1705142431.f31c52c01b43.178.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc088f6c46a31f6671a18b92b9046e76493a1cbc0d125489ed7cd822b84ccca1
3
+ size 4184
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ab6347a3c97c2b6e7e89625f53433bfee500f13f4d43b92cc6c81cfbb192ed5
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092df913557353b6be9bacaa552a076a1984d9b2f541528c837bea77716896bf
3
+ size 4728