ilsilfverskiold commited on
Commit
2f2f820
·
1 Parent(s): 38b25cc

ilsilfverskiold/tech-keywords-extractor

Browse files
Files changed (1) hide show
  1. README.md +3 -11
README.md CHANGED
@@ -13,25 +13,17 @@ 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 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
 
 
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 the None dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.8795
19
 
20
  ## Model description
21
 
22
+ More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
+ More information needed
 
 
 
 
 
 
 
 
27
 
28
  ## Training and evaluation data
29