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 780B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "INTERMEDIATE",
  27. "INTERMEDIATE_Name_of_Institute",
  28. "INTERMEDIATE_Score",
  29. "INTERMEDIATE_Year_of_Passing",
  30. "PG",
  31. "PG_Name_of_Institute",
  32. "PG_Year_of_Passing",
  33. "SSC",
  34. "SSC_Name_of_Institute",
  35. "SSC_Score",
  36. "SSC_Year_of_Passing",
  37. "UG",
  38. "UG_Name_of_Institute",
  39. "UG_Score",
  40. "UG_Year_of_Passing"
  41. ]
  42. }
  43. }