LexFerrinson commited on
Commit
93b0c74
·
1 Parent(s): 5b2764d

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- license: apache-2.0
3
- base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,15 +11,15 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # LexFerrinson/FirulaiModel
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.2979
19
  - Validation Loss: 0.4411
20
  - Train Precision: 0.0
21
  - Train Recall: 0.0
22
  - Train F1: 0.0
23
  - Train Accuracy: 0.8571
24
- - Epoch: 2
25
 
26
  ## Model description
27
 
@@ -47,9 +45,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.7910 | 0.6188 | 0.0 | 0.0 | 0.0 | 0.8571 | 0 |
51
- | 0.3862 | 0.4736 | 0.0 | 0.0 | 0.0 | 0.8571 | 1 |
52
- | 0.2979 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 2 |
53
 
54
 
55
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_keras_callback
4
  model-index:
 
11
 
12
  # LexFerrinson/FirulaiModel
13
 
14
+ This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Train Loss: 0.3318
17
  - Validation Loss: 0.4411
18
  - Train Precision: 0.0
19
  - Train Recall: 0.0
20
  - Train F1: 0.0
21
  - Train Accuracy: 0.8571
22
+ - Epoch: 0
23
 
24
  ## Model description
25
 
 
45
 
46
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
47
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
48
+ | 0.3318 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 0 |
 
 
49
 
50
 
51
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
1
  {
2
+ "_name_or_path": "LexFerrinson/FirulaiModel",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3de14ecfdcfb7ee940b51445d240f63a39d3751bd43f529ee253a2217bb849ea
3
  size 265587984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36762bba99acf6dbded2f5922ff94d6ad591e71ce4ce118809fc6a0e4a0c3664
3
  size 265587984
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
  {
tokenizer_config.json CHANGED
@@ -45,11 +45,15 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
 
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "DistilBertTokenizer",
 
 
54
  "unk_token": "[UNK]"
55
  }
 
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "max_length": 512,
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
+ "stride": 0,
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "DistilBertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
  "unk_token": "[UNK]"
59
  }