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
Fishtiks's profile picture
hppdqdq's profile picture
luqmanxyz's profile picture
169 followers
·
34 following
tdolan21
tim-dolan-ml
AI & ML interests
None yet
Recent Activity
new
activity
21 days ago
macadeliccc/laser-dolphin-mixtral-chat:
محادثات ظريفة اخويه
replied
to
their
post
12 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/Opus-Samantha-Llama-3-8B-GGUF
8B
•
Updated
Apr 24, 2024
•
125
macadeliccc/Orpo-GutenLlama-3-8B-v2
Text Generation
•
8B
•
Updated
Apr 21, 2024
•
7
macadeliccc/Orpo-GutenLlama-3-8B-v2-GGUF
8B
•
Updated
Apr 21, 2024
•
182
macadeliccc/Orpo-GutenLlama-3-8B
Text Generation
•
8B
•
Updated
Apr 20, 2024
•
5
•
1
macadeliccc/Mistral-7B-v0.2-OpenHermes
Text Generation
•
7B
•
Updated
Apr 2, 2024
•
14
•
11
macadeliccc/airoboros-9b-3.2
Text Generation
•
9B
•
Updated
Mar 31, 2024
•
8
macadeliccc/airoboros-9b-3.2-GGUF
9B
•
Updated
Mar 29, 2024
•
35
macadeliccc/airoboros-34b-3.2-hqq-8bit
Text Generation
•
Updated
Mar 28, 2024
•
8
macadeliccc/airoboros-34b-3.2-GGUF
34B
•
Updated
Mar 27, 2024
•
150
macadeliccc/Mistral-7B-v0.2-OpenHermes-HQQ-4bit
Text Generation
•
Updated
Mar 26, 2024
•
6
macadeliccc/Mistral-7B-v0.2-OpenHermes-AWQ
Text Generation
•
7B
•
Updated
Mar 26, 2024
•
6
macadeliccc/Mistral-7B-v0.2-OpenHermes-GGUF
7B
•
Updated
Mar 25, 2024
•
57
•
1
macadeliccc/Mistral-7B-v0.2-st
Text Generation
•
7B
•
Updated
Mar 24, 2024
•
6
•
2
macadeliccc/Hermes-2-Pro-Mistral-7B-AWQ
Text Generation
•
7B
•
Updated
Mar 18, 2024
•
8
•
1
macadeliccc/HermesLake-7B-dare-ties-GGUF
7B
•
Updated
Mar 18, 2024
•
9
macadeliccc/Hermes-2-Pro-Mistral-7B-HQQ-8bit
Text Generation
•
Updated
Mar 18, 2024
•
6
macadeliccc/LiberatedHermes-2-Pro-Mistral-7B
Text Generation
•
7B
•
Updated
Mar 18, 2024
•
10
•
1
macadeliccc/LiberatedHermes-2-Pro-Mistral-7B-HQQ
Text Generation
•
Updated
Mar 18, 2024
•
14
macadeliccc/LiberatedHermes-2-Pro-Mistral-7B-AWQ
Text Generation
•
7B
•
Updated
Mar 16, 2024
•
5
macadeliccc/LiberatedHermes-2-Pro-Mistral-7B-GGUF
7B
•
Updated
Mar 16, 2024
•
158
macadeliccc/Liberated-Qwen1.5-14B-AWQ
Text Generation
•
14B
•
Updated
Mar 13, 2024
•
9
macadeliccc/Yi-9B-AWQ
Text Generation
•
9B
•
Updated
Mar 13, 2024
•
5
macadeliccc/AlphaHitchhiker-v2-GGUF
7B
•
Updated
Mar 13, 2024
•
5
macadeliccc/AlphaHitchhiker-7B-v2
Text Generation
•
Updated
Mar 13, 2024
•
23
•
1
macadeliccc/Nous-Hermes-2-Mixtral-8x7B-DPO-HQQ
Text Generation
•
0.3B
•
Updated
Mar 12, 2024
•
9
•
1
macadeliccc/laser-dolphin-mixtral-4x7b-dpo-AWQ
Text Generation
•
24B
•
Updated
Mar 10, 2024
•
7
•
1
macadeliccc/laser-dolphin-mixtral-4x7b-dpo
Text Generation
•
24B
•
Updated
Mar 10, 2024
•
54
•
10
macadeliccc/dolphin-2.8-experiment26-7b-awq
Text Generation
•
7B
•
Updated
Mar 5, 2024
•
9
macadeliccc/dolphincoder-starcoder2-15b-GGUF
16B
•
Updated
Mar 5, 2024
•
264
•
3
macadeliccc/DPOpenHermes-7B-v2-AWQ
Text Generation
•
7B
•
Updated
Mar 5, 2024
•
6
Previous
1
2
3
4
5
Next