Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
83.4
TFLOPS
Tim Dolan
macadeliccc
96
7
205
Follow
thevox's profile picture
frost19k's profile picture
moisesvieira's profile picture
169 followers
·
34 following
tdolan21
tim-dolan-ml
AI & ML interests
None yet
Recent Activity
new
activity
6 days ago
macadeliccc/laser-dolphin-mixtral-chat:
محادثات ظريفة اخويه
replied
to
their
post
11 months ago
Automated web scraping with playwright is becoming easier by the day. Now, using ollama tool calling, its possible to perform very high accuracy web scraping (in some cases 100% accurate) through just asking an LLM to scrape the content for you. This can be completed in a multistep process similar to cohere's platform. If you have tried the cohere playground with web scraping, this will feel very similar. In my experience, the Llama 3.1 version is much better due to the larger context window. Both tools are great, but the difference is the ollama + playwright version is completely controlled by you. All you need to do is wrap your scraper in a function: ``` async def query_web_scraper(url: str) -> dict: scraper = WebScraper(headless=False) return await scraper.query_page_content(url) ``` and then make your request: ``` # First API call: Send the query and function description to the model response = ollama.chat( model=model, messages=messages, tools=[ { 'type': 'function', 'function': { 'name': 'query_web_scraper', 'description': 'Scrapes the content of a web page and returns the structured JSON object with titles, articles, and associated links.', 'parameters': { 'type': 'object', 'properties': { 'url': { 'type': 'string', 'description': 'The URL of the web page to scrape.', }, }, 'required': ['url'], }, }, }, ] ) ``` To learn more: Github w/ Playground: https://github.com/tdolan21/tool-calling-playground/blob/main/notebooks/ollama-playwright-web-scraping.ipynb Complete Guide: https://medium.com/@tdolan21/building-an-llm-powered-web-scraper-with-ollama-and-playwright-6274d5d938b5
liked
a model
about 1 year ago
nm-testing/Devstral-Small-2505-FP8-dynamic
View all activity
Organizations
macadeliccc
's models
137
Sort: Recently updated
macadeliccc/samantha-1.1-MBX-7B
Text Generation
•
7B
•
Updated
Feb 20, 2024
•
9
macadeliccc/samantha-1.1-MBX-7B-GGUF
7B
•
Updated
Feb 19, 2024
•
9
macadeliccc/SmaugDolphin-60B-GGUF
61B
•
Updated
Feb 17, 2024
•
6
macadeliccc/KunoichiLake-2x7b
Text Generation
•
13B
•
Updated
Feb 16, 2024
•
3
•
1
macadeliccc/DrKlaus-7B
Text Generation
•
7B
•
Updated
Feb 16, 2024
•
5
macadeliccc/samantha-1.1-westlake-7b-GGUF
7B
•
Updated
Feb 13, 2024
•
20
macadeliccc/OmniCorso-7B-GGUF
7B
•
Updated
Feb 11, 2024
•
10
macadeliccc/SOLAR-10.7b-Instruct-truthy-dpo-exlv2
Text Generation
•
Updated
Feb 10, 2024
•
4
macadeliccc/UNA-SimpleSmaug-34b-v1beta-exlv2
Updated
Feb 10, 2024
•
1
macadeliccc/WestLake-7B-v2-laser-truthy-dpo-GGUF
7B
•
Updated
Feb 8, 2024
•
264
•
5
macadeliccc/OpenHermes-2.5-7B-E8P12-QUIP
Updated
Feb 7, 2024
macadeliccc/laser-dolphin-mixtral-2x7b-dpo-AWQ
Text Generation
•
13B
•
Updated
Feb 7, 2024
•
4
•
1
macadeliccc/MarcoroCapy-7B
Text Generation
•
7B
•
Updated
Feb 6, 2024
•
4
•
1
macadeliccc/laser-dolphin-mixtral-2x7b-dpo-GGUF
13B
•
Updated
Feb 6, 2024
•
481
•
9
macadeliccc/CapyLake-7B-v2-laser
Text Generation
•
7B
•
Updated
Feb 5, 2024
•
3
•
5
macadeliccc/MBX-7B-v3-DPO-GGUF
7B
•
Updated
Jan 30, 2024
•
16
•
2
macadeliccc/CodeLlama-70b-Instruct-hf-GGUF
69B
•
Updated
Jan 30, 2024
•
106
macadeliccc/CodeLlama-70b-Python-hf-GGUF
69B
•
Updated
Jan 30, 2024
•
144
macadeliccc/CodeLlama-13b-Python-hf-GGUF
13B
•
Updated
Jan 30, 2024
•
42
macadeliccc/CodeLlama-34b-Python-hf-GGUF
34B
•
Updated
Jan 30, 2024
•
107
macadeliccc/CodeLlama-7b-Python-hf-GGUF
7B
•
Updated
Jan 29, 2024
•
72
macadeliccc/Severus-WestLake-2x7B-v2-GGUF
13B
•
Updated
Jan 29, 2024
•
10
macadeliccc/WestSeverus-7B-truthy-DPO-v2
Text Generation
•
7B
•
Updated
Jan 28, 2024
•
4
macadeliccc/SOLAR-2x10.7B-truthy-dpo-GGUF
19B
•
Updated
Jan 27, 2024
•
6
•
1
macadeliccc/piccolo-4x7b-GGUF
24B
•
Updated
Jan 27, 2024
•
66
•
2
macadeliccc/Laser-WestLake-2x7b-GGUF
13B
•
Updated
Jan 27, 2024
•
137
•
2
macadeliccc/SOLAR-2x10.7b-truthy-dpo
Text Generation
•
19B
•
Updated
Jan 27, 2024
•
6
•
1
macadeliccc/piccolo-8x7b-GGUF
47B
•
Updated
Jan 27, 2024
•
14
•
1
macadeliccc/SOLAR-10.7b-Instruct-truthy-dpo-GGUF
11B
•
Updated
Jan 27, 2024
•
174
•
3
macadeliccc/SOLAR-10.7b-Instruct-dpo-GGUF
11B
•
Updated
Jan 26, 2024
•
17
Previous
1
2
3
4
5
Next