omaressamrme commited on
Commit
eed217c
·
verified ·
1 Parent(s): 6223c73

End of training

Browse files
Files changed (3) hide show
  1. README.md +55 -25
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -1,28 +1,58 @@
1
  ---
2
- {}
 
 
 
 
 
 
 
3
  ---
4
 
5
- # omaressamrme/tuning
6
-
7
- Fine-tuned DistilBERT for sentiment analysis on the IMDb dataset.
8
-
9
- ## Training setup
10
- - Base model: distilbert-base-uncased
11
- - Dataset: IMDb (train/test)
12
- - Epochs: 1
13
- - Learning rate: 2e-05
14
- - Train batch size: 16
15
- - Eval batch size: 32
16
- - Max train samples: 1000
17
- - Max eval samples: 500
18
-
19
- ## Usage
20
- ```python
21
- from transformers import pipeline
22
- clf = pipeline("text-classification", model="omaressamrme/tuning")
23
- print(clf("I absolutely loved this movie!"))
24
- ```
25
-
26
- ## Notes
27
- - This model and tokenizer were pushed automatically from a local training script.
28
- - For reproducibility, see the training script in the associated GitHub repo.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: tuning
9
+ results: []
10
  ---
11
 
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # tuning
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.7005
20
+ - eval_model_preparation_time: 0.0015
21
+ - eval_accuracy: 0.31
22
+ - eval_f1: 0.0
23
+ - eval_runtime: 26.0619
24
+ - eval_samples_per_second: 19.185
25
+ - eval_steps_per_second: 0.614
26
+ - step: 0
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 1
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.57.0
56
+ - Pytorch 2.8.0+cpu
57
+ - Datasets 4.2.0
58
+ - Tokenizers 0.22.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b5de66e4135106ed47b1bb7d7e24a7621c588893128b2fbd1b0b27b1b724616
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193ee3d537900ca75f20eb43b794edd61a1610261468e3a19a1e0643194e20f9
3
  size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e143209b1084703cb7cb427f33c7c669024d54859488e136c5744fa68d9b8593
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211dc444d97b29a56d6f0dd4237f77eb8d54b082b984e84d5b9d9cf491887815
3
  size 5841