ogtega commited on
Commit
d6c5dc5
·
1 Parent(s): 757a5a2

Training in progress epoch 0

Browse files
Files changed (6) hide show
  1. README.md +3 -3
  2. config.json +2 -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
@@ -12,9 +12,9 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # ogtega/tweet-toxicity-classifier
14
 
15
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 1.7899
18
  - Epoch: 0
19
 
20
  ## Model description
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
- | 1.7899 | 0 |
45
 
46
 
47
  ### Framework versions
 
12
 
13
  # ogtega/tweet-toxicity-classifier
14
 
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.8598
18
  - Epoch: 0
19
 
20
  ## Model description
 
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
+ | 1.8598 | 0 |
45
 
46
 
47
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -38,5 +38,5 @@
38
  "transformers_version": "4.28.1",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
- "vocab_size": 28996
42
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
38
  "transformers_version": "4.28.1",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
+ "vocab_size": 30522
42
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d0aed1d021d09063cb01e16ed301a482a55fc31ecd47dbbd1293327be97aad2
3
- size 433547560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e548e850b95e0c18e57d3d2840151844a33cebfb992bc9f2e78c7df9189d697c
3
+ size 438235432
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
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]",
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff