PriyadarshiniTamilselvan commited on
Commit
f874e35
1 Parent(s): f37f50f

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,
 
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82a2821d1d768b78bd1f11a78cc340c0551c1e080d756139750cdf5917c12059
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12fbf28c94360f56bd47d9605b89336df8fe16ac45d4ce96cf479c3dab13cfdb
3
+ size 267835644
runs/Nov30_00-42-49_b6bf032e74e5/events.out.tfevents.1732927373.b6bf032e74e5.593.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:952c5cf0082bf607f725697e94ec8208873d96e408c234854fa620f02f9e41d7
3
+ size 4184
runs/Nov30_00-43-15_b6bf032e74e5/events.out.tfevents.1732927396.b6bf032e74e5.593.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf2b1f0741b899dfc04858cd8e561b8247befba03841931f0f2a89e064611ce
3
+ size 4184
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
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
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8b4e79b72d140be2abf43bd65453545f493642b08bc4fa8860b9f2d027ae2ae
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be918b2a6cc83ab38cb7e750fe7eadb26564956ae01f80f760eb8c0b67da5f3
3
  size 5368