This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix/ingest-records-with-mapped-fields' into docs/end-to…
…-end-tutorial
- Loading branch information
Showing
56 changed files
with
4,457 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Fields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Dataset | ||
|
||
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Questions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Vectors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
description: Argilla-python is the reference argilla python server SDK. | ||
--- | ||
|
||
# Fine-tune | ||
|
||
These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
description: These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples. | ||
--- | ||
|
||
# How to guides | ||
|
||
These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples. | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- :material-clock-fast:{ .lg .middle } __Manage your annotation team__ | ||
|
||
--- | ||
|
||
Learn how to Create, Read, Update and Delete (CRUD) a [`Workspace`](#) or [`User`](#) in Argilla. | ||
|
||
[:octicons-arrow-right-24: Getting started](/argilla-python/quickstart/) | ||
|
||
- :material-clipboard-flow-outline:{ .lg .middle } __Define and change your dataset settings__ | ||
|
||
--- | ||
|
||
Learn how to Create, Read, Update and Delete (CRUD) the [`Settings`](#) for a [`Dataset`](#), which are made up of settings for [`Fields`](#),[`Questions`](#), [`Metadata`](#) and [`Vectors`](#). | ||
|
||
[:octicons-arrow-right-24: Reference](#) | ||
|
||
- :material-format-font:{ .lg .middle } __Work with records in your dataset__ | ||
|
||
--- | ||
|
||
Learn how to Create, Read, Update and Delete (CRUD) the values for a[`Record`](#), which are made up of [`Suggestions`](#),[`Responses`](#), [`Metadata`](#) and [`Vectors`](#). | ||
|
||
[:octicons-arrow-right-24: Customization](#) | ||
|
||
- :material-scale-balance:{ .lg .middle } __Query, filter and export data__ | ||
|
||
--- | ||
|
||
Learn how to apply export [`Records`](#) with the right filters and queries. | ||
|
||
[:octicons-arrow-right-24: License](#) | ||
|
||
- :material-scale-balance:{ .lg .middle } __Distribute annotation work__ | ||
|
||
--- | ||
|
||
Learn how to distribute [`Records`](#) to [`Users`](#) and [`Workspaces`](#) for managing annotation efforts the way you require. | ||
|
||
[:octicons-arrow-right-24: License](#) | ||
|
||
- :material-scale-balance:{ .lg .middle } __Evaluate annotators and models with metrics and KPIs__ | ||
|
||
--- | ||
|
||
Learn how to evaluate [`Users`](#) and Models with [`Metrics`](#) and [`KPIs`](#) to ensure the quality of your data, models and annotations. | ||
|
||
[:octicons-arrow-right-24: License](#) | ||
|
||
- :material-scale-balance:{ .lg .middle } __Fine-tune a model__ | ||
|
||
--- | ||
|
||
Learn how to fine-tune your own model with [`transformers`](#) and take ownership of your data and models. | ||
|
||
[:octicons-arrow-right-24: License](#) | ||
|
||
</div> |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Metadata |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Vectors |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Users | ||
|
||
A user in Argilla is an authorized person who can access the UI and use the Python client and CLI in a running Argilla instance. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Workspaces | ||
|
||
Placeholder text |
Oops, something went wrong.