Retrained on improved, reanalyzed data
Browse files
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.
|
85 |
```
|
86 |
|
87 |
## Training Procedure
|
@@ -102,14 +102,15 @@ The following hyperparameters were utilized during training:
|
|
102 |
|
103 |
### Training Results
|
104 |
|
105 |
-
- **Loss**: 0.
|
106 |
-
- **
|
|
|
107 |
|
108 |
### Framework Versions
|
109 |
|
110 |
The model was developed using the following frameworks and libraries:
|
111 |
-
-
|
112 |
-
-
|
113 |
-
-
|
114 |
-
-
|
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>
|