ittailup commited on
Commit
7d812da
1 Parent(s): 61d5717

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # tori-namesplitter
15
 
16
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
 
18
  ## Model description
19
 
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
46
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
47
- | No log | 0.1 | 130 | 0.0378 | 0.9764 | 0.9825 | 0.9794 | 0.9886 |
48
 
49
 
50
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilroberta-base
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # tori-namesplitter
15
 
16
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
17
 
18
  ## Model description
19
 
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
46
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
47
+ | No log | 0.1 | 130 | 0.3042 | 0.7834 | 0.8245 | 0.8035 | 0.8815 |
48
 
49
 
50
  ### Framework versions