KapitalK commited on
Commit
fb3cf00
·
1 Parent(s): 26939f1

End of training

Browse files
Files changed (4) hide show
  1. README.md +50 -0
  2. config.json +0 -1
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imdb
8
+ model-index:
9
+ - name: my_awesome_model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # my_awesome_model
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 2
44
+
45
+ ### Framework versions
46
+
47
+ - Transformers 4.32.0
48
+ - Pytorch 2.0.1+cu117
49
+ - Datasets 2.14.4
50
+ - Tokenizers 0.13.3
config.json CHANGED
@@ -22,7 +22,6 @@
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,
25
- "problem_type": "single_label_classification",
26
  "qa_dropout": 0.1,
27
  "seq_classif_dropout": 0.2,
28
  "sinusoidal_pos_embds": false,
 
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,
 
25
  "qa_dropout": 0.1,
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfecd17f8324bfdd14eb2ce6863e2ddf3f102c5f58e265be8d3406e9ab1ab93e
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8a5082eb41510b930f2c441eeda824511323104b02826ac673609008074df7f
3
  size 267855533
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b05ff1eb97e3120e5cd62cd9327ab75f23a0bced3a44b1bbd394fe7b1fcc653a
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7a87688c879aa7573da5cd20a263b471e13f90ab4ff931781b4ff0b0327993
3
  size 4027