CYONG commited on
Commit
b32bfa7
1 Parent(s): cbbbadf

Training in progress epoch 0

Browse files
Files changed (6) hide show
  1. README.md +7 -7
  2. config.json +3 -2
  3. tf_model.h5 +2 -2
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +0 -2
  6. vocab.txt +0 -0
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  tags:
3
  - generated_from_keras_callback
4
  model-index:
@@ -11,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
11
 
12
  # CYONG/v2
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: 4.0073
17
- - Validation Loss: 4.1656
18
- - Epoch: 2
19
 
20
  ## Model description
21
 
@@ -41,9 +43,7 @@ The following hyperparameters were used during training:
41
 
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
- | 5.2731 | 4.5177 | 0 |
45
- | 4.2775 | 4.1656 | 1 |
46
- | 4.0073 | 4.1656 | 2 |
47
 
48
 
49
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-multilingual-cased
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # CYONG/v2
15
 
16
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 3.2713
19
+ - Validation Loss: 2.2642
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 3.2713 | 2.2642 | 0 |
 
 
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
@@ -13,11 +13,12 @@
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
 
16
  "pad_token_id": 0,
17
  "qa_dropout": 0.1,
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "transformers_version": "4.31.0",
22
- "vocab_size": 32000
23
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
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,
21
  "tie_weights_": true,
22
  "transformers_version": "4.31.0",
23
+ "vocab_size": 119547
24
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec804e334241be206b1a7a6fca7a81a9fcf49525135f85b26b4ad0c64ae5c8f4
3
- size 265583592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09917339ae1652a733f8454c60094e54028719aaf891e7e1bd05700e2d91294d
3
+ size 539068392
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,11 +1,9 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
- "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "strip_accents": null,
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
 
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff