mlmlmlml commited on
Commit
01663f6
1 Parent(s): e49fa73

Training in progress, epoch 2

Browse files
config.json CHANGED
@@ -9,21 +9,17 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "sadness",
13
- "1": "joy",
14
- "2": "love",
15
- "3": "anger",
16
- "4": "fear",
17
- "5": "surprise"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "anger": 3,
22
- "fear": 4,
23
- "joy": 1,
24
- "love": 2,
25
- "sadness": 0,
26
- "surprise": 5
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
@@ -36,6 +32,6 @@
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.41.2",
40
  "vocab_size": 30522
41
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "world",
13
+ "1": "sport",
14
+ "2": "business",
15
+ "3": "science"
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
+ "business": 2,
20
+ "science": 3,
21
+ "sport": 1,
22
+ "world": 0
 
 
23
  },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
 
32
  "sinusoidal_pos_embds": false,
33
  "tie_weights_": true,
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.42.3",
36
  "vocab_size": 30522
37
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a75073ad536f03b826f20bf17692dbd04042796b17a678bb179b97526f13ad0
3
- size 267844872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaec32925727551d8a5904ebcf73d1a519c74fd768280eb710a32a97d45dfa12
3
+ size 267838720
runs/Jul27_21-13-20_b586ee7d224e/events.out.tfevents.1722114801.b586ee7d224e.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e9046928996d81430294b1ddad5ec644a38376ee66f41503c56c87fa77811e
3
+ size 7568
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:c7bfc3b65f08b2ab169c7d49b1633caf814450b8d01d87ecbabeeae7d1cfcfe2
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474f630b564b2d0c1ed3dcfd51073549dbc072a4e53f22edc6e525baada44c4f
3
  size 5112