Parth Shandilya
Parth Shandilya
included in #2797
Yes, Once it is ready for review. 👍
Upgraded to v1.1.4, works fine. - Commit for info: https://github.com/inveniosoftware/invenio-jsonschemas/commit/7e568469aef71de7db48399619e89e22f1d3964d
Breaking out the tasks in steps: 1. Create a endpoint in schema module to have basic schema validation (DRAFT4Validator) 2. Replicate the deposit creation just before the deposit getting saved...
The deposit creation does following checks: 1. User Authentication Check 2. Metadata check (schema/ana_type) 3. JSONschema validation (modifying and permission control) 4. Indexing ..
1. Upgrading Invenio to `3.4.1` 2. `i-userprofiles` is now `1.2.4` 3. Had to upgrade `'invenio-theme==1.3.4'`, `'invenio-assets==1.2.2'` and `'invenio-accounts==1.2.1'`
Thank you, @InhwanBae, for the quick response! I really appreciate your help and will follow up with more questions as I continue my research.
Hello @InhwanBae I am currently exploring zero-shot prediction and went through the evaluation section of the zero-shot approach. I noticed that you have a visualization of prediction results for zero-shot...