leowang707 commited on
Commit
a4dd477
1 Parent(s): 65c3b3b

dummy-model

Browse files
Files changed (2) hide show
  1. README.md +1 -17
  2. config.json +1 -1
README.md CHANGED
@@ -1,10 +1,6 @@
1
  ---
2
- license: apache-2.0
3
- base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: bert-finetuned-sst2
10
  results: []
@@ -15,10 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert-finetuned-sst2
17
 
18
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.6547
21
- - Accuracy: 0.63
22
 
23
  ## Model description
24
 
@@ -45,15 +38,6 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_type: linear
46
  - num_epochs: 3.0
47
 
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 13 | 0.6568 | 0.61 |
53
- | No log | 2.0 | 26 | 0.6473 | 0.63 |
54
- | No log | 3.0 | 39 | 0.6547 | 0.63 |
55
-
56
-
57
  ### Framework versions
58
 
59
  - Transformers 4.38.2
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: bert-finetuned-sst2
6
  results: []
 
11
 
12
  # bert-finetuned-sst2
13
 
14
+ This model was trained from scratch on an unknown dataset.
 
 
 
15
 
16
  ## Model description
17
 
 
38
  - lr_scheduler_type: linear
39
  - num_epochs: 3.0
40
 
 
 
 
 
 
 
 
 
 
41
  ### Framework versions
42
 
43
  - Transformers 4.38.2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "saved_models/bert_sst2",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],