RedHitMark commited on
Commit
5966270
·
verified ·
1 Parent(s): 18683dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -14,15 +14,15 @@ SEMPL-IT aims to simplify Italian administrative texts using a progressive appro
14
  Each model addresses a specific aspect of the text transformation process, ensuring a step-by-step refinement.
15
 
16
  ## Simplification Pipeline
17
- The complete text simplification follows eight sequential steps:
18
- 1. proofreading
19
- 2. lex
20
- 3. connectives
21
- 4. expression
22
- 5. sentence-splitter
23
- 6. nominalizations
24
- 7. verbs
25
- 8. sentence-reorganizer
26
 
27
  ## Web App
28
  To integrate this model into the full system, check out:
 
14
  Each model addresses a specific aspect of the text transformation process, ensuring a step-by-step refinement.
15
 
16
  ## Simplification Pipeline
17
+ The complete text simplification pipeline follows eight sequential steps:
18
+ 1. [proofreading](https://huggingface.co/VerbACxSS/sempl-it-proofreading-awq)
19
+ 2. [lex](https://huggingface.co/VerbACxSS/sempl-it-lex-awq)
20
+ 3. [connectives](https://huggingface.co/VerbACxSS/sempl-it-connectives-awq)
21
+ 4. [expressions](https://huggingface.co/VerbACxSS/sempl-it-expressions-awq)
22
+ 5. [sentence-splitter](https://huggingface.co/VerbACxSS/sempl-it-sentence-splitter-awq) (this)
23
+ 6. [nominalizations](https://huggingface.co/VerbACxSS/sempl-it-nominalizations-awq)
24
+ 7. [verbs](https://huggingface.co/VerbACxSS/sempl-it-verbs-awq)
25
+ 8. [sentence-reorganizer](https://huggingface.co/VerbACxSS/sempl-it-sentence-reorganizer-awq)
26
 
27
  ## Web App
28
  To integrate this model into the full system, check out: