beja1996 commited on
Commit
517725d
1 Parent(s): c801115

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +8 -0
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
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": "Not Nostalgia",
13
+ "1": "Nostalgia"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Nostalgia": 1,
18
+ "Not Nostalgia": 0
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:782d82ba2cd2c3a86d3800ac47012f1758b43cfc98168d114460f7e10f452b6d
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f118318249f1e1d13b66dc31ba84d827b0349c3e98869bfa8f03955b05860a87
3
  size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19998daa7aebdc348db8d49d4a5dc1d697417f9101c0938db0086b3160c97652
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447f667920f438d3ae22ee428d6f03903c2ad6a84c23900e713d3f8b3a1621b5
3
  size 5048