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
aifeifei798's profile picture
fengwang415's profile picture
mondalsurojit'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/dolphin-2.8-experiment26-7b-GGUF
7B
•
Updated
Mar 4, 2024
•
130
macadeliccc/WestLake-7B-v2-laser-truthy-dpo
Text Generation
•
7B
•
Updated
Mar 4, 2024
•
59
•
•
25
macadeliccc/SOLAR-10.7b-Instruct-dpo
Text Generation
•
11B
•
Updated
Mar 4, 2024
•
53
•
•
1
macadeliccc/MBX-7B-v3-DPO
Text Generation
•
7B
•
Updated
Mar 4, 2024
•
50
•
5
macadeliccc/polyglot-math-4x7b
Text Generation
•
24B
•
Updated
Mar 4, 2024
•
61
macadeliccc/SOLAR-math-2x10.7b
Text Generation
•
19B
•
Updated
Mar 4, 2024
•
71
macadeliccc/MonarchLake-7B
Text Generation
•
7B
•
Updated
Mar 4, 2024
•
53
•
5
macadeliccc/Monarch-7B-SFT
Text Generation
•
7B
•
Updated
Mar 4, 2024
•
51
macadeliccc/OmniCorso-7B
Text Generation
•
7B
•
Updated
Mar 4, 2024
•
56
•
2
macadeliccc/Orca-SOLAR-4x10.7b
Text Generation
•
36B
•
Updated
Mar 4, 2024
•
51
macadeliccc/SmaugDolphin-60B
Text Generation
•
61B
•
Updated
Mar 4, 2024
•
47
•
1
macadeliccc/laser-polyglot-4x7b
Text Generation
•
24B
•
Updated
Mar 4, 2024
•
52
•
1
macadeliccc/SOLAR-10.7b-Instruct-truthy-dpo
Text Generation
•
11B
•
Updated
Mar 4, 2024
•
55
•
•
4
macadeliccc/laser-dolphin-mixtral-2x7b-dpo
Text Generation
•
13B
•
Updated
Mar 4, 2024
•
97
•
59
macadeliccc/piccolo-math-2x7b
Text Generation
•
13B
•
Updated
Mar 4, 2024
•
67
•
2
macadeliccc/SOLAR-math-2x10.7b-v0.2
Text Generation
•
19B
•
Updated
Mar 4, 2024
•
54
•
4
macadeliccc/gemma-orchid-7b-dpo
Text Generation
•
9B
•
Updated
Mar 4, 2024
•
49
•
6
macadeliccc/Laser-WestLake-2x7b
Text Generation
•
13B
•
Updated
Mar 4, 2024
•
58
•
4
macadeliccc/piccolo-8x7b
Text Generation
•
47B
•
Updated
Mar 4, 2024
•
48
•
1
macadeliccc/WestLake-7B-v2-laser-truthy-dpo-AWQ
Text Generation
•
7B
•
Updated
Feb 29, 2024
•
3
macadeliccc/SOLAR-10.7B-Instruct-truthy-dpo-AWQ
Updated
Feb 29, 2024
macadeliccc/SmaugDolphin-34B-slerp-AWQ
Text Generation
•
28B
•
Updated
Feb 29, 2024
•
5
macadeliccc/SmaugDolphin-34B-slerp
Text Generation
•
28B
•
Updated
Feb 28, 2024
•
4
•
1
macadeliccc/MonarchLake-7B-GGUF
7B
•
Updated
Feb 28, 2024
•
22
macadeliccc/gemma-orchid-7b
Text Generation
•
9B
•
Updated
Feb 25, 2024
•
4
macadeliccc/MonarchCorso-7B
Text Generation
•
7B
•
Updated
Feb 24, 2024
•
6
macadeliccc/gemma-function-calling-7b
Text Generation
•
9B
•
Updated
Feb 23, 2024
•
7
•
1
macadeliccc/mixtral-instruct-0.1-awq
Text Generation
•
47B
•
Updated
Feb 23, 2024
•
4
macadeliccc/OmniCorso-7B-AWQ
Text Generation
•
7B
•
Updated
Feb 23, 2024
•
4
macadeliccc/mixtral-instruct-0.1-laser-GGUF
47B
•
Updated
Feb 22, 2024
•
23
•
1
Previous
1
2
3
4
5
Next