agentlans commited on
Commit
cd1dbbe
1 Parent(s): 611c63a

Retrained on improved, reanalyzed data

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -81,7 +81,7 @@ text = [
81
  "In recent years, the impact of climate change has become increasingly evident, affecting ecosystems and human livelihoods across the globe."]
82
 
83
  result = quality(text)
84
- [round(x, 2) for x in result] # Estimated quality for each text [0.19, -3.06, 0.15, 1.77, 1.34]
85
  ```
86
 
87
  ## Training Procedure
@@ -102,14 +102,15 @@ The following hyperparameters were utilized during training:
102
 
103
  ### Training Results
104
 
105
- - **Loss**: 0.1280
106
- - **Mean Squared Error (MSE)**: 0.1280
 
107
 
108
  ### Framework Versions
109
 
110
  The model was developed using the following frameworks and libraries:
111
- - **Transformers**: 4.44.2
112
- - **PyTorch**: 2.2.2+cu121
113
- - **Datasets**: 2.18.0
114
- - **Tokenizers**: 0.19.1
115
  </details>
 
81
  "In recent years, the impact of climate change has become increasingly evident, affecting ecosystems and human livelihoods across the globe."]
82
 
83
  result = quality(text)
84
+ [round(x, 2) for x in result] # Estimated quality for each text [-0.89, -0.76, -0.7, 0.3, 1.64]
85
  ```
86
 
87
  ## Training Procedure
 
102
 
103
  ### Training Results
104
 
105
+ - **Loss**: 0.0924
106
+ - **Mse**: 0.0924
107
+ - **Num Input Tokens Seen**: 34560000
108
 
109
  ### Framework Versions
110
 
111
  The model was developed using the following frameworks and libraries:
112
+ - Transformers 4.45.1
113
+ - Pytorch 2.4.1+cu121
114
+ - Datasets 3.0.1
115
+ - Tokenizers 0.20.0
116
  </details>