Giter Club home page Giter Club logo

arxivscraper's Introduction

arXivScraper

arXiv scraper using the arXiv Python API-wrapper: arXiv.py.

Intructions for AI Evalutation

To use the AI-LLM capabilities, you will need to install some an external program called "Ollama". This is a piece of middleware that lets you host LLMs locally.

Installing Ollama

Linux

curl -fsSL https://ollama.com/install.sh | sh

Mac

Install from https://ollama.com/download/mac and follow the setup instructions in the app.

Windows

Ollama for windows is avaliable at https://ollama.com/download/windows howeever it is in beta (as of last time I checked), so my prefered method is to install Windows Subsystem for Linux (WSL), via

wsl --install

Then opening it

wsl

Then following Linux directions.

Pull a model

Ollama has a whole bunch of models to pick from. My reccomendation is Llama3 8b. This can be downloaded.

ollama pull llama3.1:8b

If you choose another model, ensure you update the config.

Picking other models.

I reccomend Llama3 8b because it balences system requirements with performance. The model takes about 45s per article on my laptop. For more intelligent reccomendation, try a larger model. e.g. mistral-nemo:12b. If you want faster performance, and can tolerate dumber reccomendations, consider phi3 mini.

See the avaliable models at https://ollama.com/library

Using the Models

You have already got everything needed to run the ai capabilityies. You can test out the capabilities by calling your model straight from the command line.

ollama run llama3

You can then talk to it just like ChatGPT.

arxivscraper's People

Contributors

astrokriel avatar cjones-optics avatar cjonesanu avatar

Watchers

 avatar

Forkers

cjones-optics

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.