Update README.md
Browse files
README.md
CHANGED
|
@@ -92,7 +92,7 @@ Trained exclusively on synthetic multilingual data generated by advanced LLMs, e
|
|
| 92 |
|
| 93 |
### Training Procedure
|
| 94 |
|
| 95 |
-
- Fine-tuned for
|
| 96 |
- Achieved a train_acc_off_by_one of approximately 0.93 on the validation dataset.
|
| 97 |
|
| 98 |
## Intended Use
|
|
@@ -156,14 +156,6 @@ for text in texts:
|
|
| 156 |
print(f"Sentiment: {sentiment}\n")
|
| 157 |
```
|
| 158 |
|
| 159 |
-
|
| 160 |
-
## Training Procedure
|
| 161 |
-
|
| 162 |
-
- Dataset: Synthetic multilingual data
|
| 163 |
-
- Framework: PyTorch Lightning
|
| 164 |
-
- Number of epochs: 5
|
| 165 |
-
- Validation Off-by-one Accuracy: ~0.95
|
| 166 |
-
|
| 167 |
## Ethical Considerations
|
| 168 |
|
| 169 |
Synthetic data reduces bias, but validation in real-world scenarios is advised.
|
|
@@ -175,6 +167,6 @@ Will be included.
|
|
| 175 |
|
| 176 |
## Contact
|
| 177 |
|
| 178 |
-
For inquiries, private APIs, better models, contact [email protected]
|
| 179 |
|
| 180 |
tabularis.ai
|
|
|
|
| 92 |
|
| 93 |
### Training Procedure
|
| 94 |
|
| 95 |
+
- Fine-tuned for 3 epochs.
|
| 96 |
- Achieved a train_acc_off_by_one of approximately 0.93 on the validation dataset.
|
| 97 |
|
| 98 |
## Intended Use
|
|
|
|
| 156 |
print(f"Sentiment: {sentiment}\n")
|
| 157 |
```
|
| 158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
## Ethical Considerations
|
| 160 |
|
| 161 |
Synthetic data reduces bias, but validation in real-world scenarios is advised.
|
|
|
|
| 167 |
|
| 168 |
## Contact
|
| 169 |
|
| 170 |
+
For inquiries, data, private APIs, better models, contact [email protected]
|
| 171 |
|
| 172 |
tabularis.ai
|