suthanhcong commited on
Commit
0fe94fd
1 Parent(s): c4a12ac

Model save

Browse files
Files changed (4) hide show
  1. README.md +4 -15
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. training_args.bin +2 -2
README.md CHANGED
@@ -14,8 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
14
  # distilbert-base-uncased-finetuned-DouRC
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 1.2796
19
 
20
  ## Model description
21
 
@@ -35,25 +33,16 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
- - train_batch_size: 64
39
- - eval_batch_size: 64
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3
44
-
45
- ### Training results
46
-
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 79 | 1.1982 |
50
- | No log | 2.0 | 158 | 1.2529 |
51
- | No log | 3.0 | 237 | 1.2796 |
52
-
53
 
54
  ### Framework versions
55
 
56
- - Transformers 4.41.1
57
  - Pytorch 2.3.0+cu121
58
  - Datasets 2.19.2
59
  - Tokenizers 0.19.1
 
14
  # distilbert-base-uncased-finetuned-DouRC
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
 
 
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
+ - train_batch_size: 50
37
+ - eval_batch_size: 50
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 5
 
 
 
 
 
 
 
 
 
42
 
43
  ### Framework versions
44
 
45
+ - Transformers 4.41.2
46
  - Pytorch 2.3.0+cu121
47
  - Datasets 2.19.2
48
  - Tokenizers 0.19.1
config.json CHANGED
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.41.1",
23
  "vocab_size": 30522
24
  }
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.41.2",
23
  "vocab_size": 30522
24
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1eaa034fda1ed123f77f1299ec63a34d8e489192a8a63849ba80c658742ada75
3
  size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82e33eccbcecc4a70e03f04751c3d4e446eacc3f6b1d4f201e3baa30270c8bf
3
  size 265470032
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20d8d9814e919d7441cff6b59228cc63224a1cccf1be0c1563d6080ae326e774
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d793870c0c88f50041f65a6069f46d50decfdd04b377927740577fb3404532f
3
+ size 5112