Heiko Hotz commited on
Commit
eed0240
1 Parent(s): 9eabb27

initial commit

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -57,7 +57,11 @@ Process text with [Huggingface](https://huggingface.co) models and visualize the
57
 
58
  This model uses a pretrained snapshot trained on the [Atticus](https://www.atticusprojectai.org/) Dataset - CUAD
59
 
 
60
 
 
 
 
61
  """
62
  )
63
 
 
57
 
58
  This model uses a pretrained snapshot trained on the [Atticus](https://www.atticusprojectai.org/) Dataset - CUAD
59
 
60
+ Model used for this demo: https://huggingface.co/marshmellow77/roberta-base-cuad
61
 
62
+ Related blog posts:
63
+ - https://towardsdatascience.com/how-to-set-up-a-machine-learning-model-for-legal-contract-review-fe3b48b05a0e
64
+ - https://towardsdatascience.com/how-to-set-up-a-machine-learning-model-for-legal-contract-review-part-2-6ecbbe680ba
65
  """
66
  )
67