marcgrec commited on
Commit
4e8d7c4
·
verified ·
1 Parent(s): 182f655

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -14
  2. model.safetensors +2 -2
  3. tokenizer.json +1 -6
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,33 +1,20 @@
1
  {
2
  "activation": "gelu",
3
  "architectures": [
4
- "DistilBertForSequenceClassification"
5
  ],
6
  "attention_dropout": 0.1,
7
  "dim": 768,
8
  "dropout": 0.1,
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
- "id2label": {
12
- "0": "World",
13
- "1": "Sports",
14
- "2": "Business",
15
- "3": "Sci/Tech"
16
- },
17
  "initializer_range": 0.02,
18
- "label2id": {
19
- "Business": 2,
20
- "Sci/Tech": 3,
21
- "Sports": 1,
22
- "World": 0
23
- },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
  "n_layers": 6,
28
  "output_past": true,
29
  "pad_token_id": 0,
30
- "problem_type": "single_label_classification",
31
  "qa_dropout": 0.1,
32
  "seq_classif_dropout": 0.2,
33
  "sinusoidal_pos_embds": false,
 
1
  {
2
  "activation": "gelu",
3
  "architectures": [
4
+ "DistilBertForMultipleChoice"
5
  ],
6
  "attention_dropout": 0.1,
7
  "dim": 768,
8
  "dropout": 0.1,
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
 
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
  "output_past": true,
17
  "pad_token_id": 0,
 
18
  "qa_dropout": 0.1,
19
  "seq_classif_dropout": 0.2,
20
  "sinusoidal_pos_embds": false,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1df68b10b4a0b6bda6c0497a35ce8c231adbbefc9f478d096b6cb792e916cc19
3
- size 541323528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8589637bec1cba2c6f065301412004659ca15e71da2d887971823aac85b6bf30
3
+ size 541314292
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:434f027cddcd2534a494dde5b6add4baf1c535b60e16c651cf848ffff1f94a2b
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6d8ca11a5eaefdfb0d3c7b8bcd0c56352686673826d7281b416a2b322dd90e
3
  size 5841