Commit
·
008b53c
1
Parent(s):
eee7c7b
Update README.md
Browse files
README.md
CHANGED
@@ -13,17 +13,25 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# bart_developer_keywords
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.8795
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
@@ -31,6 +39,7 @@ More information needed
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
|
|
13 |
|
14 |
# bart_developer_keywords
|
15 |
|
16 |
+
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on a private dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.8795
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
This model extracts tech terms, tools, company names and processes from texts so they can easily be aggregated. It is trained to extract tech terms, tools, languages, platforms but may be used on other texts.
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
Use to extract keywords from texts.
|
27 |
+
|
28 |
+
Example text: "If a task raises an exception, or a worker process dies, Celery will by default lose the job. So if you happen to reboot or redeploy, any running jobs with be lost to the sands of time."
|
29 |
+
|
30 |
+
Output: "Celery, Exception Handling, Worker Process, Redundant"
|
31 |
+
|
32 |
+
Example text: "Spin 2.0 – open-source tool for building and running WebAssembly applications -"
|
33 |
+
|
34 |
+
Output: "Spin 2.0, WebAssembly, Open Source"
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
|
|
39 |
|
40 |
## Training procedure
|
41 |
|
42 |
+
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|