Commit
·
0f12285
1
Parent(s):
75e5820
Update README.md
Browse files
README.md
CHANGED
@@ -8,3 +8,24 @@ metrics:
|
|
8 |
- Loss: 0.26
|
9 |
---
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- Loss: 0.26
|
9 |
---
|
10 |
|
11 |
+
# Model Card for Activity Triple Generation
|
12 |
+
|
13 |
+
Converts free text sentences into a list of subject, verb, object triples.
|
14 |
+
|
15 |
+
## Model Details
|
16 |
+
|
17 |
+
### Model Description
|
18 |
+
|
19 |
+
This model is baned on a flan-t5 base model fine tuned on ChatGPT-generated triples from news media articles.
|
20 |
+
|
21 |
+
## Evaluation
|
22 |
+
|
23 |
+
#### Metrics
|
24 |
+
|
25 |
+
Loss, WER.
|
26 |
+
|
27 |
+
### Results
|
28 |
+
|
29 |
+
Loss: 0.26
|
30 |
+
WER: 0.42
|
31 |
+
|