Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ augmetations = {'class': 'ITIL or Ontology, one word {ITIL} or {Ontology}',
|
|
| 25 |
'nearest ontology': 'find nearest analogy, process, class or entity from DOLCE ontology domain. 1 words, short sentence to explain, max 20 words',
|
| 26 |
'nearest ITIL': 'find nearest analogy, process, class or entity from enterprise IT service domain. 1 words, short sentence to explain, max 20 words',
|
| 27 |
'summary': 'text esscence in 20 words, no intro, just meaning'}
|
|
|
|
| 28 |
|
| 29 |
- **Total Samples before augmentation**: 5779
|
| 30 |
- **Total Samples after augmentation**: 17337
|
|
@@ -45,6 +46,7 @@ training_args = TrainingArguments(
|
|
| 45 |
logging_steps=500,
|
| 46 |
fp16=True
|
| 47 |
)
|
|
|
|
| 48 |
|
| 49 |
## Intended Use
|
| 50 |
|
|
@@ -54,6 +56,7 @@ This model is optimized for class representation tasks in the context of ontolog
|
|
| 54 |
|
| 55 |
Trained for ontology-based semantic representation and classification tasks.
|
| 56 |
|
|
|
|
| 57 |
Trained on raw data
|
| 58 |
Evaluation results: {'eval_loss': 3.6031947135925293, 'eval_runtime': 26.6242, 'eval_samples_per_second': 21.71, 'eval_steps_per_second': 10.855, 'epoch': 100.0}
|
| 59 |
Perplexity: 36.7153422841205
|
|
@@ -61,6 +64,7 @@ Perplexity: 36.7153422841205
|
|
| 61 |
Trained on augmented data
|
| 62 |
Evaluation results: {'eval_loss': 1.4712743759155273, 'eval_model_preparation_time': 0.0065, 'eval_runtime': 76.2792, 'eval_samples_per_second': 22.732, 'eval_steps_per_second': 2.845}
|
| 63 |
Perplexity: 4.3547812347309875
|
|
|
|
| 64 |
|
| 65 |
---
|
| 66 |
|
|
|
|
| 25 |
'nearest ontology': 'find nearest analogy, process, class or entity from DOLCE ontology domain. 1 words, short sentence to explain, max 20 words',
|
| 26 |
'nearest ITIL': 'find nearest analogy, process, class or entity from enterprise IT service domain. 1 words, short sentence to explain, max 20 words',
|
| 27 |
'summary': 'text esscence in 20 words, no intro, just meaning'}
|
| 28 |
+
```
|
| 29 |
|
| 30 |
- **Total Samples before augmentation**: 5779
|
| 31 |
- **Total Samples after augmentation**: 17337
|
|
|
|
| 46 |
logging_steps=500,
|
| 47 |
fp16=True
|
| 48 |
)
|
| 49 |
+
```
|
| 50 |
|
| 51 |
## Intended Use
|
| 52 |
|
|
|
|
| 56 |
|
| 57 |
Trained for ontology-based semantic representation and classification tasks.
|
| 58 |
|
| 59 |
+
```
|
| 60 |
Trained on raw data
|
| 61 |
Evaluation results: {'eval_loss': 3.6031947135925293, 'eval_runtime': 26.6242, 'eval_samples_per_second': 21.71, 'eval_steps_per_second': 10.855, 'epoch': 100.0}
|
| 62 |
Perplexity: 36.7153422841205
|
|
|
|
| 64 |
Trained on augmented data
|
| 65 |
Evaluation results: {'eval_loss': 1.4712743759155273, 'eval_model_preparation_time': 0.0065, 'eval_runtime': 76.2792, 'eval_samples_per_second': 22.732, 'eval_steps_per_second': 2.845}
|
| 66 |
Perplexity: 4.3547812347309875
|
| 67 |
+
```
|
| 68 |
|
| 69 |
---
|
| 70 |
|