Guide to Using Collections
AtomGit Collection is a powerful knowledge organization tool that allows you to combine related models, datasets, Spaces, and code repositories into complete solutions or learning resources. This guide will help you understand how to create and use collections.
Creating a Collection
Create a New Collection
- Log in to your AtomGit account
- Go to "Collections" > "Create Collection"
- Fill in the basic information:
- Collection name
- Description
- Set access permissions:
- Public
- Private
- Click "Create Collection" to complete

Collection Search
- Supports search: collection title/description search, case-insensitive;
- Heatmap visualization: intuitively display the popularity of the collection.

Using a Collection
Content Organization
-
Add content: Add models, datasets, Spaces apps, or project resources to the collection, one at a time;
-
Content Sorting: Drag to adjust the order of the collection;
-
Share the Collection: Copy the collection URL to quickly share;
-
Visibility Management: Dynamically adjust the public/private status of the collection;
-
Delete the Collection: Permanently remove the collection (requires confirmation), does not affect the original resources within the collection.
Best Practices
-
Content Organization
- Clear structure
- Progressive order
- Complete documentation
- Practical examples
-
Quality Control
- Content review
- Regular updates
- Collect feedback
- Fix issues
-
User Experience
- Intuitive navigation
- Responsive design
- Interactive examples
- Progress tracking
-
Community Interaction
- Timely responses
- Encourage discussion
- Accept suggestions
- Share experiences
Collection Templates
Tutorial Series Template
name: "Deep Learning Tutorial"
sections:
- name: "Theoretical Basis"
content:
- type: "document"
title: "Introduction to Deep Learning"
- type: "notebook"
title: "Python Basics"
- name: "Practical Projects"
content:
- type: "space"
title: "Image Classification Application"
- type: "model"
title: "Using Pre-trained Models"
Project Collection Template
name: "Computer Vision Project Collection"
sections:
- name: "Object Detection"
content:
- type: "model"
title: "YOLO Model"
- type: "dataset"
title: "COCO Dataset"
- name: "Image Segmentation"
content:
- type: "space"
title: "Online Segmentation Demo"
Frequently Asked Questions
Q: How to manage large collections? A: Use sections, tag systems, and version control to manage content.
Q: What content types are supported by collections? A: Supports various types including documents, models, datasets, Spaces, Notebooks, etc.
Q: How to ensure the quality of collection content? A: Maintain content quality through review mechanisms, user feedback, and regular updates.