reteplayground
Construct

Ego-network: one model's parents, children and Spaces

SubjectPredicateObject
Llama3.1-CommonDiseaseClassif…finetunedFromLlama-3.1-8B
modelfinetunedFromLlama-3.1-8B
prompt_reverse-Llama-3.1-8B_3…finetunedFromLlama-3.1-8B
Llama-3.1-8B-InstructfinetunedFromLlama-3.1-8B
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 1,918 triples · 5.1 s · 46.5 MB of 1108.0 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX hf: <https://w3id.org/rete/huggingface#> CONSTRUCT { <https://huggingface.co/meta-llama/Llama-3.1-8B> hf:finetunedFrom ?parent . ?child hf:finetunedFrom <https://huggingface.co/meta-llama/Llama-3.1-8B> . ?space hf:usesModel <https://huggingface.co/meta-llama/Llama-3.1-8B> . } WHERE { { <https://huggingface.co/meta-llama/Llama-3.1-8B> hf:finetunedFrom ?parent } UNION { SELECT ?child WHERE { ?child hf:finetunedFrom <https://huggingface.co/meta-llama/Llama-3.1-8B> } LIMIT 25 } UNION { SELECT ?space WHERE { ?space hf:usesModel <https://huggingface.co/meta-llama/Llama-3.1-8B> } LIMIT 25 } }

rete playground · documentation · github.com/caviri/rete