-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Inspirations:
- https://www.youtube.com/watch?v=cEyHsMzbZBs&ab_channel=valgrAI
- https://www.cs.cmu.edu/~tom/pubs/NELL_aaai15.pdf
- https://dl.acm.org/doi/pdf/10.1145/3191513?download=true
I am interested in exploring the NELL project with smaller models, specifically those with less than a billion parameters. I believe this could potentially improve efficiency without a significant trade-off in performance.
Here are some points I would like to investigate:
-
Feasibility: Assess the feasibility of using smaller models in the NELL project. This includes understanding the computational resources required and the potential impact on performance.
-
Implementation: If feasible, plan the implementation details. This includes selecting suitable models and determining how to integrate them into the existing project infrastructure.
-
Evaluation: Define metrics to evaluate the success of this endeavor. This could include measures of efficiency (e.g., speed, resource usage) and effectiveness (e.g., model performance on relevant tasks).
-
Comparison with Larger Models: Compare the results with those obtained using larger models. This will help us understand the trade-offs involved and guide future work.