sasi2400 commited on
Commit
de11f8c
1 Parent(s): b9c83eb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- license: apache-2.0
3
- base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # IntangibleBERT
17
 
18
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3171
21
- - Accuracy: 0.88
22
 
23
  ## Model description
24
 
@@ -49,8 +47,8 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 50 | 0.3863 | 0.82 |
53
- | No log | 2.0 | 100 | 0.3171 | 0.88 |
54
 
55
 
56
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
 
13
 
14
  # IntangibleBERT
15
 
16
+ This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.1261
19
+ - Accuracy: 0.96
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 50 | 0.1728 | 0.94 |
51
+ | No log | 2.0 | 100 | 0.1261 | 0.96 |
52
 
53
 
54
  ### Framework versions