silviacamplani commited on
Commit
135b2a0
·
1 Parent(s): 96b5887

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -6
  2. config.json +38 -38
  3. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 2.4950
18
- - Validation Loss: 2.4342
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -42,9 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 3.2660 | 3.0039 | 0 |
46
- | 2.8212 | 2.6067 | 1 |
47
- | 2.4950 | 2.4342 | 2 |
48
 
49
 
50
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 3.2918
18
+ - Validation Loss: 3.0479
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 3.2918 | 3.0479 | 0 |
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -11,6 +11,14 @@
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-product",
 
 
 
 
 
 
 
 
14
  "10": "B-programlang",
15
  "11": "B-algorithm",
16
  "12": "I-algorithm",
@@ -21,7 +29,6 @@
21
  "17": "B-organisation",
22
  "18": "I-organisation",
23
  "19": "I-metrics",
24
- "2": "I-product",
25
  "20": "B-conference",
26
  "21": "I-conference",
27
  "22": "B-country",
@@ -30,46 +37,39 @@
30
  "25": "B-person",
31
  "26": "I-person",
32
  "27": "I-country",
33
- "28": "I-location",
34
- "3": "B-field",
35
- "4": "I-field",
36
- "5": "B-task",
37
- "6": "I-task",
38
- "7": "B-researcher",
39
- "8": "I-researcher",
40
- "9": "B-university"
41
  },
42
  "initializer_range": 0.02,
43
  "label2id": {
44
- "B-algorithm": "11",
45
- "B-conference": "20",
46
- "B-country": "22",
47
- "B-field": "3",
48
- "B-location": "24",
49
- "B-metrics": "16",
50
- "B-misc": "13",
51
- "B-organisation": "17",
52
- "B-person": "25",
53
- "B-product": "1",
54
- "B-programlang": "10",
55
- "B-researcher": "7",
56
- "B-task": "5",
57
- "B-university": "9",
58
- "I-algorithm": "12",
59
- "I-conference": "21",
60
- "I-country": "27",
61
- "I-field": "4",
62
- "I-location": "28",
63
- "I-metrics": "19",
64
- "I-misc": "14",
65
- "I-organisation": "18",
66
- "I-person": "26",
67
- "I-product": "2",
68
- "I-programlang": "23",
69
- "I-researcher": "8",
70
- "I-task": "6",
71
- "I-university": "15",
72
- "O": "0"
73
  },
74
  "max_position_embeddings": 512,
75
  "model_type": "distilbert",
 
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-product",
14
+ "2": "I-product",
15
+ "3": "B-field",
16
+ "4": "I-field",
17
+ "5": "B-task",
18
+ "6": "I-task",
19
+ "7": "B-researcher",
20
+ "8": "I-researcher",
21
+ "9": "B-university",
22
  "10": "B-programlang",
23
  "11": "B-algorithm",
24
  "12": "I-algorithm",
 
29
  "17": "B-organisation",
30
  "18": "I-organisation",
31
  "19": "I-metrics",
 
32
  "20": "B-conference",
33
  "21": "I-conference",
34
  "22": "B-country",
 
37
  "25": "B-person",
38
  "26": "I-person",
39
  "27": "I-country",
40
+ "28": "I-location"
 
 
 
 
 
 
 
41
  },
42
  "initializer_range": 0.02,
43
  "label2id": {
44
+ "B-algorithm": 11,
45
+ "B-conference": 20,
46
+ "B-country": 22,
47
+ "B-field": 3,
48
+ "B-location": 24,
49
+ "B-metrics": 16,
50
+ "B-misc": 13,
51
+ "B-organisation": 17,
52
+ "B-person": 25,
53
+ "B-product": 1,
54
+ "B-programlang": 10,
55
+ "B-researcher": 7,
56
+ "B-task": 5,
57
+ "B-university": 9,
58
+ "I-algorithm": 12,
59
+ "I-conference": 21,
60
+ "I-country": 27,
61
+ "I-field": 4,
62
+ "I-location": 28,
63
+ "I-metrics": 19,
64
+ "I-misc": 14,
65
+ "I-organisation": 18,
66
+ "I-person": 26,
67
+ "I-product": 2,
68
+ "I-programlang": 23,
69
+ "I-researcher": 8,
70
+ "I-task": 6,
71
+ "I-university": 15,
72
+ "O": 0
73
  },
74
  "max_position_embeddings": 512,
75
  "model_type": "distilbert",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20d5226ede97e7fc427e995d66cbb412ad0c51f6b397859cf3df147f7b74c1da
3
  size 265666976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c77683f8cfe7efd22c7d5036447ba7044f727697f621062b67ba3ef76acb1425
3
  size 265666976