buruzaemon commited on
Commit
e2e69d3
1 Parent(s): 1e07ac4

Training in progress, step 500

Browse files
README.md CHANGED
@@ -22,7 +22,7 @@ It achieves the following results on the evaluation set:
22
 
23
  ## Model description
24
 
25
- This is an initial example of knowledge-distillation where the student loss is all cross-entropy loss \\(L_{CE}\\) of the ground-truth labels and none of the knowledge-distillation loss \\(L_{KD}\\).
26
 
27
  ## Intended uses & limitations
28
 
@@ -30,24 +30,20 @@ More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- The training and evaluation data come straight from the `train` and `validation` splits in the clinc_oos dataset, respectively; and tokenized using the `distilbert-base-uncased` tokenization.
34
 
35
  ## Training procedure
36
 
37
- Please see page 224 in Chapter 8: Making Transformers Efficient in Production, Natural Language Processing with Transformers, May 2022.
38
-
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - num_epochs: 5
43
- - alpha: 1.0
44
- - temperature: 2.0
45
  - learning_rate: 2e-05
46
  - train_batch_size: 48
47
  - eval_batch_size: 48
48
  - seed: 8675309
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
 
51
 
52
  ### Training results
53
 
 
22
 
23
  ## Model description
24
 
25
+ More information needed
26
 
27
  ## Intended uses & limitations
28
 
 
30
 
31
  ## Training and evaluation data
32
 
33
+ More information needed
34
 
35
  ## Training procedure
36
 
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
 
 
 
40
  - learning_rate: 2e-05
41
  - train_batch_size: 48
42
  - eval_batch_size: 48
43
  - seed: 8675309
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
 
48
  ### Training results
49
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:540cb48d6d62dda4135d99db3551cd60c2824b946892a637963f17de79b49ec3
3
  size 268290900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208843035a3b09138fb71fc845ece8a1a84870cb2a502ebcab325b8a9907edc6
3
  size 268290900
runs/Feb02_10-53-18_t4-us-west4-b-n1-standard-16/events.out.tfevents.1706871652.t4-us-west4-b-n1-standard-16.61276.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1659849339e1b8dd89f339072d5f0d5816b6f0efbfacef2cf05305d9171d5f4d
3
+ size 12392
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98d5c73c5b2b063d57a3a6212851ee24bce4ce3f312e4de923d67a3f3a6d3827
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bcd0fc1b80966e4b4ea6d9978efc0e8af8797b7806c4de48be52cb7109b5ef0
3
  size 4792