JuvManga-87 commited on
Commit
455b176
1 Parent(s): 4a9fe4b

Training in progress epoch 0

Browse files
Files changed (6) hide show
  1. README.md +5 -5
  2. config.json +3 -2
  3. tf_model.h5 +2 -2
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +1 -1
  6. vocab.txt +0 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert/distilbert-base-uncased
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,10 +13,10 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # JuvManga-87/baobab_extraction
15
 
16
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.5758
19
- - Validation Loss: 0.2541
20
  - Train Precision: 0.0
21
  - Train Recall: 0.0
22
  - Train F1: 0.0
@@ -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.5758 | 0.2541 | 0.0 | 0.0 | 0.0 | 0.9388 | 0 |
51
 
52
 
53
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert/distilbert-base-multilingual-cased
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # JuvManga-87/baobab_extraction
15
 
16
+ This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.6424
19
+ - Validation Loss: 0.2938
20
  - Train Precision: 0.0
21
  - Train Recall: 0.0
22
  - Train F1: 0.0
 
47
 
48
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
49
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
50
+ | 0.6424 | 0.2938 | 0.0 | 0.0 | 0.0 | 0.9388 | 0 |
51
 
52
 
53
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -25,11 +25,12 @@
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
  "n_layers": 6,
 
28
  "pad_token_id": 0,
29
  "qa_dropout": 0.1,
30
  "seq_classif_dropout": 0.2,
31
  "sinusoidal_pos_embds": false,
32
  "tie_weights_": true,
33
  "transformers_version": "4.42.4",
34
- "vocab_size": 30522
35
  }
 
1
  {
2
+ "_name_or_path": "distilbert/distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
  "n_layers": 6,
28
+ "output_past": true,
29
  "pad_token_id": 0,
30
  "qa_dropout": 0.1,
31
  "seq_classif_dropout": 0.2,
32
  "sinusoidal_pos_embds": false,
33
  "tie_weights_": true,
34
  "transformers_version": "4.42.4",
35
+ "vocab_size": 119547
36
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c8e710bf713029d4c316c37af1272d3d45fc9112cbf2f3bce5970de74825b61
3
- size 265591056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1e0251c2fde419dcd4afaed8dd708b6f46c5759ebd7213ac262a11062f4091
3
+ size 539075856
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff