No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

meta.json 570B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "lang":"en",
  3. "name":"model",
  4. "version":"0.0.0",
  5. "spacy_version":">=2.3.5",
  6. "description":"",
  7. "author":"",
  8. "email":"",
  9. "url":"",
  10. "license":"",
  11. "spacy_git_version":"1d4b1dea2",
  12. "vectors":{
  13. "width":0,
  14. "vectors":0,
  15. "keys":0,
  16. "name":"spacy_pretrained_vectors"
  17. },
  18. "pipeline":[
  19. "ner"
  20. ],
  21. "factories":{
  22. "ner":"ner"
  23. },
  24. "labels":{
  25. "ner":[
  26. "Bank Account No",
  27. "Bank Name",
  28. "Due Date",
  29. "Grand Total",
  30. "Invoice Date",
  31. "Invoice No",
  32. "RTGS/IFSC Code",
  33. "Round Off"
  34. ]
  35. }
  36. }