You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: argilla-frontend/components/features/annotation/container/fields/span-annotation/SpanAnnotationTextField.vue
- Fixed error so now `_touch_dataset_last_activity_at` function is not updating dataset's `updated_at` column. ([#5656](https://github.com/argilla-io/argilla/pull/5656))
Copy file name to clipboardExpand all lines: argilla/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The community uses Argilla to create amazing open-source [datasets](https://hugg
75
75
AI teams from companies like [the Red Cross](https://510.global/), [Loris.ai](https://loris.ai/) and [Prolific](https://www.prolific.com/) use Argilla to improve the quality and efficiency of AI projects. They shared their experiences in our [AI community meetup](https://lu.ma/embed-checkout/evt-IQtRiSuXZCIW6FB).
76
76
77
77
- AI for good: [the Red Cross presentation](https://youtu.be/ZsCqrAhzkFU?feature=shared) showcases how the Red Cross domain experts and AI team collaborated by classifying and redirecting requests from refugees of the Ukrainian crisis to streamline the support processes of the Red Cross.
78
-
- Customer support: during [the Loris meetup](https://youtu.be/jWrtgf2w4VU?feature=shared) they showed how their AI team uses unsupervised and few-shot contrastive learning to help them quickly validate and gain labelled samples for a huge amount of multi-label classifiers.
78
+
- Customer support: during [the Loris meetup](https://youtu.be/jWrtgf2w4VU?feature=shared) they showed how their AI team uses unsupervised and few-shot contrastive learning to help them quickly validate and gain labeled samples for a huge amount of multi-label classifiers.
79
79
- Research studies: [the showcase from Prolific](https://youtu.be/ePDlhIxnuAs?feature=shared) announced their integration with our platform. They use it to actively distribute data collection projects among their annotating workforce. This allows Prolific to quickly and efficiently collect high-quality data for research studies.
Copy file name to clipboardExpand all lines: argilla/docs/getting_started/faq.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,15 @@ hide: toc
11
11
12
12
??? Question "Does Argilla cost money?"
13
13
14
-
No. Argilla is an open-source project and is free to use. You can deploy Argilla on your own infrastructure or use our cloud offering.
14
+
No. Argilla is an open-source project and is free to use. You can deploy Argilla on the HF Spaces or your own infrastructure.
15
15
16
16
??? Question "What data types does Argilla support?"
17
17
18
-
Text data, mostly. Argilla natively supports textual data, however, we do support rich text, which means you can represent different types of data in Argilla as long as you can convert it to text. For example, you can store images, audio, video, and any other type of data as long as you can convert it to their base64 representation or render them as HTML in for example an IFrame.
18
+
Text and images. However, you can use a [custom field](../how_to_guides/custom_fields.md), which means you can represent different types of data in Argilla. For example, you can store audio or video, and any other type of data as long as you can convert it to their base64 representation or render them as HTML in for example an IFrame.
No. However, we provide a side library for that: [distilabel](https://github.com/argilla-io/distilabel), a framework for synthetic data and AI feedback for engineers who need fast, reliable and scalable pipelines based on verified research papers.
Copy file name to clipboardExpand all lines: argilla/docs/getting_started/quickstart.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Argilla is a free, open-source, self-hosted tool. This means you need to deploy
25
25
- Leave the default Space owner (your personal account)
26
26
- Leave `USERNAME` and `PASSWORD` secrets empty since you'll sign in with your HF user as the Argilla Space `owner`.
27
27
- Click create Space to launch Argilla 🚀.
28
-
- Once you see the Argilla UI, [go to the Sign in into the Argilla UI section](#sign-in-into-the-argilla-ui). If you see the `Building` message for longer than 2-3 min refresh the page.
28
+
- Once you see the Argilla UI, [go to the Sign in into the Argilla UI section](#sign-in-to-the-argilla-ui). If you see the `Building` message for longer than 2-3 min refresh the page.
29
29
30
30
=== "Python SDK"
31
31
@@ -39,7 +39,7 @@ Argilla is a free, open-source, self-hosted tool. This means you need to deploy
39
39
40
40
Next, we can use the `Argilla.deploy_on_spaces` method, which will create a Space in [the Hugging Face Hub](https://huggingface.co/). This method will automatically do the following:
41
41
42
-
- Deploy an Argilla Space on the Hugging Face Hub with [OAuth sign-in](#sign-in-into-the-argilla-ui) and a URL like `https://<your-username>-argilla.hf.space`, which takes around 2-3 minutes.
42
+
- Deploy an Argilla Space on the Hugging Face Hub with [OAuth sign-in](#sign-in-to-the-argilla-ui) and a URL like `https://<your-username>-argilla.hf.space`, which takes around 2-3 minutes.
43
43
- Create a default workspace called `argilla` with an owner called `<your-username>` and an Argilla token set to `api_key`.
44
44
- Automatically return the authenticated Argilla client, which can directly be used to interact with your Argilla server.
45
45
@@ -49,11 +49,8 @@ Argilla is a free, open-source, self-hosted tool. This means you need to deploy
Learn how to [create your first dataset](create-your-first-dataset.md).
53
-
54
-
55
52
!!! tip "Argilla API Key"
56
-
Your Argilla API key can be found in the `My Settings` page of your Argilla Space. Take a look at the [sign in to the UI section](#sign-in-into-the-argilla-ui) to learn how to retrieve it.
53
+
Your Argilla API key can be found in the `My Settings` page of your Argilla Space. Take a look at the [sign in to the UI section](#sign-in-to-the-argilla-ui) to learn how to retrieve it.
57
54
58
55
!!! warning "Persistent storage `SMALL`"
59
56
Not setting persistent storage to `SMALL` means that **you will loose your data when the Space restarts**. Spaces get restarted due to maintainance, inactivity, and every time you change your Spaces settings. If you want to **use the Space just for testing** you can use `FREE` temporarily.
@@ -88,7 +85,7 @@ Congrats! Your Argilla server is ready to start your first project.
88
85
89
86
The quickest way to start exploring the tool and create your first dataset is by importing an exiting one from the Hugging Face Hub.
90
87
91
-
To do this, log in to the Argilla UI and in the Home page click on "Import from Hub". You can choose one of the sample datasets or paste a repo id in the input. This will look something like `stanfordnlp/imdb`.
88
+
To do this, log in to the Argilla UI and in the Home page click on "Import dataset from Hugging Face". You can choose one of the sample datasets or paste a repo id in the input. This will look something like `stanfordnlp/imdb`.
92
89
93
90
Argilla will automatically interpret the columns in the dataset to map them to Fields and Questions.
Copy file name to clipboardExpand all lines: argilla/docs/how_to_guides/annotate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ If you agree with the suggestions, you just need to click on the `Submit` button
93
93
This is the default view to annotate your dataset linearly, displaying one record after another.
94
94
95
95
!!! tip
96
-
You should use this view if you have a large number of required questions or need a strong focus on the record content to be labelled. This is also the recommended view for annotating a dataset sample to avoid potential biases introduced by using filters, search, sorting and bulk labelling.
96
+
You should use this view if you have a large number of required questions or need a strong focus on the record content to be labeled. This is also the recommended view for annotating a dataset sample to avoid potential biases introduced by using filters, search, sorting and bulk labeling.
97
97
98
98
Once you submit your first response, the next record will appear automatically. To see again your submitted response, just click on `Prev`.
99
99
@@ -130,7 +130,7 @@ You can also track your own progress in real time expanding the right-bottom pan
130
130
131
131
## Use search, filters, and sort
132
132
133
-
The UI offers various features designed for data exploration and understanding. Combining these features with bulk labelling can save you and your team hours of time.
133
+
The UI offers various features designed for data exploration and understanding. Combining these features with bulk labeling can save you and your team hours of time.
134
134
135
135
!!! tip
136
136
You should use this when you are familiar with your data and have large volumes to annotate based on verified beliefs and experience.
Copy file name to clipboardExpand all lines: argilla/docs/how_to_guides/custom_fields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ When `advanced_mode=True`, you can use the `template` argument to pass a full HT
175
175
176
176
### Usage example
177
177
178
-
Let's reproduce example from the [Without advanced mode](#without-advanced-mode) section but this time we will insert the [handlebars syntax engine](https://handlebarsjs.com/) into the template ourselves.
178
+
Let's reproduce example from the [Without advanced mode](#using-handlebars-in-your-template) section but this time we will insert the [handlebars syntax engine](https://handlebarsjs.com/) into the template ourselves.
Copy file name to clipboardExpand all lines: argilla/docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,5 +82,5 @@ Argilla is a tool that can be used to achieve and keep **high-quality data stand
82
82
AI teams from companies like [the Red Cross](https://510.global/), [Loris.ai](https://loris.ai/) and [Prolific](https://www.prolific.com/) use Argilla to **improve the quality and efficiency of AI** projects. They shared their experiences in the [AI community meetup](https://lu.ma/embed-checkout/evt-IQtRiSuXZCIW6FB).
83
83
84
84
- AI for good: [the Red Cross presentation](https://youtu.be/ZsCqrAhzkFU?feature=shared) showcases **how their experts and AI team collaborate** by classifying and redirecting requests from refugees of the Ukrainian crisis to streamline the support processes of the Red Cross.
85
-
- Customer support: during [the Loris meetup](https://youtu.be/jWrtgf2w4VU?feature=shared) they showed how their AI team uses unsupervised and few-shot contrastive learning to help them **quickly validate and gain labelled samples for a huge amount of multi-label classifiers**.
85
+
- Customer support: during [the Loris meetup](https://youtu.be/jWrtgf2w4VU?feature=shared) they showed how their AI team uses unsupervised and few-shot contrastive learning to help them **quickly validate and gain labeled samples for a huge amount of multi-label classifiers**.
86
86
- Research studies: [the showcase from Prolific](https://youtu.be/ePDlhIxnuAs?feature=shared) announced their integration with Argilla. They use it to actively **distribute data collection projects** among their annotating workforce. This allows them to quickly and **efficiently collect high-quality data** for their research studies.
0 commit comments