tgieruc commited on
Commit
55814f1
1 Parent(s): 32cc3b6

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,10 +8,6 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
- "id2label": {
12
- "0": "Caption",
13
- "1": "Title"
14
- },
15
  "initializer_range": 0.02,
16
  "max_position_embeddings": 512,
17
  "model_type": "distilbert",
 
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",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d3847a96137edf2bbf59bcf18d0b580784b0598a8dc44037b56629955dbbd91
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03d92cc28e5ff9abfef590cc4979451689db709c6a17d5912161d4b57a69b58
3
  size 267855533
runs/Dec27_16-33-05_a3b447046ebf/1672158894.6610081/events.out.tfevents.1672158894.a3b447046ebf.197.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf4ec7cbb4859cae8446acffe401e9b2c148e0788e14a9669d1d94b3ee91c64
3
+ size 5606
runs/Dec27_16-33-05_a3b447046ebf/events.out.tfevents.1672158894.a3b447046ebf.197.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d1278ddbccec7721f9588d8b1dddf5674f81ee073f58d92c1c54f9037418522
3
+ size 4028
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
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
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd48e31a04d03e03c030a8f689ebb16fc8eeac11623cdb979fe9d12e80324163
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b33c6761803cc5094ac45ef419d83cf3b9e763b0294a0a2313c0f56c198b0174
3
  size 3515