LexFerrinson commited on
Commit
b485416
·
1 Parent(s): 85649a2

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +7 -7
  2. config.json +5 -3
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.7812
19
- - Validation Loss: 0.6761
20
- - Train Precision: 0.0
21
- - Train Recall: 0.0
22
- - Train F1: 0.0
23
- - Train Accuracy: 0.5714
24
  - Epoch: 0
25
 
26
  ## Model description
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
47
 
48
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
49
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
50
- | 0.7812 | 0.6761 | 0.0 | 0.0 | 0.0 | 0.5714 | 0 |
51
 
52
 
53
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 1.1023
19
+ - Validation Loss: 0.9623
20
+ - Train Precision: 0.25
21
+ - Train Recall: 0.5
22
+ - Train F1: 0.3333
23
+ - Train Accuracy: 0.7143
24
  - Epoch: 0
25
 
26
  ## Model description
 
47
 
48
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
49
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
50
+ | 1.1023 | 0.9623 | 0.25 | 0.5 | 0.3333 | 0.7143 | 0 |
51
 
52
 
53
  ### Framework versions
config.json CHANGED
@@ -10,12 +10,14 @@
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "O",
13
- "1": "Technology"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "O": 0,
18
- "Technology": 1
 
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
 
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "O",
13
+ "1": "B-technology",
14
+ "2": "I-technology"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
+ "B-technology": 1,
19
+ "I-technology": 2,
20
+ "O": 0
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61e0ab38d162273ed82bce1c813c4a8c1fc7fa8f78ca1f09bef8ffae72e609dc
3
- size 265584912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29c757ddfeeb174f93fa8c76e703ba28349120b3b387403ce62bf3e16e82a47
3
+ size 265587984