ilan541 commited on
Commit
373a771
1 Parent(s): a3b86f9
Files changed (3) hide show
  1. README.md +10 -3
  2. config.json +1 -1
  3. tf_model.h5 +1 -1
README.md CHANGED
@@ -11,9 +11,13 @@ probably proofread and complete it, then remove this comment. -->
11
 
12
  # OncUponTim
13
 
14
- This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
-
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -32,11 +36,14 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - optimizer: None
36
  - training_precision: float32
37
 
38
  ### Training results
39
 
 
 
 
40
 
41
 
42
  ### Framework versions
 
11
 
12
  # OncUponTim
13
 
14
+ This model is a fine-tuned version of [ilan541/OncUponTim](https://huggingface.co/ilan541/OncUponTim) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Train Loss: 0.5915
17
+ - Train Accuracy: 0.7111
18
+ - Validation Loss: 0.5844
19
+ - Validation Accuracy: 0.7094
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - optimizer: {'name': 'Adam', 'learning_rate': 0.001, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
40
  - training_precision: float32
41
 
42
  ### Training results
43
 
44
+ | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
45
+ |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
46
+ | 0.5915 | 0.7111 | 0.5844 | 0.7094 | 0 |
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/drive/MyDrive/Final Project/my_model_pre",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "ilan541/OncUponTim",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57f5cb5e638263e4bb1592833564a8499690b5aa7bb13020fd3951d087dcf3d2
3
  size 498878336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a085c2a5a66a5e95fb49e067b0243c5bbc62ed64ba158306396f09b34a1479c
3
  size 498878336