datasetId
stringlengths 2
117
| author
stringlengths 2
42
⌀ | last_modified
timestamp[us, tz=UTC] | downloads
int64 0
9.36M
| likes
int64 0
3.89k
| tags
list | task_categories
list | createdAt
timestamp[us, tz=UTC] | card
stringlengths 19
1.01M
| embedding
list |
---|---|---|---|---|---|---|---|---|---|
DangFutures/distil | DangFutures | 2023-12-04T03:39:10Z | 0 | 0 | [
"size_categories:n<1K",
"rlfh",
"argilla",
"human-feedback",
"region:us"
]
| null | 2023-12-04T03:37:44Z | ---
size_categories: n<1K
tags:
- rlfh
- argilla
- human-feedback
---
# Dataset Card for distil
This dataset has been created with [Argilla](https://docs.argilla.io).
As shown in the sections below, this dataset can be loaded into Argilla as explained in [Load with Argilla](#load-with-argilla), or used directly with the `datasets` library in [Load with `datasets`](#load-with-datasets).
## Dataset Description
- **Homepage:** https://argilla.io
- **Repository:** https://github.com/argilla-io/argilla
- **Paper:**
- **Leaderboard:**
- **Point of Contact:**
### Dataset Summary
This dataset contains:
* A dataset configuration file conforming to the Argilla dataset format named `argilla.yaml`. This configuration file will be used to configure the dataset when using the `FeedbackDataset.from_huggingface` method in Argilla.
* Dataset records in a format compatible with HuggingFace `datasets`. These records will be loaded automatically when using `FeedbackDataset.from_huggingface` and can be loaded independently using the `datasets` library via `load_dataset`.
* The [annotation guidelines](#annotation-guidelines) that have been used for building and curating the dataset, if they've been defined in Argilla.
### Load with Argilla
To load with Argilla, you'll just need to install Argilla as `pip install argilla --upgrade` and then use the following code:
```python
import argilla as rg
ds = rg.FeedbackDataset.from_huggingface("DangFutures/distil")
```
### Load with `datasets`
To load this dataset with `datasets`, you'll just need to install `datasets` as `pip install datasets --upgrade` and then use the following code:
```python
from datasets import load_dataset
ds = load_dataset("DangFutures/distil")
```
### Supported Tasks and Leaderboards
This dataset can contain [multiple fields, questions and responses](https://docs.argilla.io/en/latest/conceptual_guides/data_model.html#feedback-dataset) so it can be used for different NLP tasks, depending on the configuration. The dataset structure is described in the [Dataset Structure section](#dataset-structure).
There are no leaderboards associated with this dataset.
### Languages
[More Information Needed]
## Dataset Structure
### Data in Argilla
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, **vectors**, and **guidelines**.
The **fields** are the dataset records themselves, for the moment just text fields are supported. These are the ones that will be used to provide responses to the questions.
| Field Name | Title | Type | Required | Markdown |
| ---------- | ----- | ---- | -------- | -------- |
| input | input | text | True | False |
| generations-1 | generations-1 | text | True | False |
| generations-2 | generations-2 | text | True | False |
| generations-3 | generations-3 | text | True | False |
The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.
| Question Name | Title | Type | Required | Description | Values/Labels |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
| generations-1-rating | What's the rating for generations-1? | rating | True | N/A | [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] |
| generations-2-rating | What's the rating for generations-2? | rating | True | N/A | [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] |
| generations-3-rating | What's the rating for generations-3? | rating | True | N/A | [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] |
| rating-rationale | What's the rationale behind each rating? | text | True | N/A | N/A |
The **suggestions** are human or machine generated recommendations for each question to assist the annotator during the annotation process, so those are always linked to the existing questions, and named appending "-suggestion" and "-suggestion-metadata" to those, containing the value/s of the suggestion and its metadata, respectively. So on, the possible values are the same as in the table above, but the column name is appended with "-suggestion" and the metadata is appended with "-suggestion-metadata".
The **metadata** is a dictionary that can be used to provide additional information about the dataset record. This can be useful to provide additional context to the annotators, or to provide additional information about the dataset record itself. For example, you can use this to provide a link to the original source of the dataset record, or to provide additional information about the dataset record itself, such as the author, the date, or the source. The metadata is always optional, and can be potentially linked to the `metadata_properties` defined in the dataset configuration file in `argilla.yaml`.
| Metadata Name | Title | Type | Values | Visible for Annotators |
| ------------- | ----- | ---- | ------ | ---------------------- |
| length-input | length-input | integer | None - None | True |
| length-generations-1 | length-generations-1 | integer | None - None | True |
| rating-generations-1 | rating-generations-1 | float | None - None | True |
| length-generations-2 | length-generations-2 | integer | None - None | True |
| rating-generations-2 | rating-generations-2 | float | None - None | True |
| length-generations-3 | length-generations-3 | integer | None - None | True |
| rating-generations-3 | rating-generations-3 | float | None - None | True |
| distance-best-rating | distance-best-rating | float | None - None | True |
The **guidelines**, are optional as well, and are just a plain string that can be used to provide instructions to the annotators. Find those in the [annotation guidelines](#annotation-guidelines) section.
### Data Instances
An example of a dataset instance in Argilla looks as follows:
```json
{
"external_id": null,
"fields": {
"generations-1": "Negotiating a data processing agreement (DPA) that meets the requirements of Article 28 of the General Data Protection Regulation (GDPR) involves several key steps. Here\u0027s an overview of the process:\n\n1. Identify the relevant parties: Determine who the data controller (the entity that determines the purpose and means of processing personal data) and the data processor (the entity processing personal data on behalf of the controller) are in the specific context of your agreement.\n\n2. Understand obligations: Familiarize yourself with the responsibilities and obligations outlined in Article 28 of the GDPR. This includes ensuring that the processor only processes personal data on documented instructions from the controller, implementing appropriate security measures, and complying with data breach reporting obligations, among other requirements.\n\n3. Assess the scope of services: Clearly define the purpose and scope of data processing in the agreement. Specify what types of personal data will be processed, how it will be processed, and the specific purposes for which it will be processed. It\u0027s important to ensure that the processing activities are in line with the controller\u0027s instructions.\n\n4. Security and confidentiality measures: Define the security measures to be implemented by the processor to protect the personal data. This may include encryption, access controls, regular security audits, and data breach prevention and response procedures. Emphasize the importance of confidentiality obligations and specify the terms for handling and protecting data.\n\n5. Specific instructions: Describe the specific instructions given by the controller to the processor regarding data processing activities. This could include instructions on data deletion, access restrictions, and the transfer of personal data outside the European Economic Area (EEA).\n\n6. Sub-processing arrangements: If the processor relies on sub-processors to carry out data processing activities, outline the conditions under which these sub-processors may be engaged. Ensure that the processor has appropriate contractual agreements with sub-processors to maintain the same level of data protection.\n\n7. Data subject rights and assistance: Clearly define the processor\u0027s obligations in assisting the controller in responding to data subject requests and fulfilling the rights of data subjects, such as right to access, rectification, erasure, and data portability.\n\n8. Audits and compliance: Establish provisions for audits and inspections to verify the processor\u0027s compliance with the agreement and the GDPR. This may include defining the rights of the controller to conduct audits or appointing an independent auditor to assess compliance.\n\n9. Term and termination: Specify the duration of the agreement and conditions for termination or renewal. Consider including provisions that ensure the return or deletion of personal data by the processor once the processing activities are completed.\n\n10. Review and legal advice: Ensure that the DPA is reviewed by legal experts with knowledge of data protection laws to ensure compliance with Article 28 of the GDPR and any other relevant local data protection regulations.\n\nRemember, negotiating a data processing agreement can involve complex legal considerations. It\u0027s advisable to consult legal professionals who specialize in data protection law to ensure compliance with the specific requirements of the GDPR in your jurisdiction.",
"generations-2": "Negotiating a data processing agreement (DPA) that complies with Article 28 of the General Data Protection Regulation (GDPR) involves several steps. Here is an overview of the process:\n\n1. Determine the roles: Identify the data controller (the entity that determines the purposes and means of processing personal data) and the data processor (the entity processing data on behalf of the controller).\n\n2. Understand the requirements: Familiarize yourself with the specific requirements outlined in Article 28 of the GDPR. Some key provisions include instructions on processing, security measures, sub-processing, data subject rights, and breach notification.\n\n3. Conduct a data protection impact assessment (DPIA): Consider conducting a DPIA to assess and mitigate potential risks associated with the data processing activities. Although not always mandatory, a DPIA helps demonstrate compliance and ensures appropriate safeguards are in place.\n\n4. Identify the necessary clauses: Draft or review a DPA containing the required contractual clauses as prescribed by Article 28. These clauses typically cover topics such as the purposes of processing, data subjects\u0027 rights, security measures, confidentiality, and sub-processing arrangements.\n\n5. Review the controller\u0027s instructions: Ensure that the DPA accurately reflects the instructions provided by the data controller regarding the nature and purpose of the processing, the types of data involved, the duration of processing, and any specific obligations.\n\n6. Assess technical and organizational measures: Evaluate the data processor\u0027s security measures and ensure they align with the GDPR\u0027s requirements for protecting personal data. This includes measures such as data encryption, access controls, regular backups, and employee training.\n\n7. Address sub-processing: If the data processor intends to engage sub-processors, ensure that proper contracts or agreements are in place with these sub-processors, including the same GDPR-compliant provisions as outlined in the DPA.\n\n8. Define data subject rights: Clearly articulate how the data processor will assist the data controller in fulfilling data subject rights, such as the right to access, rectify, restrict processing, and erase personal data.\n\n9. Include data breach notification procedures: Establish clear procedures and timelines for reporting any personal data breaches to the data controller. This should encompass timely communication, assistance with investigations, and cooperation in mitigating the effects of any breaches.\n\n10. Seek legal advice if needed: Given the complexities of GDPR and DPAs, it may be beneficial to involve legal professionals experienced in data protection and privacy laws to review and advise on the DPA.\n\nRemember, negotiation is a collaborative process, and both parties should work together to ensure that the DPA is in compliance with Article 28 of the GDPR.",
"generations-3": "Negotiating a data processing agreement that meets the requirements of Article 28 of the GDPR involves several steps. Here is a detailed process to guide you:\n\n1. Understand the Requirements: Familiarize yourself with the provisions of Article 28 of the GDPR. This article lays out the obligations that both the data controller and the data processor must fulfill.\n\n2. Identify the Parties: Determine who will act as the data controller and the data processor in the specific data processing arrangement. The data controller is typically the entity that collects and determines the purposes and means of processing personal data, while the data processor is the entity that processes the data on behalf of the controller.\n\n3. Assess Data Processing Activities: Identify and document all the data processing activities that the data processor will undertake on behalf of the data controller. This includes specifying the nature of the data, the purpose of the processing, the categories of data subjects involved, and the duration of the processing.\n\n4. Review Data Security Measures: Evaluate the data security measures in place to ensure they are in line with the GDPR\u0027s requirements. This includes measures such as encryption, access controls, data breach notification procedures, and regular security audits.\n\n5. Define Data Subject Rights: Specify how the data processor will assist the data controller in fulfilling data subject rights under the GDPR. This includes facilitating requests for data access, rectification, erasure, and data portability.\n\n6. Determine Subprocessing Arrangements: If the data processor intends to engage any sub-processors, ensure that proper safeguards are put in place. The agreement must require sub-processors to adhere to the same data protection obligations as the primary data processor.\n\n7. Include Confidentiality Clauses: Ensure that the agreement includes confidentiality obligations on the part of the data processor and any sub-processors involved. This protects the confidentiality and security of the personal data being processed.\n\n8. Specify Compliance Audits: Outline the right of the data controller to conduct audits or inspections to ensure the data processor\u0027s compliance with the GDPR. This may include provisions for providing necessary documentation and allowing on-site inspections.\n\n9. Review Indemnification and Liability: Determine the liability and indemnification provisions for any data breaches or non-compliance with the GDPR. Clearly define the responsibilities, limitations, and financial consequences of such incidents.\n\n10. Execute and Maintain the Agreement: Once the negotiation process is complete, ensure that the data processing agreement is signed by both parties. Keep the agreement up to date, review it periodically, and make any necessary amendments to reflect changes in the data processing activities or legal requirements.\n\nPlease note that while this information provides a general process for negotiating a data processing agreement, it is strongly advised to consult with legal professionals who specialize in data protection and the GDPR to ensure compliance with all relevant regulations.",
"input": "Detail the process of negotiating a data processing agreement that meets the requirements of Article 28 of the GDPR."
},
"metadata": {
"distance-best-rating": 1.0,
"length-generations-1": 3466,
"length-generations-2": 2909,
"length-generations-3": 3178,
"length-input": 116,
"rating-generations-1": 3.0,
"rating-generations-2": 3.0,
"rating-generations-3": 4.0
},
"responses": [
{
"status": "submitted",
"user_id": "8e15ab4f-84ce-4531-a5e0-4401f900c319",
"values": {
"generations-1-rating": {
"value": 3
},
"generations-2-rating": {
"value": 3
},
"generations-3-rating": {
"value": 4
},
"rating-rationale": {
"value": "generations-1:\nThe text systematically outlines the steps for negotiating a data processing agreement while addressing GDPR Article 28 requirements. However, it doesn\u0027t mention \u0027negotiation strategies\u0027 or the negotiation process per se, which suggests partial compliance but neglects the more nuanced aspects of negotiation.\ngenerations-2:\nText 2 outlines an overview process for creating a data processing agreement and touches on Article 28 compliance. However, it falls slightly short in detailing the negotiation aspects, considering that it largely emphasizes the procedural and documentation aspects, not negotiation strategies or interpersonal negotiation particulars.\ngenerations-3:\nText 3 offers a thorough outline of the steps involved in crafting a data processing agreement compliant with Article 28 of the GDPR. While it includes comprehensive content related to compliance, it doesn\u0027t deeply delve into negotiation dynamics or advice on how to interact with other negotiating parties. It exhibits minor deviations by focusing more on the compliance checklist than the process of negotiation.\n"
}
}
}
],
"suggestions": [
{
"agent": null,
"question_name": "rating-rationale",
"score": null,
"type": null,
"value": "generations-1:\nThe text systematically outlines the steps for negotiating a data processing agreement while addressing GDPR Article 28 requirements. However, it doesn\u0027t mention \u0027negotiation strategies\u0027 or the negotiation process per se, which suggests partial compliance but neglects the more nuanced aspects of negotiation.\ngenerations-2:\nText 2 outlines an overview process for creating a data processing agreement and touches on Article 28 compliance. However, it falls slightly short in detailing the negotiation aspects, considering that it largely emphasizes the procedural and documentation aspects, not negotiation strategies or interpersonal negotiation particulars.\ngenerations-3:\nText 3 offers a thorough outline of the steps involved in crafting a data processing agreement compliant with Article 28 of the GDPR. While it includes comprehensive content related to compliance, it doesn\u0027t deeply delve into negotiation dynamics or advice on how to interact with other negotiating parties. It exhibits minor deviations by focusing more on the compliance checklist than the process of negotiation.\n"
},
{
"agent": null,
"question_name": "generations-1-rating",
"score": null,
"type": null,
"value": 3
},
{
"agent": null,
"question_name": "generations-2-rating",
"score": null,
"type": null,
"value": 3
},
{
"agent": null,
"question_name": "generations-3-rating",
"score": null,
"type": null,
"value": 4
}
],
"vectors": {}
}
```
While the same record in HuggingFace `datasets` looks as follows:
```json
{
"external_id": null,
"generations-1": "Negotiating a data processing agreement (DPA) that meets the requirements of Article 28 of the General Data Protection Regulation (GDPR) involves several key steps. Here\u0027s an overview of the process:\n\n1. Identify the relevant parties: Determine who the data controller (the entity that determines the purpose and means of processing personal data) and the data processor (the entity processing personal data on behalf of the controller) are in the specific context of your agreement.\n\n2. Understand obligations: Familiarize yourself with the responsibilities and obligations outlined in Article 28 of the GDPR. This includes ensuring that the processor only processes personal data on documented instructions from the controller, implementing appropriate security measures, and complying with data breach reporting obligations, among other requirements.\n\n3. Assess the scope of services: Clearly define the purpose and scope of data processing in the agreement. Specify what types of personal data will be processed, how it will be processed, and the specific purposes for which it will be processed. It\u0027s important to ensure that the processing activities are in line with the controller\u0027s instructions.\n\n4. Security and confidentiality measures: Define the security measures to be implemented by the processor to protect the personal data. This may include encryption, access controls, regular security audits, and data breach prevention and response procedures. Emphasize the importance of confidentiality obligations and specify the terms for handling and protecting data.\n\n5. Specific instructions: Describe the specific instructions given by the controller to the processor regarding data processing activities. This could include instructions on data deletion, access restrictions, and the transfer of personal data outside the European Economic Area (EEA).\n\n6. Sub-processing arrangements: If the processor relies on sub-processors to carry out data processing activities, outline the conditions under which these sub-processors may be engaged. Ensure that the processor has appropriate contractual agreements with sub-processors to maintain the same level of data protection.\n\n7. Data subject rights and assistance: Clearly define the processor\u0027s obligations in assisting the controller in responding to data subject requests and fulfilling the rights of data subjects, such as right to access, rectification, erasure, and data portability.\n\n8. Audits and compliance: Establish provisions for audits and inspections to verify the processor\u0027s compliance with the agreement and the GDPR. This may include defining the rights of the controller to conduct audits or appointing an independent auditor to assess compliance.\n\n9. Term and termination: Specify the duration of the agreement and conditions for termination or renewal. Consider including provisions that ensure the return or deletion of personal data by the processor once the processing activities are completed.\n\n10. Review and legal advice: Ensure that the DPA is reviewed by legal experts with knowledge of data protection laws to ensure compliance with Article 28 of the GDPR and any other relevant local data protection regulations.\n\nRemember, negotiating a data processing agreement can involve complex legal considerations. It\u0027s advisable to consult legal professionals who specialize in data protection law to ensure compliance with the specific requirements of the GDPR in your jurisdiction.",
"generations-1-rating": [
{
"status": "submitted",
"user_id": "8e15ab4f-84ce-4531-a5e0-4401f900c319",
"value": 3
}
],
"generations-1-rating-suggestion": 3,
"generations-1-rating-suggestion-metadata": {
"agent": null,
"score": null,
"type": null
},
"generations-2": "Negotiating a data processing agreement (DPA) that complies with Article 28 of the General Data Protection Regulation (GDPR) involves several steps. Here is an overview of the process:\n\n1. Determine the roles: Identify the data controller (the entity that determines the purposes and means of processing personal data) and the data processor (the entity processing data on behalf of the controller).\n\n2. Understand the requirements: Familiarize yourself with the specific requirements outlined in Article 28 of the GDPR. Some key provisions include instructions on processing, security measures, sub-processing, data subject rights, and breach notification.\n\n3. Conduct a data protection impact assessment (DPIA): Consider conducting a DPIA to assess and mitigate potential risks associated with the data processing activities. Although not always mandatory, a DPIA helps demonstrate compliance and ensures appropriate safeguards are in place.\n\n4. Identify the necessary clauses: Draft or review a DPA containing the required contractual clauses as prescribed by Article 28. These clauses typically cover topics such as the purposes of processing, data subjects\u0027 rights, security measures, confidentiality, and sub-processing arrangements.\n\n5. Review the controller\u0027s instructions: Ensure that the DPA accurately reflects the instructions provided by the data controller regarding the nature and purpose of the processing, the types of data involved, the duration of processing, and any specific obligations.\n\n6. Assess technical and organizational measures: Evaluate the data processor\u0027s security measures and ensure they align with the GDPR\u0027s requirements for protecting personal data. This includes measures such as data encryption, access controls, regular backups, and employee training.\n\n7. Address sub-processing: If the data processor intends to engage sub-processors, ensure that proper contracts or agreements are in place with these sub-processors, including the same GDPR-compliant provisions as outlined in the DPA.\n\n8. Define data subject rights: Clearly articulate how the data processor will assist the data controller in fulfilling data subject rights, such as the right to access, rectify, restrict processing, and erase personal data.\n\n9. Include data breach notification procedures: Establish clear procedures and timelines for reporting any personal data breaches to the data controller. This should encompass timely communication, assistance with investigations, and cooperation in mitigating the effects of any breaches.\n\n10. Seek legal advice if needed: Given the complexities of GDPR and DPAs, it may be beneficial to involve legal professionals experienced in data protection and privacy laws to review and advise on the DPA.\n\nRemember, negotiation is a collaborative process, and both parties should work together to ensure that the DPA is in compliance with Article 28 of the GDPR.",
"generations-2-rating": [
{
"status": "submitted",
"user_id": "8e15ab4f-84ce-4531-a5e0-4401f900c319",
"value": 3
}
],
"generations-2-rating-suggestion": 3,
"generations-2-rating-suggestion-metadata": {
"agent": null,
"score": null,
"type": null
},
"generations-3": "Negotiating a data processing agreement that meets the requirements of Article 28 of the GDPR involves several steps. Here is a detailed process to guide you:\n\n1. Understand the Requirements: Familiarize yourself with the provisions of Article 28 of the GDPR. This article lays out the obligations that both the data controller and the data processor must fulfill.\n\n2. Identify the Parties: Determine who will act as the data controller and the data processor in the specific data processing arrangement. The data controller is typically the entity that collects and determines the purposes and means of processing personal data, while the data processor is the entity that processes the data on behalf of the controller.\n\n3. Assess Data Processing Activities: Identify and document all the data processing activities that the data processor will undertake on behalf of the data controller. This includes specifying the nature of the data, the purpose of the processing, the categories of data subjects involved, and the duration of the processing.\n\n4. Review Data Security Measures: Evaluate the data security measures in place to ensure they are in line with the GDPR\u0027s requirements. This includes measures such as encryption, access controls, data breach notification procedures, and regular security audits.\n\n5. Define Data Subject Rights: Specify how the data processor will assist the data controller in fulfilling data subject rights under the GDPR. This includes facilitating requests for data access, rectification, erasure, and data portability.\n\n6. Determine Subprocessing Arrangements: If the data processor intends to engage any sub-processors, ensure that proper safeguards are put in place. The agreement must require sub-processors to adhere to the same data protection obligations as the primary data processor.\n\n7. Include Confidentiality Clauses: Ensure that the agreement includes confidentiality obligations on the part of the data processor and any sub-processors involved. This protects the confidentiality and security of the personal data being processed.\n\n8. Specify Compliance Audits: Outline the right of the data controller to conduct audits or inspections to ensure the data processor\u0027s compliance with the GDPR. This may include provisions for providing necessary documentation and allowing on-site inspections.\n\n9. Review Indemnification and Liability: Determine the liability and indemnification provisions for any data breaches or non-compliance with the GDPR. Clearly define the responsibilities, limitations, and financial consequences of such incidents.\n\n10. Execute and Maintain the Agreement: Once the negotiation process is complete, ensure that the data processing agreement is signed by both parties. Keep the agreement up to date, review it periodically, and make any necessary amendments to reflect changes in the data processing activities or legal requirements.\n\nPlease note that while this information provides a general process for negotiating a data processing agreement, it is strongly advised to consult with legal professionals who specialize in data protection and the GDPR to ensure compliance with all relevant regulations.",
"generations-3-rating": [
{
"status": "submitted",
"user_id": "8e15ab4f-84ce-4531-a5e0-4401f900c319",
"value": 4
}
],
"generations-3-rating-suggestion": 4,
"generations-3-rating-suggestion-metadata": {
"agent": null,
"score": null,
"type": null
},
"input": "Detail the process of negotiating a data processing agreement that meets the requirements of Article 28 of the GDPR.",
"metadata": "{\"length-input\": 116, \"length-generations-1\": 3466, \"length-generations-2\": 2909, \"length-generations-3\": 3178, \"rating-generations-1\": 3.0, \"rating-generations-2\": 3.0, \"rating-generations-3\": 4.0, \"distance-best-rating\": 1.0}",
"rating-rationale": [
{
"status": "submitted",
"user_id": "8e15ab4f-84ce-4531-a5e0-4401f900c319",
"value": "generations-1:\nThe text systematically outlines the steps for negotiating a data processing agreement while addressing GDPR Article 28 requirements. However, it doesn\u0027t mention \u0027negotiation strategies\u0027 or the negotiation process per se, which suggests partial compliance but neglects the more nuanced aspects of negotiation.\ngenerations-2:\nText 2 outlines an overview process for creating a data processing agreement and touches on Article 28 compliance. However, it falls slightly short in detailing the negotiation aspects, considering that it largely emphasizes the procedural and documentation aspects, not negotiation strategies or interpersonal negotiation particulars.\ngenerations-3:\nText 3 offers a thorough outline of the steps involved in crafting a data processing agreement compliant with Article 28 of the GDPR. While it includes comprehensive content related to compliance, it doesn\u0027t deeply delve into negotiation dynamics or advice on how to interact with other negotiating parties. It exhibits minor deviations by focusing more on the compliance checklist than the process of negotiation.\n"
}
],
"rating-rationale-suggestion": "generations-1:\nThe text systematically outlines the steps for negotiating a data processing agreement while addressing GDPR Article 28 requirements. However, it doesn\u0027t mention \u0027negotiation strategies\u0027 or the negotiation process per se, which suggests partial compliance but neglects the more nuanced aspects of negotiation.\ngenerations-2:\nText 2 outlines an overview process for creating a data processing agreement and touches on Article 28 compliance. However, it falls slightly short in detailing the negotiation aspects, considering that it largely emphasizes the procedural and documentation aspects, not negotiation strategies or interpersonal negotiation particulars.\ngenerations-3:\nText 3 offers a thorough outline of the steps involved in crafting a data processing agreement compliant with Article 28 of the GDPR. While it includes comprehensive content related to compliance, it doesn\u0027t deeply delve into negotiation dynamics or advice on how to interact with other negotiating parties. It exhibits minor deviations by focusing more on the compliance checklist than the process of negotiation.\n",
"rating-rationale-suggestion-metadata": {
"agent": null,
"score": null,
"type": null
}
}
```
### Data Fields
Among the dataset fields, we differentiate between the following:
* **Fields:** These are the dataset records themselves, for the moment just text fields are supported. These are the ones that will be used to provide responses to the questions.
* **input** is of type `text`.
* **generations-1** is of type `text`.
* **generations-2** is of type `text`.
* **generations-3** is of type `text`.
* **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
* **generations-1-rating** is of type `rating` with the following allowed values [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].
* **generations-2-rating** is of type `rating` with the following allowed values [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].
* **generations-3-rating** is of type `rating` with the following allowed values [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].
* **rating-rationale** is of type `text`.
* **Suggestions:** As of Argilla 1.13.0, the suggestions have been included to provide the annotators with suggestions to ease or assist during the annotation process. Suggestions are linked to the existing questions, are always optional, and contain not just the suggestion itself, but also the metadata linked to it, if applicable.
* (optional) **generations-1-rating-suggestion** is of type `rating` with the following allowed values [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].
* (optional) **generations-2-rating-suggestion** is of type `rating` with the following allowed values [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].
* (optional) **generations-3-rating-suggestion** is of type `rating` with the following allowed values [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].
* (optional) **rating-rationale-suggestion** is of type `text`.
Additionally, we also have two more fields that are optional and are the following:
* **metadata:** This is an optional field that can be used to provide additional information about the dataset record. This can be useful to provide additional context to the annotators, or to provide additional information about the dataset record itself. For example, you can use this to provide a link to the original source of the dataset record, or to provide additional information about the dataset record itself, such as the author, the date, or the source. The metadata is always optional, and can be potentially linked to the `metadata_properties` defined in the dataset configuration file in `argilla.yaml`.
* **external_id:** This is an optional field that can be used to provide an external ID for the dataset record. This can be useful if you want to link the dataset record to an external resource, such as a database or a file.
### Data Splits
The dataset contains a single split, which is `train`.
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation guidelines
[More Information Needed]
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.9306303858757019,
-0.8477263450622559,
0.3405843675136566,
0.33270591497421265,
-0.2585993707180023,
-0.4124440848827362,
0.11243770271539688,
-0.5165483951568604,
0.5591198801994324,
0.8125214576721191,
-0.8566851615905762,
-0.7318159341812134,
-0.6712557673454285,
0.26010921597480774,
-0.2002723515033722,
1.366654634475708,
-0.05560992658138275,
-0.2874707579612732,
-0.19986380636692047,
-0.2835875153541565,
-0.6862947344779968,
-0.5976357460021973,
-0.6439744234085083,
-0.08260855823755264,
0.5227234363555908,
0.5978080034255981,
0.5687474012374878,
0.8340006470680237,
0.6509185433387756,
0.22137579321861267,
-0.37732142210006714,
0.31174424290657043,
-0.09051873534917831,
0.09819743037223816,
-0.13416849076747894,
-0.54576575756073,
-0.6802726984024048,
0.11539864540100098,
0.41370537877082825,
0.5896919369697571,
-0.10715426504611969,
0.6593118906021118,
0.02841089852154255,
0.7440971732139587,
-0.4906180799007416,
0.5161765217781067,
-0.4344967007637024,
0.22419340908527374,
-0.16434289515018463,
-0.44872626662254333,
-0.24901579320430756,
-0.3877142667770386,
-0.03695536032319069,
-0.5606014728546143,
0.14299945533275604,
0.17884114384651184,
0.8036328554153442,
0.33796918392181396,
-0.34995463490486145,
-0.46322503685951233,
-0.582899808883667,
0.40133851766586304,
-0.7370122075080872,
-0.03707417845726013,
0.8618547320365906,
0.29351571202278137,
-0.2503734230995178,
-0.610613226890564,
-0.8013307452201843,
0.1572616696357727,
-0.4780530631542206,
0.1246221661567688,
-0.12404299527406693,
-0.20769785344600677,
0.5285597443580627,
0.5628661513328552,
-0.458911269903183,
-0.15284638106822968,
-0.6696792244911194,
0.16736267507076263,
0.8696072697639465,
0.3674715757369995,
0.032968830317258835,
-0.4783805310726166,
-0.42642757296562195,
-0.2898048460483551,
-0.25806841254234314,
0.2915801703929901,
0.522121250629425,
0.5404031872749329,
-0.2529200315475464,
0.5726256966590881,
-0.41755369305610657,
0.6421974897384644,
0.2603493332862854,
-0.06306198239326477,
0.540132999420166,
-0.41284215450286865,
-0.30727750062942505,
0.06407766789197922,
0.9322504997253418,
0.571256160736084,
-0.25385624170303345,
0.09200689196586609,
-0.0688261091709137,
-0.1935720145702362,
0.21246255934238434,
-0.5807403922080994,
-0.282856822013855,
0.800535261631012,
-0.4866519868373871,
-0.5672052502632141,
0.18439626693725586,
-1.1953692436218262,
-0.291211873292923,
-0.12092617154121399,
0.33857446908950806,
-0.06290335208177567,
-0.19335722923278809,
-0.18357737362384796,
-0.0805143415927887,
0.1055050939321518,
-0.053539492189884186,
-1.1415537595748901,
0.7314211130142212,
0.4391477704048157,
0.646645188331604,
0.00253856647759676,
-0.4193304479122162,
-0.4195996820926666,
0.05017993971705437,
-0.15989047288894653,
0.8136942982673645,
-0.4153617322444916,
-0.4526676833629608,
-0.03393338993191719,
0.4558482766151428,
-0.026136333122849464,
-0.5859334468841553,
0.5716089010238647,
-0.3623788356781006,
0.47676822543144226,
-0.46221935749053955,
-0.4054655432701111,
-0.5936487913131714,
0.3262474536895752,
-0.8958876132965088,
1.1245235204696655,
0.13254491984844208,
-0.7600349187850952,
0.49682745337486267,
-1.042534351348877,
-0.3343261182308197,
0.0953293889760971,
0.08635377138853073,
-0.6046199202537537,
-0.37392279505729675,
0.3315810561180115,
0.6951636672019958,
-0.19223472476005554,
0.3162105977535248,
-0.07867798209190369,
-0.15697550773620605,
0.11723380535840988,
-0.20546475052833557,
1.2170499563217163,
0.1995847374200821,
-0.4107641577720642,
-0.025739600881934166,
-1.009827733039856,
-0.0596039816737175,
0.15529726445674896,
-0.3751033544540405,
0.13296397030353546,
-0.1979929804801941,
0.08064630627632141,
0.10498978197574615,
0.2078385204076767,
-0.27430814504623413,
0.4518621265888214,
0.028189823031425476,
0.4999315142631531,
0.6432597637176514,
0.5436350703239441,
0.20315876603126526,
-0.6352517008781433,
0.5120775699615479,
0.3896077871322632,
0.5215744972229004,
-0.029806505888700485,
-0.8395644426345825,
-0.8840324282646179,
0.05870351195335388,
0.33449143171310425,
0.6377657651901245,
-0.4510507881641388,
0.9119314551353455,
-0.0013092654990032315,
-0.6775328516960144,
-0.7190697193145752,
0.24376171827316284,
0.1357676237821579,
0.6721944808959961,
0.6882531642913818,
-0.3141334652900696,
-0.5887549519538879,
-0.8967927694320679,
0.5255042910575867,
-0.401162326335907,
0.40641435980796814,
0.5852562785148621,
0.690129816532135,
-0.23133637011051178,
0.8970555067062378,
-0.769712507724762,
-0.6589955687522888,
-0.05466228350996971,
0.05463612452149391,
0.5708245635032654,
0.5800533294677734,
0.6486511826515198,
-1.1943707466125488,
-0.1961515247821808,
-0.31967297196388245,
-0.6875063180923462,
-0.03917606174945831,
-0.025033164769411087,
-0.26012781262397766,
0.15230698883533478,
0.05733749270439148,
-0.6141151785850525,
0.5813920497894287,
0.6232815384864807,
-0.5234266519546509,
0.4454527795314789,
-0.2478654384613037,
0.39055466651916504,
-1.421639323234558,
0.28706368803977966,
-0.1349983662366867,
0.08407608419656754,
-0.5786122679710388,
-0.04559630528092384,
-0.2735138237476349,
0.0016569494036957622,
-0.446630597114563,
0.384985089302063,
-0.15324874222278595,
0.13732220232486725,
0.060124583542346954,
-0.002971901325508952,
0.24817131459712982,
0.6661409139633179,
-0.01837502233684063,
0.6771304607391357,
0.5740770101547241,
-0.8741060495376587,
0.6713927388191223,
0.6525052785873413,
-0.26763486862182617,
0.5942874550819397,
-0.46779578924179077,
0.01833968237042427,
-0.16412316262722015,
0.307714581489563,
-1.0003987550735474,
-0.30942949652671814,
0.8462458848953247,
-0.5457639694213867,
0.001984590897336602,
-0.23492538928985596,
-0.47966670989990234,
-0.4583699405193329,
-0.07545683532953262,
0.1916421502828598,
0.43995916843414307,
-0.594038724899292,
0.6072946190834045,
0.4352082312107086,
-0.13535133004188538,
-0.48265373706817627,
-0.7818329930305481,
0.03176664933562279,
-0.49839502573013306,
-0.37675940990448,
0.2240510880947113,
-0.3725582957267761,
-0.20985014736652374,
0.20577198266983032,
0.4325233995914459,
-0.37922486662864685,
0.1389218419790268,
0.46428295969963074,
0.2806359827518463,
0.010484897531569004,
0.12314393371343613,
0.03880729153752327,
-0.21568335592746735,
0.05260113626718521,
0.0005557413096539676,
0.6125468611717224,
-0.0015660336939617991,
-0.167894184589386,
-0.4980076551437378,
0.38035452365875244,
0.44564568996429443,
-0.365093857049942,
0.869800329208374,
0.5516839027404785,
-0.43494337797164917,
0.1234140694141388,
-0.6547373533248901,
-0.05394270271062851,
-0.41917845606803894,
-0.003419328946620226,
-0.31720471382141113,
-0.39802467823028564,
0.8935279846191406,
0.3939487934112549,
0.21442580223083496,
0.9439396858215332,
0.5855751037597656,
-0.1336618810892105,
0.8421419858932495,
0.5425649285316467,
0.09882758557796478,
0.35535863041877747,
-0.640618085861206,
-0.04352429509162903,
-1.1030915975570679,
-0.7203055024147034,
-0.5334643125534058,
-0.5091763138771057,
-0.698625385761261,
-0.07628320157527924,
-0.1096963882446289,
0.06889555603265762,
-0.11824393272399902,
0.5956917405128479,
-0.9003648161888123,
0.23000852763652802,
0.738548219203949,
0.12559464573860168,
0.2693769633769989,
-0.2369038164615631,
0.183136448264122,
0.319540411233902,
-0.6486354470252991,
-0.610926628112793,
0.8980513215065002,
0.31455233693122864,
0.22916604578495026,
0.11926207691431046,
0.9288927912712097,
0.37377363443374634,
0.1858396828174591,
-0.6419954299926758,
0.514020562171936,
-0.11220085620880127,
-0.864191472530365,
-0.12877380847930908,
-0.4081335961818695,
-0.9504114985466003,
-0.02614276483654976,
-0.48784899711608887,
-0.7711280584335327,
0.6899462342262268,
0.08498785644769669,
-0.5557512640953064,
0.4024480879306793,
-0.7050837874412537,
0.7835493683815002,
-0.13096272945404053,
-0.17072580754756927,
0.37846797704696655,
-0.6698145270347595,
0.17717747390270233,
0.044695448130369186,
0.2760268747806549,
-0.1834067851305008,
0.09097528457641602,
1.111962080001831,
-0.5765936970710754,
0.9274405837059021,
-0.44152605533599854,
0.16063642501831055,
0.5502404570579529,
-0.17705819010734558,
0.2601720094680786,
0.3057440221309662,
-0.06736806035041809,
0.15319548547267914,
0.4006507992744446,
-0.3408639132976532,
-0.632882297039032,
0.6514061689376831,
-0.7522275447845459,
-0.5529338717460632,
-0.5106634497642517,
-0.5110496282577515,
-0.009496871381998062,
0.1877564787864685,
0.15357573330402374,
0.22872203588485718,
0.192346453666687,
0.1834089159965515,
0.5862557291984558,
0.006617122795432806,
0.19789431989192963,
0.40801694989204407,
-0.30170899629592896,
-0.6335172653198242,
0.5934858918190002,
0.3994823098182678,
0.008537167683243752,
0.2076931595802307,
0.12224707007408142,
-0.3988818824291229,
-0.5425977110862732,
-0.5061575174331665,
-0.03177613392472267,
-0.7889180779457092,
-0.3375542461872101,
-0.7670044898986816,
-0.1544240266084671,
-0.45715731382369995,
0.13116906583309174,
0.06831911951303482,
-0.3748306334018707,
-0.48720771074295044,
-0.4059668183326721,
0.9674660563468933,
0.7864198088645935,
-0.16117747128009796,
0.4339594542980194,
-0.5959691405296326,
0.2978591024875641,
0.34909000992774963,
0.4478035867214203,
-0.06706671416759491,
-0.4740602970123291,
0.055989962071180344,
0.23508220911026,
-0.18306753039360046,
-0.5784563422203064,
0.21094536781311035,
-0.05214966461062431,
0.41352471709251404,
0.31431299448013306,
0.08839679509401321,
0.9079124927520752,
-0.3111039102077484,
1.0519888401031494,
-0.11904056370258331,
-0.501885712146759,
0.8215711712837219,
-0.11837377399206161,
-0.04492868855595589,
1.108216643333435,
0.5279590487480164,
-0.44709739089012146,
-0.091732457280159,
-1.0781561136245728,
-0.9416869878768921,
0.5874896049499512,
0.23783297836780548,
0.16034922003746033,
-0.21783380210399628,
0.6392448544502258,
0.18283943831920624,
0.2206137329339981,
-0.6377883553504944,
-0.5950744152069092,
-0.011333681643009186,
-0.0821211040019989,
-0.1216600239276886,
-0.1607373207807541,
-0.4430169463157654,
-0.3428317606449127,
0.8406009674072266,
0.20084595680236816,
0.1378852128982544,
0.2128373235464096,
0.39074113965034485,
-0.05142100155353546,
0.18698923289775848,
0.5014404058456421,
0.6875903606414795,
-0.4626756012439728,
0.0029433632735162973,
0.33070093393325806,
-0.612410306930542,
0.19722814857959747,
0.2586071789264679,
-0.3982725143432617,
-0.10086514800786972,
0.33578044176101685,
0.8743265867233276,
-0.16503219306468964,
-0.1971508264541626,
0.18419305980205536,
-0.2884175181388855,
-0.2928999960422516,
-0.4942163825035095,
0.13310439884662628,
-0.08270582556724548,
0.2798469364643097,
0.3080548644065857,
0.12799355387687683,
0.08238120377063751,
-0.7343015074729919,
0.3103143274784088,
-0.06176970526576042,
-0.46103227138519287,
0.03332239016890526,
0.6501034498214722,
-0.01987765170633793,
-0.6159454584121704,
0.5424790978431702,
-0.0649416446685791,
-0.25455427169799805,
0.7557737231254578,
0.4031243920326233,
0.6674018502235413,
0.005337922368198633,
0.23977376520633698,
0.3275560438632965,
0.2681453824043274,
-0.032015517354011536,
0.5042776465415955,
-0.05501844733953476,
-0.5026071071624756,
0.18981027603149414,
-0.7991377115249634,
-0.40529748797416687,
0.24590688943862915,
-1.0599339008331299,
0.20721016824245453,
-0.8444991111755371,
-0.4132118225097656,
0.14683875441551208,
0.37185314297676086,
-0.7490107417106628,
0.5662412643432617,
-0.19349166750907898,
0.986961305141449,
-1.0279767513275146,
0.33203181624412537,
0.7323266863822937,
-1.094077467918396,
-0.9681392908096313,
-0.256185382604599,
-0.1200951561331749,
-0.7048037648200989,
0.48200321197509766,
0.13118788599967957,
0.22994498908519745,
-0.11984333395957947,
-0.5563579201698303,
-0.5966387391090393,
1.4775599241256714,
-0.09575068205595016,
-0.2264537662267685,
0.20821623504161835,
0.19005155563354492,
0.5618178248405457,
-0.6028600335121155,
0.28152844309806824,
0.6611145734786987,
0.6028410196304321,
0.2969357967376709,
-0.5534471869468689,
0.16256707906723022,
-0.49587100744247437,
-0.1980282962322235,
0.00539029948413372,
-0.8232908248901367,
0.8106865882873535,
-0.00453542172908783,
0.01237876620143652,
0.05082617327570915,
0.5327742099761963,
0.29360559582710266,
0.22936926782131195,
0.5069475173950195,
0.6736111044883728,
0.9512396454811096,
-0.27391213178634644,
1.116766095161438,
-0.35648050904273987,
0.3839183449745178,
1.0678218603134155,
-0.03643353283405304,
0.9767102003097534,
0.5341067910194397,
-0.30841174721717834,
0.4413906931877136,
0.9761218428611755,
-0.4750403165817261,
0.380346417427063,
-0.07719192653894424,
-0.14112038910388947,
0.10948643833398819,
-0.4057333767414093,
-0.5238937139511108,
0.395923376083374,
0.11900724470615387,
-0.5947359800338745,
0.18406033515930176,
-0.12351083755493164,
0.14717406034469604,
-0.14110314846038818,
-0.3113604187965393,
0.9944179654121399,
-0.09947025030851364,
-0.6134810447692871,
0.49841389060020447,
-0.20865283906459808,
0.5298759341239929,
-0.5915473103523254,
-0.2775866389274597,
-0.2088758498430252,
-0.00043997197644785047,
-0.6786613464355469,
-1.096146583557129,
0.35741737484931946,
-0.018321871757507324,
-0.5940736532211304,
0.07732141762971878,
0.23843060433864594,
-0.43346530199050903,
-0.834602952003479,
0.1902233362197876,
0.12998567521572113,
0.3499959409236908,
0.32440680265426636,
-0.692374587059021,
0.15965044498443604,
-0.050021108239889145,
-0.19590552151203156,
0.15212036669254303,
0.3652975559234619,
0.18851648271083832,
0.6844756603240967,
0.7135787606239319,
0.37667229771614075,
-0.05711865425109863,
-0.02501785196363926,
1.013840675354004,
-0.6673319935798645,
-0.3628517985343933,
-0.7145326137542725,
0.6137592792510986,
-0.12685628235340118,
-0.5776373147964478,
0.585839569568634,
0.6144598722457886,
0.844504714012146,
0.09475723654031754,
0.7080702781677246,
-0.40320563316345215,
0.49105706810951233,
-0.6492550373077393,
0.9119447469711304,
-0.4040129482746124,
0.13892044126987457,
-0.18394139409065247,
-1.1808521747589111,
-0.3156518340110779,
0.6873162984848022,
-0.4401817321777344,
0.1658654361963272,
0.4229516386985779,
0.7622871994972229,
0.12028604745864868,
0.17137062549591064,
-0.08763142675161362,
0.32995283603668213,
0.27642008662223816,
0.41154980659484863,
0.321816623210907,
-0.8425924181938171,
0.4951498508453369,
-0.7600582242012024,
-0.41892939805984497,
0.08324198424816132,
-0.7660099267959595,
-0.8375672101974487,
-0.8561716079711914,
-0.35800158977508545,
-0.28060537576675415,
-0.07726886123418808,
0.8708792328834534,
0.619636595249176,
-1.1341747045516968,
-0.16231748461723328,
0.2637280225753784,
-0.10830731689929962,
-0.30629655718803406,
-0.3118313252925873,
0.5969480276107788,
-0.009124789386987686,
-0.6263840794563293,
0.012711104936897755,
0.060347408056259155,
0.16860269010066986,
-0.28241002559661865,
0.1478022336959839,
-0.6233800649642944,
-0.15479764342308044,
0.4738423526287079,
0.265026718378067,
-0.5158313512802124,
-0.42243996262550354,
-0.2977340519428253,
0.2814040780067444,
0.25609612464904785,
0.1673194169998169,
-0.6550325155258179,
0.3899589478969574,
0.3691357970237732,
0.29204386472702026,
0.4487767219543457,
0.2589038014411926,
0.09626005589962006,
-0.44287198781967163,
0.1691621094942093,
0.1646459400653839,
0.4207347631454468,
0.2457515448331833,
-0.7573035955429077,
0.5700268149375916,
-0.016010021790862083,
-0.5653467178344727,
-0.7593572735786438,
-0.05714796110987663,
-1.100009560585022,
0.2259771078824997,
1.0161832571029663,
-0.11504407227039337,
-0.3979519009590149,
-0.15948711335659027,
-0.42608383297920227,
0.08402799069881439,
-0.43647947907447815,
0.8982762098312378,
0.8836409449577332,
-0.3708694577217102,
-0.09388896077871323,
-0.6301484107971191,
0.5137997269630432,
0.11641063541173935,
-1.0138825178146362,
0.10184719413518906,
0.0913873091340065,
0.25912609696388245,
0.4876256585121155,
0.6679955720901489,
-0.22735053300857544,
0.06924863904714584,
-0.03191450238227844,
-0.141221821308136,
-0.30269622802734375,
-0.33069494366645813,
-0.2321883738040924,
0.1288430243730545,
-0.00808834470808506,
-0.19030983746051788
]
|
FreedomIntelligence/HuatuoGPT2_sft_instruct_GPT4_50K | FreedomIntelligence | 2023-12-04T11:39:54Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T03:41:42Z | ---
license: apache-2.0
---
This dataset represents the supervised fine-tuning instructions for HuatuoGPT2, with all responses generated by GPT-4. We have made 50,000 entries of this dataset publicly available.
- **Repository:** https://github.com/FreedomIntelligence/HuatuoGPT-II | [
-0.4875735342502594,
-0.4465774595737457,
0.46348270773887634,
-0.08698371797800064,
-0.3379078209400177,
-0.2395983636379242,
-0.10175437480211258,
-0.2759757339954376,
-0.1997317671775818,
0.6870367527008057,
-0.6325749158859253,
-0.43430382013320923,
-0.42240428924560547,
0.0464269258081913,
-0.22534075379371643,
1.5512300729751587,
0.16611503064632416,
0.17303338646888733,
0.32811564207077026,
-0.17021965980529785,
-0.35242173075675964,
-0.34502825140953064,
-0.38766205310821533,
-0.271371990442276,
0.5160064697265625,
1.0196559429168701,
0.5164009928703308,
0.7914626598358154,
0.6183357834815979,
0.13537713885307312,
0.2804955542087555,
-0.15674293041229248,
-0.7007010579109192,
-0.3312230408191681,
-0.2887114882469177,
-0.2745981812477112,
-0.5406560897827148,
0.0760243758559227,
0.8066551089286804,
0.06855650246143341,
-0.17071661353111267,
0.7018033266067505,
0.38063639402389526,
0.7111777663230896,
-0.32924360036849976,
0.33131247758865356,
-0.4702461063861847,
-0.10415291786193848,
-0.6496725082397461,
-0.1836027204990387,
-0.1523369997739792,
-0.6976510882377625,
0.23570573329925537,
-0.9602951407432556,
0.6257365942001343,
0.02538875862956047,
0.76579749584198,
0.5579681396484375,
-0.6212360262870789,
-0.0963759571313858,
-0.3644733726978302,
0.6834518909454346,
-0.40799790620803833,
0.131856769323349,
0.5817813873291016,
0.597514271736145,
-0.34612151980400085,
-0.9243450164794922,
-0.0596257746219635,
0.19472047686576843,
0.05187702178955078,
0.30130234360694885,
0.1831495761871338,
0.3361499011516571,
0.4739111363887787,
0.6731501221656799,
-0.7830134034156799,
-0.021621303632855415,
-0.5788294672966003,
-0.521974503993988,
0.5512551069259644,
0.12744846940040588,
-0.16961489617824554,
-0.08077932894229889,
-0.07898622006177902,
-0.05989662930369377,
-0.6138980388641357,
-0.1393451988697052,
0.4046960771083832,
0.044175442308187485,
-0.3887549936771393,
0.9221896529197693,
-0.6861395239830017,
0.6713717579841614,
0.08651470392942429,
0.4582482576370239,
0.2428267002105713,
-0.634989857673645,
-0.5201987624168396,
0.17324157059192657,
0.6652889251708984,
0.5173224806785583,
0.3876239061355591,
0.03326506167650223,
0.05906008183956146,
-0.43456995487213135,
0.40494000911712646,
-0.915559709072113,
-0.7288537621498108,
0.4200785458087921,
-0.22774682939052582,
-0.44152534008026123,
0.35352203249931335,
-0.9730446934700012,
-0.3933742940425873,
-0.33547359704971313,
0.26456713676452637,
-0.3655071258544922,
-0.01635209284722805,
0.04185723140835762,
-0.38385021686553955,
0.6651074290275574,
0.14792244136333466,
-1.0219740867614746,
0.3593106269836426,
0.8810264468193054,
0.6768848299980164,
0.0958288386464119,
-0.22930459678173065,
-0.7919877767562866,
0.12435946613550186,
-0.22815895080566406,
0.7102894186973572,
0.00769550958648324,
-0.33428263664245605,
-0.13278311491012573,
0.3923324942588806,
0.29821959137916565,
-0.52134770154953,
0.7622784376144409,
-0.3928588330745697,
0.29560649394989014,
-0.7207587957382202,
-0.4932444393634796,
-0.37893515825271606,
0.044307198375463486,
-0.8781483173370361,
1.1174068450927734,
0.38705554604530334,
-0.7861260175704956,
0.26203033328056335,
-0.8245835900306702,
-0.08860573172569275,
0.29062971472740173,
-0.008276121690869331,
-0.7820035815238953,
-0.07802755385637283,
0.2734161615371704,
0.18403826653957367,
-0.49209555983543396,
0.4812045693397522,
-0.2599581182003021,
-0.38233304023742676,
-0.20120099186897278,
-0.04152817279100418,
0.9924708604812622,
0.2707599103450775,
-0.6627419590950012,
0.3582659959793091,
-0.8005480170249939,
0.3420216143131256,
0.19158613681793213,
-0.5876384377479553,
0.15018941462039948,
-0.3642803728580475,
0.060854896903038025,
-0.15140904486179352,
0.3729480803012848,
-0.5184030532836914,
0.3777763247489929,
-0.1968356817960739,
0.5894445776939392,
1.0419588088989258,
0.18480876088142395,
0.15119877457618713,
-0.2328743189573288,
0.381507933139801,
-0.045134659856557846,
0.43124422430992126,
0.27866050601005554,
-0.9147682785987854,
-0.4866284132003784,
0.042091354727745056,
0.4082433581352234,
0.5177105069160461,
-0.5312333703041077,
0.3390980660915375,
-0.09818992018699646,
-0.48446086049079895,
-0.3480975329875946,
-0.07371246069669724,
0.46898511052131653,
0.5630687475204468,
0.4507259428501129,
0.113633893430233,
-0.4828042984008789,
-1.2480676174163818,
-0.15042446553707123,
0.11240623146295547,
-0.5349145531654358,
0.34025898575782776,
0.7464874386787415,
-0.27803993225097656,
0.6824591159820557,
-0.5613139867782593,
-0.13282719254493713,
0.434019535779953,
0.19892418384552002,
-0.007111158221960068,
0.5857475996017456,
0.6354812979698181,
-0.5014474391937256,
-0.10675501823425293,
0.09406845271587372,
-0.6342978477478027,
-0.1588553637266159,
0.3205786645412445,
-0.5515475869178772,
-0.19204966723918915,
0.037702713161706924,
-0.20639047026634216,
0.35467788577079773,
0.7394744157791138,
-0.35133227705955505,
0.5640888214111328,
-0.16705355048179626,
0.28646835684776306,
-1.3886016607284546,
0.06980839371681213,
-0.18373382091522217,
-0.3351999819278717,
-0.3079347312450409,
0.0861314907670021,
0.2920917868614197,
-0.08885151147842407,
-0.3898434638977051,
0.27772057056427,
-0.29350394010543823,
-0.2698822319507599,
0.09401266276836395,
-0.15374240279197693,
-0.26579082012176514,
0.4090907573699951,
-0.16745778918266296,
0.8974218964576721,
0.735245406627655,
-0.33180397748947144,
0.8466613292694092,
0.4734724760055542,
-0.3139144778251648,
0.19762876629829407,
-0.9652288556098938,
0.447592556476593,
0.050198979675769806,
0.1854221522808075,
-0.7971883416175842,
-1.1093956232070923,
0.5815479159355164,
-0.3160650134086609,
-0.1043306291103363,
-0.3533056080341339,
-0.31683361530303955,
-0.34887388348579407,
-0.647474467754364,
0.5632269382476807,
0.43660321831703186,
-0.60004723072052,
0.20066329836845398,
0.4081423580646515,
-0.21166963875293732,
-0.4282339811325073,
-0.575079083442688,
-0.2003490924835205,
-0.10168944299221039,
-0.010130349546670914,
0.018875043839216232,
-0.041795771569013596,
0.046353779733181,
-0.14022411406040192,
0.1049664318561554,
-0.12109753489494324,
-0.2820505201816559,
0.5516917109489441,
-0.04443754255771637,
-0.11407370120286942,
0.1308910846710205,
0.09731903672218323,
-0.12296929210424423,
0.04023425653576851,
-0.5221958160400391,
0.6232627034187317,
-0.4359673857688904,
-0.26570481061935425,
-0.7180279493331909,
0.06813468039035797,
0.432711660861969,
-0.12888038158416748,
0.003679183078929782,
0.8120571970939636,
-0.4114406108856201,
0.1831299215555191,
-0.20128189027309418,
-0.299485445022583,
-0.514398992061615,
0.26739200949668884,
-0.4163969159126282,
-0.8287427425384521,
0.4768710732460022,
0.0681515783071518,
0.09930145740509033,
0.6386528611183167,
0.8685038685798645,
0.1502234786748886,
0.7956686615943909,
0.2592622637748718,
-0.20698976516723633,
0.33337369561195374,
-0.3161051869392395,
-0.26109281182289124,
-0.897659182548523,
-0.341288298368454,
-0.5368491411209106,
-0.16568249464035034,
-1.1660441160202026,
-0.2152710258960724,
0.11461246013641357,
0.06449902057647705,
-0.771579921245575,
0.4321315884590149,
-1.1006163358688354,
0.5073174834251404,
1.3218971490859985,
0.40909141302108765,
0.1054738238453865,
-0.1295345425605774,
0.13301803171634674,
0.26319271326065063,
-0.43173497915267944,
-0.3236507475376129,
1.5207771062850952,
0.30867287516593933,
0.48818549513816833,
0.03327835351228714,
0.6255159378051758,
0.2693401873111725,
0.06975798308849335,
-0.8620250821113586,
0.45521068572998047,
0.15797516703605652,
-0.794920027256012,
-0.5357385873794556,
-0.39944592118263245,
-0.9660699367523193,
-0.5368075370788574,
0.13733525574207306,
-0.45786091685295105,
-0.04357859864830971,
0.3610171973705292,
-0.40831977128982544,
0.012088170275092125,
-0.7132147550582886,
0.8582501411437988,
-0.05864618346095085,
-0.012622491456568241,
-0.077801913022995,
-0.860119104385376,
0.3623688519001007,
-0.40575844049453735,
-0.3402758836746216,
-0.0912010446190834,
0.2745293080806732,
1.0588741302490234,
-0.5534237623214722,
0.41396018862724304,
-0.383243590593338,
-0.0659179538488388,
0.49196475744247437,
-0.3027918338775635,
0.3956003785133362,
0.5655264854431152,
0.015588431619107723,
0.4316064417362213,
0.1336735188961029,
-0.7190402150154114,
0.07744521647691727,
0.5885196924209595,
-0.8214734792709351,
-0.27062568068504333,
-0.40455999970436096,
-0.6920125484466553,
0.031097525730729103,
0.4180157482624054,
0.7683998942375183,
0.6326116919517517,
0.0004644629079848528,
0.4565453827381134,
0.47846856713294983,
-0.21358242630958557,
0.10248012095689774,
0.3400908410549164,
0.0358985960483551,
-0.6481021046638489,
0.7014189958572388,
0.09174348413944244,
-0.06387551873922348,
0.030142709612846375,
0.3661685585975647,
-0.476874977350235,
-0.5968166589736938,
-0.4407811164855957,
0.1667083501815796,
-0.4515060782432556,
-0.37215089797973633,
-0.1343197375535965,
-0.16971921920776367,
-0.5576989054679871,
0.14435292780399323,
-0.20326553285121918,
-0.4388115406036377,
-0.2382163405418396,
-0.2659144401550293,
0.7775346040725708,
0.8562395572662354,
-0.2234322726726532,
0.559816300868988,
-0.731762170791626,
0.787559449672699,
0.6132373809814453,
0.8101989030838013,
-0.767302930355072,
-0.4506998062133789,
-0.27075809240341187,
0.5913301706314087,
-0.33125853538513184,
-0.7325873374938965,
-0.09595613926649094,
0.27494293451309204,
0.405383825302124,
0.41967126727104187,
0.018339483067393303,
0.6080287098884583,
-0.393605500459671,
1.0239466428756714,
-0.32856544852256775,
-0.8085070848464966,
0.9501404166221619,
-0.8033266663551331,
0.4532109797000885,
0.5519629716873169,
0.30836692452430725,
0.0737924799323082,
-0.41636955738067627,
-0.6075618863105774,
-0.4034970998764038,
0.9526194334030151,
0.48605626821517944,
-0.298616498708725,
0.2685256004333496,
0.6905160546302795,
0.0900970846414566,
0.08249254524707794,
-0.3787342607975006,
0.0018100978340953588,
-0.5659416913986206,
-0.2863018810749054,
-0.04104388505220413,
-0.2533482313156128,
-0.5530048608779907,
-0.45405814051628113,
0.7399965524673462,
-0.32404500246047974,
0.49113738536834717,
-0.08678008615970612,
0.12382246553897858,
-0.041038628667593,
-0.02902143821120262,
0.667434573173523,
0.41493842005729675,
-0.3835475742816925,
-0.06690189987421036,
0.0754796713590622,
-1.0563668012619019,
-0.09331316500902176,
0.30816254019737244,
-0.1344478577375412,
-0.2442999631166458,
0.22195498645305634,
0.5448776483535767,
-0.1764521300792694,
-0.44388270378112793,
0.2755222022533417,
-0.009606319479644299,
-0.6114685535430908,
-0.21743972599506378,
0.18995164334774017,
-0.14600573480129242,
0.4037017226219177,
0.2952650785446167,
-0.26026901602745056,
0.6071223020553589,
-0.2785346210002899,
0.6521061658859253,
0.16724254190921783,
-0.35308006405830383,
-0.4616887867450714,
1.1874545812606812,
0.022110428661108017,
-0.12800952792167664,
1.0754640102386475,
-0.20596015453338623,
-0.3864043056964874,
0.6860175132751465,
0.20774352550506592,
0.8162623643875122,
-0.32997050881385803,
0.4212384819984436,
0.6381798982620239,
0.010068640112876892,
-0.1824796348810196,
0.6108037233352661,
-0.08636412769556046,
-0.5634926557540894,
-0.27688315510749817,
-0.5963525176048279,
-0.7061296701431274,
0.4111443758010864,
-1.1423054933547974,
0.3598443567752838,
-0.4045743942260742,
-0.1829729825258255,
0.23366375267505646,
0.18148291110992432,
-0.5974532961845398,
0.3745132386684418,
-0.14579468965530396,
0.481706440448761,
-0.5612326860427856,
1.0768307447433472,
0.6616314053535461,
-0.17226988077163696,
-0.9004462957382202,
-0.08361009508371353,
0.28703728318214417,
-1.1308228969573975,
0.22848327457904816,
0.17326025664806366,
0.14061221480369568,
0.4984986186027527,
-0.7722802758216858,
-0.6385895013809204,
1.2245090007781982,
0.3666114807128906,
-0.6245470643043518,
0.05634535476565361,
0.47060930728912354,
0.35565847158432007,
0.29418864846229553,
-0.0732424408197403,
0.9404120445251465,
0.6545774340629578,
-0.2138543426990509,
-1.0977967977523804,
0.004498825874179602,
-0.23137399554252625,
-0.16437843441963196,
0.2554863691329956,
-0.8190200328826904,
0.7044240236282349,
-0.21948926150798798,
0.09513379633426666,
0.05031557008624077,
0.052719131112098694,
0.28500252962112427,
0.07825151085853577,
0.1973111629486084,
0.6133677959442139,
0.7194088101387024,
-0.6222752332687378,
0.8635969758033752,
-0.2813667058944702,
0.6623914837837219,
1.324332594871521,
0.23015615344047546,
0.29790180921554565,
0.14200367033481598,
0.02327984757721424,
-0.06783446669578552,
1.1399457454681396,
-0.5482113361358643,
0.7698958516120911,
0.11088816821575165,
-0.05457576736807823,
0.28856751322746277,
-0.07139509171247482,
-0.45395809412002563,
0.43302109837532043,
0.24083325266838074,
-0.26314201951026917,
-0.21002717316150665,
-0.16641369462013245,
-0.1193835586309433,
-0.7268561124801636,
-0.36098629236221313,
1.105944275856018,
-0.20352207124233246,
-0.603744626045227,
0.8110318779945374,
-0.18224281072616577,
0.14730463922023773,
-0.34647223353385925,
-0.20743325352668762,
-0.09196743369102478,
0.05447572469711304,
-0.25703108310699463,
-1.440350890159607,
0.1589227318763733,
-0.1151420846581459,
0.12726585566997528,
0.08293440192937851,
0.44676268100738525,
-0.34876933693885803,
-0.10000292211771011,
-0.07892995327711105,
0.09633934497833252,
0.3266295790672302,
-0.33426010608673096,
-0.496582567691803,
-0.4386412799358368,
0.2912481129169464,
-0.7081819176673889,
0.10861092060804367,
0.4881393611431122,
-0.2600080370903015,
0.40593209862709045,
0.4158172011375427,
-0.07273329794406891,
0.17574083805084229,
0.21896803379058838,
0.8605962991714478,
-0.6892087459564209,
-0.15214970707893372,
-0.6245323419570923,
0.5560869574546814,
-0.20957833528518677,
-0.7902780175209045,
0.6071520447731018,
1.0385059118270874,
0.8704499006271362,
-0.22453376650810242,
1.0209943056106567,
-0.013243062421679497,
0.30320122838020325,
-0.3440367579460144,
0.4598267376422882,
-0.2674292027950287,
-0.38353750109672546,
0.09457549452781677,
-0.8763283491134644,
-0.34053561091423035,
0.3040584921836853,
-0.06305249035358429,
-0.2402447760105133,
0.42880433797836304,
0.8367782235145569,
-0.15605998039245605,
0.2629874348640442,
-0.019458213821053505,
0.09667801856994629,
0.3904326558113098,
0.5306894183158875,
0.4028201103210449,
-0.4533829092979431,
0.6109485030174255,
-0.6472527980804443,
-0.5003499388694763,
-0.5006119012832642,
-0.6654669046401978,
-0.7177380919456482,
-0.7320722937583923,
-0.1482987403869629,
-0.29809263348579407,
0.06443359702825546,
0.5679645538330078,
0.6325175166130066,
-1.1754940748214722,
0.17607825994491577,
-0.568236231803894,
-0.33801424503326416,
-0.21373015642166138,
-0.224513977766037,
0.6091076731681824,
-0.06008034199476242,
-0.8113142848014832,
-0.0013747215270996094,
0.02743394859135151,
0.23886838555335999,
0.14470845460891724,
-0.15837818384170532,
0.27615848183631897,
-0.26351243257522583,
0.4753190279006958,
0.1995944231748581,
-0.5667501091957092,
-0.5581505298614502,
-0.04471924528479576,
-0.020444782450795174,
0.2640998661518097,
0.6118727922439575,
-0.17042939364910126,
0.513224184513092,
0.6352652907371521,
0.3638918101787567,
0.735535740852356,
0.42926475405693054,
0.5659781694412231,
-0.7124354243278503,
0.3523632287979126,
0.18207834661006927,
0.2333916872739792,
-0.10774055123329163,
-0.47772008180618286,
0.9541381001472473,
-0.009332958608865738,
-1.2050400972366333,
-0.5586236119270325,
0.2611880898475647,
-1.2949981689453125,
0.18224111199378967,
1.1830841302871704,
-0.03999781608581543,
0.016042757779359818,
-0.2232462763786316,
-0.5898539423942566,
0.7397326827049255,
-0.6008301973342896,
0.7394196391105652,
0.5769658088684082,
-0.40391117334365845,
-0.40362948179244995,
-0.9749624729156494,
0.8559522032737732,
-0.039093535393476486,
-1.1457527875900269,
0.08322543650865555,
0.7100337147712708,
0.5931758880615234,
-0.13280534744262695,
0.4727054238319397,
-0.2891116142272949,
0.35042694211006165,
0.04752697795629501,
0.09313777834177017,
-0.15901398658752441,
-0.21908576786518097,
-0.2384394258260727,
-0.03147316351532936,
-0.02186564914882183,
-0.7115797996520996
]
|
minimindy/lora-checkpoint-50 | minimindy | 2023-12-04T05:58:17Z | 0 | 0 | [
"arxiv:1910.09700",
"region:us"
]
| null | 2023-12-04T04:01:57Z | ---
library_name: peft
base_model: baffo32/decapoda-research-llama-7B-hf
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
## Training procedure
The following `bitsandbytes` quantization config was used during training:
- quant_method: bitsandbytes
- load_in_8bit: True
- load_in_4bit: False
- llm_int8_threshold: 6.0
- llm_int8_skip_modules: None
- llm_int8_enable_fp32_cpu_offload: False
- llm_int8_has_fp16_weight: False
- bnb_4bit_quant_type: fp4
- bnb_4bit_use_double_quant: False
- bnb_4bit_compute_dtype: float32
### Framework versions
- PEFT 0.6.3.dev0 | [
-0.574804425239563,
-0.5590018630027771,
0.40296828746795654,
0.07961387187242508,
-0.2534928023815155,
-0.2770025432109833,
0.06046880781650543,
-0.5367452502250671,
0.049526412039995193,
0.613386332988739,
-0.7236799001693726,
-0.6278334259986877,
-0.5595569610595703,
-0.08562342822551727,
-0.19159595668315887,
1.1099908351898193,
0.039818596094846725,
0.23860013484954834,
-0.21406836807727814,
0.14152216911315918,
-0.4960553050041199,
-0.6264044046401978,
-0.7671792507171631,
-0.3787250518798828,
0.34261971712112427,
0.3593924343585968,
0.4934062063694,
0.7004708051681519,
0.7062931656837463,
0.27262434363365173,
-0.2726740837097168,
-0.09812787175178528,
-0.3853524625301361,
-0.4109949469566345,
-0.128452330827713,
-0.21412749588489532,
-0.8577610850334167,
0.01496534887701273,
0.5717473030090332,
0.5226876139640808,
-0.1854807436466217,
0.5689136385917664,
-0.09359250962734222,
0.519567608833313,
-0.6699740886688232,
0.2948543131351471,
-0.6132990121841431,
0.16580520570278168,
-0.15984655916690826,
0.008462009020149708,
-0.25388240814208984,
-0.08984217792749405,
-0.04484757035970688,
-0.6465770602226257,
0.19568192958831787,
0.16668736934661865,
1.1151119470596313,
0.14384199678897858,
-0.4376452565193176,
-0.2106391191482544,
-0.8543339371681213,
0.6849462985992432,
-0.7670722007751465,
0.2598836123943329,
0.5633853077888489,
0.4094611704349518,
0.1425192952156067,
-0.8990989327430725,
-0.3883252441883087,
-0.12394877523183823,
-0.008439327590167522,
0.34615302085876465,
-0.1403597891330719,
0.14615117013454437,
0.5463799834251404,
0.46483975648880005,
-0.4220302104949951,
-0.02673920802772045,
-0.4886559545993805,
-0.20259933173656464,
0.8255729079246521,
0.5071025490760803,
0.051210176199674606,
-0.2036980390548706,
-0.41822490096092224,
-0.22685270011425018,
-0.3979913294315338,
0.20776236057281494,
0.4569113850593567,
0.29524508118629456,
-0.44471046328544617,
0.6001522541046143,
-0.23575079441070557,
0.5829890370368958,
0.04811360314488411,
-0.014652918092906475,
0.3381136953830719,
-0.6661780476570129,
-0.34022843837738037,
-0.07276925444602966,
0.6924387216567993,
0.3646138906478882,
-0.27436619997024536,
0.15627631545066833,
-0.33159762620925903,
-0.28757867217063904,
0.38055843114852905,
-0.9012407064437866,
-0.2929671108722687,
0.3569272756576538,
-0.6092845797538757,
-0.3861888647079468,
0.04976092651486397,
-0.8946443796157837,
0.0025941585190594196,
-0.3831890821456909,
0.49397510290145874,
-0.3147715628147125,
-0.31264179944992065,
-0.00956792663782835,
-0.319266676902771,
0.24500225484371185,
0.1807064265012741,
-0.8848284482955933,
0.5256487131118774,
0.46493610739707947,
0.7646313905715942,
0.13135501742362976,
-0.19944413006305695,
0.062012556940317154,
0.10665784031152725,
-0.07724427431821823,
0.5745666027069092,
-0.21623758971691132,
-0.6415708065032959,
-0.16871944069862366,
0.14806944131851196,
-0.03208130970597267,
-0.229975163936615,
0.7138883471488953,
-0.4410206973552704,
0.201433926820755,
-0.2946735620498657,
-0.6057756543159485,
-0.4124547839164734,
0.26934194564819336,
-0.7796616554260254,
1.1177376508712769,
0.0534508042037487,
-0.9054357409477234,
0.26663607358932495,
-1.060183048248291,
-0.2066846489906311,
0.1369883418083191,
0.10740078240633011,
-0.709554135799408,
-0.13083229959011078,
-0.10220741480588913,
0.46670985221862793,
-0.2953169047832489,
0.29327747225761414,
-0.3771616518497467,
-0.14539825916290283,
-0.19498957693576813,
-0.17510516941547394,
1.1064766645431519,
0.35951337218284607,
-0.23638780415058136,
0.18318575620651245,
-0.9388733506202698,
0.16353362798690796,
0.26418614387512207,
-0.34766116738319397,
0.027421964332461357,
-0.13963600993156433,
0.5253499150276184,
0.0727308914065361,
0.36937764286994934,
-0.3467622697353363,
0.0654374212026596,
-0.08486669510602951,
0.5631222724914551,
0.5439215898513794,
0.31911227107048035,
0.22530053555965424,
-0.35183265805244446,
0.50041663646698,
-0.05916072800755501,
0.6388695240020752,
0.16557221114635468,
-0.5293871164321899,
-0.7882912158966064,
-0.09531232714653015,
0.3395153880119324,
0.5865797400474548,
-0.34069883823394775,
0.7957519292831421,
-0.12299241870641708,
-0.9233255982398987,
-0.15485988557338715,
-0.00449048075824976,
0.33739393949508667,
0.6297855377197266,
0.3627152144908905,
-0.1541813611984253,
-0.7137511372566223,
-0.86474609375,
0.17499099671840668,
0.038028739392757416,
0.22066080570220947,
0.44123297929763794,
1.0120528936386108,
-0.24104934930801392,
0.8324069976806641,
-0.6696726679801941,
-0.11292223632335663,
-0.22004739940166473,
0.09245113283395767,
0.10826349258422852,
0.6352015137672424,
0.5251021981239319,
-0.9853674173355103,
-0.22604840993881226,
-0.3005391061306,
-0.5069900751113892,
0.2534182369709015,
-0.0508468858897686,
-0.18422061204910278,
-0.14240804314613342,
0.2903445363044739,
-0.5620060563087463,
0.5257704854011536,
0.4415318965911865,
-0.32236406207084656,
0.6872200965881348,
-0.23865234851837158,
-0.017500756308436394,
-1.2017590999603271,
0.4277060329914093,
0.06916778534650803,
-0.11502040922641754,
-0.4024275243282318,
0.08431709557771683,
0.00806239154189825,
-0.3701845407485962,
-0.666641116142273,
0.6212912797927856,
-0.28277266025543213,
-0.04628583416342735,
-0.1852237731218338,
-0.34270158410072327,
0.1980074942111969,
0.5456829071044922,
0.30368590354919434,
0.6898680329322815,
0.44650596380233765,
-0.792408287525177,
0.18944622576236725,
0.2572328448295593,
-0.24400338530540466,
0.3615618944168091,
-0.7881783843040466,
0.09183670580387115,
0.1084275096654892,
0.3134174048900604,
-0.5787463188171387,
-0.2831653356552124,
0.33909669518470764,
-0.3993992209434509,
0.2508639693260193,
-0.0899306982755661,
-0.5669339299201965,
-0.4304063320159912,
-0.07875438034534454,
0.32910749316215515,
0.489980012178421,
-0.21349012851715088,
0.4889247417449951,
0.4810628890991211,
0.3125409483909607,
-0.22612468898296356,
-0.5995932221412659,
-0.0673002079129219,
-0.37714093923568726,
-0.37244340777397156,
0.530654788017273,
-0.2098241001367569,
-0.027666712179780006,
0.029102686792612076,
0.18375609815120697,
-0.4728526771068573,
0.25106093287467957,
0.4184094965457916,
0.24845905601978302,
-0.0251063983887434,
0.15642760694026947,
-0.20838187634944916,
-0.10186266899108887,
0.17008242011070251,
-0.07683070749044418,
0.3249950110912323,
-0.08708994835615158,
-0.057616859674453735,
-0.6087381839752197,
0.4490220546722412,
0.43235504627227783,
-0.17642106115818024,
0.7194623947143555,
0.7334690690040588,
-0.77237468957901,
0.035484522581100464,
-0.3336414098739624,
-0.26729053258895874,
-0.4230141341686249,
0.4846482276916504,
-0.28711819648742676,
-0.3853473365306854,
0.543834388256073,
-0.04910675063729286,
0.013472659513354301,
0.8599637746810913,
0.5037870407104492,
-0.12338849157094955,
1.0387274026870728,
0.8000310063362122,
0.13781772553920746,
0.5718231201171875,
-0.6535978317260742,
0.06758803874254227,
-1.0251069068908691,
-0.38605326414108276,
-0.7965564727783203,
-0.020065095275640488,
-0.5528968572616577,
-0.11431822180747986,
0.18674015998840332,
0.19183027744293213,
-0.7471383810043335,
0.532520592212677,
-0.514500617980957,
0.18869759142398834,
0.6362887024879456,
0.2834427058696747,
-0.036460939794778824,
-0.1613527238368988,
0.01642468385398388,
0.05882079526782036,
-0.7505541443824768,
-0.5752285718917847,
1.1162240505218506,
0.6296536922454834,
0.43236157298088074,
-0.10533492267131805,
0.6800729036331177,
0.29106372594833374,
0.08106889575719833,
-0.6075456738471985,
0.45029208064079285,
-0.024762112647294998,
-0.9864950776100159,
-0.17284730076789856,
-0.29914629459381104,
-0.7922871708869934,
0.005690691526979208,
-0.3779301941394806,
-0.7445993423461914,
0.32027629017829895,
0.25891250371932983,
-0.5541090965270996,
0.378566175699234,
-0.6766242980957031,
1.186369776725769,
-0.546351969242096,
-0.21095237135887146,
-0.19918781518936157,
-0.5715452432632446,
0.3462383449077606,
-0.007696877233684063,
0.2652483582496643,
-0.06601205468177795,
-0.06419093161821365,
0.908933699131012,
-0.7732694149017334,
0.9361743927001953,
-0.3095132112503052,
0.39868277311325073,
0.4319642186164856,
-0.41404247283935547,
0.4913911521434784,
-0.037617724388837814,
-0.11239106208086014,
0.5750837922096252,
0.20106756687164307,
-0.40934938192367554,
-0.26701897382736206,
0.5433170199394226,
-0.9616639614105225,
-0.12349406629800797,
-0.506349503993988,
-0.47603902220726013,
-0.09124250710010529,
0.3564233183860779,
0.504270076751709,
0.21223129332065582,
-0.14288179576396942,
0.15708036720752716,
0.775912880897522,
-0.18804915249347687,
0.25360432267189026,
0.34873974323272705,
-0.05354413017630577,
-0.6053984761238098,
0.7779741287231445,
0.16094456613063812,
0.2590888440608978,
0.3538689613342285,
0.2129143923521042,
-0.5239334106445312,
-0.6122583150863647,
-0.41925692558288574,
-0.009213089011609554,
-0.7163218259811401,
-0.19569051265716553,
-0.688610851764679,
-0.4270017445087433,
-0.4837818443775177,
0.03635134547948837,
-0.46404147148132324,
-0.21295692026615143,
-0.6555707454681396,
-0.19656436145305634,
0.5149427056312561,
0.449605256319046,
-0.12813006341457367,
0.663395881652832,
-0.7252041697502136,
0.0251719169318676,
0.19889616966247559,
0.285834938287735,
0.0818180963397026,
-0.47508686780929565,
-0.5097007751464844,
0.20551052689552307,
-0.5943179130554199,
-0.827236533164978,
0.249643936753273,
0.105204276740551,
0.47972869873046875,
0.369629830121994,
-0.04987518861889839,
0.6353892087936401,
-0.3429974317550659,
1.0110890865325928,
0.3088512122631073,
-0.8418371081352234,
0.6901107430458069,
-0.4042280316352844,
0.12376721203327179,
0.753640353679657,
0.5508902668952942,
-0.14267319440841675,
0.22435662150382996,
-0.9353137612342834,
-0.9303210973739624,
0.5903588533401489,
0.21941398084163666,
0.17674033343791962,
0.16049668192863464,
0.5109837651252747,
-0.21509583294391632,
0.3359924554824829,
-0.9834327101707458,
-0.3027162253856659,
-0.2911079525947571,
0.029972033575177193,
-0.023369980975985527,
-0.1886264532804489,
-0.21801966428756714,
-0.47960618138313293,
0.9755205512046814,
0.23797886073589325,
0.4779551029205322,
0.07440248876810074,
0.16322727501392365,
0.05848834291100502,
-0.009537124074995518,
0.5271698236465454,
0.5856643915176392,
-0.6197801828384399,
-0.20639021694660187,
0.2301207035779953,
-0.6095061898231506,
-0.04982228949666023,
0.08303342759609222,
-0.3623615503311157,
-0.1657097488641739,
0.20269401371479034,
1.0010243654251099,
0.19331243634223938,
-0.4051133394241333,
0.32027870416641235,
0.04114997386932373,
-0.3645469844341278,
-0.5405665040016174,
0.08350633829832077,
0.12977150082588196,
0.05807080864906311,
-0.036394666880369186,
0.16462969779968262,
0.37325960397720337,
-0.4600124657154083,
0.00920475460588932,
0.34709349274635315,
-0.4893963634967804,
-0.014692587777972221,
0.8855848908424377,
0.3990756869316101,
-0.4300985336303711,
0.6077815294265747,
-0.28630971908569336,
-0.3386410176753998,
1.043437123298645,
0.47257760167121887,
0.8869352340698242,
0.07852540165185928,
0.0395161509513855,
0.7134376764297485,
0.288583904504776,
-0.018485967069864273,
0.39852073788642883,
-0.07915908843278885,
-0.5421288013458252,
-0.09140472114086151,
-0.5548815131187439,
-0.410707950592041,
0.3937154710292816,
-0.8981536030769348,
0.5787755846977234,
-0.7041653394699097,
-0.3988127112388611,
0.24450357258319855,
0.3105883300304413,
-1.0322434902191162,
0.5279889702796936,
0.15165670216083527,
1.1781857013702393,
-0.9407585263252258,
0.8391848206520081,
0.7864161133766174,
-0.8585109710693359,
-0.9294005632400513,
-0.31052500009536743,
-0.03310622274875641,
-0.6478316187858582,
0.4208363890647888,
-0.005014942027628422,
0.18235129117965698,
0.0753060132265091,
-0.5896421670913696,
-0.7677560448646545,
1.4217369556427002,
0.0523451492190361,
-0.72906094789505,
0.12855349481105804,
-0.04728766530752182,
0.4393657445907593,
-0.4740189015865326,
0.6057508587837219,
0.199906587600708,
0.485652357339859,
0.1957756131887436,
-0.7075064778327942,
0.08899842947721481,
-0.20135337114334106,
0.19709236919879913,
-0.07830773293972015,
-0.787835419178009,
0.9014536738395691,
-0.14523637294769287,
0.007350802421569824,
0.03533307462930679,
0.37771695852279663,
0.14446569979190826,
0.5546589493751526,
0.42102739214897156,
0.7597932815551758,
0.764641284942627,
0.09516168385744095,
1.104451060295105,
-0.57683926820755,
0.6386064887046814,
1.3518799543380737,
-0.11361214518547058,
0.8964976072311401,
0.34447914361953735,
-0.4280857443809509,
0.2680070996284485,
1.1680346727371216,
-0.3789026141166687,
0.5051338076591492,
0.1772049069404602,
-0.10997004806995392,
-0.2937326729297638,
-0.20306693017482758,
-0.5498455762863159,
0.21412304043769836,
0.1658986210823059,
-0.5493941903114319,
-0.13187938928604126,
-0.05889692157506943,
-0.031003113836050034,
-0.3778057396411896,
-0.49436482787132263,
0.6733624339103699,
-0.009983468800783157,
-0.37154731154441833,
0.2515139877796173,
0.2762254774570465,
0.3937987983226776,
-0.8283517360687256,
-0.24872006475925446,
0.09328645467758179,
0.051780033856630325,
-0.4106540083885193,
-0.5388280153274536,
0.3744976818561554,
-0.01990380696952343,
-0.5650146007537842,
-0.15988779067993164,
0.5527833700180054,
-0.05592453479766846,
-0.7801676392555237,
0.24676302075386047,
0.13600946962833405,
0.2977404296398163,
-0.14301511645317078,
-1.1148701906204224,
0.03924492746591568,
0.04594096541404724,
-0.13078857958316803,
0.1793670505285263,
0.08218485862016678,
0.02611503191292286,
0.5400878190994263,
0.5955856442451477,
0.08660072833299637,
-0.02878624200820923,
0.02040308155119419,
0.8232651948928833,
-0.6947197318077087,
-0.46635115146636963,
-0.5243690609931946,
0.7095383405685425,
-0.21357491612434387,
-0.5407031774520874,
0.642840564250946,
0.8221169114112854,
0.8929733037948608,
-0.05402181297540665,
0.8546830415725708,
-0.1860082447528839,
0.3020772337913513,
-0.46612176299095154,
0.5718941688537598,
-0.6116904616355896,
0.08702166378498077,
-0.17297929525375366,
-0.838166356086731,
0.05196591094136238,
0.621451199054718,
-0.35890963673591614,
0.17753282189369202,
0.5057473182678223,
0.6659249663352966,
-0.1367744505405426,
0.2355615347623825,
0.1592792570590973,
0.14976902306079865,
0.09775622934103012,
0.4182858169078827,
0.5209776163101196,
-0.7408701181411743,
0.3950987458229065,
-0.6049297451972961,
-0.24330683052539825,
-0.12565866112709045,
-1.0202752351760864,
-0.5877934098243713,
-0.5264601111412048,
-0.6790887713432312,
-0.33150583505630493,
0.021205449476838112,
0.7447139620780945,
1.0472739934921265,
-0.7822447419166565,
-0.3800640404224396,
-0.35511189699172974,
0.03482972830533981,
-0.33779704570770264,
-0.234290212392807,
0.430076539516449,
-0.08535099029541016,
-0.6488407254219055,
-0.05390780419111252,
-0.21107779443264008,
0.2687148451805115,
-0.3523728847503662,
-0.20665107667446136,
-0.31837666034698486,
-0.0184040404856205,
0.37185317277908325,
0.29511600732803345,
-0.5055667757987976,
-0.12540334463119507,
-0.19694754481315613,
-0.00918643269687891,
-0.09417204558849335,
0.6018164753913879,
-0.3091592490673065,
0.3926220238208771,
0.4264321029186249,
0.35412952303886414,
0.703429639339447,
-0.06239822879433632,
0.26487958431243896,
-0.3226519823074341,
0.022397486492991447,
0.35531213879585266,
0.44032910466194153,
0.0721554160118103,
-0.7435446977615356,
0.5143387317657471,
0.35012680292129517,
-0.6868500709533691,
-0.7055256366729736,
-0.05850239843130112,
-1.138580560684204,
-0.16501039266586304,
1.124011516571045,
-0.10425469279289246,
-0.2644083797931671,
0.03164830803871155,
-0.22485560178756714,
0.15348728001117706,
-0.2830415964126587,
0.5461887717247009,
0.8480548858642578,
-0.2372121959924698,
0.03668379411101341,
-0.7252047657966614,
0.4877885580062866,
-0.04683321341872215,
-0.9786180257797241,
-0.222716823220253,
0.46142277121543884,
0.5007340908050537,
0.07786695659160614,
0.5971153378486633,
-0.12399414926767349,
0.19313578307628632,
0.35123464465141296,
0.4599818289279938,
-0.13940401375293732,
-0.287443071603775,
-0.39095011353492737,
-0.03791803866624832,
-0.02105611562728882,
-0.543247640132904
]
|
shansuryajaya/arabic-architecture-test | shansuryajaya | 2023-12-04T04:12:15Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T04:12:09Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: text
dtype: string
splits:
- name: train
num_bytes: 2921299.0
num_examples: 30
download_size: 2922793
dataset_size: 2921299.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
ritabratamaiti/sinhalese-sentiment-alpaca | ritabratamaiti | 2023-12-04T04:46:55Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T04:46:52Z | ---
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: smol_pippa_named_users
num_bytes: 678627
num_examples: 2704
- name: smol_pippa
num_bytes: 2722545
num_examples: 10814
download_size: 712169
dataset_size: 3401172
configs:
- config_name: default
data_files:
- split: smol_pippa_named_users
path: data/smol_pippa_named_users-*
- split: smol_pippa
path: data/smol_pippa-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
frostymelonade/BOWS2-WOW-stego-classification | frostymelonade | 2023-12-04T05:01:22Z | 0 | 0 | [
"task_categories:image-classification",
"size_categories:10K<n<100K",
"steganography",
"region:us"
]
| [
"image-classification"
]
| 2023-12-04T04:50:18Z | ---
task_categories:
- image-classification
tags:
- steganography
size_categories:
- 10K<n<100K
pretty_name: 0.2 BPP stego classification from GBRASNET BOWS2 WOW
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
frostymelonade/BOWS2-S-UNIWARD-Stego-Classification | frostymelonade | 2023-12-04T05:32:51Z | 0 | 0 | [
"task_categories:image-classification",
"steganography",
"region:us"
]
| [
"image-classification"
]
| 2023-12-04T05:02:58Z | ---
task_categories:
- image-classification
tags:
- steganography
pretty_name: 0.2 BPP stego classification from GBRASNET BOWS2 S-UNIWARD
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
akash140500/Predictive_Maintenance_Dataset | akash140500 | 2023-12-04T05:05:14Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T05:03:31Z | ---
license: apache-2.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Electrofried/promptmaster-data | Electrofried | 2023-12-04T05:14:42Z | 0 | 0 | [
"task_categories:text2text-generation",
"language:en",
"not-for-all-audiences",
"art",
"region:us"
]
| [
"text2text-generation"
]
| 2023-12-04T05:12:04Z | ---
dataset_info:
features:
- name: data1
dtype: string
- name: data2
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 6217630
num_examples: 3795
- name: validation
num_bytes: 731990
num_examples: 474
- name: test
num_bytes: 705376
num_examples: 475
download_size: 3287389
dataset_size: 7654996
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
task_categories:
- text2text-generation
language:
- en
tags:
- not-for-all-audiences
- art
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
BangumiBase/kaminomizoshirusekai | BangumiBase | 2023-12-04T08:33:31Z | 0 | 0 | [
"size_categories:1K<n<10K",
"license:mit",
"art",
"region:us"
]
| null | 2023-12-04T05:16:11Z | ---
license: mit
tags:
- art
size_categories:
- 1K<n<10K
---
# Bangumi Image Base of Kami Nomi Zo Shiru Sekai
This is the image base of bangumi Kami Nomi zo Shiru Sekai, we detected 60 characters, 5684 images in total. The full dataset is [here](all.zip).
**Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability).
Here is the characters' preview:
| # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 |
|:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|
| 0 | 331 | [Download](0/dataset.zip) |  |  |  |  |  |  |  |  |
| 1 | 1290 | [Download](1/dataset.zip) |  |  |  |  |  |  |  |  |
| 2 | 64 | [Download](2/dataset.zip) |  |  |  |  |  |  |  |  |
| 3 | 289 | [Download](3/dataset.zip) |  |  |  |  |  |  |  |  |
| 4 | 77 | [Download](4/dataset.zip) |  |  |  |  |  |  |  |  |
| 5 | 244 | [Download](5/dataset.zip) |  |  |  |  |  |  |  |  |
| 6 | 18 | [Download](6/dataset.zip) |  |  |  |  |  |  |  |  |
| 7 | 74 | [Download](7/dataset.zip) |  |  |  |  |  |  |  |  |
| 8 | 27 | [Download](8/dataset.zip) |  |  |  |  |  |  |  |  |
| 9 | 29 | [Download](9/dataset.zip) |  |  |  |  |  |  |  |  |
| 10 | 49 | [Download](10/dataset.zip) |  |  |  |  |  |  |  |  |
| 11 | 129 | [Download](11/dataset.zip) |  |  |  |  |  |  |  |  |
| 12 | 114 | [Download](12/dataset.zip) |  |  |  |  |  |  |  |  |
| 13 | 492 | [Download](13/dataset.zip) |  |  |  |  |  |  |  |  |
| 14 | 353 | [Download](14/dataset.zip) |  |  |  |  |  |  |  |  |
| 15 | 38 | [Download](15/dataset.zip) |  |  |  |  |  |  |  |  |
| 16 | 95 | [Download](16/dataset.zip) |  |  |  |  |  |  |  |  |
| 17 | 25 | [Download](17/dataset.zip) |  |  |  |  |  |  |  |  |
| 18 | 37 | [Download](18/dataset.zip) |  |  |  |  |  |  |  |  |
| 19 | 14 | [Download](19/dataset.zip) |  |  |  |  |  |  |  |  |
| 20 | 49 | [Download](20/dataset.zip) |  |  |  |  |  |  |  |  |
| 21 | 208 | [Download](21/dataset.zip) |  |  |  |  |  |  |  |  |
| 22 | 13 | [Download](22/dataset.zip) |  |  |  |  |  |  |  |  |
| 23 | 19 | [Download](23/dataset.zip) |  |  |  |  |  |  |  |  |
| 24 | 136 | [Download](24/dataset.zip) |  |  |  |  |  |  |  |  |
| 25 | 41 | [Download](25/dataset.zip) |  |  |  |  |  |  |  |  |
| 26 | 30 | [Download](26/dataset.zip) |  |  |  |  |  |  |  |  |
| 27 | 29 | [Download](27/dataset.zip) |  |  |  |  |  |  |  |  |
| 28 | 12 | [Download](28/dataset.zip) |  |  |  |  |  |  |  |  |
| 29 | 26 | [Download](29/dataset.zip) |  |  |  |  |  |  |  |  |
| 30 | 84 | [Download](30/dataset.zip) |  |  |  |  |  |  |  |  |
| 31 | 324 | [Download](31/dataset.zip) |  |  |  |  |  |  |  |  |
| 32 | 16 | [Download](32/dataset.zip) |  |  |  |  |  |  |  |  |
| 33 | 11 | [Download](33/dataset.zip) |  |  |  |  |  |  |  |  |
| 34 | 7 | [Download](34/dataset.zip) |  |  |  |  |  |  |  | N/A |
| 35 | 17 | [Download](35/dataset.zip) |  |  |  |  |  |  |  |  |
| 36 | 25 | [Download](36/dataset.zip) |  |  |  |  |  |  |  |  |
| 37 | 18 | [Download](37/dataset.zip) |  |  |  |  |  |  |  |  |
| 38 | 50 | [Download](38/dataset.zip) |  |  |  |  |  |  |  |  |
| 39 | 21 | [Download](39/dataset.zip) |  |  |  |  |  |  |  |  |
| 40 | 5 | [Download](40/dataset.zip) |  |  |  |  |  | N/A | N/A | N/A |
| 41 | 51 | [Download](41/dataset.zip) |  |  |  |  |  |  |  |  |
| 42 | 10 | [Download](42/dataset.zip) |  |  |  |  |  |  |  |  |
| 43 | 7 | [Download](43/dataset.zip) |  |  |  |  |  |  |  | N/A |
| 44 | 12 | [Download](44/dataset.zip) |  |  |  |  |  |  |  |  |
| 45 | 18 | [Download](45/dataset.zip) |  |  |  |  |  |  |  |  |
| 46 | 10 | [Download](46/dataset.zip) |  |  |  |  |  |  |  |  |
| 47 | 7 | [Download](47/dataset.zip) |  |  |  |  |  |  |  | N/A |
| 48 | 14 | [Download](48/dataset.zip) |  |  |  |  |  |  |  |  |
| 49 | 20 | [Download](49/dataset.zip) |  |  |  |  |  |  |  |  |
| 50 | 22 | [Download](50/dataset.zip) |  |  |  |  |  |  |  |  |
| 51 | 19 | [Download](51/dataset.zip) |  |  |  |  |  |  |  |  |
| 52 | 7 | [Download](52/dataset.zip) |  |  |  |  |  |  |  | N/A |
| 53 | 12 | [Download](53/dataset.zip) |  |  |  |  |  |  |  |  |
| 54 | 16 | [Download](54/dataset.zip) |  |  |  |  |  |  |  |  |
| 55 | 5 | [Download](55/dataset.zip) |  |  |  |  |  | N/A | N/A | N/A |
| 56 | 6 | [Download](56/dataset.zip) |  |  |  |  |  |  | N/A | N/A |
| 57 | 23 | [Download](57/dataset.zip) |  |  |  |  |  |  |  |  |
| 58 | 6 | [Download](58/dataset.zip) |  |  |  |  |  |  | N/A | N/A |
| noise | 489 | [Download](-1/dataset.zip) |  |  |  |  |  |  |  |  |
| [
-0.6992219686508179,
-0.143360435962677,
0.17290811240673065,
0.20530296862125397,
-0.2683229446411133,
-0.1250825822353363,
-0.028589870780706406,
-0.3500942587852478,
0.6351268291473389,
0.5011479258537292,
-0.9654668569564819,
-0.8674315810203552,
-0.6644282937049866,
0.5194953680038452,
0.01119429524987936,
0.6837244629859924,
0.13997766375541687,
-0.37635448575019836,
0.06472931802272797,
-0.04402875155210495,
-0.2195756435394287,
0.008014990016818047,
-0.3847498595714569,
-0.10844454914331436,
0.6091104745864868,
0.6092966794967651,
0.9811986684799194,
1.1130660772323608,
0.705403208732605,
0.4125012755393982,
-0.07222086191177368,
-0.001909694285131991,
-0.4374685287475586,
-0.07005475461483002,
0.1104307770729065,
-0.281892865896225,
-0.6694287061691284,
-0.18991927802562714,
0.5032675862312317,
0.8333911299705505,
0.04832475632429123,
0.3889695405960083,
-0.06484848260879517,
1.480533242225647,
-0.47150224447250366,
0.4358351230621338,
-0.1991731971502304,
0.20406515896320343,
-0.22805353999137878,
-0.04624196141958237,
0.1446085125207901,
-1.0397820472717285,
-0.11019328236579895,
-1.2122414112091064,
0.4340987801551819,
-0.10162827372550964,
1.600157618522644,
0.33196112513542175,
-0.08197126537561417,
-0.1966099590063095,
-0.3850909173488617,
0.9348476529121399,
-0.8101434707641602,
0.17860764265060425,
0.4873095750808716,
0.4224776327610016,
-0.20824474096298218,
-0.8338574171066284,
-0.9353598356246948,
0.4919084906578064,
-0.43841955065727234,
0.31714048981666565,
-0.5018774271011353,
-0.5568311810493469,
0.23481731116771698,
0.6907646656036377,
-0.7328144311904907,
-0.16063688695430756,
-0.6608282327651978,
-0.10465282201766968,
1.1556434631347656,
0.4419614374637604,
0.6748372316360474,
-0.5465114712715149,
-0.3564959466457367,
-0.35953018069267273,
-0.5537948608398438,
0.3622704744338989,
0.7164545059204102,
0.22563397884368896,
-0.6237027049064636,
0.4962950646877289,
-0.2942659258842468,
0.5590366125106812,
0.11956565082073212,
-0.32385915517807007,
0.8618701100349426,
-0.5616855621337891,
-0.23721538484096527,
-0.007478710263967514,
1.037061333656311,
0.7455187439918518,
-0.32565051317214966,
0.39377647638320923,
-0.023182466626167297,
-0.19214868545532227,
0.07149506360292435,
-1.0087336301803589,
-0.5005236864089966,
0.7039961814880371,
-0.8707830905914307,
-0.523006796836853,
0.062473464757204056,
-1.4931684732437134,
-0.3658568561077118,
-0.08072648197412491,
0.03436323255300522,
-0.5768752098083496,
-0.47700372338294983,
0.09153477102518082,
-0.24588434398174286,
0.524968683719635,
0.2888220548629761,
-0.8724414706230164,
0.1300528645515442,
0.13981260359287262,
1.0334124565124512,
0.0755600780248642,
-0.26020246744155884,
0.21685399115085602,
0.3302200734615326,
-0.7320703268051147,
1.0407838821411133,
-0.5396081209182739,
-0.7923203110694885,
-0.19681720435619354,
0.7934044599533081,
-0.13685539364814758,
-0.42433395981788635,
0.8176930546760559,
-0.1727408915758133,
0.21702806651592255,
-0.5476480722427368,
-0.14384478330612183,
-0.4135640263557434,
0.20518015325069427,
-0.9539090394973755,
1.2979029417037964,
0.611899733543396,
-1.2973227500915527,
0.2925023138523102,
-0.9660037159919739,
-0.3062811493873596,
-0.2275700718164444,
-0.4551078975200653,
-1.130437970161438,
-0.6471032500267029,
0.6184220314025879,
0.6488452553749084,
-0.4087998569011688,
-0.057575590908527374,
-0.25561589002609253,
-0.1751813143491745,
-0.32106348872184753,
0.2126777321100235,
1.2672221660614014,
0.514419674873352,
-0.6284338235855103,
0.2550138533115387,
-1.1176410913467407,
0.150246262550354,
0.7443323731422424,
-0.12083803117275238,
0.09049894660711288,
-0.419077605009079,
-0.3490150272846222,
0.3512505888938904,
0.33032098412513733,
-0.5176976919174194,
0.5581628084182739,
-0.10828910768032074,
0.2587493062019348,
0.7544928193092346,
0.2475561797618866,
0.258308470249176,
-1.0333534479141235,
0.702896237373352,
0.462501585483551,
0.18370340764522552,
-0.5153427124023438,
-0.5851452350616455,
-0.7178735733032227,
-0.6753833293914795,
-0.041394177824258804,
0.455804705619812,
-0.47594013810157776,
0.8480775356292725,
-0.6551563739776611,
-0.9767719507217407,
-0.31610503792762756,
-0.04643137753009796,
0.34572938084602356,
0.5745798349380493,
0.2994941771030426,
-0.217756450176239,
-0.8130260109901428,
-1.324278712272644,
0.2743258774280548,
0.18992875516414642,
0.14498093724250793,
0.5461854934692383,
1.081845998764038,
-0.17156583070755005,
1.135155200958252,
-1.0228168964385986,
-0.5088797211647034,
-0.4126006066799164,
-0.07786965370178223,
0.6461073160171509,
0.623007595539093,
1.1307094097137451,
-0.863639235496521,
-0.9092540144920349,
0.12574562430381775,
-1.1365993022918701,
0.054204437881708145,
-0.05445332080125809,
-0.07038085907697678,
-0.0018214576411992311,
0.5802997946739197,
-0.39638781547546387,
0.8948153853416443,
0.504629373550415,
-0.4732455313205719,
0.9467746615409851,
-0.4541497528553009,
0.5072363018989563,
-1.457468867301941,
0.369279682636261,
-0.07205409556627274,
0.09819305688142776,
-0.5297566056251526,
-0.3409101366996765,
0.08069515228271484,
-0.19519849121570587,
-0.5228078365325928,
0.4931766092777252,
-0.7337741851806641,
-0.13959717750549316,
0.13022156059741974,
-0.5029143691062927,
-0.0676959902048111,
0.6146562695503235,
-0.1383361667394638,
1.3365815877914429,
1.1353330612182617,
-0.4739360213279724,
0.044617973268032074,
0.5693637728691101,
-0.5933730602264404,
0.545718789100647,
-0.808189332485199,
-0.16986975073814392,
-0.32032403349876404,
0.4246608018875122,
-1.2859885692596436,
-0.6763591766357422,
0.42907971143722534,
-0.5134145617485046,
0.40609055757522583,
-0.257151335477829,
-0.46900463104248047,
-0.6552661657333374,
-0.7668158411979675,
0.1179693266749382,
0.6986929774284363,
-0.34138861298561096,
0.5926042795181274,
0.3161167502403259,
-0.21782343089580536,
-0.6226881146430969,
-0.6309069991111755,
-0.16466091573238373,
-0.020848792046308517,
-0.7792035341262817,
0.4346659183502197,
0.1897701919078827,
-0.18825119733810425,
0.3977658748626709,
0.16670359671115875,
0.024212315678596497,
-0.27553194761276245,
0.7479066848754883,
0.1454668939113617,
-0.3333889842033386,
-0.696915328502655,
-0.2551406919956207,
-0.19140614569187164,
-0.3976336121559143,
-0.1092308908700943,
0.9038485884666443,
-0.37334373593330383,
-0.19337530434131622,
-0.7490465044975281,
0.35209426283836365,
0.7569600343704224,
-0.14346933364868164,
1.0391600131988525,
0.8404080271720886,
-0.1669778674840927,
0.16055640578269958,
-0.25009986758232117,
-0.12152654677629471,
-0.566344678401947,
0.11660394072532654,
-0.20179812610149384,
-0.7100787162780762,
1.0194987058639526,
-0.06844541430473328,
0.21069170534610748,
1.025692343711853,
0.25340861082077026,
-0.3442128002643585,
0.8742513656616211,
0.3668988049030304,
-0.02293645218014717,
0.35779106616973877,
-1.1437456607818604,
0.011332369409501553,
-0.6957186460494995,
-0.628140389919281,
-0.6059587597846985,
-0.5039595365524292,
-0.5799511671066284,
-0.5975700616836548,
0.38862648606300354,
0.11226333677768707,
-0.7336152195930481,
0.3853761553764343,
-0.9632151126861572,
0.5209679007530212,
0.4370923340320587,
0.4900629222393036,
0.026051556691527367,
0.02574748545885086,
-0.1620541363954544,
-0.2015385776758194,
-0.5963122248649597,
-0.3724702298641205,
1.4819387197494507,
-0.060634806752204895,
0.4593087434768677,
0.191613107919693,
0.7904895544052124,
0.5110630989074707,
-0.17298513650894165,
-0.04507194459438324,
0.717129647731781,
-0.10783592611551285,
-0.9606026411056519,
-0.5401520729064941,
-0.3132045269012451,
-1.5522044897079468,
0.24856598675251007,
-0.2545437514781952,
-1.1631712913513184,
0.7649954557418823,
-0.0008533286745660007,
-0.4035451412200928,
0.9454527497291565,
-0.8601587414741516,
0.9593266248703003,
0.005652896594256163,
-0.5347345471382141,
0.13593333959579468,
-1.1461607217788696,
0.42289480566978455,
0.1839032918214798,
0.5459541082382202,
-0.42052513360977173,
-0.26206713914871216,
0.9022737741470337,
-0.9684065580368042,
0.8176469802856445,
-0.11361587792634964,
0.20895272493362427,
0.5804377794265747,
-0.03378058597445488,
0.8359859585762024,
-0.2547356188297272,
-0.3593355119228363,
0.31043222546577454,
-0.17773038148880005,
-0.9022810459136963,
-0.5043820738792419,
0.8689270615577698,
-1.1397559642791748,
-0.6895080208778381,
-0.7630015015602112,
-0.3875185251235962,
0.14207477867603302,
0.6683046817779541,
0.4810870587825775,
0.21807312965393066,
0.3444063067436218,
0.42566895484924316,
0.8283775448799133,
-0.3806878626346588,
0.7137078046798706,
0.1344141662120819,
-0.04160347580909729,
-0.8671860098838806,
1.0587940216064453,
0.10152824223041534,
0.09815643727779388,
-0.11718565970659256,
0.39365875720977783,
-0.24623867869377136,
-0.5094643831253052,
-0.5929976105690002,
0.2941000163555145,
-0.6593076586723328,
-0.29792675375938416,
-0.8026987314224243,
-0.11249199509620667,
-0.6182100772857666,
-0.8538535237312317,
-0.5432735681533813,
-0.4656110107898712,
-0.520660400390625,
0.038491759449243546,
0.5763230323791504,
0.9051788449287415,
-0.36148539185523987,
0.1878320276737213,
-0.7934036254882812,
0.3583420217037201,
0.10022446513175964,
0.49679329991340637,
0.087709441781044,
-0.46225595474243164,
0.041620884090662,
-0.26203858852386475,
-0.48680317401885986,
-0.8431386947631836,
0.8299928903579712,
0.12260977923870087,
0.41249337792396545,
0.35620489716529846,
-0.05273154005408287,
1.0992666482925415,
-0.0308543648570776,
1.3402280807495117,
0.5688787698745728,
-0.44924288988113403,
0.6662232279777527,
-1.1337271928787231,
0.6728463768959045,
0.872039258480072,
0.8436174988746643,
-0.25353220105171204,
-0.05639616400003433,
-0.8350381851196289,
-1.1704601049423218,
0.8494802713394165,
0.38658663630485535,
-0.2600208520889282,
0.26575562357902527,
0.20110167562961578,
0.14107166230678558,
0.17028045654296875,
-0.5757994055747986,
-1.0790503025054932,
-0.37872597575187683,
-0.14380300045013428,
0.08234184980392456,
0.1333581954240799,
-0.05581732094287872,
-0.7751821279525757,
0.7508890628814697,
0.12362375855445862,
0.41423529386520386,
0.5303686261177063,
0.3370017409324646,
-0.3585279583930969,
0.18291300535202026,
0.5338870286941528,
0.6854081749916077,
-0.33676931262016296,
-0.2649131417274475,
-0.25311872363090515,
-0.9487537145614624,
0.3442780077457428,
-0.04579402506351471,
-0.5588269829750061,
0.08185674995183945,
0.09986390173435211,
0.3688550293445587,
0.2991489768028259,
-0.2688584625720978,
0.5733380913734436,
-0.20699270069599152,
-0.8091026544570923,
-0.4226413667201996,
-0.002250232733786106,
0.1455613672733307,
0.20945502817630768,
0.698254406452179,
0.13869023323059082,
-0.1640809029340744,
-0.6860927939414978,
0.3324076533317566,
0.092912957072258,
-0.4401873052120209,
-0.13701055943965912,
0.8189632892608643,
-0.2961121201515198,
0.24737058579921722,
0.5624858736991882,
-0.45011106133461,
-0.6738465428352356,
1.1463475227355957,
0.3713606894016266,
0.7557641267776489,
0.00363332056440413,
0.3144746422767639,
1.3042364120483398,
0.3463212847709656,
-0.06625449657440186,
0.7190041542053223,
0.3336138129234314,
-0.2193315327167511,
0.19342093169689178,
-0.6461417078971863,
-0.21331755816936493,
0.49042680859565735,
-0.47792306542396545,
0.5915906429290771,
-0.6493442058563232,
-0.1314750760793686,
0.2946566343307495,
0.26808619499206543,
-0.8058671951293945,
0.3351774513721466,
-0.06417100131511688,
0.7208511233329773,
-0.8688496947288513,
0.6539424061775208,
0.7769736051559448,
-0.887587308883667,
-1.215423822402954,
-0.16612790524959564,
0.09355974197387695,
-0.5473846197128296,
0.7437694668769836,
0.07484328001737595,
0.0832657516002655,
-0.01680159382522106,
-0.6977836489677429,
-1.3225818872451782,
1.6262717247009277,
0.21789227426052094,
-0.4660033881664276,
0.18777382373809814,
0.11268626153469086,
0.43587589263916016,
-0.336434930562973,
0.46978485584259033,
0.649590253829956,
0.7678680419921875,
0.3240455389022827,
-0.8183245658874512,
0.33653146028518677,
-0.8433466553688049,
-0.07878226786851883,
0.3586673438549042,
-1.2908251285552979,
1.0852400064468384,
-0.40251901745796204,
-0.1875206083059311,
-0.22426937520503998,
0.7847276329994202,
0.449601411819458,
0.21848918497562408,
0.642997682094574,
1.0188430547714233,
0.7041943073272705,
-0.3315637409687042,
1.2684695720672607,
-0.2803879976272583,
0.47158265113830566,
0.9971433877944946,
-0.0468001551926136,
0.5127415657043457,
0.19770099222660065,
-0.7153100967407227,
0.6665557026863098,
0.9720085859298706,
-0.41922006011009216,
0.713883101940155,
-0.12747128307819366,
-0.05041782930493355,
-0.18087999522686005,
-0.19281992316246033,
-0.9415619969367981,
-0.09107211232185364,
0.3152473270893097,
-0.4854625165462494,
-0.2797223627567291,
-0.24698998034000397,
0.006702881772071123,
0.08310797810554504,
-0.4750520586967468,
0.578229546546936,
-0.2309279441833496,
-0.17032133042812347,
0.8654711246490479,
-0.5967806577682495,
0.7742431163787842,
-0.8255889415740967,
-0.059032123535871506,
-0.10783164948225021,
-0.0862344279885292,
-0.9314250349998474,
-1.3601592779159546,
0.354373574256897,
-0.13204322755336761,
-0.33634501695632935,
-0.014420202933251858,
0.5220542550086975,
-0.023782720789313316,
-0.7533451914787292,
-0.04759031906723976,
0.01608753576874733,
0.36599230766296387,
0.5534783005714417,
-1.0363713502883911,
0.19198577105998993,
0.38514360785484314,
-0.49765071272850037,
0.3853866457939148,
0.3533795475959778,
0.0727425068616867,
0.7812744975090027,
1.182419776916504,
0.1289444863796234,
0.40972867608070374,
-0.31918418407440186,
1.2902050018310547,
-0.8354222774505615,
-0.7065600752830505,
-0.6953532695770264,
0.5668946504592896,
-0.41237515211105347,
-0.3979596495628357,
0.986643373966217,
1.1877121925354004,
0.8354237079620361,
-0.3836921155452728,
1.2622003555297852,
-0.567078709602356,
0.5401888489723206,
-0.04942404851317406,
0.909416675567627,
-1.1309183835983276,
-0.3116055428981781,
-0.5120218396186829,
-0.5694369077682495,
-0.6394157409667969,
0.7150614857673645,
-0.5928977727890015,
-0.29981276392936707,
0.518147885799408,
0.9511588215827942,
0.05554382503032684,
0.5056778788566589,
0.2598894238471985,
-0.16520662605762482,
0.08043237775564194,
0.5177949666976929,
0.3493926227092743,
-0.723963737487793,
0.8444039821624756,
-0.9873597025871277,
0.17401854693889618,
-0.36770954728126526,
-0.963499128818512,
-0.836877703666687,
-0.8773377537727356,
-0.5218818783760071,
-0.3060050904750824,
-0.0016512448200955987,
1.002916932106018,
0.7673333883285522,
-1.0838321447372437,
-0.1903291940689087,
0.09561653435230255,
-0.011563636362552643,
-0.10258344560861588,
-0.19969001412391663,
1.0366922616958618,
0.22077658772468567,
-0.6425839066505432,
-0.146310493350029,
0.36614546179771423,
0.39837589859962463,
0.27377644181251526,
-0.28007397055625916,
-0.2757776379585266,
-0.0730523094534874,
0.2266472429037094,
0.7078939080238342,
-0.4744367301464081,
0.3156299293041229,
-0.22198356688022614,
-0.0808933824300766,
0.7207311391830444,
0.57785964012146,
-0.28238701820373535,
0.46867474913597107,
0.6575433611869812,
0.5448744297027588,
0.627880334854126,
0.24193012714385986,
0.04979676008224487,
-0.251639723777771,
0.4627983272075653,
-0.002063348889350891,
0.6215617060661316,
0.3162071704864502,
-0.6135662198066711,
0.8481793403625488,
0.2564355432987213,
-0.6387028098106384,
-0.8853479623794556,
-0.34744754433631897,
-1.3946285247802734,
-0.2702730894088745,
1.1017497777938843,
-0.33855023980140686,
-0.8544502854347229,
-0.05902790650725365,
-0.13616056740283966,
0.17018954455852509,
-0.8020814657211304,
0.4950885474681854,
0.32670849561691284,
-0.32722073793411255,
-0.10563720017671585,
-0.47134101390838623,
0.6515001654624939,
0.04224349558353424,
-1.0830415487289429,
0.07526932656764984,
0.34536537528038025,
0.34564074873924255,
0.5106254816055298,
0.7929295897483826,
-0.6773632168769836,
0.32311221957206726,
0.5286241173744202,
0.10912690311670303,
-0.3151732385158539,
-0.026095042005181313,
-0.1655433028936386,
0.33664965629577637,
-0.6195284724235535,
-0.2437192052602768
]
|
BangumiBase/kiminitodoke | BangumiBase | 2023-12-04T08:20:23Z | 0 | 0 | [
"size_categories:1K<n<10K",
"license:mit",
"art",
"region:us"
]
| null | 2023-12-04T05:16:29Z | ---
license: mit
tags:
- art
size_categories:
- 1K<n<10K
---
# Bangumi Image Base of Kimi Ni Todoke
This is the image base of bangumi Kimi ni Todoke, we detected 31 characters, 4387 images in total. The full dataset is [here](all.zip).
**Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability).
Here is the characters' preview:
| # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 |
|:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|
| 0 | 897 | [Download](0/dataset.zip) |  |  |  |  |  |  |  |  |
| 1 | 234 | [Download](1/dataset.zip) |  |  |  |  |  |  |  |  |
| 2 | 778 | [Download](2/dataset.zip) |  |  |  |  |  |  |  |  |
| 3 | 36 | [Download](3/dataset.zip) |  |  |  |  |  |  |  |  |
| 4 | 48 | [Download](4/dataset.zip) |  |  |  |  |  |  |  |  |
| 5 | 166 | [Download](5/dataset.zip) |  |  |  |  |  |  |  |  |
| 6 | 222 | [Download](6/dataset.zip) |  |  |  |  |  |  |  |  |
| 7 | 38 | [Download](7/dataset.zip) |  |  |  |  |  |  |  |  |
| 8 | 52 | [Download](8/dataset.zip) |  |  |  |  |  |  |  |  |
| 9 | 34 | [Download](9/dataset.zip) |  |  |  |  |  |  |  |  |
| 10 | 16 | [Download](10/dataset.zip) |  |  |  |  |  |  |  |  |
| 11 | 408 | [Download](11/dataset.zip) |  |  |  |  |  |  |  |  |
| 12 | 571 | [Download](12/dataset.zip) |  |  |  |  |  |  |  |  |
| 13 | 27 | [Download](13/dataset.zip) |  |  |  |  |  |  |  |  |
| 14 | 238 | [Download](14/dataset.zip) |  |  |  |  |  |  |  |  |
| 15 | 46 | [Download](15/dataset.zip) |  |  |  |  |  |  |  |  |
| 16 | 19 | [Download](16/dataset.zip) |  |  |  |  |  |  |  |  |
| 17 | 48 | [Download](17/dataset.zip) |  |  |  |  |  |  |  |  |
| 18 | 42 | [Download](18/dataset.zip) |  |  |  |  |  |  |  |  |
| 19 | 29 | [Download](19/dataset.zip) |  |  |  |  |  |  |  |  |
| 20 | 47 | [Download](20/dataset.zip) |  |  |  |  |  |  |  |  |
| 21 | 86 | [Download](21/dataset.zip) |  |  |  |  |  |  |  |  |
| 22 | 62 | [Download](22/dataset.zip) |  |  |  |  |  |  |  |  |
| 23 | 18 | [Download](23/dataset.zip) |  |  |  |  |  |  |  |  |
| 24 | 18 | [Download](24/dataset.zip) |  |  |  |  |  |  |  |  |
| 25 | 89 | [Download](25/dataset.zip) |  |  |  |  |  |  |  |  |
| 26 | 17 | [Download](26/dataset.zip) |  |  |  |  |  |  |  |  |
| 27 | 25 | [Download](27/dataset.zip) |  |  |  |  |  |  |  |  |
| 28 | 17 | [Download](28/dataset.zip) |  |  |  |  |  |  |  |  |
| 29 | 6 | [Download](29/dataset.zip) |  |  |  |  |  |  | N/A | N/A |
| noise | 53 | [Download](-1/dataset.zip) |  |  |  |  |  |  |  |  |
| [
-0.6955888867378235,
-0.11352697014808655,
0.1547069102525711,
0.20905591547489166,
-0.26792943477630615,
-0.05811639875173569,
-0.04131085053086281,
-0.3563843071460724,
0.6463767290115356,
0.52479088306427,
-0.9423889517784119,
-0.8710300326347351,
-0.6818475127220154,
0.5393733978271484,
0.030777275562286377,
0.6633726954460144,
0.12688900530338287,
-0.38868269324302673,
0.07196420431137085,
-0.0327124148607254,
-0.23310475051403046,
0.04372566565871239,
-0.35797610878944397,
-0.0721970871090889,
0.5793979167938232,
0.6274973154067993,
0.9396060705184937,
1.082516074180603,
0.7036437392234802,
0.4161003828048706,
-0.08659183979034424,
0.011761168949306011,
-0.42377495765686035,
-0.07590343803167343,
0.12427295744419098,
-0.283112108707428,
-0.6929948925971985,
-0.14473643898963928,
0.4750102758407593,
0.8306811451911926,
0.0856555625796318,
0.3908179998397827,
-0.047526996582746506,
1.5406419038772583,
-0.47372934222221375,
0.42910417914390564,
-0.20168936252593994,
0.16527341306209564,
-0.21193073689937592,
-0.012609828263521194,
0.16784179210662842,
-1.0538486242294312,
-0.08464974910020828,
-1.2540948390960693,
0.39185476303100586,
-0.09305961430072784,
1.6138200759887695,
0.3544597923755646,
-0.07739309221506119,
-0.27995726466178894,
-0.3591223359107971,
0.9235033392906189,
-0.805334210395813,
0.20282869040966034,
0.5128926634788513,
0.4140934348106384,
-0.1828739047050476,
-0.8173674941062927,
-0.9326521158218384,
0.4059716761112213,
-0.4434462785720825,
0.3350598216056824,
-0.45276641845703125,
-0.5410789251327515,
0.2161151021718979,
0.6829885840415955,
-0.7446611523628235,
-0.1589049994945526,
-0.6575848460197449,
-0.09991554170846939,
1.1637976169586182,
0.40042373538017273,
0.6734413504600525,
-0.5906501412391663,
-0.2958375811576843,
-0.3468611240386963,
-0.5440632104873657,
0.33048015832901,
0.7224380970001221,
0.22425183653831482,
-0.6588965654373169,
0.5476727485656738,
-0.321949303150177,
0.5848724246025085,
0.15721341967582703,
-0.38192200660705566,
0.8280277848243713,
-0.5666975975036621,
-0.21572519838809967,
-0.014244111254811287,
1.0442283153533936,
0.7951874136924744,
-0.28032270073890686,
0.36639976501464844,
-0.0029015853069722652,
-0.22371381521224976,
0.06213447079062462,
-0.9933465123176575,
-0.5635372400283813,
0.7121118307113647,
-0.8648485541343689,
-0.5196212530136108,
0.09282190352678299,
-1.5283578634262085,
-0.37913504242897034,
-0.10015808790922165,
-0.01655515655875206,
-0.5443602800369263,
-0.4621568024158478,
0.06987669318914413,
-0.24194712936878204,
0.47095051407814026,
0.2611638009548187,
-0.8220153450965881,
0.06775891035795212,
0.1274174451828003,
1.045257329940796,
0.06830935925245285,
-0.24915282428264618,
0.2258397340774536,
0.3336373269557953,
-0.7370346188545227,
1.0063625574111938,
-0.5017746686935425,
-0.8134085536003113,
-0.20176582038402557,
0.7882607579231262,
-0.12885281443595886,
-0.46645617485046387,
0.8279041051864624,
-0.18939395248889923,
0.24447448551654816,
-0.5689656138420105,
-0.13979892432689667,
-0.42434361577033997,
0.25159597396850586,
-0.9825546145439148,
1.3091058731079102,
0.6012012362480164,
-1.293428659439087,
0.3690301775932312,
-1.0260170698165894,
-0.2933994233608246,
-0.19687806069850922,
-0.4076403081417084,
-1.1292648315429688,
-0.6410691738128662,
0.6249173283576965,
0.652442991733551,
-0.3910696804523468,
-0.04907110705971718,
-0.2534197270870209,
-0.11704160273075104,
-0.31694984436035156,
0.23653152585029602,
1.2512907981872559,
0.5087413787841797,
-0.6132172346115112,
0.23421581089496613,
-1.1570526361465454,
0.14362011849880219,
0.7480528354644775,
-0.16035324335098267,
0.0554804690182209,
-0.4407772123813629,
-0.33029496669769287,
0.36916354298591614,
0.30693113803863525,
-0.5195048451423645,
0.5876897573471069,
-0.13166363537311554,
0.25710684061050415,
0.7128458023071289,
0.26920250058174133,
0.2974736988544464,
-1.0312553644180298,
0.7084295749664307,
0.427399218082428,
0.15462715923786163,
-0.46823421120643616,
-0.5937525629997253,
-0.686360239982605,
-0.7042417526245117,
-0.02312595769762993,
0.4649006426334381,
-0.5332733988761902,
0.862649142742157,
-0.6728485226631165,
-0.9428892135620117,
-0.3560520112514496,
-0.015968389809131622,
0.341641902923584,
0.5886437296867371,
0.25109419226646423,
-0.20653729140758514,
-0.8454504609107971,
-1.3121271133422852,
0.23769313097000122,
0.18447023630142212,
0.11755216121673584,
0.5436590313911438,
1.110708475112915,
-0.14419390261173248,
1.1434730291366577,
-0.9749001860618591,
-0.4967968761920929,
-0.4022713005542755,
-0.08524156361818314,
0.6419978737831116,
0.604867696762085,
1.1473851203918457,
-0.896873950958252,
-0.9552643299102783,
0.12735874950885773,
-1.1282216310501099,
0.031853221356868744,
-0.06825898587703705,
-0.05354680120944977,
-0.024997420608997345,
0.5751233100891113,
-0.41106608510017395,
0.9153555035591125,
0.5035393238067627,
-0.45826196670532227,
0.9605106115341187,
-0.43348249793052673,
0.5545400977134705,
-1.4863377809524536,
0.35395005345344543,
-0.08157218992710114,
0.07852447032928467,
-0.5186364650726318,
-0.3464144170284271,
0.0781811848282814,
-0.17880544066429138,
-0.5253939032554626,
0.5259429812431335,
-0.7453563809394836,
-0.11859488487243652,
0.09435837715864182,
-0.4642631709575653,
-0.026277240365743637,
0.5695400238037109,
-0.18457992374897003,
1.3644821643829346,
1.131393313407898,
-0.5055801272392273,
0.05700163170695305,
0.5622537732124329,
-0.6217032670974731,
0.6083509922027588,
-0.8023128509521484,
-0.1639021933078766,
-0.2978702187538147,
0.3989926874637604,
-1.2708326578140259,
-0.7314257025718689,
0.4452749490737915,
-0.5111986398696899,
0.4145374298095703,
-0.30739691853523254,
-0.47212088108062744,
-0.675180971622467,
-0.7766485214233398,
0.11699730157852173,
0.6685800552368164,
-0.37285172939300537,
0.6120144128799438,
0.32479146122932434,
-0.22376859188079834,
-0.602651834487915,
-0.6343856453895569,
-0.11647132784128189,
-0.08057558536529541,
-0.7486841082572937,
0.4344237148761749,
0.19073912501335144,
-0.21088582277297974,
0.3884753882884979,
0.21030843257904053,
0.041533540934324265,
-0.27480602264404297,
0.7592074275016785,
0.14340081810951233,
-0.2807440161705017,
-0.6977461576461792,
-0.2862088680267334,
-0.174139142036438,
-0.40796470642089844,
-0.15011201798915863,
0.8934983611106873,
-0.3587586283683777,
-0.16649629175662994,
-0.7733490467071533,
0.3759552538394928,
0.7904422879219055,
-0.10782167315483093,
1.0374265909194946,
0.8338190317153931,
-0.1544422060251236,
0.2071847766637802,
-0.23933477699756622,
-0.0766286626458168,
-0.5663926005363464,
0.13678330183029175,
-0.22026701271533966,
-0.6993578672409058,
1.026301622390747,
-0.11237316578626633,
0.192750945687294,
1.0331701040267944,
0.2988870441913605,
-0.3960322439670563,
0.8791890144348145,
0.3543550670146942,
-0.05831532180309296,
0.3492128551006317,
-1.1613702774047852,
0.021413223817944527,
-0.7281171679496765,
-0.6458703279495239,
-0.612234354019165,
-0.4987584054470062,
-0.6198830008506775,
-0.5784156322479248,
0.3963482677936554,
0.18236711621284485,
-0.7440454363822937,
0.3688572645187378,
-0.9925916194915771,
0.5600231885910034,
0.42513948678970337,
0.4582691192626953,
0.024059493094682693,
-0.016220159828662872,
-0.1781860738992691,
-0.20146088302135468,
-0.600383996963501,
-0.40539994835853577,
1.5023400783538818,
-0.09242784976959229,
0.4477653205394745,
0.18741624057292938,
0.7931570410728455,
0.5096508264541626,
-0.13239510357379913,
-0.07791223376989365,
0.7124888300895691,
-0.09751761704683304,
-0.9377899765968323,
-0.4804810583591461,
-0.29631948471069336,
-1.5163034200668335,
0.18387795984745026,
-0.2388085573911667,
-1.203694224357605,
0.7583650350570679,
0.01774883083999157,
-0.35165509581565857,
0.9512245059013367,
-0.884661078453064,
0.9057696461677551,
-0.02530193328857422,
-0.506089985370636,
0.2116261124610901,
-1.1317230463027954,
0.4418742060661316,
0.1781093180179596,
0.5642330646514893,
-0.4150102138519287,
-0.24670590460300446,
0.9477444887161255,
-0.9559463262557983,
0.8075577616691589,
-0.134280264377594,
0.18682122230529785,
0.5627542734146118,
-0.042158886790275574,
0.8563820123672485,
-0.2129388004541397,
-0.3231772780418396,
0.28034430742263794,
-0.21408860385417938,
-0.8875670433044434,
-0.4979296326637268,
0.8876346945762634,
-1.0960066318511963,
-0.6398931741714478,
-0.7175444960594177,
-0.43506795167922974,
0.14070011675357819,
0.6539899706840515,
0.5208065509796143,
0.1410069465637207,
0.3621847331523895,
0.38653022050857544,
0.7982199192047119,
-0.36053118109703064,
0.729664146900177,
0.07963555306196213,
-0.05738469213247299,
-0.895977258682251,
1.0575780868530273,
0.06803790479898453,
0.1095440462231636,
-0.14827963709831238,
0.3883383870124817,
-0.2706361711025238,
-0.5169562101364136,
-0.5990517735481262,
0.304530531167984,
-0.6709830164909363,
-0.2844882309436798,
-0.7862578630447388,
-0.06078459322452545,
-0.6041597723960876,
-0.8774324655532837,
-0.5848594903945923,
-0.47976526618003845,
-0.5372560024261475,
0.05270906537771225,
0.592018723487854,
0.9152787923812866,
-0.3410341441631317,
0.19839447736740112,
-0.7752259969711304,
0.4108717441558838,
0.11803995817899704,
0.49475356936454773,
0.06106171756982803,
-0.45181959867477417,
0.04944349452853203,
-0.24735425412654877,
-0.4683847427368164,
-0.8545157313346863,
0.8437362909317017,
0.1402393877506256,
0.3876352608203888,
0.33010005950927734,
-0.08130005747079849,
1.097226619720459,
-0.016759617254137993,
1.3600207567214966,
0.5561464428901672,
-0.4282979369163513,
0.6707581281661987,
-1.1030265092849731,
0.6828523874282837,
0.912369966506958,
0.8341252207756042,
-0.2312787026166916,
-0.04904920980334282,
-0.8012365102767944,
-1.1539201736450195,
0.780305027961731,
0.3947831094264984,
-0.30999448895454407,
0.29612064361572266,
0.22641603648662567,
0.14211994409561157,
0.18789830803871155,
-0.5787941813468933,
-1.0550298690795898,
-0.4039233922958374,
-0.14322715997695923,
0.09294362366199493,
0.16355611383914948,
-0.08287503570318222,
-0.790156900882721,
0.7468100190162659,
0.11714427173137665,
0.3961455225944519,
0.5154711604118347,
0.3153769075870514,
-0.31529027223587036,
0.17750343680381775,
0.5646902322769165,
0.7031311988830566,
-0.3391907215118408,
-0.30270513892173767,
-0.2948485016822815,
-0.9858392477035522,
0.3390233814716339,
-0.04571753740310669,
-0.5583165884017944,
0.08319678157567978,
0.105887770652771,
0.3619082570075989,
0.24544085562229156,
-0.302403062582016,
0.5243274569511414,
-0.19416369497776031,
-0.8389730453491211,
-0.3692084550857544,
-0.053953781723976135,
0.15442022681236267,
0.22388072311878204,
0.6907239556312561,
0.11682983487844467,
-0.17194050550460815,
-0.6756657958030701,
0.32323405146598816,
0.09394542127847672,
-0.4169657826423645,
-0.1433793306350708,
0.8275270462036133,
-0.2984755039215088,
0.2106122225522995,
0.5642465353012085,
-0.5135524868965149,
-0.7316763997077942,
1.1318004131317139,
0.32367366552352905,
0.7879679203033447,
0.03475538641214371,
0.312236487865448,
1.2888078689575195,
0.3582014739513397,
-0.03303471952676773,
0.7531459331512451,
0.342612624168396,
-0.18030467629432678,
0.15266086161136627,
-0.6499304175376892,
-0.19982773065567017,
0.49560436606407166,
-0.4784606993198395,
0.5277848243713379,
-0.5929575562477112,
-0.11540331691503525,
0.2740527391433716,
0.2723352611064911,
-0.8345230221748352,
0.33136892318725586,
-0.1287749856710434,
0.6998339891433716,
-0.8625212907791138,
0.6440188884735107,
0.7896577715873718,
-0.8258158564567566,
-1.204872965812683,
-0.14736315608024597,
0.11132299154996872,
-0.5445544719696045,
0.7761803269386292,
0.05024922639131546,
0.12744899094104767,
-0.049642883241176605,
-0.7061092257499695,
-1.297155737876892,
1.5924078226089478,
0.18552899360656738,
-0.49114224314689636,
0.17062334716320038,
0.13692250847816467,
0.409085214138031,
-0.3701325058937073,
0.40173158049583435,
0.6676767468452454,
0.7835831642150879,
0.32689931988716125,
-0.8486361503601074,
0.2991447150707245,
-0.8247289657592773,
-0.0826958641409874,
0.37126368284225464,
-1.21392023563385,
1.0459972620010376,
-0.42212778329849243,
-0.14841771125793457,
-0.19988250732421875,
0.732072651386261,
0.4929375648498535,
0.23801954090595245,
0.656305193901062,
1.0313925743103027,
0.7098821997642517,
-0.3417713940143585,
1.2973759174346924,
-0.2784924805164337,
0.48277002573013306,
1.0287139415740967,
-0.029108082875609398,
0.4671771824359894,
0.2282007336616516,
-0.6952815651893616,
0.6168954968452454,
0.9742662906646729,
-0.3712809681892395,
0.767831027507782,
-0.12283062934875488,
-0.02788454294204712,
-0.11627735942602158,
-0.2049296647310257,
-0.8953530788421631,
-0.06113256514072418,
0.31815916299819946,
-0.4719124734401703,
-0.25844162702560425,
-0.16182968020439148,
0.008592822588980198,
0.06360737979412079,
-0.47257328033447266,
0.6158520579338074,
-0.2605063319206238,
-0.16001808643341064,
0.8868017196655273,
-0.6178295016288757,
0.7950774431228638,
-0.76572585105896,
-0.06804844737052917,
-0.08839292824268341,
-0.1425817608833313,
-0.902004063129425,
-1.338029146194458,
0.346215158700943,
-0.10216343402862549,
-0.3339911699295044,
0.0047941794618964195,
0.5281929969787598,
-0.03762282058596611,
-0.7622620463371277,
-0.0796724259853363,
0.021427199244499207,
0.3455978035926819,
0.5293415784835815,
-1.0859812498092651,
0.18580684065818787,
0.3873649835586548,
-0.4890846610069275,
0.3650287389755249,
0.3443436920642853,
0.06935227662324905,
0.7744125127792358,
1.1702402830123901,
0.16054610908031464,
0.4445807635784149,
-0.30734729766845703,
1.294721007347107,
-0.8154553174972534,
-0.7154114842414856,
-0.6635681986808777,
0.6127790808677673,
-0.45944932103157043,
-0.40339264273643494,
0.9717767238616943,
1.1933916807174683,
0.8538405895233154,
-0.3846619725227356,
1.2600452899932861,
-0.5857868790626526,
0.5615812540054321,
-0.08819634467363358,
0.9237644076347351,
-1.1281254291534424,
-0.26985472440719604,
-0.5213505625724792,
-0.586896538734436,
-0.6263702511787415,
0.7016270756721497,
-0.568512499332428,
-0.2736167311668396,
0.49395066499710083,
0.9365048408508301,
0.05150923505425453,
0.4644867181777954,
0.24399513006210327,
-0.1540919840335846,
0.11402828246355057,
0.49484312534332275,
0.35336834192276,
-0.746447741985321,
0.8029065728187561,
-1.0312254428863525,
0.19167833030223846,
-0.3645535111427307,
-1.0029293298721313,
-0.8446696996688843,
-0.9071187376976013,
-0.5419464707374573,
-0.3074582815170288,
-0.01827504299581051,
0.9763402938842773,
0.7916612029075623,
-1.0729408264160156,
-0.15735454857349396,
0.08740124851465225,
-0.014211932197213173,
-0.08116751164197922,
-0.2086011916399002,
1.0614184141159058,
0.273112028837204,
-0.6531648635864258,
-0.11728352308273315,
0.3990629315376282,
0.4147445857524872,
0.29507818818092346,
-0.31314313411712646,
-0.30852198600769043,
-0.12582261860370636,
0.23443599045276642,
0.7140023112297058,
-0.5097981691360474,
0.32254117727279663,
-0.24118192493915558,
-0.052747901529073715,
0.7171741724014282,
0.5947723984718323,
-0.27167758345603943,
0.5036013126373291,
0.6225001811981201,
0.5511510968208313,
0.6130931973457336,
0.24149030447006226,
0.02296755090355873,
-0.29206719994544983,
0.48988139629364014,
0.048175159841775894,
0.5928943753242493,
0.32322975993156433,
-0.6082143783569336,
0.8288719654083252,
0.22951820492744446,
-0.6583376526832581,
-0.8960660099983215,
-0.35010507702827454,
-1.4284460544586182,
-0.25018349289894104,
1.0578449964523315,
-0.3176642060279846,
-0.8088687062263489,
-0.09886633604764938,
-0.14303429424762726,
0.16199010610580444,
-0.7761120796203613,
0.5215380787849426,
0.3439231514930725,
-0.3039241433143616,
-0.11648097634315491,
-0.5150529742240906,
0.6773090362548828,
0.01009951252490282,
-1.1217727661132812,
0.06664655357599258,
0.3086968660354614,
0.32159847021102905,
0.5309988260269165,
0.7533096671104431,
-0.6526851654052734,
0.3251935541629791,
0.48860469460487366,
0.08149133622646332,
-0.3042912483215332,
-0.043228622525930405,
-0.1305321902036667,
0.3493894636631012,
-0.6229691505432129,
-0.2740945518016815
]
|
BangumiBase/efatale | BangumiBase | 2023-12-04T06:58:35Z | 0 | 0 | [
"size_categories:1K<n<10K",
"license:mit",
"art",
"region:us"
]
| null | 2023-12-04T05:17:05Z | ---
license: mit
tags:
- art
size_categories:
- 1K<n<10K
---
# Bangumi Image Base of Ef - A Tale
This is the image base of bangumi Ef - A Tale, we detected 21 characters, 2004 images in total. The full dataset is [here](all.zip).
**Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability).
Here is the characters' preview:
| # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 |
|:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|
| 0 | 101 | [Download](0/dataset.zip) |  |  |  |  |  |  |  |  |
| 1 | 52 | [Download](1/dataset.zip) |  |  |  |  |  |  |  |  |
| 2 | 127 | [Download](2/dataset.zip) |  |  |  |  |  |  |  |  |
| 3 | 252 | [Download](3/dataset.zip) |  |  |  |  |  |  |  |  |
| 4 | 157 | [Download](4/dataset.zip) |  |  |  |  |  |  |  |  |
| 5 | 193 | [Download](5/dataset.zip) |  |  |  |  |  |  |  |  |
| 6 | 53 | [Download](6/dataset.zip) |  |  |  |  |  |  |  |  |
| 7 | 81 | [Download](7/dataset.zip) |  |  |  |  |  |  |  |  |
| 8 | 21 | [Download](8/dataset.zip) |  |  |  |  |  |  |  |  |
| 9 | 15 | [Download](9/dataset.zip) |  |  |  |  |  |  |  |  |
| 10 | 323 | [Download](10/dataset.zip) |  |  |  |  |  |  |  |  |
| 11 | 103 | [Download](11/dataset.zip) |  |  |  |  |  |  |  |  |
| 12 | 11 | [Download](12/dataset.zip) |  |  |  |  |  |  |  |  |
| 13 | 24 | [Download](13/dataset.zip) |  |  |  |  |  |  |  |  |
| 14 | 10 | [Download](14/dataset.zip) |  |  |  |  |  |  |  |  |
| 15 | 24 | [Download](15/dataset.zip) |  |  |  |  |  |  |  |  |
| 16 | 76 | [Download](16/dataset.zip) |  |  |  |  |  |  |  |  |
| 17 | 44 | [Download](17/dataset.zip) |  |  |  |  |  |  |  |  |
| 18 | 155 | [Download](18/dataset.zip) |  |  |  |  |  |  |  |  |
| 19 | 27 | [Download](19/dataset.zip) |  |  |  |  |  |  |  |  |
| noise | 155 | [Download](-1/dataset.zip) |  |  |  |  |  |  |  |  |
| [
-0.6989995837211609,
-0.2036558985710144,
0.1054675504565239,
0.228618785738945,
-0.24476157128810883,
-0.08993040770292282,
0.008957897312939167,
-0.4299907684326172,
0.6648526787757874,
0.521362841129303,
-0.9641361832618713,
-0.8471510410308838,
-0.6590211987495422,
0.5623686909675598,
-0.08115427196025848,
0.6370808482170105,
0.15875288844108582,
-0.4190788269042969,
0.088251993060112,
-0.008144824765622616,
-0.20204618573188782,
0.026389524340629578,
-0.4100552201271057,
-0.08534855395555496,
0.5629109144210815,
0.5920620560646057,
0.9863259792327881,
1.1452571153640747,
0.7034381031990051,
0.41701897978782654,
-0.07541530579328537,
0.0259593203663826,
-0.44435858726501465,
-0.03464709222316742,
0.13914081454277039,
-0.25195467472076416,
-0.6582005023956299,
-0.17398515343666077,
0.4563198685646057,
0.8066694736480713,
0.01734040677547455,
0.37537291646003723,
-0.08205601572990417,
1.4763261079788208,
-0.4579779803752899,
0.43790140748023987,
-0.14984282851219177,
0.21645107865333557,
-0.20748324692249298,
-0.010851048864424229,
0.13314120471477509,
-1.0191935300827026,
-0.0616142712533474,
-1.2775927782058716,
0.40049290657043457,
0.01334427110850811,
1.667244791984558,
0.3342609107494354,
-0.11303138732910156,
-0.25778916478157043,
-0.38510289788246155,
0.9238095283508301,
-0.7344738245010376,
0.20770315825939178,
0.46270450949668884,
0.4053623676300049,
-0.1660214215517044,
-0.8772070407867432,
-0.8911002278327942,
0.4747302532196045,
-0.4607667326927185,
0.29026472568511963,
-0.5911172032356262,
-0.5243548154830933,
0.24029488861560822,
0.7049857974052429,
-0.6902860403060913,
-0.167022243142128,
-0.6407999992370605,
-0.18197001516819,
1.1046295166015625,
0.403751403093338,
0.6334457993507385,
-0.4993082582950592,
-0.3288840055465698,
-0.37167301774024963,
-0.6358233094215393,
0.3384828567504883,
0.7143288254737854,
0.1665557324886322,
-0.6064332127571106,
0.5150572061538696,
-0.26295006275177,
0.6089812517166138,
0.20078366994857788,
-0.3417872488498688,
0.8546820878982544,
-0.5600500106811523,
-0.2291199415922165,
0.014476425014436245,
1.0070581436157227,
0.7558344006538391,
-0.24204254150390625,
0.4074137210845947,
-0.08316247910261154,
-0.2693127989768982,
0.06621517986059189,
-1.0708328485488892,
-0.5320354104042053,
0.6785739064216614,
-0.9091472625732422,
-0.5393897891044617,
0.06703995913267136,
-1.478527307510376,
-0.4074475169181824,
-0.07606827467679977,
0.03609749674797058,
-0.5501387119293213,
-0.5426017045974731,
0.08025399595499039,
-0.225149467587471,
0.5132250189781189,
0.2923966646194458,
-0.8756129741668701,
0.0978950783610344,
0.132643461227417,
1.0270363092422485,
0.09520011395215988,
-0.28088629245758057,
0.21982067823410034,
0.3149721622467041,
-0.762510359287262,
1.0574405193328857,
-0.5117166042327881,
-0.8190589547157288,
-0.16332688927650452,
0.7610620856285095,
-0.10281293839216232,
-0.4573499858379364,
0.8499101996421814,
-0.17240647971630096,
0.21618138253688812,
-0.5707562565803528,
-0.14788751304149628,
-0.4740135967731476,
0.2026514858007431,
-0.9917752146720886,
1.2806451320648193,
0.5792659521102905,
-1.2830476760864258,
0.3675098419189453,
-0.9768273234367371,
-0.2945738434791565,
-0.2731993496417999,
-0.43334686756134033,
-1.1337276697158813,
-0.6596802473068237,
0.6495649218559265,
0.6309204697608948,
-0.4449796974658966,
-0.09219056367874146,
-0.23642507195472717,
-0.19858987629413605,
-0.3079891502857208,
0.1685665100812912,
1.2820624113082886,
0.5287731289863586,
-0.608833909034729,
0.2072926014661789,
-1.1148319244384766,
0.0924510657787323,
0.7546586990356445,
-0.08355638384819031,
0.09463383257389069,
-0.4398559629917145,
-0.3089926242828369,
0.37145906686782837,
0.29486969113349915,
-0.5065674781799316,
0.5095236301422119,
-0.18890023231506348,
0.22631125152111053,
0.7140285968780518,
0.27991145849227905,
0.2571665346622467,
-1.0724828243255615,
0.7528891563415527,
0.5147815942764282,
0.12697277963161469,
-0.5861122608184814,
-0.5625321865081787,
-0.7310293912887573,
-0.7069393396377563,
-0.03380821272730827,
0.4595596194267273,
-0.4882417619228363,
0.8169527053833008,
-0.6002535223960876,
-0.9199249744415283,
-0.35660767555236816,
-0.07325183600187302,
0.355751097202301,
0.5617160797119141,
0.25791382789611816,
-0.20943614840507507,
-0.8640842437744141,
-1.332223892211914,
0.23067162930965424,
0.1308864951133728,
0.14451105892658234,
0.5153619647026062,
1.0713610649108887,
-0.0761272981762886,
1.1690242290496826,
-0.97771155834198,
-0.5190237164497375,
-0.3451218605041504,
-0.09387925267219543,
0.6565393805503845,
0.5941280722618103,
1.1795811653137207,
-0.878158688545227,
-0.8855292797088623,
0.11349402368068695,
-1.1209821701049805,
0.019645074382424355,
-0.041519809514284134,
-0.06944529712200165,
-0.008635823614895344,
0.603727400302887,
-0.39663946628570557,
0.8755747079849243,
0.46962231397628784,
-0.5200116634368896,
0.9939059019088745,
-0.3972466289997101,
0.5423428416252136,
-1.4254173040390015,
0.33254873752593994,
-0.05830751359462738,
0.09855145215988159,
-0.5134735107421875,
-0.36391574144363403,
0.05463702976703644,
-0.15644074976444244,
-0.5631237030029297,
0.5151827335357666,
-0.7630091309547424,
-0.12997153401374817,
0.15152432024478912,
-0.5391031503677368,
-0.02261279709637165,
0.5485683679580688,
-0.15428154170513153,
1.3248770236968994,
1.1737638711929321,
-0.46064189076423645,
0.10123348981142044,
0.5703337788581848,
-0.5418558120727539,
0.623284637928009,
-0.8124966621398926,
-0.1785951852798462,
-0.2926153838634491,
0.38050413131713867,
-1.2052063941955566,
-0.6618412137031555,
0.455280065536499,
-0.50340735912323,
0.45224177837371826,
-0.2556889057159424,
-0.4837437570095062,
-0.6440684199333191,
-0.7476056218147278,
0.08047381043434143,
0.6491808891296387,
-0.37320083379745483,
0.6756971478462219,
0.3107748329639435,
-0.20011936128139496,
-0.6645499467849731,
-0.68089359998703,
-0.14227105677127838,
-0.09376135468482971,
-0.8407663106918335,
0.46067553758621216,
0.22939886152744293,
-0.21119947731494904,
0.4187992513179779,
0.20348575711250305,
0.05173872783780098,
-0.26451990008354187,
0.7237284183502197,
0.10061066597700119,
-0.3648408353328705,
-0.6581279039382935,
-0.2186015099287033,
-0.16828270256519318,
-0.3350686728954315,
-0.14507004618644714,
0.8282091021537781,
-0.39476338028907776,
-0.20467929542064667,
-0.682799756526947,
0.35318315029144287,
0.7604721188545227,
-0.15799368917942047,
1.016039490699768,
0.8669202923774719,
-0.23432715237140656,
0.15645314753055573,
-0.25256258249282837,
-0.09949199110269547,
-0.5751659870147705,
0.16562023758888245,
-0.23846976459026337,
-0.7019253969192505,
1.053787112236023,
-0.09694743901491165,
0.25112876296043396,
1.0498974323272705,
0.2722374498844147,
-0.31042367219924927,
0.9087158441543579,
0.3803746998310089,
-0.004948364105075598,
0.35988426208496094,
-1.1006861925125122,
0.0125468410551548,
-0.6257058382034302,
-0.6068612337112427,
-0.6253787875175476,
-0.45364826917648315,
-0.6002118587493896,
-0.4957336485385895,
0.3984679579734802,
0.1560714989900589,
-0.7820387482643127,
0.3459561765193939,
-0.9564754962921143,
0.5595237612724304,
0.38058191537857056,
0.4284326732158661,
0.0936141386628151,
0.03590363264083862,
-0.19525465369224548,
-0.1784973293542862,
-0.6008791923522949,
-0.35730481147766113,
1.4854109287261963,
-0.020522264763712883,
0.4544092118740082,
0.2364027500152588,
0.8239603042602539,
0.5033324956893921,
-0.14943812787532806,
-0.0984034612774849,
0.6582815647125244,
-0.1021864265203476,
-0.9588156938552856,
-0.5081309080123901,
-0.26546064019203186,
-1.5050299167633057,
0.2800337076187134,
-0.29822081327438354,
-1.1725045442581177,
0.8016458749771118,
0.0374174639582634,
-0.4033280909061432,
0.8761379718780518,
-0.9073874950408936,
0.9432501196861267,
0.032718513160943985,
-0.5301098823547363,
0.15640661120414734,
-1.0857888460159302,
0.45604246854782104,
0.15346115827560425,
0.5738623142242432,
-0.3740997314453125,
-0.2595442235469818,
0.9405969381332397,
-0.9251319169998169,
0.8062458634376526,
-0.09517979621887207,
0.18746177852153778,
0.6093600392341614,
0.0027168388478457928,
0.850703239440918,
-0.23955616354942322,
-0.3450835049152374,
0.2205268144607544,
-0.1515987366437912,
-0.8684573173522949,
-0.45530346035957336,
0.8407254219055176,
-1.091278314590454,
-0.6848084926605225,
-0.7790609002113342,
-0.35690736770629883,
0.13434240221977234,
0.6333767771720886,
0.49318748712539673,
0.2307034581899643,
0.2798318862915039,
0.4337061941623688,
0.8423869013786316,
-0.3518999218940735,
0.7469664216041565,
0.13820545375347137,
-0.1582244336605072,
-0.7849510908126831,
1.0402584075927734,
0.06541727483272552,
0.06456569582223892,
-0.15937675535678864,
0.38833627104759216,
-0.29352813959121704,
-0.4873396158218384,
-0.6372197866439819,
0.26964443922042847,
-0.7183318138122559,
-0.31121546030044556,
-0.8208914399147034,
-0.10211307555437088,
-0.5713528990745544,
-0.8551381230354309,
-0.5616559386253357,
-0.46287524700164795,
-0.5822765231132507,
-0.0006467014900408685,
0.623601496219635,
0.9111219048500061,
-0.35902419686317444,
0.15614907443523407,
-0.7944651246070862,
0.33508703112602234,
0.0849909856915474,
0.44720008969306946,
0.09267685562372208,
-0.47164103388786316,
0.020136035978794098,
-0.2708226144313812,
-0.5269440412521362,
-0.9014959931373596,
0.860390305519104,
0.20879948139190674,
0.4031400978565216,
0.3672003149986267,
-0.0664321556687355,
1.0282622575759888,
0.012825380079448223,
1.2961825132369995,
0.5781852602958679,
-0.46200913190841675,
0.6059420704841614,
-1.1184301376342773,
0.641791582107544,
0.8136608600616455,
0.780893862247467,
-0.2516835927963257,
-0.07919242233037949,
-0.8168269395828247,
-1.1558696031570435,
0.8271012902259827,
0.3997611105442047,
-0.29517000913619995,
0.2769108712673187,
0.1524142026901245,
0.12439455091953278,
0.19083890318870544,
-0.5357627868652344,
-1.1158051490783691,
-0.43695828318595886,
-0.12453676760196686,
0.12640182673931122,
0.18077825009822845,
-0.06930816173553467,
-0.7534716129302979,
0.7311882376670837,
0.12178513407707214,
0.398457407951355,
0.5144162774085999,
0.2904064655303955,
-0.40227699279785156,
0.14768914878368378,
0.4744596481323242,
0.7405803203582764,
-0.3213513195514679,
-0.28235575556755066,
-0.2546355426311493,
-0.9858723878860474,
0.3442530632019043,
0.01796119473874569,
-0.5426662564277649,
0.07873693108558655,
0.11129431426525116,
0.36301150918006897,
0.28849485516548157,
-0.2763614058494568,
0.5842213034629822,
-0.2165861427783966,
-0.8120072484016418,
-0.4092191457748413,
-0.05918930098414421,
0.17105573415756226,
0.20957675576210022,
0.7500814199447632,
0.12904997169971466,
-0.11673083156347275,
-0.6598862409591675,
0.3675665557384491,
0.009584346786141396,
-0.43097734451293945,
-0.11681211739778519,
0.7872828245162964,
-0.2345493584871292,
0.26590749621391296,
0.5609581470489502,
-0.5201857089996338,
-0.7063125967979431,
1.1855485439300537,
0.37409287691116333,
0.762406051158905,
0.008246633224189281,
0.32451513409614563,
1.2718955278396606,
0.4011591970920563,
-0.08156543970108032,
0.6949367523193359,
0.4174862205982208,
-0.253732830286026,
0.14749598503112793,
-0.6736299395561218,
-0.20948462188243866,
0.41656720638275146,
-0.4666331112384796,
0.6230999231338501,
-0.5885607004165649,
-0.07429146021604538,
0.3057233691215515,
0.26230669021606445,
-0.871867835521698,
0.37340372800827026,
-0.12224506586790085,
0.7114030718803406,
-0.8778032660484314,
0.6119692325592041,
0.7699218392372131,
-0.8810641169548035,
-1.2171661853790283,
-0.18163102865219116,
0.17842987179756165,
-0.5237528681755066,
0.7070759534835815,
0.09103161841630936,
0.07992099970579147,
0.04530210793018341,
-0.6621972322463989,
-1.330857276916504,
1.6156599521636963,
0.23165284097194672,
-0.5045633912086487,
0.163446843624115,
0.07871925085783005,
0.44184693694114685,
-0.4221498370170593,
0.46374547481536865,
0.7202967405319214,
0.7974833250045776,
0.34568384289741516,
-0.852692723274231,
0.34475424885749817,
-0.8076131343841553,
-0.15426960587501526,
0.35319235920906067,
-1.2163223028182983,
1.064202070236206,
-0.41582077741622925,
-0.18597902357578278,
-0.2645041346549988,
0.7931841611862183,
0.4611451029777527,
0.2186490297317505,
0.6926955580711365,
0.9495658278465271,
0.7267382740974426,
-0.3467976748943329,
1.285300374031067,
-0.3000431954860687,
0.47972801327705383,
0.9368700981140137,
0.01235553901642561,
0.44976377487182617,
0.197721466422081,
-0.7003312110900879,
0.6051516532897949,
1.0130064487457275,
-0.3793831467628479,
0.6886564493179321,
-0.09894643723964691,
-0.01656174287199974,
-0.16551223397254944,
-0.22701548039913177,
-0.9402963519096375,
-0.015128820203244686,
0.35937070846557617,
-0.5160343050956726,
-0.2524140775203705,
-0.24376699328422546,
0.023514151573181152,
0.05901654437184334,
-0.5003038048744202,
0.5638421773910522,
-0.1768764704465866,
-0.13421356678009033,
0.8513314127922058,
-0.5781624913215637,
0.7861941456794739,
-0.7443715929985046,
-0.09622830897569656,
-0.06979009509086609,
-0.14318513870239258,
-0.9101696014404297,
-1.3040187358856201,
0.38441696763038635,
-0.12928053736686707,
-0.2967264950275421,
-0.023753264918923378,
0.5639397501945496,
-0.03910136967897415,
-0.7743390202522278,
-0.04753243178129196,
0.13022977113723755,
0.31807130575180054,
0.5291146636009216,
-1.080353856086731,
0.17390359938144684,
0.3432285487651825,
-0.5554348826408386,
0.34471532702445984,
0.39783143997192383,
0.05404163897037506,
0.7517765164375305,
1.125230073928833,
0.09769701957702637,
0.38952332735061646,
-0.29766491055488586,
1.284841775894165,
-0.8244149088859558,
-0.7614378333091736,
-0.6425079107284546,
0.5439746379852295,
-0.4059829115867615,
-0.4559376537799835,
0.8968316316604614,
1.1712135076522827,
0.841576874256134,
-0.34727707505226135,
1.2208157777786255,
-0.5819424986839294,
0.5700036883354187,
-0.09955863654613495,
0.944682240486145,
-1.0877121686935425,
-0.23678164184093475,
-0.504883348941803,
-0.6097867488861084,
-0.5879058837890625,
0.7026329040527344,
-0.5032463669776917,
-0.22483296692371368,
0.5796429514884949,
0.9873959422111511,
0.06240148842334747,
0.5235203504562378,
0.2703185975551605,
-0.0947149470448494,
0.08800004422664642,
0.4794270694255829,
0.3946670591831207,
-0.7165662050247192,
0.8720852732658386,
-0.9996241331100464,
0.20103037357330322,
-0.3393467366695404,
-1.0207892656326294,
-0.8048200607299805,
-0.8937373161315918,
-0.510016679763794,
-0.36029744148254395,
0.041795890778303146,
1.043958067893982,
0.7639966607093811,
-1.0668416023254395,
-0.16289490461349487,
0.12540622055530548,
-0.0052365511655807495,
-0.1366829127073288,
-0.1967180371284485,
1.0588984489440918,
0.32348161935806274,
-0.6346719264984131,
-0.15170183777809143,
0.3301409184932709,
0.4128256142139435,
0.24521413445472717,
-0.28578293323516846,
-0.25562459230422974,
-0.07713522762060165,
0.19745203852653503,
0.6945463418960571,
-0.5028015971183777,
0.26882097125053406,
-0.19085542857646942,
-0.03777063265442848,
0.6681699752807617,
0.5782381296157837,
-0.2798895239830017,
0.48934251070022583,
0.6063647866249084,
0.5314105153083801,
0.6499882340431213,
0.21662092208862305,
0.09207843989133835,
-0.30727213621139526,
0.4590608775615692,
0.03677928447723389,
0.6286820769309998,
0.3347805142402649,
-0.6283727288246155,
0.8131973147392273,
0.22778379917144775,
-0.6025902628898621,
-0.8758063912391663,
-0.32382312417030334,
-1.3544178009033203,
-0.25475722551345825,
1.084937572479248,
-0.3574545681476593,
-0.8175561428070068,
-0.1328539103269577,
-0.1584116667509079,
0.15136435627937317,
-0.844727098941803,
0.4805850684642792,
0.4119613468647003,
-0.3122164309024811,
-0.13622254133224487,
-0.4519161283969879,
0.6872035264968872,
0.011208479292690754,
-1.0773919820785522,
0.07864492386579514,
0.3752431571483612,
0.2645435035228729,
0.4769500195980072,
0.7562179565429688,
-0.6727059483528137,
0.3954090178012848,
0.5610046982765198,
0.07245837152004242,
-0.37747839093208313,
-0.05053997039794922,
-0.19097456336021423,
0.3575079143047333,
-0.5904448628425598,
-0.19482938945293427
]
|
BangumiBase/kaichouwamaidsama | BangumiBase | 2023-12-04T07:11:45Z | 0 | 0 | [
"size_categories:1K<n<10K",
"license:mit",
"art",
"region:us"
]
| null | 2023-12-04T05:17:21Z | ---
license: mit
tags:
- art
size_categories:
- 1K<n<10K
---
# Bangumi Image Base of Kaichou Wa Maid-sama!
This is the image base of bangumi Kaichou wa Maid-sama!, we detected 47 characters, 3607 images in total. The full dataset is [here](all.zip).
**Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability).
Here is the characters' preview:
| # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 |
|:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|
| 0 | 60 | [Download](0/dataset.zip) |  |  |  |  |  |  |  |  |
| 1 | 46 | [Download](1/dataset.zip) |  |  |  |  |  |  |  |  |
| 2 | 6 | [Download](2/dataset.zip) |  |  |  |  |  |  | N/A | N/A |
| 3 | 423 | [Download](3/dataset.zip) |  |  |  |  |  |  |  |  |
| 4 | 55 | [Download](4/dataset.zip) |  |  |  |  |  |  |  |  |
| 5 | 144 | [Download](5/dataset.zip) |  |  |  |  |  |  |  |  |
| 6 | 68 | [Download](6/dataset.zip) |  |  |  |  |  |  |  |  |
| 7 | 9 | [Download](7/dataset.zip) |  |  |  |  |  |  |  |  |
| 8 | 204 | [Download](8/dataset.zip) |  |  |  |  |  |  |  |  |
| 9 | 124 | [Download](9/dataset.zip) |  |  |  |  |  |  |  |  |
| 10 | 106 | [Download](10/dataset.zip) |  |  |  |  |  |  |  |  |
| 11 | 34 | [Download](11/dataset.zip) |  |  |  |  |  |  |  |  |
| 12 | 66 | [Download](12/dataset.zip) |  |  |  |  |  |  |  |  |
| 13 | 78 | [Download](13/dataset.zip) |  |  |  |  |  |  |  |  |
| 14 | 40 | [Download](14/dataset.zip) |  |  |  |  |  |  |  |  |
| 15 | 70 | [Download](15/dataset.zip) |  |  |  |  |  |  |  |  |
| 16 | 55 | [Download](16/dataset.zip) |  |  |  |  |  |  |  |  |
| 17 | 32 | [Download](17/dataset.zip) |  |  |  |  |  |  |  |  |
| 18 | 70 | [Download](18/dataset.zip) |  |  |  |  |  |  |  |  |
| 19 | 854 | [Download](19/dataset.zip) |  |  |  |  |  |  |  |  |
| 20 | 64 | [Download](20/dataset.zip) |  |  |  |  |  |  |  |  |
| 21 | 50 | [Download](21/dataset.zip) |  |  |  |  |  |  |  |  |
| 22 | 27 | [Download](22/dataset.zip) |  |  |  |  |  |  |  |  |
| 23 | 106 | [Download](23/dataset.zip) |  |  |  |  |  |  |  |  |
| 24 | 134 | [Download](24/dataset.zip) |  |  |  |  |  |  |  |  |
| 25 | 24 | [Download](25/dataset.zip) |  |  |  |  |  |  |  |  |
| 26 | 26 | [Download](26/dataset.zip) |  |  |  |  |  |  |  |  |
| 27 | 22 | [Download](27/dataset.zip) |  |  |  |  |  |  |  |  |
| 28 | 31 | [Download](28/dataset.zip) |  |  |  |  |  |  |  |  |
| 29 | 24 | [Download](29/dataset.zip) |  |  |  |  |  |  |  |  |
| 30 | 28 | [Download](30/dataset.zip) |  |  |  |  |  |  |  |  |
| 31 | 35 | [Download](31/dataset.zip) |  |  |  |  |  |  |  |  |
| 32 | 37 | [Download](32/dataset.zip) |  |  |  |  |  |  |  |  |
| 33 | 10 | [Download](33/dataset.zip) |  |  |  |  |  |  |  |  |
| 34 | 20 | [Download](34/dataset.zip) |  |  |  |  |  |  |  |  |
| 35 | 13 | [Download](35/dataset.zip) |  |  |  |  |  |  |  |  |
| 36 | 19 | [Download](36/dataset.zip) |  |  |  |  |  |  |  |  |
| 37 | 56 | [Download](37/dataset.zip) |  |  |  |  |  |  |  |  |
| 38 | 9 | [Download](38/dataset.zip) |  |  |  |  |  |  |  |  |
| 39 | 104 | [Download](39/dataset.zip) |  |  |  |  |  |  |  |  |
| 40 | 10 | [Download](40/dataset.zip) |  |  |  |  |  |  |  |  |
| 41 | 41 | [Download](41/dataset.zip) |  |  |  |  |  |  |  |  |
| 42 | 9 | [Download](42/dataset.zip) |  |  |  |  |  |  |  |  |
| 43 | 5 | [Download](43/dataset.zip) |  |  |  |  |  | N/A | N/A | N/A |
| 44 | 7 | [Download](44/dataset.zip) |  |  |  |  |  |  |  | N/A |
| 45 | 12 | [Download](45/dataset.zip) |  |  |  |  |  |  |  |  |
| noise | 140 | [Download](-1/dataset.zip) |  |  |  |  |  |  |  |  |
| [
-0.6920532584190369,
-0.14940722286701202,
0.14385952055454254,
0.2357444316148758,
-0.31998923420906067,
-0.10222969204187393,
-0.01907326839864254,
-0.371011883020401,
0.6791918873786926,
0.5310184955596924,
-0.9450992345809937,
-0.8757640719413757,
-0.6988832354545593,
0.5491731762886047,
-0.02385670691728592,
0.6251481175422668,
0.14870058000087738,
-0.37110573053359985,
0.08435079455375671,
-0.02580622397363186,
-0.2504432201385498,
0.004244558978825808,
-0.42556923627853394,
-0.08548323065042496,
0.5567125082015991,
0.5868390798568726,
0.9975501298904419,
1.120485782623291,
0.6883781552314758,
0.40828731656074524,
-0.057252027094364166,
0.02492321841418743,
-0.40607884526252747,
-0.045353055000305176,
0.13334083557128906,
-0.31318920850753784,
-0.6623438596725464,
-0.17534540593624115,
0.4779318571090698,
0.7861238718032837,
0.016262151300907135,
0.42582666873931885,
-0.055325698107481,
1.520728588104248,
-0.4820172190666199,
0.47640225291252136,
-0.21969950199127197,
0.18524982035160065,
-0.2439512461423874,
-0.002781219780445099,
0.13271383941173553,
-1.0678871870040894,
-0.1429448276758194,
-1.2203552722930908,
0.4344315826892853,
-0.08763264119625092,
1.6284921169281006,
0.3694347143173218,
-0.1049303263425827,
-0.23990638554096222,
-0.38286834955215454,
0.8931260108947754,
-0.8026173114776611,
0.1598103791475296,
0.516994833946228,
0.42634451389312744,
-0.2030198574066162,
-0.8474326729774475,
-0.9363769292831421,
0.47528430819511414,
-0.4352770149707794,
0.31514257192611694,
-0.5525802373886108,
-0.5608706474304199,
0.19478297233581543,
0.6820271611213684,
-0.6958749294281006,
-0.17750315368175507,
-0.6730477809906006,
-0.07538685947656631,
1.1667444705963135,
0.43060681223869324,
0.6603879928588867,
-0.5298544764518738,
-0.30357030034065247,
-0.36452293395996094,
-0.5375415086746216,
0.3726370930671692,
0.6897310018539429,
0.23649699985980988,
-0.6144406199455261,
0.5184696316719055,
-0.2771598696708679,
0.5409656167030334,
0.14584742486476898,
-0.33959609270095825,
0.842331051826477,
-0.5478076934814453,
-0.22158342599868774,
-0.008913034573197365,
1.0498074293136597,
0.7516841888427734,
-0.2777627110481262,
0.4268326759338379,
-0.022405458614230156,
-0.18595997989177704,
0.10611868649721146,
-0.9982925057411194,
-0.5479759573936462,
0.6987764835357666,
-0.8827738165855408,
-0.5232567191123962,
0.07370384782552719,
-1.4539324045181274,
-0.37100791931152344,
-0.07557317614555359,
0.00770191615447402,
-0.5599984526634216,
-0.4597157835960388,
0.07516305893659592,
-0.25674137473106384,
0.4830631613731384,
0.29235637187957764,
-0.8435506820678711,
0.11619634181261063,
0.12198217213153839,
1.03071129322052,
0.07971976697444916,
-0.24704501032829285,
0.21595527231693268,
0.3118796944618225,
-0.7589887976646423,
1.0096356868743896,
-0.5034380555152893,
-0.8106763958930969,
-0.19568611681461334,
0.7876991629600525,
-0.13466987013816833,
-0.4528072476387024,
0.8265427350997925,
-0.17584766447544098,
0.17572197318077087,
-0.5602494478225708,
-0.13406041264533997,
-0.4327109456062317,
0.19191062450408936,
-1.0019053220748901,
1.3228517770767212,
0.5960605144500732,
-1.2705110311508179,
0.30579331517219543,
-0.9588831067085266,
-0.31165796518325806,
-0.22359849512577057,
-0.4126952886581421,
-1.1292221546173096,
-0.6556161642074585,
0.6630225777626038,
0.6325586438179016,
-0.4263037443161011,
-0.04352487251162529,
-0.22415319085121155,
-0.1580354869365692,
-0.3039208650588989,
0.16083581745624542,
1.285900592803955,
0.5051493644714355,
-0.5956291556358337,
0.247638538479805,
-1.1103334426879883,
0.10732471197843552,
0.7980992197990417,
-0.14521457254886627,
0.08554600924253464,
-0.4228706359863281,
-0.3578796982765198,
0.34325793385505676,
0.33798345923423767,
-0.5019849538803101,
0.5527576804161072,
-0.09391892701387405,
0.23994411528110504,
0.7488222122192383,
0.25863611698150635,
0.22114254534244537,
-1.051466464996338,
0.7693209648132324,
0.45579782128334045,
0.1996198296546936,
-0.5064497590065002,
-0.6098222732543945,
-0.7047794461250305,
-0.7192038893699646,
-0.030338840559124947,
0.4683622121810913,
-0.5296147465705872,
0.8517622351646423,
-0.6340805888175964,
-0.9707995057106018,
-0.40768203139305115,
-0.034769456833601,
0.3565989136695862,
0.5538184642791748,
0.29760125279426575,
-0.253268301486969,
-0.8399308323860168,
-1.3239854574203491,
0.26190710067749023,
0.16190946102142334,
0.13731642067432404,
0.5052447319030762,
1.06832754611969,
-0.15448400378227234,
1.1596037149429321,
-1.023327112197876,
-0.5209791660308838,
-0.3880237638950348,
-0.11077287048101425,
0.6538061499595642,
0.6012455224990845,
1.1399325132369995,
-0.8739815354347229,
-0.9026922583580017,
0.07276180386543274,
-1.1315792798995972,
0.06458614766597748,
-0.009227855131030083,
-0.07068227231502533,
-0.027443215250968933,
0.5812479257583618,
-0.44183456897735596,
0.8863486647605896,
0.4937209486961365,
-0.435359925031662,
1.0065234899520874,
-0.4214980900287628,
0.5006881952285767,
-1.4802536964416504,
0.3086497187614441,
-0.07158982008695602,
0.08777805417776108,
-0.499624639749527,
-0.30403321981430054,
0.07424447685480118,
-0.18835648894309998,
-0.5533445477485657,
0.5331717729568481,
-0.7283596992492676,
-0.1042344942688942,
0.1272224336862564,
-0.5002684593200684,
-0.03940901532769203,
0.5920891761779785,
-0.1904848963022232,
1.3412405252456665,
1.1483192443847656,
-0.4689810574054718,
0.09112772345542908,
0.6026749610900879,
-0.5432943105697632,
0.5421974062919617,
-0.7979535460472107,
-0.18552765250205994,
-0.33245524764060974,
0.47130247950553894,
-1.2598882913589478,
-0.6676626205444336,
0.44077789783477783,
-0.5323030352592468,
0.3653515875339508,
-0.2909478545188904,
-0.48028483986854553,
-0.6752742528915405,
-0.7881414294242859,
0.13016749918460846,
0.7137729525566101,
-0.3810722231864929,
0.6469777822494507,
0.33330443501472473,
-0.22890624403953552,
-0.6384085416793823,
-0.6130074262619019,
-0.1554604023694992,
-0.04298041760921478,
-0.7480313181877136,
0.3854367434978485,
0.24232447147369385,
-0.19998455047607422,
0.42090222239494324,
0.17048655450344086,
0.04392768442630768,
-0.2892608344554901,
0.7577290534973145,
0.14873215556144714,
-0.33939114212989807,
-0.685465931892395,
-0.2417163848876953,
-0.165176659822464,
-0.35843411087989807,
-0.11250227689743042,
0.9157923460006714,
-0.38706323504447937,
-0.17590545117855072,
-0.7333698272705078,
0.35674819350242615,
0.7647649645805359,
-0.17917253077030182,
1.0561580657958984,
0.8488345742225647,
-0.19458243250846863,
0.17429262399673462,
-0.23782332241535187,
-0.08212481439113617,
-0.5689569115638733,
0.1219068169593811,
-0.21733364462852478,
-0.6904803514480591,
1.0240862369537354,
-0.06031070649623871,
0.22283750772476196,
1.0634605884552002,
0.25742584466934204,
-0.36336788535118103,
0.8918737173080444,
0.33977675437927246,
-0.04786255955696106,
0.3377136290073395,
-1.140626311302185,
-0.012185496278107166,
-0.7002209424972534,
-0.6206668019294739,
-0.6446593999862671,
-0.4691311717033386,
-0.5950645804405212,
-0.5744103193283081,
0.40464192628860474,
0.14162515103816986,
-0.7465733885765076,
0.3851082921028137,
-0.967858076095581,
0.5410982370376587,
0.42548811435699463,
0.505590558052063,
0.033128004521131516,
-0.003367591416463256,
-0.16543754935264587,
-0.14713147282600403,
-0.6174320578575134,
-0.39357689023017883,
1.4913666248321533,
-0.0495179109275341,
0.4498518407344818,
0.2038714587688446,
0.8034729957580566,
0.5432192087173462,
-0.12251526117324829,
-0.07521232217550278,
0.7397404313087463,
-0.16460302472114563,
-0.9179560542106628,
-0.5415412187576294,
-0.2905975580215454,
-1.6091282367706299,
0.2695828974246979,
-0.2691982686519623,
-1.1671199798583984,
0.7404234409332275,
0.03353147953748703,
-0.3790775537490845,
0.9282340407371521,
-0.8702546954154968,
0.9180639982223511,
0.032618798315525055,
-0.4660463333129883,
0.16169285774230957,
-1.1231075525283813,
0.46837037801742554,
0.1711369752883911,
0.5669301152229309,
-0.4199863076210022,
-0.2315407544374466,
0.9236047863960266,
-0.9811714887619019,
0.825733482837677,
-0.10171708464622498,
0.168423131108284,
0.5955586433410645,
-0.026301857084035873,
0.864970862865448,
-0.2541952431201935,
-0.3437177240848541,
0.2938288450241089,
-0.18826107680797577,
-0.9111114740371704,
-0.4916553795337677,
0.8390942811965942,
-1.0963002443313599,
-0.7052850723266602,
-0.7475457191467285,
-0.39236509799957275,
0.14752420783042908,
0.62700355052948,
0.4888676404953003,
0.19101500511169434,
0.3646293580532074,
0.40097281336784363,
0.7927072644233704,
-0.3380124866962433,
0.7099379301071167,
0.11098561435937881,
-0.08707179874181747,
-0.8426861763000488,
1.0450117588043213,
0.07165591418743134,
0.08379907160997391,
-0.1529190093278885,
0.38598811626434326,
-0.2758468985557556,
-0.49087220430374146,
-0.6053352355957031,
0.2928554117679596,
-0.705072283744812,
-0.28164517879486084,
-0.7929188013076782,
-0.11931515485048294,
-0.597659707069397,
-0.8403366208076477,
-0.5660994052886963,
-0.4741421937942505,
-0.5303700566291809,
0.04216055944561958,
0.5892379879951477,
0.8786064982414246,
-0.31469354033470154,
0.1998448371887207,
-0.8384190797805786,
0.3968450725078583,
0.10756727308034897,
0.4575677216053009,
0.11989055573940277,
-0.4499398171901703,
0.05193667858839035,
-0.2628503441810608,
-0.49619436264038086,
-0.8738130331039429,
0.8462234139442444,
0.09957178682088852,
0.3715481162071228,
0.34357190132141113,
-0.054215170443058014,
1.08241605758667,
-0.030551128089427948,
1.3674689531326294,
0.5676416754722595,
-0.4374668300151825,
0.6587255001068115,
-1.0884945392608643,
0.6817584037780762,
0.8742906451225281,
0.8550654649734497,
-0.2235289067029953,
-0.09698314964771271,
-0.8639261722564697,
-1.201147198677063,
0.7898249626159668,
0.4102939963340759,
-0.27891308069229126,
0.25001367926597595,
0.1946035474538803,
0.14525778591632843,
0.1876530796289444,
-0.5471257567405701,
-1.077471375465393,
-0.3862370252609253,
-0.15734903514385223,
0.07128147035837173,
0.19013242423534393,
-0.05835064500570297,
-0.7660362720489502,
0.7814648151397705,
0.13095985352993011,
0.37352707982063293,
0.49173954129219055,
0.33569639921188354,
-0.34581637382507324,
0.1648547351360321,
0.48877638578414917,
0.6946662068367004,
-0.3190435469150543,
-0.2511744201183319,
-0.25717106461524963,
-1.0085710287094116,
0.3651421070098877,
-0.027758529409766197,
-0.5682144165039062,
0.10790742933750153,
0.11099769175052643,
0.3901411294937134,
0.24547629058361053,
-0.29198893904685974,
0.5360909700393677,
-0.2370801568031311,
-0.7602766156196594,
-0.429488867521286,
0.0034925343934446573,
0.1475163698196411,
0.21456056833267212,
0.7320141196250916,
0.12421074509620667,
-0.17496664822101593,
-0.7061042189598083,
0.33075135946273804,
0.09582381695508957,
-0.4078305959701538,
-0.09038706123828888,
0.82855623960495,
-0.30436739325523376,
0.20149531960487366,
0.5711807012557983,
-0.47788453102111816,
-0.6787963509559631,
1.1924070119857788,
0.3682580888271332,
0.7775788903236389,
-0.02218080312013626,
0.31508514285087585,
1.274633765220642,
0.38286542892456055,
-0.08704859763383865,
0.7189250588417053,
0.35925522446632385,
-0.23327584564685822,
0.20747947692871094,
-0.6826765537261963,
-0.2187839299440384,
0.4976748526096344,
-0.5157689452171326,
0.5490019917488098,
-0.5940067172050476,
-0.1549936980009079,
0.3127492070198059,
0.23470358550548553,
-0.823432207107544,
0.35858121514320374,
-0.1318431794643402,
0.7204533219337463,
-0.9035924673080444,
0.6365212798118591,
0.7788110971450806,
-0.8741106390953064,
-1.2327088117599487,
-0.12303925305604935,
0.11364158987998962,
-0.5773196220397949,
0.6906996369361877,
0.05034000054001808,
0.09080325812101364,
-0.012002762407064438,
-0.7028892040252686,
-1.3037467002868652,
1.5960625410079956,
0.22481761872768402,
-0.4629627466201782,
0.1637410819530487,
0.09239258617162704,
0.42620134353637695,
-0.3365081250667572,
0.43555012345314026,
0.6980269551277161,
0.7548202872276306,
0.31216809153556824,
-0.8367825150489807,
0.3517164885997772,
-0.8590895533561707,
-0.05987105146050453,
0.3723796308040619,
-1.253321647644043,
1.058164119720459,
-0.3853905200958252,
-0.1735459268093109,
-0.2310095578432083,
0.7873766422271729,
0.5031672120094299,
0.21928371489048004,
0.6583548188209534,
0.994059681892395,
0.71224445104599,
-0.32361409068107605,
1.3021973371505737,
-0.2481716126203537,
0.4397328794002533,
1.015428900718689,
-0.007153380662202835,
0.5108453631401062,
0.18397493660449982,
-0.7371280193328857,
0.6275690197944641,
0.9810994267463684,
-0.3954452574253082,
0.6850816011428833,
-0.10452782362699509,
-0.04650896415114403,
-0.12319841235876083,
-0.20369170606136322,
-0.9070820212364197,
-0.07388114184141159,
0.32410499453544617,
-0.46208322048187256,
-0.2581780254840851,
-0.21497492492198944,
0.025015411898493767,
0.06408591568470001,
-0.5005849003791809,
0.5683187246322632,
-0.1985590010881424,
-0.1809324324131012,
0.901512622833252,
-0.5604842305183411,
0.7795982360839844,
-0.7906833291053772,
-0.070207379758358,
-0.10398703813552856,
-0.1352320909500122,
-0.8977192640304565,
-1.364793062210083,
0.34791460633277893,
-0.118313267827034,
-0.3214784860610962,
0.02529332973062992,
0.5272640585899353,
-0.03070186823606491,
-0.7720256447792053,
-0.09587816148996353,
0.029333245009183884,
0.37610289454460144,
0.5254726409912109,
-1.04665207862854,
0.1785358190536499,
0.3621101379394531,
-0.48860377073287964,
0.36601582169532776,
0.3323036730289459,
0.018907247111201286,
0.8124479055404663,
1.1773865222930908,
0.12590335309505463,
0.42810362577438354,
-0.2771300971508026,
1.2649115324020386,
-0.8124788403511047,
-0.7313476800918579,
-0.6899522542953491,
0.5669775009155273,
-0.3897760212421417,
-0.41349849104881287,
0.9663019776344299,
1.1906895637512207,
0.8104901909828186,
-0.40501028299331665,
1.2517820596694946,
-0.5339789390563965,
0.4985048472881317,
-0.10211181640625,
0.9007211923599243,
-1.0898500680923462,
-0.302678644657135,
-0.510473370552063,
-0.580554723739624,
-0.60450279712677,
0.6817212104797363,
-0.5197043418884277,
-0.28164780139923096,
0.5212804079055786,
0.9253762364387512,
0.05030859261751175,
0.4934670031070709,
0.21248726546764374,
-0.14004500210285187,
0.09608116000890732,
0.49085256457328796,
0.34410715103149414,
-0.7227575182914734,
0.8132356405258179,
-0.9710608124732971,
0.17655932903289795,
-0.35266879200935364,
-0.9558413624763489,
-0.8234047293663025,
-0.9104147553443909,
-0.5049817562103271,
-0.3205110430717468,
0.024910608306527138,
1.0229735374450684,
0.7509124875068665,
-1.0504857301712036,
-0.18083056807518005,
0.12146947532892227,
-0.029482951387763023,
-0.15308547019958496,
-0.19805067777633667,
1.0895278453826904,
0.26126858592033386,
-0.6274535059928894,
-0.1171739473938942,
0.336344838142395,
0.4069707691669464,
0.2910686135292053,
-0.26986443996429443,
-0.27542757987976074,
-0.029658129438757896,
0.238365039229393,
0.7148863077163696,
-0.5100659728050232,
0.3402799367904663,
-0.2575044631958008,
-0.05719491466879845,
0.7054609060287476,
0.5400061011314392,
-0.28421521186828613,
0.455695778131485,
0.6036770939826965,
0.5520069599151611,
0.6506233811378479,
0.2974408268928528,
0.006735944654792547,
-0.312093585729599,
0.45949363708496094,
0.018998315557837486,
0.6202702522277832,
0.2997264564037323,
-0.6367951035499573,
0.8430826663970947,
0.22150030732154846,
-0.6021445393562317,
-0.8838820457458496,
-0.34619757533073425,
-1.4006258249282837,
-0.27310433983802795,
1.0772818326950073,
-0.32325127720832825,
-0.8326358795166016,
-0.06970791518688202,
-0.1563674658536911,
0.20430655777454376,
-0.8179312348365784,
0.5458698868751526,
0.35326215624809265,
-0.31738653779029846,
-0.11533376574516296,
-0.49443745613098145,
0.6414554715156555,
0.031524524092674255,
-1.1177427768707275,
0.07098612189292908,
0.3321840465068817,
0.3183687925338745,
0.4949489235877991,
0.8096972703933716,
-0.6633339524269104,
0.3560839593410492,
0.522077202796936,
0.1223527267575264,
-0.33048883080482483,
-0.037490587681531906,
-0.16048598289489746,
0.3503415286540985,
-0.6031650900840759,
-0.2876231074333191
]
|
sordonia/sni-10k-flat | sordonia | 2023-12-04T13:49:06Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T05:32:08Z | ---
dataset_info:
features:
- name: source
dtype: string
- name: target
dtype: string
- name: task_name
dtype: string
- name: task_source
dtype: string
- name: split
dtype: string
splits:
- name: train
num_bytes: 715867937
num_examples: 549506
download_size: 204866337
dataset_size: 715867937
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "sni-10k-flat"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.486976683139801,
-0.04992617294192314,
0.257104754447937,
0.3990502655506134,
-0.3265674114227295,
0.10557188093662262,
0.01956119015812874,
0.006386836525052786,
1.2241899967193604,
0.5954619646072388,
-0.8830797672271729,
-0.7548909187316895,
-0.6004268527030945,
-0.02634557895362377,
-0.3972598910331726,
1.505006194114685,
0.24892815947532654,
-0.04267432168126106,
-0.6059594750404358,
-0.048671968281269073,
-0.003820168785750866,
-0.40179044008255005,
-0.5183671712875366,
-0.3532591462135315,
0.9690133929252625,
0.7543066143989563,
0.0784883052110672,
0.7022066712379456,
0.9238914251327515,
0.25306281447410583,
-0.1620410531759262,
-0.4674786329269409,
-0.58347487449646,
0.13742396235466003,
0.0226592980325222,
-0.43977582454681396,
-1.2805922031402588,
0.02602997049689293,
0.7610695362091064,
0.7039117217063904,
-0.23829510807991028,
0.9385032653808594,
-0.3285890817642212,
0.9285518527030945,
-0.5001341104507446,
0.5538413524627686,
-0.1273512989282608,
-0.028703540563583374,
-0.892290472984314,
0.021171510219573975,
0.19364523887634277,
-0.6484849452972412,
-0.2536700963973999,
-0.9947398900985718,
0.005378244444727898,
-0.15679708123207092,
0.8644115924835205,
0.3156331479549408,
0.026633817702531815,
-0.15408851206302643,
-0.3808179199695587,
0.12679985165596008,
-0.37818583846092224,
0.22552180290222168,
0.501189112663269,
0.5736945271492004,
-0.029655439779162407,
-0.8193802833557129,
-0.17886704206466675,
0.13992175459861755,
0.11696279048919678,
0.35718709230422974,
0.1974884420633316,
-0.09607614576816559,
0.7711424231529236,
1.1096320152282715,
-0.27723002433776855,
-0.26201969385147095,
-0.8480485677719116,
-0.2675706744194031,
0.8896660208702087,
0.16370949149131775,
0.18026021122932434,
-0.16487529873847961,
-0.18156132102012634,
-0.14610062539577484,
-0.5089889764785767,
0.23460698127746582,
0.7085263729095459,
0.41035914421081543,
-1.147436261177063,
0.8343282341957092,
-0.4899980127811432,
0.23314067721366882,
0.23632533848285675,
0.5003368854522705,
0.5524559020996094,
-0.42681312561035156,
-0.2554377615451813,
0.09569171071052551,
0.23067688941955566,
0.45675015449523926,
0.03778952360153198,
0.002556965686380863,
-0.043284885585308075,
0.3227694630622864,
0.15042392909526825,
-1.15684175491333,
-0.9294345378875732,
0.2568970322608948,
-0.6128822565078735,
-0.5864783525466919,
0.24054773151874542,
-0.9065992832183838,
-0.524225115776062,
-0.15662279725074768,
0.038890156894922256,
0.27627283334732056,
-0.8139881491661072,
-0.139254629611969,
-0.5924270749092102,
0.33726465702056885,
0.19152536988258362,
-0.8176348209381104,
0.34207114577293396,
0.4454239010810852,
0.4898127019405365,
0.06319119036197662,
-0.11133404076099396,
-0.5947362184524536,
0.11614325642585754,
-0.0807902067899704,
1.1286802291870117,
-0.3572516143321991,
-0.21594582498073578,
-0.16272464394569397,
0.4108038544654846,
0.37574517726898193,
-0.13428275287151337,
0.45336923003196716,
-0.09728160500526428,
-0.04327781870961189,
-0.6248980164527893,
-0.48064568638801575,
0.08595189452171326,
0.4643309414386749,
-0.9849485754966736,
1.4100408554077148,
0.2593756914138794,
-0.6982508301734924,
0.48512041568756104,
-1.2232683897018433,
-0.067465640604496,
0.7971853017807007,
-0.14160354435443878,
-0.5113189220428467,
0.38353097438812256,
-0.22847327589988708,
0.578912615776062,
0.2018856406211853,
0.21703477203845978,
-0.7769544124603271,
-0.12875264883041382,
-0.15886163711547852,
0.29857945442199707,
0.9714967012405396,
0.23184430599212646,
0.3528451919555664,
0.31710541248321533,
-1.1734246015548706,
-0.1050918847322464,
0.22887587547302246,
-0.38700318336486816,
-0.45321905612945557,
-0.7383744716644287,
0.12093108892440796,
-0.21983537077903748,
0.557269275188446,
-0.8723025918006897,
0.7172830104827881,
-0.08400014042854309,
0.033729881048202515,
0.6413648128509521,
-0.23572300374507904,
0.6508838534355164,
-0.04501517862081528,
0.4096243381500244,
-0.17874464392662048,
0.5200739502906799,
0.04353617504239082,
-0.4548625946044922,
-0.674221396446228,
-0.010408302769064903,
0.7372303009033203,
0.3806093633174896,
-0.627791702747345,
0.4515978991985321,
-0.10065455734729767,
-0.6983925104141235,
-0.24538935720920563,
-0.010465186089277267,
0.13520577549934387,
0.2603558897972107,
0.09981539100408554,
-0.5791457891464233,
-0.7152344584465027,
-0.7511467933654785,
0.14812421798706055,
0.22664178907871246,
-0.11759166419506073,
0.27180808782577515,
0.7437107563018799,
-0.3500356078147888,
0.4499357342720032,
-0.6339918375015259,
-0.22843360900878906,
-0.0844467431306839,
-0.45530155301094055,
0.21823355555534363,
0.5071256160736084,
0.7100623846054077,
-0.5990821719169617,
-0.4055233597755432,
-0.3019729256629944,
-0.6022522449493408,
-0.09010190516710281,
0.4036881923675537,
-0.5854169130325317,
-0.1325272172689438,
0.4621031582355499,
-0.20873010158538818,
1.1779438257217407,
1.0532071590423584,
-0.7852157354354858,
0.23981612920761108,
-0.1194140687584877,
-0.08823831379413605,
-1.3937782049179077,
0.41924890875816345,
-0.22961407899856567,
-0.11144711077213287,
-0.7017912864685059,
0.2204740196466446,
0.28091371059417725,
-0.26267319917678833,
-0.24527160823345184,
0.5806716084480286,
-0.3278663754463196,
-0.3707130253314972,
0.0014513814821839333,
0.017873644828796387,
-0.03933997452259064,
0.2503555119037628,
0.08961597830057144,
0.42150503396987915,
0.7888346910476685,
-0.42052212357521057,
0.8712276220321655,
0.5601851344108582,
-0.024577150121331215,
0.9651333093643188,
-0.6778737902641296,
0.0772586241364479,
-0.10429205000400543,
0.3641735017299652,
-0.7263681292533875,
-0.7199538350105286,
0.4724082350730896,
-0.3209783434867859,
0.20353162288665771,
-0.42726439237594604,
-0.2639690935611725,
-0.5458461046218872,
-0.5694445967674255,
0.838373601436615,
0.018587535247206688,
-0.5085471868515015,
0.667425274848938,
0.6677616834640503,
-0.19777539372444153,
-0.022481251507997513,
-1.1071175336837769,
0.06673821806907654,
-0.20092801749706268,
-0.289844274520874,
0.40707677602767944,
-0.4829310178756714,
0.2281821072101593,
-0.21350720524787903,
0.12885534763336182,
0.10009922087192535,
-0.29757893085479736,
0.6943888664245605,
0.20970401167869568,
-0.07371225953102112,
0.08899165689945221,
-0.22976385056972504,
-0.8303868770599365,
-0.021653007715940475,
0.24075756967067719,
0.4828699827194214,
-0.35024142265319824,
0.09131355583667755,
-0.4924473166465759,
0.4499287009239197,
0.3285664916038513,
0.03422447293996811,
0.3373216688632965,
0.7385082244873047,
-0.6081974506378174,
0.08418960869312286,
-0.5811798572540283,
-0.2709861993789673,
-0.4571431875228882,
-0.019789250567555428,
-0.5157284736633301,
-0.5857053995132446,
0.978611946105957,
-0.2657775282859802,
-0.004171136766672134,
0.7621297836303711,
0.7138611674308777,
-0.1821410059928894,
0.5421087741851807,
0.8951913714408875,
-0.111992746591568,
0.4562230110168457,
-0.5678184628486633,
-0.15673266351222992,
-0.8865914940834045,
-0.666217029094696,
-0.5224794149398804,
-0.6844064593315125,
-0.8629961013793945,
-0.03342074900865555,
-0.07215757668018341,
0.08225595951080322,
-0.42085692286491394,
0.5245673060417175,
-0.8458214998245239,
0.37206098437309265,
0.7856156826019287,
0.0882505401968956,
0.03940855711698532,
-0.01547221653163433,
0.22307145595550537,
0.37406447529792786,
-0.8157660961151123,
-0.05333765596151352,
1.2704027891159058,
0.5629321336746216,
0.881668746471405,
0.026669025421142578,
0.9745692014694214,
-0.005014932714402676,
0.26136404275894165,
-0.43600448966026306,
0.3268560469150543,
-0.42502522468566895,
-0.5267878174781799,
-0.24623103439807892,
-0.2125958800315857,
-0.6311095952987671,
-0.7635310888290405,
-0.29172372817993164,
-0.24537810683250427,
0.4943561553955078,
0.3450985848903656,
-0.4615061581134796,
0.46268129348754883,
-0.6602423787117004,
0.9942923188209534,
-0.09960289299488068,
0.3256455063819885,
0.2911075949668884,
-0.5726406574249268,
0.3059377074241638,
0.3984178304672241,
-0.06456556171178818,
-0.38751617074012756,
0.015047749504446983,
1.0877525806427002,
-0.4353017210960388,
1.0213747024536133,
-0.5855134725570679,
-0.027546636760234833,
-0.21730032563209534,
-0.16761747002601624,
0.4008495509624481,
0.4553430676460266,
-0.05222601443529129,
0.3949123024940491,
0.41043606400489807,
-0.7520648241043091,
-0.25356432795524597,
0.6756980419158936,
-0.648957371711731,
0.3384038805961609,
-0.47020143270492554,
-0.6995863914489746,
0.15097540616989136,
0.31433239579200745,
0.3892304599285126,
0.42411142587661743,
-0.016577018424868584,
0.3745995759963989,
0.6046758890151978,
0.1484076976776123,
0.3312786817550659,
0.09720766544342041,
-0.39063140749931335,
-0.513275146484375,
0.8839762806892395,
0.1894293576478958,
-0.1429997980594635,
-0.17495006322860718,
0.5190508961677551,
-0.30351319909095764,
-0.40073633193969727,
-0.7270113229751587,
0.237306147813797,
-0.30709218978881836,
-0.7653588652610779,
-0.2951749265193939,
-0.5057283043861389,
-0.38526156544685364,
-0.19640517234802246,
-0.7642565965652466,
-0.7037397623062134,
-0.3508850336074829,
-0.48686933517456055,
1.2790106534957886,
0.8132761716842651,
-0.5447292327880859,
0.5726494193077087,
-0.4228551983833313,
0.528009831905365,
0.09572166204452515,
1.2255418300628662,
-0.47980713844299316,
-0.3950014114379883,
-0.2232532948255539,
-0.05205833166837692,
0.26652172207832336,
-0.25292864441871643,
-0.1723858267068863,
0.23295292258262634,
0.43338605761528015,
0.538506269454956,
0.15270660817623138,
0.829072117805481,
-0.016742004081606865,
0.687714695930481,
0.26425668597221375,
-0.6144636273384094,
0.9475065469741821,
-0.22578227519989014,
0.5141779184341431,
1.07623291015625,
0.24639321863651276,
-0.5590096712112427,
-0.18211185932159424,
-1.0770763158798218,
-0.7706278562545776,
0.5077845454216003,
0.03520289808511734,
0.2838633358478546,
0.4453977942466736,
0.7495712041854858,
0.2386293113231659,
0.3696989417076111,
-0.8630433082580566,
-0.8924645185470581,
-0.39307063817977905,
-0.178744375705719,
0.2497788816690445,
-0.5540347099304199,
-0.40501099824905396,
-0.5963699817657471,
0.4285059869289398,
-0.12661802768707275,
0.5138440728187561,
-0.2516990900039673,
0.41696566343307495,
-0.08573941141366959,
-0.34373152256011963,
0.825944185256958,
0.4343022108078003,
-0.6885079145431519,
0.0937456339597702,
0.0031072162091732025,
-0.8424956798553467,
-0.4434511661529541,
0.24930503964424133,
-0.2921316623687744,
-0.38702815771102905,
0.29877740144729614,
0.7973610758781433,
-0.09676949679851532,
0.13577887415885925,
0.3590071201324463,
-0.31462064385414124,
-0.6429291367530823,
-0.2736581861972809,
0.03646933287382126,
0.32406479120254517,
0.21003100275993347,
0.023482874035835266,
-0.033594001084566116,
-0.0009614992886781693,
-0.39827847480773926,
0.36960065364837646,
0.05853435397148132,
-0.6272605657577515,
-0.535077691078186,
0.3540750741958618,
0.5158178806304932,
-0.4769177734851837,
0.805349588394165,
-0.14073632657527924,
-0.3882180452346802,
0.5863239765167236,
0.13663142919540405,
0.6789529919624329,
-0.39617735147476196,
0.4228408634662628,
0.2826750874519348,
0.08243581652641296,
0.16188979148864746,
1.0380102396011353,
-0.34396785497665405,
-0.6382527351379395,
-0.24112150073051453,
-0.5625770688056946,
-0.3386351466178894,
0.05373622849583626,
-1.1757917404174805,
0.15784218907356262,
-0.8561123609542847,
-0.04420803114771843,
0.07993102073669434,
0.5514699220657349,
-0.9441336393356323,
0.09900495409965515,
0.17448365688323975,
1.6071720123291016,
-0.9600660800933838,
0.8810073137283325,
0.8447412252426147,
-0.46201997995376587,
-0.8641241192817688,
-0.4889875650405884,
-0.007310140877962112,
-0.9576911926269531,
0.3024020791053772,
0.04411374032497406,
0.30303755402565,
-0.14849239587783813,
-0.7950843572616577,
-0.877130389213562,
1.315427541732788,
0.2067643702030182,
-0.6566497087478638,
0.3981161117553711,
-0.014780677855014801,
0.3048820197582245,
-0.6379857063293457,
0.25419121980667114,
0.6015630960464478,
0.8707787394523621,
0.36177635192871094,
-0.6652665734291077,
-0.05739292874932289,
-0.5800169110298157,
-0.12341447919607162,
0.26226627826690674,
-0.8107158541679382,
0.3043280243873596,
0.21685189008712769,
0.06796035170555115,
0.048313554376363754,
0.6857372522354126,
0.27366533875465393,
0.6276489496231079,
0.3917882442474365,
0.9452563524246216,
0.9237880110740662,
-0.3868199586868286,
0.8198887705802917,
-0.03135504201054573,
0.3770471215248108,
0.9340207576751709,
-0.03501208871603012,
0.4738743007183075,
0.7652832865715027,
-0.07280739396810532,
0.4245622754096985,
0.8083604574203491,
-0.3764336109161377,
0.5535861849784851,
0.2757260203361511,
-0.08367732167243958,
-0.12408255785703659,
-0.062309276312589645,
-0.8220745325088501,
0.44946467876434326,
0.30658823251724243,
-0.12461498379707336,
-0.2374507039785385,
0.06238383799791336,
-0.18170654773712158,
-0.20803937315940857,
-0.9114874601364136,
0.8858506679534912,
0.02099805325269699,
0.2584141194820404,
-0.1317632496356964,
-0.22549037635326385,
0.6758148074150085,
-0.6567184925079346,
-0.11044004559516907,
-0.61149662733078,
-0.023563891649246216,
-0.6204445958137512,
-1.0201709270477295,
0.902468740940094,
-0.2169017642736435,
-0.4587232768535614,
-0.2617264688014984,
0.7715107202529907,
-0.3981229066848755,
-1.1434168815612793,
0.08124968409538269,
0.14404457807540894,
0.5119174718856812,
-0.007223641499876976,
-1.1195776462554932,
0.3780032992362976,
-0.042260460555553436,
-0.2897307872772217,
0.39478984475135803,
0.31320852041244507,
-0.046810124069452286,
0.7102929353713989,
0.8070340752601624,
0.4983304738998413,
-0.2228795886039734,
0.4012033939361572,
1.0871819257736206,
-0.7471978664398193,
-0.7053992748260498,
-0.36517250537872314,
0.825778603553772,
-0.5445718169212341,
-0.7208232283592224,
0.6858861446380615,
0.9273787140846252,
1.1160001754760742,
-0.15017461776733398,
0.50596022605896,
-0.250396192073822,
0.6672931909561157,
-0.1265271008014679,
0.8852120041847229,
-0.3869607448577881,
-0.10164868831634521,
-0.0806991308927536,
-0.9070984125137329,
-0.9739997982978821,
0.7041182518005371,
-0.017016371712088585,
-0.21638526022434235,
0.291221022605896,
0.9017782211303711,
-0.26518571376800537,
0.1000216156244278,
0.19265230000019073,
0.02271321788430214,
0.0023798514157533646,
0.17421957850456238,
0.41305792331695557,
-0.7250684499740601,
0.3649488091468811,
-0.5388266444206238,
-0.5538070201873779,
-0.14377324283123016,
-1.2933368682861328,
-0.9602600336074829,
-0.5023113489151001,
-0.678679883480072,
-0.440812885761261,
-0.18507517874240875,
0.6042884588241577,
0.928692102432251,
-1.2164487838745117,
-0.3416668474674225,
0.02019878476858139,
0.16847562789916992,
0.025991570204496384,
-0.13201524317264557,
0.7733813524246216,
0.34194058179855347,
-0.5028265714645386,
-0.13739238679409027,
0.4473256468772888,
0.0673099085688591,
-0.3095020651817322,
-0.128075510263443,
0.03495226800441742,
-0.2092697024345398,
0.3738534450531006,
0.5953210592269897,
-0.2811697721481323,
-0.3668733239173889,
-0.3290882110595703,
0.08702129125595093,
-0.047143034636974335,
1.0801421403884888,
-0.4964393377304077,
0.156966432929039,
0.5042824745178223,
0.4277500510215759,
0.8347941637039185,
0.03455372154712677,
0.4298383891582489,
-0.9708938002586365,
0.24835368990898132,
-0.10514670610427856,
0.09911257773637772,
0.08063384145498276,
-0.6693544387817383,
0.8281130790710449,
0.27065545320510864,
-0.5366391539573669,
-0.9077277183532715,
0.04542844370007515,
-1.3572075366973877,
0.4690514802932739,
0.6403818726539612,
0.027348337695002556,
-0.5230473279953003,
0.004928573966026306,
-0.15753768384456635,
0.1494465470314026,
-0.7450740337371826,
0.5404395461082458,
0.5446503162384033,
-0.14444893598556519,
-0.5084435343742371,
-0.2788262963294983,
1.0112707614898682,
-0.3593962788581848,
-1.0986850261688232,
0.24287280440330505,
0.08054126799106598,
0.190622940659523,
0.2876366674900055,
0.7286368608474731,
-0.09358318150043488,
0.1835220903158188,
0.2521805167198181,
0.5965127944946289,
-0.5913419127464294,
-0.5510859489440918,
-0.35353749990463257,
-0.045622602105140686,
-0.4753997325897217,
-0.6052432060241699
]
|
Sk4467/tamil_alpaca_dolly_51K | Sk4467 | 2023-12-04T13:24:45Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T05:33:33Z | ---
license: apache-2.0
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
- name: text
dtype: string
- name: system_prompt
dtype: string
splits:
- name: train
num_bytes: 287556653
num_examples: 51876
download_size: 84685617
dataset_size: 287556653
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
kyujinpy/Open-platypus-Commercial | kyujinpy | 2023-12-04T05:52:34Z | 0 | 0 | [
"license:mit",
"arxiv:2308.07317",
"region:us"
]
| null | 2023-12-04T05:35:35Z | ---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: input
dtype: string
- name: output
dtype: string
- name: instruction
dtype: string
- name: data_source
dtype: string
splits:
- name: train
num_bytes: 25149248
num_examples: 19079
download_size: 12772956
dataset_size: 25149248
---
# OpenPlatypus-Commercial version
This dataset is focused on improving LLM logical reasoning skills and was used to train the Platypus2 models. It is comprised of the following datasets, which were filtered using keyword search and then Sentence Transformers to remove questions with a similarity above 80%:
| Dataset Name | License Type |
|--------------------------------------------------------------|--------------|
| [PRM800K](https://github.com/openai/prm800k) | MIT |
| [SciBench](https://github.com/mandyyyyii/scibench) | MIT |
| [TheoremQA](https://huggingface.co/datasets/wenhu/TheoremQA) | MIT |
| [`nuprl/leetcode-solutions-python-testgen-gpt4`](https://huggingface.co/datasets/nuprl/leetcode-solutions-python-testgen-gpt4/viewer/nuprl--leetcode-solutions-python-testgen-gpt4/train?p=1) | None listed |
| [`jondurbin/airoboros-gpt4-1.4.1`](https://huggingface.co/datasets/jondurbin/airoboros-gpt4-1.4.1) | other |
| [`TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k`](https://huggingface.co/datasets/TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k/viewer/TigerResearch--tigerbot-kaggle-leetcodesolutions-en-2k/train?p=2) | apache-2.0 |
| [openbookQA](https://huggingface.co/datasets/openbookqa/viewer/additional/train?row=35) | apache-2.0 |
| [ARB](https://arb.duckai.org) | MIT |
| [`timdettmers/openassistant-guanaco`](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) | apache-2.0 |
---
> Original model dataset
## Data Contamination Check
We've removed approximately 200 questions that appear in the Hugging Face benchmark test sets. Please see our [paper](https://arxiv.org/abs/2308.07317) and [project webpage](https://platypus-llm.github.io) for additional information.
## Model Info
Please see models at [`garage-bAInd`](https://huggingface.co/garage-bAInd).
## Training and filtering code
Please see the [Platypus GitHub repo](https://github.com/arielnlee/Platypus).
## Citations
```bibtex
@article{platypus2023,
title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
booktitle={arXiv preprint arxiv:2308.07317},
year={2023}
}
```
```bibtex
@article{lightman2023lets,
title={Let's Verify Step by Step},
author={Lightman, Hunter and Kosaraju, Vineet and Burda, Yura and Edwards, Harri and Baker, Bowen and Lee, Teddy and Leike, Jan and Schulman, John and Sutskever, Ilya and Cobbe, Karl},
journal={preprint arXiv:2305.20050},
year={2023}
}
```
```bibtex
@inproceedings{lu2022learn,
title={Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering},
author={Lu, Pan and Mishra, Swaroop and Xia, Tony and Qiu, Liang and Chang, Kai-Wei and Zhu, Song-Chun and Tafjord, Oyvind and Clark, Peter and Ashwin Kalyan},
booktitle={The 36th Conference on Neural Information Processing Systems (NeurIPS)},
year={2022}
}
```
```bibtex
@misc{wang2023scibench,
title={SciBench: Evaluating College-Level Scientific Problem-Solving Abilities of Large Language Models},
author={Xiaoxuan Wang and Ziniu Hu and Pan Lu and Yanqiao Zhu and Jieyu Zhang and Satyen Subramaniam and Arjun R. Loomba and Shichang Zhang and Yizhou Sun and Wei Wang},
year={2023},
arXiv eprint 2307.10635
}
```
```bibtex
@inproceedings{yu2020reclor,
author = {Yu, Weihao and Jiang, Zihang and Dong, Yanfei and Feng, Jiashi},
title = {ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning},
booktitle = {International Conference on Learning Representations (ICLR)},
month = {April},
year = {2020}
}
```
```bibtex
@article{chen2023theoremqa,
title={TheoremQA: A Theorem-driven Question Answering dataset},
author={Chen, Wenhu and Ming Yin, Max Ku, Elaine Wan, Xueguang Ma, Jianyu Xu, Tony Xia, Xinyi Wang, Pan Lu},
journal={preprint arXiv:2305.12524},
year={2023}
}
```
```bibtex
@inproceedings{OpenBookQA2018,
title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},
author={Todor Mihaylov and Peter Clark and Tushar Khot and Ashish Sabharwal},
booktitle={EMNLP},
year={2018}
}
```
```bibtex
@misc{sawada2023arb,
title={ARB: Advanced Reasoning Benchmark for Large Language Models},
author={Tomohiro Sawada and Daniel Paleka and Alexander Havrilla and Pranav Tadepalli and Paula Vidas and Alexander Kranias and John J. Nay and Kshitij Gupta and Aran Komatsuzaki},
arXiv eprint 2307.13692,
year={2023}
}
``` | [
-0.5459292531013489,
-0.6592405438423157,
0.407775342464447,
0.07470480352640152,
-0.03957458958029747,
-0.23927129805088043,
-0.2555149793624878,
-0.3118429481983185,
0.09209290146827698,
0.4455457925796509,
-0.601070761680603,
-0.46667060256004333,
-0.25989818572998047,
0.2068042755126953,
0.01971287466585636,
0.9704695343971252,
-0.26131466031074524,
-0.09101796895265579,
-0.6765541434288025,
-0.49849823117256165,
-0.09221361577510834,
-0.39728039503097534,
-0.2660239338874817,
-0.40128448605537415,
0.25577405095100403,
0.207494854927063,
0.5246810913085938,
0.5313793420791626,
0.39969128370285034,
0.28042736649513245,
-0.32449451088905334,
0.32355767488479614,
-0.21733030676841736,
0.003477374091744423,
-0.13096930086612701,
-0.5502145886421204,
-0.49058797955513,
0.21869303286075592,
0.572238028049469,
0.6850398182868958,
-0.16443394124507904,
0.35907846689224243,
0.04313092306256294,
0.5749894976615906,
-0.4779965877532959,
0.3354358375072479,
-0.5566404461860657,
-0.09799085557460785,
-0.1508180946111679,
-0.1839679777622223,
-0.39253121614456177,
-0.3522717356681824,
0.1912340372800827,
-0.8849501013755798,
0.10619719326496124,
0.13071057200431824,
1.2564789056777954,
0.276692658662796,
-0.4182720482349396,
-0.14990060031414032,
-0.04914393275976181,
1.0145364999771118,
-0.8437767624855042,
0.3260485529899597,
0.2614416182041168,
0.009773079305887222,
-0.24608227610588074,
-0.7126069068908691,
-0.8481600880622864,
-0.06392645835876465,
-0.32942911982536316,
0.4020492732524872,
-0.205703005194664,
0.018266193568706512,
0.474229097366333,
0.4099586606025696,
-0.725340723991394,
-0.16488540172576904,
-0.45198923349380493,
-0.3181558847427368,
0.7000336647033691,
-0.042936380952596664,
0.20450104773044586,
-0.4009857773780823,
-0.5235872268676758,
-0.43112775683403015,
-0.6230461001396179,
0.4401387870311737,
0.21241244673728943,
0.12426010519266129,
-0.13774754106998444,
0.6781936287879944,
-0.3357180058956146,
0.671859622001648,
-0.3642693758010864,
-0.30000734329223633,
0.6893553733825684,
-0.5756126046180725,
-0.20800219476222992,
-0.12631885707378387,
0.893385112285614,
0.2481066882610321,
0.332630455493927,
0.25048285722732544,
-0.07861175388097763,
-0.09614148736000061,
-0.3882465362548828,
-0.8400646448135376,
-0.38769856095314026,
0.42498451471328735,
-0.3688594698905945,
-0.008753298781812191,
0.1375759392976761,
-0.8758165240287781,
-0.3745666444301605,
-0.3289029598236084,
0.3530837297439575,
-0.5527583360671997,
-0.57179194688797,
0.37680840492248535,
-0.15414012968540192,
0.5444023013114929,
0.24962620437145233,
-0.43848031759262085,
0.30402886867523193,
0.5001233816146851,
0.8198977112770081,
0.08072271198034286,
-0.4387100338935852,
-0.4388146996498108,
-0.1756972223520279,
-0.19720375537872314,
0.7054402828216553,
-0.4975251257419586,
0.14175108075141907,
-0.18167082965373993,
0.1303379088640213,
-0.4402620196342468,
-0.7590197324752808,
0.5447559356689453,
-0.4093957245349884,
0.4869157075881958,
-0.4981294572353363,
-0.5165523886680603,
-0.49920737743377686,
0.14717090129852295,
-0.5844356417655945,
1.099955677986145,
0.11941088736057281,
-0.9499650597572327,
0.09317217022180557,
-0.6806486248970032,
-0.05019976943731308,
-0.09954963624477386,
-0.09237989783287048,
-0.47724199295043945,
-0.33008500933647156,
0.46298104524612427,
0.3962995111942291,
-0.3800654113292694,
0.09304264187812805,
-0.5206702947616577,
-0.025354286655783653,
0.4167841672897339,
0.18088269233703613,
1.272429347038269,
0.22444003820419312,
-0.2843046486377716,
0.14475932717323303,
-0.7963384985923767,
0.16757778823375702,
0.40075036883354187,
-0.13904474675655365,
-0.35235902667045593,
-0.10271132737398148,
-0.3680354952812195,
0.4605451226234436,
0.30088409781455994,
-0.7541452646255493,
0.04968196898698807,
-0.31941038370132446,
0.6234786510467529,
0.7288658618927002,
0.013360853306949139,
0.17633354663848877,
-0.5836883783340454,
0.5535282492637634,
0.21106770634651184,
0.025497930124402046,
-0.26972725987434387,
-0.7771663665771484,
-0.9357534050941467,
-0.37500518560409546,
0.2888772487640381,
0.7213031053543091,
-0.7725990414619446,
0.4392641484737396,
-0.19778041541576385,
-0.5369419455528259,
-0.7642586827278137,
0.15918421745300293,
0.5285305976867676,
0.66678386926651,
0.6507920026779175,
-0.14587284624576569,
-0.45236125588417053,
-0.8166123628616333,
-0.3693523705005646,
-0.34951984882354736,
-0.019243810325860977,
0.48291006684303284,
0.7036762237548828,
0.11196140944957733,
1.0627092123031616,
-0.6992708444595337,
-0.22029593586921692,
-0.07347506284713745,
-0.10904669761657715,
0.3063974976539612,
0.4879036247730255,
0.430059015750885,
-0.734360933303833,
-0.3682950735092163,
-0.19975034892559052,
-0.8179737329483032,
-0.25076669454574585,
-0.08801266551017761,
-0.22630071640014648,
0.3802545368671417,
0.49128252267837524,
-0.91599041223526,
0.28612443804740906,
0.31175073981285095,
-0.47624289989471436,
0.6128556132316589,
0.004764850251376629,
0.0058667841367423534,
-0.9221824407577515,
0.32319432497024536,
0.21079981327056885,
0.010677800513803959,
-0.49656736850738525,
0.1825096756219864,
0.04516920819878578,
0.05613028630614281,
-0.4233121871948242,
0.7358664274215698,
-0.47326385974884033,
-0.03159942477941513,
0.34282025694847107,
0.5430905222892761,
0.11739875376224518,
0.6936002373695374,
-0.1288297474384308,
0.7245244383811951,
0.47358912229537964,
-0.4414726197719574,
0.3302837014198303,
0.668029248714447,
-0.4356822073459625,
0.4202534854412079,
-0.7537904381752014,
-0.058509163558483124,
-0.04900626465678215,
0.4014936089515686,
-1.0322976112365723,
-0.13761697709560394,
0.29962223768234253,
-0.6000373959541321,
0.07638823240995407,
0.029418377205729485,
-0.6922458410263062,
-0.44759973883628845,
-0.43552273511886597,
0.33882617950439453,
0.5702746510505676,
-0.6284786462783813,
0.387271910905838,
0.1648724526166916,
-0.21567729115486145,
-0.6814379096031189,
-0.6536839008331299,
-0.4184664785861969,
-0.2392234206199646,
-0.9608719348907471,
0.14991290867328644,
-0.34347057342529297,
-0.225351020693779,
0.08623813092708588,
-0.24001392722129822,
0.09155978262424469,
-0.10625766217708588,
0.06217845901846886,
0.3695122301578522,
-0.23055177927017212,
0.15569421648979187,
-0.1396748423576355,
-0.06348387897014618,
0.15339678525924683,
-0.21869012713432312,
0.4740482270717621,
-0.45434561371803284,
-0.21828871965408325,
-0.3691256642341614,
0.003462790045887232,
0.5554147362709045,
-0.6256033778190613,
0.6332247853279114,
0.5574907660484314,
-0.2736679017543793,
-0.10306020826101303,
-0.4773467779159546,
-0.2010497897863388,
-0.48952415585517883,
0.39085134863853455,
-0.4689538776874542,
-0.9150208234786987,
0.7647804617881775,
0.17722474038600922,
0.15656554698944092,
0.6931635141372681,
0.35690543055534363,
0.0483192503452301,
0.8901771903038025,
0.16459734737873077,
0.3243207335472107,
0.2930240035057068,
-0.34450674057006836,
0.2416743040084839,
-0.9935159683227539,
-0.5077336430549622,
-0.4664938449859619,
-0.16088446974754333,
-0.8367553353309631,
-0.5253856778144836,
0.29475849866867065,
0.1947588324546814,
-0.46807199716567993,
0.3209823668003082,
-0.6408275365829468,
0.3444800078868866,
0.7187311053276062,
0.31863683462142944,
0.29312166571617126,
0.041758351027965546,
-0.39689400792121887,
-0.07809700071811676,
-0.69108647108078,
-0.31595364212989807,
1.1078685522079468,
0.3648758828639984,
0.3886197507381439,
0.11005887389183044,
0.6402400732040405,
-0.35229405760765076,
0.07827944308519363,
-0.6117777824401855,
0.9873866438865662,
-0.02332771196961403,
-0.7051212191581726,
-0.27911096811294556,
-0.7006783485412598,
-1.0139167308807373,
0.4569113254547119,
-0.024917474016547203,
-0.7425651550292969,
0.2508494555950165,
-0.0570061057806015,
-0.3256046772003174,
0.48538294434547424,
-0.7606312036514282,
0.9220691919326782,
-0.10234694182872772,
-0.40219712257385254,
-0.05338861048221588,
-0.7986838817596436,
0.6195001006126404,
0.0883176252245903,
0.09882185608148575,
-0.2537963390350342,
-0.2698943614959717,
1.0960580110549927,
-0.5275232791900635,
0.4566758871078491,
-0.32909005880355835,
0.058751046657562256,
0.5348348021507263,
-0.10694225132465363,
0.29786229133605957,
0.050103913992643356,
-0.1722005009651184,
0.17865493893623352,
0.33393725752830505,
-0.5534287691116333,
-0.41408011317253113,
0.6532855033874512,
-0.8575677275657654,
-0.5444455742835999,
-0.7629680037498474,
-0.6620287299156189,
-0.1363624483346939,
0.4437185525894165,
0.000733267399482429,
0.32301175594329834,
0.40393146872520447,
0.37305009365081787,
1.0017893314361572,
-0.6791506409645081,
0.3377029001712799,
0.4593653678894043,
-0.2159540057182312,
-0.6816805005073547,
0.9441083073616028,
0.2539374828338623,
0.27509796619415283,
0.32190293073654175,
0.24153770506381989,
-0.3292800188064575,
-0.4453423023223877,
-0.15237480401992798,
0.7671501636505127,
-0.8296180963516235,
-0.2859407067298889,
-0.7322249412536621,
-0.36510536074638367,
-0.3727305829524994,
0.2254829704761505,
-0.15849390625953674,
-0.47633257508277893,
-0.2930260896682739,
-0.04197237268090248,
0.5419121980667114,
0.3232276439666748,
-0.02906196564435959,
0.027774199843406677,
-0.386101633310318,
0.32417619228363037,
0.3366129994392395,
0.37946808338165283,
-0.189432755112648,
-0.559572160243988,
0.06528046727180481,
0.06131340563297272,
-0.4066903591156006,
-0.7484667301177979,
0.40579625964164734,
0.25426000356674194,
0.7362541556358337,
0.05678349360823631,
0.41070932149887085,
0.6571688055992126,
-0.021771978586912155,
0.8751049637794495,
0.19419622421264648,
-0.8476765155792236,
0.5726673603057861,
-0.3037799298763275,
0.30584192276000977,
0.6320614218711853,
0.5425456166267395,
-0.3661022484302521,
-0.2046923190355301,
-0.8375257849693298,
-0.9441924095153809,
0.9312652349472046,
0.24715429544448853,
-0.34541499614715576,
0.2814124524593353,
0.31325751543045044,
-0.03813548386096954,
0.29533112049102783,
-0.8473343253135681,
-0.3331873416900635,
-0.3685494363307953,
-0.289641410112381,
0.006169198080897331,
-0.01774948090314865,
-0.30339616537094116,
-0.5917130708694458,
0.857312023639679,
-0.22516100108623505,
0.41891008615493774,
0.4657682180404663,
-0.16033095121383667,
-0.015470576472580433,
0.2552228569984436,
0.557819664478302,
0.6490822434425354,
-0.4470081031322479,
-0.017886565998196602,
0.02084565907716751,
-0.5082012414932251,
-0.15343649685382843,
0.4893972873687744,
-0.1485217809677124,
-0.13013474643230438,
0.4398704469203949,
0.7823265790939331,
-0.11829008907079697,
-0.9208530783653259,
0.6320911049842834,
0.037054166197776794,
-0.5464920997619629,
-0.28848376870155334,
0.12384088337421417,
0.06693031638860703,
0.35724183917045593,
0.3582306206226349,
0.017881378531455994,
-0.14530082046985626,
-0.39282283186912537,
0.2685156762599945,
0.3161211907863617,
-0.08561167120933533,
-0.25682011246681213,
0.5746006369590759,
-0.08745155483484268,
0.12646591663360596,
0.7228179574012756,
-0.32228565216064453,
-0.6135497093200684,
0.7161197662353516,
0.34802311658859253,
0.6456232666969299,
-0.0864148661494255,
0.13665771484375,
0.6745654344558716,
0.4525485634803772,
0.11278340220451355,
0.5970786213874817,
0.02530958317220211,
-0.6235675811767578,
-0.33836081624031067,
-0.6997230648994446,
-0.36736947298049927,
0.4078168272972107,
-0.6884423494338989,
0.26221978664398193,
-0.43635088205337524,
0.08571706712245941,
0.07662604749202728,
0.4363468289375305,
-0.6135184168815613,
0.13164353370666504,
-0.002551398705691099,
1.1478142738342285,
-0.8770383596420288,
0.6189767122268677,
1.0134897232055664,
-0.5942564606666565,
-0.895093560218811,
-0.03720955178141594,
0.012163642793893814,
-0.6374601721763611,
0.37334293127059937,
0.3157398998737335,
0.2901014983654022,
0.039375003427267075,
-0.6949203014373779,
-0.98335200548172,
1.4451444149017334,
0.4600571393966675,
-0.27063459157943726,
0.13711637258529663,
0.08757296204566956,
0.4459361135959625,
-0.13078466057777405,
0.49127915501594543,
0.7368581295013428,
0.5912502408027649,
0.2523501217365265,
-0.9803031086921692,
0.33708906173706055,
-0.5725699663162231,
-0.26526689529418945,
0.05197611451148987,
-1.0683833360671997,
1.0903197526931763,
-0.16883572936058044,
-0.1599976122379303,
0.15756939351558685,
0.5856594443321228,
0.8629823327064514,
0.582624077796936,
0.5412328243255615,
0.9453511238098145,
1.0186752080917358,
-0.2924693524837494,
0.8606916666030884,
-0.14290639758110046,
0.48553356528282166,
0.9972602725028992,
-0.19470764696598053,
0.8708961009979248,
0.4461808204650879,
-0.542336642742157,
0.7037652134895325,
0.8659171462059021,
-0.029573069885373116,
0.4359147548675537,
0.16573379933834076,
0.004412692040205002,
-0.40745648741722107,
-0.07149050384759903,
-0.5510877966880798,
0.27851951122283936,
0.24711304903030396,
-0.14781269431114197,
-0.14507560431957245,
-0.090274378657341,
0.23258695006370544,
-0.03358625993132591,
0.013212100602686405,
0.581281840801239,
0.16378644108772278,
-0.8020763397216797,
1.0238442420959473,
-0.24467170238494873,
0.61338210105896,
-0.6400094628334045,
0.12999233603477478,
-0.34226879477500916,
0.22642679512500763,
-0.48840755224227905,
-0.8678215146064758,
-0.008583945222198963,
-0.1971541792154312,
-0.07578912377357483,
-0.1371748000383377,
0.573752224445343,
-0.43278804421424866,
-0.2432413548231125,
0.26984962821006775,
0.5316103100776672,
0.22896486520767212,
0.08731329441070557,
-0.9712033271789551,
-0.11892780661582947,
0.15505677461624146,
-0.6559193134307861,
0.3104556202888489,
0.4592605233192444,
-0.019808892160654068,
0.835006594657898,
0.6985018253326416,
0.019176052883267403,
0.2347513884305954,
-0.2555280029773712,
1.022210955619812,
-0.612714409828186,
-0.46453508734703064,
-0.4621437191963196,
0.6609683632850647,
-0.23975959420204163,
-0.5296429395675659,
0.8834367394447327,
0.6691737174987793,
1.1150623559951782,
0.2177601456642151,
0.7848564386367798,
-0.26018673181533813,
0.6467595100402832,
-0.3613433241844177,
0.5548245310783386,
-0.7562058568000793,
0.36087194085121155,
-0.2717975676059723,
-0.8478589057922363,
-0.34928464889526367,
0.6093401312828064,
-0.5051231384277344,
0.14668318629264832,
0.953505277633667,
1.0099809169769287,
-0.03235931694507599,
0.0008069783798418939,
-0.09125775843858719,
0.4222699701786041,
0.2805674970149994,
0.7826639413833618,
0.6573634743690491,
-0.6141288876533508,
0.7294824719429016,
-0.5037667751312256,
-0.37326157093048096,
-0.14736905694007874,
-0.669467031955719,
-0.9422556757926941,
-0.7029573321342468,
-0.6391472220420837,
-0.6792572736740112,
-0.2524789571762085,
0.8664912581443787,
0.4975086450576782,
-0.9432023763656616,
-0.16498062014579773,
-0.08193523436784744,
0.23681434988975525,
-0.3563700020313263,
-0.28661078214645386,
0.5716773867607117,
-0.15025334060192108,
-0.45407170057296753,
0.1310497224330902,
-0.09874875843524933,
-0.09367143362760544,
-0.11232493817806244,
-0.3023850917816162,
-0.509745180606842,
0.21294181048870087,
0.44628632068634033,
0.43497806787490845,
-0.7971687316894531,
-0.0011190192308276892,
0.2311837375164032,
0.001510345027782023,
0.2352372109889984,
0.4439641535282135,
-0.7923099398612976,
0.48440954089164734,
0.7161160707473755,
0.511569082736969,
0.5349678993225098,
-0.033639781177043915,
-0.010915619321167469,
-0.5519697666168213,
0.13700807094573975,
0.26941242814064026,
0.3593543469905853,
0.43170562386512756,
-0.019901739433407784,
0.6846418976783752,
0.5698341727256775,
-0.6365828514099121,
-1.124505877494812,
0.019324202090501785,
-1.26987624168396,
-0.30252736806869507,
1.3660908937454224,
-0.34618934988975525,
-0.3637712597846985,
0.06318021565675735,
-0.07187917828559875,
0.3275797963142395,
-0.35806804895401,
0.36260920763015747,
0.5990190505981445,
-0.2326384037733078,
-0.43648889660835266,
-0.7857725620269775,
0.3787740468978882,
0.5850191116333008,
-0.9577686190605164,
0.11731881648302078,
0.4402121305465698,
0.25270119309425354,
0.32925981283187866,
0.40470415353775024,
-0.22253552079200745,
0.21300314366817474,
-0.18469664454460144,
0.02765876054763794,
-0.299050509929657,
-0.01596061885356903,
-0.3633229732513428,
0.13076092302799225,
-0.2177789956331253,
-0.09944131970405579
]
|
truongghieu/BK_Regulation | truongghieu | 2023-12-04T06:30:47Z | 0 | 0 | [
"task_categories:text-generation",
"size_categories:n<1K",
"language:en",
"license:apache-2.0",
"region:us"
]
| [
"text-generation"
]
| 2023-12-04T05:43:53Z | ---
task_categories:
- text-generation
language:
- en
size_categories:
- n<1K
license: apache-2.0
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
austin/single_med_data | austin | 2023-12-04T05:49:00Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T05:45:03Z | ---
dataset_info:
features:
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 10510513.084627181
num_examples: 20450
- name: eval
num_bytes: 214835.91537281964
num_examples: 418
download_size: 2108422
dataset_size: 10725349.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
---
# Dataset Card for "single_med_data"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.5204984545707703,
-0.2551819384098053,
0.27279630303382874,
0.1507112681865692,
-0.3216919004917145,
-0.14339351654052734,
0.26225703954696655,
0.03223579004406929,
0.9897888898849487,
0.7776870131492615,
-0.950324296951294,
-1.022241473197937,
-0.5456114411354065,
-0.22801943123340607,
-0.023230871185660362,
1.4834115505218506,
0.16519635915756226,
0.37220150232315063,
-0.5971844792366028,
-0.4310748875141144,
-0.3760499060153961,
-0.66274493932724,
-0.8029981851577759,
-0.5856735706329346,
1.1627955436706543,
0.8584445714950562,
0.44565775990486145,
0.4291538596153259,
1.2537930011749268,
0.05908156931400299,
0.3020516633987427,
-0.19286219775676727,
-0.3769422471523285,
-0.08656719326972961,
-0.11462429165840149,
-0.35270801186561584,
-1.3325440883636475,
0.16909417510032654,
0.7282317280769348,
0.7781243324279785,
-0.15685832500457764,
0.9294770956039429,
-0.3381151258945465,
0.8754998445510864,
-0.21112407743930817,
0.36304906010627747,
0.0035433133598417044,
0.12916620075702667,
-0.6265416741371155,
-0.2191089242696762,
0.1595381647348404,
-0.5788395404815674,
-0.06203269213438034,
-1.0377488136291504,
0.17071126401424408,
-0.12448485940694809,
0.6850395798683167,
0.3751724660396576,
-0.2345079928636551,
-0.06845281273126602,
-0.2639940679073334,
0.006398662459105253,
-0.2668791711330414,
-0.042489614337682724,
0.6812814474105835,
0.42438164353370667,
0.005742447916418314,
-0.8146090507507324,
-0.0884561538696289,
0.15145891904830933,
-0.15862242877483368,
0.3000571131706238,
0.21230140328407288,
0.09649601578712463,
0.2419530749320984,
0.6736443638801575,
-0.395220547914505,
-0.1529349535703659,
-0.8369848728179932,
-0.18255464732646942,
0.7316718101501465,
0.28555044531822205,
0.38811057806015015,
0.06569358706474304,
-0.30439966917037964,
-0.0028745229355990887,
-0.5530810356140137,
-0.1549147218465805,
0.15821723639965057,
0.4394395351409912,
-1.289413332939148,
0.5689117312431335,
0.2678561806678772,
0.2869701385498047,
0.03079148568212986,
0.5786402225494385,
0.7293550968170166,
-0.519466757774353,
-0.08097555488348007,
0.03584684431552887,
0.5787255167961121,
0.38331276178359985,
0.10741577297449112,
0.17790400981903076,
0.0489707887172699,
0.17046961188316345,
0.3697901666164398,
-0.9786478281021118,
-0.8673768639564514,
0.4573092758655548,
-0.8013380765914917,
-0.41756802797317505,
0.23284967243671417,
-1.1527507305145264,
-0.6390982866287231,
-0.2731836140155792,
0.2755802869796753,
0.03925921022891998,
-0.72879558801651,
0.014024478383362293,
-0.5798789262771606,
0.07342232763767242,
-0.055792540311813354,
-0.5991184115409851,
0.575244665145874,
0.590157687664032,
0.6494047045707703,
0.06088856980204582,
-0.28911280632019043,
-0.5294551253318787,
-0.001545668113976717,
-0.10513950139284134,
1.1286855936050415,
-0.46659377217292786,
-0.36593228578567505,
-0.047695353627204895,
0.27950364351272583,
-0.08345387876033783,
-0.33157870173454285,
0.8551516532897949,
-0.03781455382704735,
-0.0409545935690403,
-0.7690883278846741,
-0.41659417748451233,
0.12074759602546692,
0.2784818410873413,
-1.1637989282608032,
0.7882319688796997,
0.2722078263759613,
-0.9279968738555908,
0.5471498370170593,
-1.4780491590499878,
-0.4056074321269989,
0.595327615737915,
-0.35098889470100403,
-0.6145958304405212,
0.32161644101142883,
-0.004480734933167696,
0.42841285467147827,
-0.24053475260734558,
0.390630841255188,
-0.8985944390296936,
0.013487479649484158,
0.0777733325958252,
0.04339655861258507,
0.874301552772522,
0.04756616801023483,
0.8032820224761963,
0.24240079522132874,
-1.1695315837860107,
-0.1358206868171692,
0.36196398735046387,
-0.23012706637382507,
-0.30119913816452026,
-0.3783411383628845,
0.4321688711643219,
-0.020035428926348686,
0.2600935399532318,
-0.5155882835388184,
0.7199223637580872,
0.25889912247657776,
-0.22427703440189362,
0.6726654767990112,
0.32205331325531006,
0.30458274483680725,
-0.648904025554657,
0.5976077914237976,
0.013076596893370152,
0.4230867028236389,
0.12710116803646088,
-0.4391469657421112,
-0.4191327691078186,
-0.5444717407226562,
0.6620420813560486,
0.5549206137657166,
-0.26761847734451294,
0.4266741871833801,
0.13557304441928864,
-0.5314436554908752,
-0.7844864726066589,
-0.0866079106926918,
0.18115751445293427,
0.41799500584602356,
0.42651212215423584,
-0.618135929107666,
-0.8522830605506897,
-0.7648581266403198,
0.33734312653541565,
0.07466686517000198,
0.08924495428800583,
0.20740239322185516,
0.8582629561424255,
-0.5081005692481995,
0.634653627872467,
-0.7487946152687073,
-0.4064265489578247,
0.08012308925390244,
-0.13322797417640686,
0.37489891052246094,
0.8798364400863647,
0.7848603129386902,
-0.7093390822410583,
-0.2866864800453186,
-0.6415927410125732,
-0.7274128198623657,
-0.23425239324569702,
0.20018184185028076,
-0.5083344578742981,
-0.39889734983444214,
-0.08489742875099182,
-0.3651633858680725,
0.7370306253433228,
1.0674704313278198,
-0.6444738507270813,
0.11844444274902344,
-0.2789241373538971,
0.2231013923883438,
-1.3445370197296143,
0.4885515868663788,
0.07670506834983826,
0.021579353138804436,
-0.7140914797782898,
0.05659858509898186,
0.04947638511657715,
-0.2905384302139282,
0.11328655481338501,
0.6024318933486938,
-0.41427162289619446,
0.24345991015434265,
0.05113307759165764,
-0.1883390247821808,
-0.20362868905067444,
0.09307965636253357,
0.09762806445360184,
0.3420000970363617,
1.2394300699234009,
-0.5144289135932922,
0.8374497294425964,
0.5904960036277771,
0.12424136698246002,
0.994562566280365,
-0.7142829895019531,
0.1866718977689743,
-0.22475802898406982,
0.2995550036430359,
-0.8398091197013855,
-0.8091241121292114,
0.5148859620094299,
-0.32589298486709595,
0.391879677772522,
-0.6747773885726929,
-0.5058529376983643,
-0.7812226414680481,
-0.44324353337287903,
0.8134514689445496,
0.4037640392780304,
-0.6612707376480103,
0.1050630435347557,
0.9734779000282288,
-0.021827498450875282,
0.05095301941037178,
-1.0207359790802002,
-0.10318855196237564,
-0.20212681591510773,
-0.25259366631507874,
0.2102912813425064,
-0.5007880926132202,
0.07109809666872025,
-0.06356929242610931,
0.2562025487422943,
-0.3563232719898224,
-0.3227314352989197,
0.575110137462616,
0.40273603796958923,
-0.4007551670074463,
0.7840718626976013,
0.06418219953775406,
-0.8233105540275574,
0.1609092801809311,
-0.006168972235172987,
0.3636739253997803,
0.19040915369987488,
-0.3500014841556549,
-0.48341047763824463,
0.7727032899856567,
0.46118175983428955,
-0.29023662209510803,
0.6726155281066895,
0.8184254169464111,
-0.7891974449157715,
0.06167460232973099,
-0.40956932306289673,
-0.2388775795698166,
-0.39707720279693604,
-0.05948171764612198,
-0.2351960688829422,
-0.3258252441883087,
0.6737229824066162,
-0.10389957576990128,
0.045774683356285095,
0.8419976830482483,
0.6014690399169922,
0.03487995266914368,
0.6557716727256775,
0.7210310697555542,
-0.29924264550209045,
0.13504299521446228,
-0.2049197107553482,
-0.43207451701164246,
-0.6308605074882507,
-0.3315439820289612,
-0.5143723487854004,
-0.4800216853618622,
-0.6659272313117981,
-0.37628936767578125,
0.3547794818878174,
-0.19315683841705322,
-0.27619779109954834,
0.26681268215179443,
-0.8866870999336243,
0.1337541937828064,
0.6384260654449463,
0.46918055415153503,
0.15887847542762756,
0.06608086824417114,
0.15530742704868317,
0.23072490096092224,
-0.8674967288970947,
-0.21174702048301697,
1.5114384889602661,
0.5240969061851501,
1.1850935220718384,
-0.0019078850746154785,
1.0602467060089111,
0.0551769882440567,
0.5172986388206482,
-0.32146868109703064,
0.3211136758327484,
-0.2300078123807907,
-0.8038955926895142,
0.0658024474978447,
-0.2950919270515442,
-0.8894620537757874,
-0.32209962606430054,
-0.6452739834785461,
-0.2067260444164276,
0.35491693019866943,
0.5752949714660645,
-0.24581269919872284,
0.3457430899143219,
-0.7835864424705505,
1.111104130744934,
-0.09796668589115143,
0.10542847961187363,
-0.09209775179624557,
-0.615239679813385,
0.05315402150154114,
0.019134918227791786,
0.15584325790405273,
-0.30417078733444214,
-0.3333292305469513,
0.9527451395988464,
-0.37342625856399536,
1.0448973178863525,
-0.5521079897880554,
0.17980711162090302,
0.04100557044148445,
-0.5326343178749084,
-0.044968266040086746,
0.6061779260635376,
-0.0004007042443845421,
0.21058045327663422,
0.38325580954551697,
-0.6416657567024231,
0.005205242894589901,
0.7169884443283081,
-0.5660175681114197,
0.3419288992881775,
-0.499429851770401,
-0.6638175249099731,
-0.11214618384838104,
0.3158707022666931,
0.4374624788761139,
0.8462805151939392,
-0.48567917943000793,
-0.14321176707744598,
0.7547080516815186,
0.09485726058483124,
-0.06402426213026047,
0.26713645458221436,
-0.3294578790664673,
-0.4225133955478668,
0.6131338477134705,
0.27358171343803406,
-0.1853691190481186,
0.3049633204936981,
0.5215694904327393,
-0.05952860042452812,
-0.395763635635376,
-0.5463777184486389,
0.40042969584465027,
-0.32915621995925903,
-0.45544636249542236,
-0.3973151743412018,
-0.2674565613269806,
-0.6043863892555237,
-0.07348658889532089,
-0.48084762692451477,
-0.5432538390159607,
-0.5938346982002258,
-0.47048598527908325,
1.0298703908920288,
0.7699910402297974,
-0.7134479284286499,
0.3262979984283447,
-0.9641224145889282,
0.7639827132225037,
-0.09162475168704987,
1.1371169090270996,
-0.5449187755584717,
-0.28782519698143005,
-0.2677864730358124,
-0.046552106738090515,
0.2385575920343399,
-0.8133894205093384,
-0.2008575201034546,
0.0014121657004579902,
0.7089760899543762,
0.3294195830821991,
-0.0470132902264595,
0.6553951501846313,
-0.19164057075977325,
0.37359341979026794,
0.4211137890815735,
-0.30381298065185547,
0.7525889277458191,
-0.27635854482650757,
0.5974787473678589,
1.1349802017211914,
0.5274439454078674,
-0.46254029870033264,
0.21564431488513947,
-0.8499415516853333,
-0.5768765807151794,
0.5145319104194641,
-0.19841782748699188,
0.12311214953660965,
0.3257000148296356,
0.4293929636478424,
0.18029721081256866,
0.26969707012176514,
-0.6863014698028564,
-1.0523439645767212,
0.09732362627983093,
-0.5140055418014526,
0.11383106559515,
-0.3456701934337616,
-0.6654598116874695,
-0.745161235332489,
0.545253574848175,
-0.03413555026054382,
0.5491313338279724,
0.07426398247480392,
0.544984757900238,
-0.2454717755317688,
0.09818844497203827,
0.2872370183467865,
0.619490921497345,
-0.5045351982116699,
0.0025943771470338106,
-0.11637376248836517,
-0.725124716758728,
-0.4286445081233978,
0.7041900753974915,
0.09665738791227341,
-0.020832015201449394,
0.45111462473869324,
0.47662290930747986,
-0.29968345165252686,
-0.1414957493543625,
0.30947962403297424,
-0.15310506522655487,
-0.4704943597316742,
-0.37005865573883057,
-0.08705231547355652,
0.1404314935207367,
-0.015972601249814034,
-0.06664294749498367,
0.014890093356370926,
0.17941705882549286,
-0.574142575263977,
0.5227779746055603,
-0.029703490436077118,
-0.6663438677787781,
-0.3826006352901459,
0.30746129155158997,
0.4780394732952118,
-0.37613627314567566,
0.7484105825424194,
0.013681802898645401,
-0.21176660060882568,
0.679719090461731,
0.41570547223091125,
0.5804703831672668,
-0.3992755115032196,
0.41378793120384216,
0.6709625124931335,
0.1951243132352829,
0.06353190541267395,
0.7935068607330322,
-0.08175785094499588,
-0.5411253571510315,
0.07169447094202042,
-0.19748787581920624,
-0.3559812903404236,
-0.13038089871406555,
-1.0784457921981812,
0.33001628518104553,
-0.5618201494216919,
-0.4392756521701813,
0.13203532993793488,
0.0748264417052269,
-0.9554723501205444,
0.2029924839735031,
0.19619610905647278,
1.3669780492782593,
-0.8219937682151794,
0.822953462600708,
1.083569049835205,
-0.6537801623344421,
-0.6310458183288574,
-0.290409654378891,
0.2544776499271393,
-0.7829168438911438,
-0.25565823912620544,
0.050267335027456284,
0.42875733971595764,
-0.5192959308624268,
-0.8222999572753906,
-0.6135640740394592,
1.0386974811553955,
0.1261347383260727,
-0.5955309271812439,
0.06572891026735306,
-0.17389117181301117,
0.5349039435386658,
-0.46415475010871887,
-0.015768222510814667,
0.45850083231925964,
0.778809666633606,
0.02398870140314102,
-0.742713451385498,
0.034189872443675995,
-0.505945086479187,
-0.6275070309638977,
0.5509120225906372,
-0.5306481719017029,
0.5096338391304016,
-0.29388630390167236,
-0.0761609673500061,
0.03991567716002464,
0.3293021321296692,
0.06771758198738098,
0.7393786311149597,
0.2625771164894104,
0.7537242770195007,
1.0463417768478394,
-0.2523387670516968,
1.01975679397583,
-0.07146506011486053,
0.629074215888977,
1.3001593351364136,
-0.040277186781167984,
0.24334552884101868,
0.5607602596282959,
-0.1581534445285797,
0.2653978765010834,
0.37167078256607056,
-0.5074911713600159,
0.4603872001171112,
0.24936997890472412,
-0.31599172949790955,
-0.2366398125886917,
-0.018070373684167862,
-0.8726984262466431,
0.09424541890621185,
0.5001530051231384,
-0.5098856687545776,
-0.05645046383142471,
0.1797025501728058,
0.09611199051141739,
-0.20542782545089722,
-0.6536299586296082,
0.7693275213241577,
0.1692783236503601,
-0.2207449972629547,
-0.1235412210226059,
-0.2656494379043579,
0.4176439344882965,
-0.9843376874923706,
-0.3714940547943115,
-0.045825157314538956,
0.2590976655483246,
-0.628409206867218,
-0.9781420230865479,
0.5658518671989441,
-0.21512915194034576,
-0.38839060068130493,
0.011787418276071548,
0.9265405535697937,
-0.48751670122146606,
-1.0031615495681763,
0.2921990156173706,
0.35277310013771057,
0.17177432775497437,
0.2554888427257538,
-1.2219796180725098,
0.07578643411397934,
-0.3317016065120697,
-0.05918695777654648,
0.180263489484787,
0.1262090802192688,
0.34737199544906616,
0.7316839694976807,
0.5543763041496277,
0.3206062316894531,
-0.4503451883792877,
0.4882296919822693,
0.9668540358543396,
-0.5688621401786804,
-0.32140254974365234,
-0.43985697627067566,
0.6622722744941711,
-0.34631866216659546,
-0.7903879284858704,
0.4735454022884369,
0.9134895205497742,
0.6383422017097473,
-0.22241006791591644,
0.67799973487854,
-0.3411640226840973,
0.8438131213188171,
-0.2409934252500534,
0.8181196451187134,
-0.5368365049362183,
-0.3027813136577606,
-0.051577210426330566,
-0.21729223430156708,
-0.9474524259567261,
0.5333671569824219,
0.2724402844905853,
-0.17051692306995392,
0.6956546902656555,
0.9392364025115967,
-0.38019075989723206,
0.13516278564929962,
0.09565003216266632,
0.026210449635982513,
-0.10538512468338013,
0.38652488589286804,
0.20454441010951996,
-0.4011765122413635,
0.06603037565946579,
-0.2681969404220581,
-0.6764480471611023,
0.27055492997169495,
-0.8060810565948486,
-1.0596051216125488,
-0.6202152967453003,
-0.7104503512382507,
-0.6370534300804138,
-0.053857747465372086,
1.1798452138900757,
1.0677822828292847,
-1.0443542003631592,
-0.18714579939842224,
0.16031448543071747,
0.24771201610565186,
-0.1079159677028656,
-0.07813138514757156,
0.7214176058769226,
0.2713625133037567,
-0.3370814025402069,
-0.17787854373455048,
0.29095834493637085,
0.02277548238635063,
-0.09899807721376419,
0.14553597569465637,
-0.2494191825389862,
-0.01612403802573681,
0.17628011107444763,
0.5573186278343201,
0.07535497844219208,
-0.21262747049331665,
-0.720191240310669,
-0.22853095829486847,
0.37847086787223816,
1.205737829208374,
-0.4790666401386261,
0.34262022376060486,
0.45155391097068787,
0.3974219262599945,
0.5163987278938293,
-0.08860817551612854,
0.41283896565437317,
-0.49007606506347656,
0.015204757452011108,
0.09186437726020813,
0.4685819745063782,
0.03129022568464279,
-0.494519978761673,
0.8584427833557129,
0.3873812258243561,
-0.6244044303894043,
-0.5974064469337463,
0.11239214986562729,
-1.5701936483383179,
0.2508799731731415,
0.8042275309562683,
0.10031257569789886,
-0.17816312611103058,
-0.1117764562368393,
-0.417918860912323,
0.28404274582862854,
-0.8118826150894165,
0.2303829789161682,
0.37331512570381165,
0.03510412946343422,
-0.2429102659225464,
-0.3739129602909088,
0.5438281893730164,
-0.3250904679298401,
-1.4500694274902344,
0.01904817670583725,
0.5337721109390259,
0.31404438614845276,
0.025549104437232018,
1.2786751985549927,
-0.40072914958000183,
0.3312033414840698,
0.40936148166656494,
0.3602978587150574,
-0.20323576033115387,
-0.5787484645843506,
-0.5473701357841492,
0.1149037703871727,
-0.3730456829071045,
-0.6933559775352478
]
|
dwancin/names-in-denmark | dwancin | 2023-12-04T06:23:36Z | 0 | 0 | [
"language:da",
"license:mit",
"statistics",
"region:us"
]
| null | 2023-12-04T06:13:36Z | ---
license: mit
language:
- da
tags:
- statistics
---
# Names in Denmark
The statistical data source is the Central Population Register and Statistics Denmark. | [
-0.40542399883270264,
-0.3557112216949463,
0.7004679441452026,
0.257609099149704,
-0.33035263419151306,
-0.1645079106092453,
-0.19967541098594666,
-0.15499819815158844,
-0.011307732202112675,
0.5389511585235596,
-0.5114760398864746,
-0.41799911856651306,
-0.5265026092529297,
0.34614861011505127,
-0.5541178584098816,
0.1778373420238495,
0.029802635312080383,
0.5650863647460938,
-0.13432766497135162,
-0.0761888399720192,
-0.46704182028770447,
-1.1702557802200317,
-1.0681400299072266,
0.3710445463657379,
0.7702817320823669,
0.864517331123352,
0.3952314853668213,
0.14788447320461273,
0.5576597452163696,
0.20704694092273712,
-0.1181664988398552,
-0.3776912987232208,
-0.6288766264915466,
0.23576200008392334,
-0.5105134844779968,
-0.4944501221179962,
-0.30785855650901794,
-0.16047097742557526,
0.7134716510772705,
0.5810701251029968,
-0.399279922246933,
0.5922974944114685,
-0.054565466940402985,
0.8338754773139954,
-0.8693462014198303,
0.2252589464187622,
0.0413367822766304,
-0.03183971717953682,
-0.7199534177780151,
-0.1432901918888092,
-0.042046960443258286,
-0.9178134799003601,
-0.17745010554790497,
-0.2907842993736267,
0.8409435153007507,
-0.08989721536636353,
0.5328172445297241,
-0.21226270496845245,
-0.3923304080963135,
0.05553849786520004,
-0.42719078063964844,
0.5806965827941895,
0.04311015456914902,
0.43401139974594116,
0.8697295188903809,
1.2665680646896362,
-0.5020983815193176,
-0.1491980254650116,
-0.2796604633331299,
-0.09722020477056503,
-0.12332351505756378,
-0.1808287650346756,
-0.1540815532207489,
-0.46550750732421875,
0.2213979810476303,
0.535243809223175,
-0.2532646656036377,
-0.6537802219390869,
-0.7121772170066833,
-0.04738375544548035,
1.0988460779190063,
0.3106710910797119,
0.5491530895233154,
0.1534564048051834,
0.10266730189323425,
-0.4284166991710663,
-0.5298876762390137,
-0.18075692653656006,
0.3183976113796234,
0.5300476551055908,
-0.5758306980133057,
0.9457435607910156,
-0.09905839711427689,
0.45898568630218506,
0.4673788249492645,
0.203746497631073,
0.2980215847492218,
-0.23050343990325928,
-0.36397942900657654,
0.4804317057132721,
0.5138446688652039,
0.24982602894306183,
0.6397920846939087,
-0.3020913600921631,
0.23447707295417786,
-0.09210477024316788,
0.20971167087554932,
-0.7388794422149658,
-0.6878796815872192,
0.026346024125814438,
-0.500958263874054,
-0.06239135563373566,
0.3795512020587921,
-0.3634589612483978,
-0.5879845023155212,
-0.14697837829589844,
-0.3089042901992798,
-0.12215673178434372,
-0.6630511283874512,
-0.3721170127391815,
-1.0349116325378418,
-0.12644918262958527,
0.4024207293987274,
-0.6451767086982727,
0.1366976648569107,
0.259564071893692,
0.4789304733276367,
-0.5867266654968262,
0.32618483901023865,
0.10783661156892776,
-0.031918417662382126,
-0.8100382685661316,
0.6893746256828308,
-0.27300193905830383,
-0.5927940011024475,
-0.18744885921478271,
0.4896843433380127,
0.27686557173728943,
-0.7990900874137878,
-0.10883602499961853,
-0.5337929725646973,
0.18506787717342377,
-0.7907357215881348,
-0.26185211539268494,
-0.01535759773105383,
0.15180140733718872,
-1.1989187002182007,
1.2112592458724976,
0.3039884567260742,
-0.8002899289131165,
0.4522953927516937,
-0.41789719462394714,
-0.15229538083076477,
-0.007352640852332115,
-0.7576526999473572,
0.19264154136180878,
0.47161221504211426,
-0.19880537688732147,
0.9759681224822998,
-0.5168912410736084,
0.5324824452400208,
-0.3327826261520386,
0.057698387652635574,
0.6554632782936096,
-0.6061091423034668,
1.1986875534057617,
0.39934268593788147,
0.3711387813091278,
-0.2678658962249756,
-1.0147182941436768,
-0.44918227195739746,
0.3356022834777832,
-0.4784931242465973,
-0.31005367636680603,
0.11607903242111206,
0.7153639793395996,
-0.08951643109321594,
-0.03351074084639549,
-0.804482638835907,
0.12030591815710068,
0.7621922492980957,
-0.8189866542816162,
0.5769793391227722,
0.3686157763004303,
0.00671957666054368,
-0.4668025076389313,
0.6083004474639893,
0.10049962997436523,
0.007228797767311335,
1.12035071849823,
-0.9057909250259399,
0.0380265973508358,
-0.18012186884880066,
0.5712275505065918,
0.5965068936347961,
-0.6107214093208313,
0.08033370971679688,
-0.01253593061119318,
-0.8398576974868774,
0.2946626842021942,
-0.4632905125617981,
0.024629080668091774,
0.426858514547348,
0.1798381507396698,
-0.11986123770475388,
-0.9083342552185059,
-0.8121260404586792,
-0.3508460521697998,
-0.45582303404808044,
-0.2264753133058548,
0.10167592018842697,
-0.114628866314888,
-0.0668228417634964,
0.8560123443603516,
-0.7338252663612366,
0.26640430092811584,
-0.5190787315368652,
-0.3265724182128906,
1.1067768335342407,
0.4985739588737488,
0.7349937558174133,
-0.9958397746086121,
-1.0029652118682861,
-0.3813493549823761,
-0.44026294350624084,
-0.45154550671577454,
0.5635550022125244,
-0.6619099974632263,
0.037923574447631836,
0.3671605587005615,
0.08577480912208557,
0.7524899840354919,
0.5825286507606506,
-0.5183572173118591,
0.7211682796478271,
0.17006030678749084,
0.27918267250061035,
-1.378476858139038,
0.2566350996494293,
-0.18468166887760162,
-0.235311359167099,
-0.3341382145881653,
-0.33774909377098083,
0.0847708210349083,
0.1518837809562683,
-0.8516893982887268,
0.9379809498786926,
-0.7100901007652283,
0.28698500990867615,
-0.06755930185317993,
-0.41272369027137756,
-0.7211740612983704,
-0.5479131937026978,
0.2931307554244995,
0.6213706731796265,
0.5970302224159241,
-0.47610563039779663,
0.7758800387382507,
0.5842702984809875,
-0.37709975242614746,
1.1467936038970947,
0.15236227214336395,
-0.4117286205291748,
-0.15996438264846802,
0.3128451406955719,
-0.839488685131073,
-1.0289043188095093,
0.07491233199834824,
-0.27804020047187805,
0.1971645951271057,
-0.4420950412750244,
-0.6500747799873352,
-0.42793771624565125,
-0.2400008738040924,
0.8352567553520203,
0.761310338973999,
-0.6452527046203613,
0.07316599041223526,
0.8392221927642822,
-0.36545154452323914,
-0.8120030760765076,
-0.8784505724906921,
0.21790815889835358,
-0.1461917757987976,
0.018858518451452255,
-0.5925155282020569,
-0.13346950709819794,
-0.41076499223709106,
0.10719851404428482,
-0.30814769864082336,
-0.9206004738807678,
-0.09605776518583298,
0.040321025997400284,
-0.11756481975317001,
0.011807797476649284,
0.2548362910747528,
-0.21945194900035858,
-0.08500676602125168,
-0.18038225173950195,
0.5878852009773254,
0.3491740822792053,
0.9152892231941223,
0.10270409286022186,
-0.3724253177642822,
0.7289433479309082,
0.16843584179878235,
0.7867094874382019,
0.8067032694816589,
-0.0014732448616996408,
-0.8876926898956299,
-0.1284487396478653,
-0.642880916595459,
0.011433491483330727,
-0.34821781516075134,
0.06796290725469589,
-0.7108097076416016,
-0.573433518409729,
0.5929511785507202,
0.21193177998065948,
-0.5404596328735352,
0.6583579182624817,
0.5983394384384155,
-0.11600446701049805,
0.5563753247261047,
0.47406136989593506,
-0.15810555219650269,
0.1812898963689804,
0.2373783439397812,
-0.29873767495155334,
-0.49098822474479675,
0.03043447993695736,
-0.4854721128940582,
-0.29735299944877625,
-0.49611303210258484,
-0.582475483417511,
0.21062634885311127,
0.33943241834640503,
-0.37314775586128235,
0.8140109181404114,
-0.6993686556816101,
0.7369087338447571,
0.1535460501909256,
-0.09917034953832626,
0.3604050576686859,
0.17276261746883392,
-0.3429657220840454,
0.02670661173760891,
-0.4955284297466278,
-0.30267608165740967,
1.2918298244476318,
-0.17700238525867462,
1.3349682092666626,
0.46653130650520325,
0.847420334815979,
0.2853783965110779,
0.6654226183891296,
0.01788286678493023,
0.398336797952652,
-0.3771132826805115,
-1.5520529747009277,
-0.3439064919948578,
-0.48303595185279846,
-1.246376395225525,
-0.03655293956398964,
-0.1639992743730545,
-1.010000467300415,
1.129233717918396,
0.17381151020526886,
-0.04998253285884857,
0.5241853594779968,
-0.14815795421600342,
0.3432145118713379,
-0.03582024946808815,
0.4333633482456207,
-0.053939931094646454,
-0.20477333664894104,
0.28020644187927246,
-0.11602634936571121,
-0.06085008755326271,
-0.6641006469726562,
0.12410591542720795,
0.6726612448692322,
-0.48899900913238525,
0.846943199634552,
-0.2529648542404175,
-0.1720075160264969,
0.09492248296737671,
-0.24010156095027924,
0.15096865594387054,
0.1296694576740265,
-0.1934799700975418,
0.5307452082633972,
0.16875019669532776,
-0.5247327089309692,
0.21602395176887512,
0.7981354594230652,
-0.5093960165977478,
0.1426151543855667,
-0.7059880495071411,
-0.010793987661600113,
0.01516074687242508,
0.05681495741009712,
0.34389910101890564,
0.497002512216568,
-0.7940452694892883,
0.44653305411338806,
0.20668895542621613,
-0.16517332196235657,
0.056102313101291656,
0.7843427062034607,
-0.4273562729358673,
-0.44266071915626526,
0.5994986891746521,
0.8762822151184082,
-0.013735837303102016,
-0.02167545258998871,
0.050426751375198364,
-0.45652374625205994,
0.13718727231025696,
-0.29183927178382874,
0.519670844078064,
-0.6542569994926453,
-0.3625282347202301,
-0.5053350329399109,
-0.5747904777526855,
-0.13068442046642303,
-0.3316413462162018,
-0.2188391387462616,
-0.653753399848938,
-0.22138148546218872,
-0.41219013929367065,
0.6653998494148254,
1.0010273456573486,
-0.7324771881103516,
0.3969860076904297,
-0.593367338180542,
1.0884095430374146,
0.28937631845474243,
0.8768702149391174,
-0.15691976249217987,
0.3455445170402527,
-0.05553095042705536,
-0.5386308431625366,
-0.008470793254673481,
-1.4499566555023193,
-0.009388071484863758,
-0.353890597820282,
0.37754982709884644,
0.41399791836738586,
0.09529281407594681,
0.6589143872261047,
-0.3794291317462921,
0.7097242474555969,
0.33592939376831055,
-0.2369288206100464,
-0.03687877207994461,
-0.21460194885730743,
0.049039170145988464,
0.7795206308364868,
0.200312539935112,
-1.0905438661575317,
0.024679847061634064,
-1.2079501152038574,
-0.5729960203170776,
1.0748262405395508,
0.21650002896785736,
-0.3137229382991791,
-0.2166169136762619,
0.12837086617946625,
0.2990480065345764,
0.35648953914642334,
0.16082443296909332,
-0.6019957661628723,
0.5332481265068054,
-0.29856741428375244,
-0.10715992748737335,
-0.12650318443775177,
-0.2013586312532425,
-0.668037474155426,
0.6389557719230652,
0.3099342882633209,
0.17959384620189667,
0.19505944848060608,
0.4598148763179779,
-0.5587722659111023,
0.07760508358478546,
0.028373755514621735,
0.9298001527786255,
-0.2448331117630005,
0.006596313323825598,
0.38642939925193787,
-0.627555251121521,
0.43695950508117676,
-0.015592220239341259,
0.4542558491230011,
0.6038680076599121,
0.11618056148290634,
0.22056162357330322,
0.33551734685897827,
-0.10741139948368073,
0.5380569696426392,
-0.13468177616596222,
0.0629110112786293,
-1.2825523614883423,
0.5098411440849304,
0.32841822504997253,
0.23486962914466858,
0.7471275329589844,
-0.4794595539569855,
0.17333123087882996,
-0.4960741102695465,
0.10441956669092178,
0.13879995048046112,
-0.267894446849823,
-0.26050740480422974,
0.8722922801971436,
-0.008796591311693192,
-0.19063253700733185,
0.6276532411575317,
0.06954830884933472,
0.17184330523014069,
1.0246567726135254,
0.5997363328933716,
0.9291831851005554,
-0.7718054056167603,
0.13469268381595612,
0.6751760840415955,
-0.09455796331167221,
-0.5593746900558472,
1.3765480518341064,
-0.005267780274152756,
-0.7582226395606995,
-0.2678096294403076,
-0.49301090836524963,
-0.3816489577293396,
0.24352465569972992,
-0.787909984588623,
0.49533191323280334,
-0.07510866969823837,
-0.6293204426765442,
-0.2285836935043335,
-0.2379828244447708,
-1.0661956071853638,
0.19481153786182404,
1.2043218612670898,
1.7777515649795532,
-0.8440433144569397,
0.7422159910202026,
0.8614036440849304,
0.3906404376029968,
-0.6925897002220154,
-0.07499914616346359,
0.1952989548444748,
-0.6812901496887207,
0.5371955633163452,
0.12406983226537704,
0.17335470020771027,
0.11291144043207169,
-1.3658068180084229,
-1.416496753692627,
0.8763905763626099,
0.3380262553691864,
-0.7385042905807495,
0.5160890817642212,
-0.12397786229848862,
0.4325578212738037,
-0.05738481879234314,
0.11215503513813019,
0.4746527373790741,
1.3453840017318726,
-0.10625158995389938,
-1.0405426025390625,
-0.07868005335330963,
-0.5699012875556946,
0.07473450154066086,
0.6573916077613831,
-0.37736019492149353,
0.8564302325248718,
0.23320022225379944,
-0.8968265652656555,
0.2880941331386566,
0.4336816370487213,
0.7136569023132324,
0.18169811367988586,
0.4353594481945038,
0.7728540301322937,
0.7205023765563965,
-0.10318128764629364,
1.1332606077194214,
0.046655818819999695,
0.6332968473434448,
0.5916105508804321,
0.10347864776849747,
0.7757577896118164,
0.4269527196884155,
-0.45909860730171204,
0.414792001247406,
0.7040145397186279,
-0.1625117063522339,
0.5299825668334961,
0.6086589694023132,
0.029023531824350357,
-0.1316377818584442,
0.3236195147037506,
-0.5679985880851746,
0.037284474819898605,
0.505877673625946,
-0.09869705885648727,
-0.7320682406425476,
-0.21480469405651093,
0.5544642210006714,
-0.4298482835292816,
-0.22084984183311462,
0.6947256922721863,
0.29651570320129395,
-0.22610007226467133,
0.44828078150749207,
-0.542837917804718,
-0.06009802594780922,
-0.347182035446167,
-0.36256420612335205,
0.01569639891386032,
0.12136519700288773,
-0.09814150631427765,
-1.057454228401184,
0.04079238697886467,
0.08774039149284363,
-0.5747761130332947,
0.49082469940185547,
0.35966014862060547,
-0.8022847175598145,
-0.9486517906188965,
0.3995850086212158,
0.5129777193069458,
0.7086070775985718,
-0.28891316056251526,
-0.3770909607410431,
-0.49075794219970703,
-0.3838958740234375,
-0.46398234367370605,
0.009698507376015186,
0.23622781038284302,
-0.636918842792511,
0.2112773060798645,
0.8134181499481201,
0.5266023278236389,
0.04437369480729103,
-0.10968873649835587,
0.44947272539138794,
-0.9815737009048462,
-0.578913688659668,
-0.6626458168029785,
0.29415518045425415,
-0.6635894775390625,
-0.48730555176734924,
0.9086858034133911,
0.5341286659240723,
0.6775179505348206,
-0.3115651607513428,
1.195540428161621,
-0.6154244542121887,
0.6391279101371765,
0.3988981246948242,
1.4349998235702515,
-0.21563303470611572,
-0.7964021563529968,
-0.09122703969478607,
-1.2996829748153687,
-0.5827731490135193,
0.08488042652606964,
-0.06765888631343842,
-0.3153272569179535,
0.4815715551376343,
0.2761049270629883,
-0.7163455486297607,
-0.1648205667734146,
0.4531155228614807,
0.5761156678199768,
-0.29912590980529785,
-0.0957833006978035,
0.48489293456077576,
0.06444088369607925,
-0.43122297525405884,
-0.3090481460094452,
-0.374501496553421,
-0.8513591289520264,
-0.6177591681480408,
-0.8860238790512085,
-0.4994417428970337,
-0.017923908308148384,
-0.01727033033967018,
0.09703260660171509,
0.7094618678092957,
0.6988731622695923,
-1.4658163785934448,
-0.48197364807128906,
0.40943482518196106,
-0.11145661026239395,
-0.150577113032341,
-0.22546891868114471,
0.6763957142829895,
0.014469071291387081,
-0.4265846014022827,
0.5519318580627441,
-0.3220174014568329,
0.0353827103972435,
0.25697097182273865,
0.17375220358371735,
0.1021534875035286,
0.584926187992096,
0.1418960690498352,
0.3741217255592346,
-0.33657029271125793,
-0.2395072728395462,
-0.5531378388404846,
-0.5237364768981934,
-0.2450549453496933,
0.5600946545600891,
-0.46366384625434875,
0.7058386206626892,
1.1672849655151367,
0.2207125872373581,
-0.11023011803627014,
0.8777267336845398,
0.6614907383918762,
-0.6704666614532471,
-0.15507008135318756,
-0.4421699047088623,
0.5438207983970642,
0.21834436058998108,
-0.7130319476127625,
0.9179627299308777,
0.1755347102880478,
-0.38552701473236084,
-0.7179751396179199,
-0.12148072570562363,
-0.989295482635498,
-0.09296340495347977,
1.0298761129379272,
0.2957618236541748,
-0.36935800313949585,
-0.5260826945304871,
-0.43112072348594666,
0.31128889322280884,
-0.6734069585800171,
0.31497839093208313,
1.0782545804977417,
-0.23994706571102142,
-0.022007044404745102,
-1.0354743003845215,
0.5935178995132446,
-0.34113359451293945,
-0.3986986577510834,
-0.18455547094345093,
0.31534865498542786,
0.45602139830589294,
0.11456642299890518,
1.1135146617889404,
-0.3646075129508972,
0.48302099108695984,
0.03235079348087311,
0.4330727458000183,
0.6096789240837097,
-0.40996211767196655,
-0.06958863139152527,
-0.05140969157218933,
-0.4359624683856964,
-0.14468450844287872
]
|
m-a-p/COIG-Kun | m-a-p | 2023-12-04T09:27:39Z | 0 | 1 | [
"task_categories:question-answering",
"size_categories:100K<n<1M",
"language:zh",
"region:us"
]
| [
"question-answering"
]
| 2023-12-04T06:36:50Z | ---
task_categories:
- question-answering
language:
- zh
size_categories:
- 100K<n<1M
---
# Kun: Answer Polishment Saves Your Time for Using Intruction Backtranslation on Self-Alignment
## Table of Contents
- [Overview](#overview)
- [Dataset Description](#dataset-description)
- [Usage](#usage)
- [Citation](#citation)
- [Acknowledgments](#acknowledgments)
## Overview
The COIG-Kun dataset, part of the [COIG-Kun GitHub](https://github.com/Zheng0428/COIG-Kun) project, consists of instructional data used for training language models. This dataset was developed following the methodology inspired by Meta's "Self-Alignment with Instruction Backtranslation" and adapted for optimal performance in training label, point, and answer models.
## Dataset Description
### Language
- The dataset contains instructions primarily in Chinese.
### Dataset Structure
- **Data Instances**: Each data instance is structured in a JSON format with two fields: `instruction` and `output`.
- Example: `{"instruction": "如何评价祁又一自编自导的电影《鸽子小姐》?", "output": "《鸽子小姐》是一部由祁又一自编自导的电影。..."}`
- **Data Split**: The dataset is comprised of three subsets:
- `wudao.jsonl`: 139,852 instances
- `wanjuan.jsonl`: 328,294 instances
- `skypile.jsonl`: 71,560 instances
### Data Characteristics
- The dataset is designed to provide high-quality instructional data for language model training, focusing on enhancing the quality and applicability of the data.
## Methodology
Our approach closely follows the self-alignment method ådescribed by Meta, with adaptations to optimize the process:
1. **Seed Data Selection and Model Training**: Initially, appropriate seed data are selected and inverted to train a Label Model on a base model(Yi Base). Concurrently, using the same seed data, a Primary Chat model is trained following the Supervised Fine-Tuning (SFT) method typical of chat models.
3. **Labeling Unlabeled Data**: The Label Model is then used to annotate preliminarily cleansed Primary data. Cleansing involves filtering based on perplexity (ppl) and length, discarding data exceeding 512 tokens.
4. **Instruction Data Generation**: Post-annotation, we obtain our first version of Labeled data. Unlike the original project where both instruction and output data pairs are fed into Primary Chat Model for scoring, our replication revealed limitations in Primary Chat's ability to discern high-quality instructions. We innovated by scoring only the instruction component, effectively filtering out noise and selecting high-quality instructions.
5. **Output Data Refinement**: Upon manual inspection, we identified a mismatch between the Primary Data (used as output) and the standard requirements for output in instruction data. To address this, we introduced an additional step: refining the output data. Using Primary Chat's capabilities, the output (originally unlabeled data) is adjusted according to the instructions, making it more suitable as output for the instruction data.
6. **Framework Completion**: Our methodology concludes with the acquisition of a substantial volume of instructional data, achieved with minimal resource expenditure.

## Usage
### Using the Data
- The dataset can be used for training and fine-tuning language models, specifically focusing on instruction understanding and response generation.
- Users are encouraged to refer to the project documentation for detailed instructions on utilizing the dataset in the training process.
## Citation
If you use this dataset in your research, please cite it as follows:
```bibtex
@misc{COIG-Kun,
title={Kun: Answer Polishment Saves Your Time for Using Intruction Backtranslation on Self-Alignment},
author={Tianyu, Zheng* and Shuyue, Guo* and Xingwei, Qu and Xinrun, Du and Wenhu, Chen and Jie, Fu and Wenhao, Huang and Ge, Zhang},
year={2023},
publisher={GitHub},
journal={GitHub repository},
howpublished={https://github.com/Zheng0428/COIG-Kun}
}
```
## Acknowledgments
This dataset was created by a dedicated team at [M-A-P]. We acknowledge the contributions of all individuals and organizations that made this project possible.
| [
-0.1661863923072815,
-0.7390363812446594,
-0.06060119345784187,
0.3157094717025757,
-0.10423661768436432,
0.022931868210434914,
-0.465118944644928,
-0.13047434389591217,
0.07034456729888916,
0.623237133026123,
-0.7288654446601868,
-0.7964282631874084,
-0.3273557722568512,
-0.05224834382534027,
-0.3170362114906311,
1.0714542865753174,
-0.02224232815206051,
0.18210038542747498,
-0.09371441602706909,
-0.07458717375993729,
-0.5250303745269775,
-0.6373783349990845,
-0.5639942288398743,
-0.2818965017795563,
0.2766925096511841,
0.9869928956031799,
0.4795631468296051,
1.0219498872756958,
0.5354421138763428,
0.2921627163887024,
0.33248135447502136,
0.07051128149032593,
-0.6792285442352295,
-0.1323268562555313,
0.08178548514842987,
-0.4119455814361572,
-0.6126542091369629,
0.012792713940143585,
0.6770623326301575,
0.5608377456665039,
-0.09735120832920074,
0.490698903799057,
0.3317890763282776,
0.8087801337242126,
-0.3625388443470001,
0.2668912410736084,
-0.42975473403930664,
0.11777972429990768,
-0.4209775924682617,
-0.04897066950798035,
-0.5788971781730652,
-0.37045496702194214,
-0.03352859988808632,
-0.6472521424293518,
0.2687261402606964,
-0.0025490312837064266,
1.0391545295715332,
0.23592522740364075,
-0.18413853645324707,
-0.2514168918132782,
-0.5241069197654724,
0.8822833299636841,
-0.9270657896995544,
0.5046647191047668,
0.5782466530799866,
0.37793901562690735,
-0.2523903548717499,
-0.6001468896865845,
-0.5281545519828796,
0.03696521744132042,
-0.4102402925491333,
0.29893267154693604,
0.3658972382545471,
-0.03695235028862953,
0.2520628869533539,
0.44826170802116394,
-0.7893387675285339,
0.19291986525058746,
-0.4949609935283661,
-0.3421908915042877,
0.8956607580184937,
0.2672472596168518,
0.38359615206718445,
-0.21135449409484863,
-0.35984984040260315,
-0.3874211311340332,
-0.804945170879364,
0.2965451776981354,
0.593322217464447,
0.42199310660362244,
-0.44283756613731384,
0.523079514503479,
-0.3139415979385376,
0.6646366119384766,
0.3558427095413208,
-0.28027471899986267,
0.5692699551582336,
-0.5024120211601257,
-0.23827016353607178,
-0.02852322906255722,
1.1223477125167847,
0.10878312587738037,
0.13853727281093597,
-0.05064673721790314,
0.2089661955833435,
-0.41266632080078125,
0.007449138909578323,
-0.8257352113723755,
-0.5270151495933533,
0.1804834008216858,
-0.34537506103515625,
-0.2411583662033081,
-0.0002944416191894561,
-0.7633483409881592,
0.1703156977891922,
-0.3521501123905182,
0.3176109492778778,
-0.4382336735725403,
-0.17180348932743073,
-0.18694058060646057,
0.16026680171489716,
0.23552638292312622,
0.18066486716270447,
-1.1368621587753296,
0.29321569204330444,
0.6574988961219788,
0.6101669669151306,
-0.2029343992471695,
-0.4430672228336334,
-0.26179516315460205,
0.15656237304210663,
-0.4064922332763672,
0.3828261196613312,
-0.2857947051525116,
-0.17884157598018646,
-0.24991481006145477,
0.2635672986507416,
-0.2227167934179306,
-0.3150988221168518,
0.3249240219593048,
-0.3376365005970001,
0.6450081467628479,
-0.2311500906944275,
-0.778211772441864,
-0.28568151593208313,
0.21588027477264404,
-0.44645464420318604,
1.0496853590011597,
0.2014429271221161,
-0.6176750659942627,
0.160812646150589,
-0.5864967703819275,
-0.4629281759262085,
-0.01258047204464674,
-0.1859990507364273,
-0.6081386804580688,
-0.4396474361419678,
0.26764941215515137,
0.42344653606414795,
-0.06552644073963165,
0.3343396484851837,
-0.09902939945459366,
-0.41551831364631653,
0.17183592915534973,
-0.5118907690048218,
0.9919334053993225,
0.11313377320766449,
-0.4063999354839325,
-0.005966837517917156,
-0.9244764447212219,
0.2236596643924713,
0.037233851850032806,
-0.4201192259788513,
-0.2230311632156372,
-0.0023155801463872194,
-0.43431732058525085,
0.3527423143386841,
0.5130333304405212,
-0.5387423038482666,
0.2895755171775818,
-0.610162079334259,
-0.0008166432962752879,
0.7691571712493896,
-0.12833668291568756,
0.5480490922927856,
-0.021870369091629982,
0.382604718208313,
0.0690312385559082,
0.2760278880596161,
-0.23858842253684998,
-0.29905128479003906,
-1.097779631614685,
-0.059401921927928925,
0.3006235659122467,
0.6738327741622925,
-0.8160295486450195,
0.6871358156204224,
-0.2929557263851166,
-0.5351974964141846,
-0.7737802863121033,
0.3342350423336029,
0.8526023030281067,
0.8706859946250916,
0.5559594035148621,
-0.11250707507133484,
-0.634257972240448,
-0.8542890548706055,
0.023945948109030724,
-0.12947511672973633,
0.16320672631263733,
0.15131200850009918,
0.2716577351093292,
0.012154880911111832,
0.6595486998558044,
-0.4606466591358185,
-0.22392579913139343,
-0.024384448304772377,
0.20220960676670074,
0.3474196493625641,
0.8727620840072632,
0.25745829939842224,
-0.46818777918815613,
-0.970920979976654,
0.00814569741487503,
-0.8461695909500122,
-0.06731823831796646,
-0.1455605924129486,
-0.6469111442565918,
0.3535957336425781,
0.5063494443893433,
-0.05227244272828102,
0.3666631281375885,
0.7325088381767273,
-0.2561110556125641,
0.41115742921829224,
0.06922371685504913,
0.24049785733222961,
-1.2179231643676758,
0.05894467234611511,
-0.3620695173740387,
-0.06395820528268814,
-0.7252369523048401,
-0.07562410086393356,
0.1325087994337082,
0.056219879537820816,
-0.3036559224128723,
0.4204947352409363,
-0.5934612154960632,
0.13546715676784515,
-0.12256240844726562,
-0.02253761887550354,
0.07335308939218521,
0.9688515067100525,
-0.057297851890325546,
0.9808669090270996,
0.27602946758270264,
-0.5596763491630554,
0.30948561429977417,
0.5404306054115295,
-0.20204448699951172,
0.22808171808719635,
-0.6341560482978821,
0.4665239751338959,
0.21741126477718353,
-0.06852680444717407,
-1.2735145092010498,
-0.18730410933494568,
0.8427430987358093,
-0.5801836252212524,
0.6126155853271484,
-0.4446786642074585,
-0.3427280783653259,
-0.3492940366268158,
-0.2497941553592682,
0.10597798228263855,
0.40798935294151306,
-0.582834780216217,
0.31859609484672546,
0.28432321548461914,
0.007665684446692467,
-0.8450990915298462,
-0.7924125790596008,
-0.12891647219657898,
-0.06227252632379532,
-0.7102710604667664,
0.18688872456550598,
-0.37923526763916016,
0.19898264110088348,
-0.1990801841020584,
0.03250234201550484,
-0.06885886937379837,
0.05874686688184738,
0.22640827298164368,
0.3483428657054901,
-0.3235764503479004,
0.2694918215274811,
0.21786245703697205,
-0.19290712475776672,
-0.022463317960500717,
-0.011790560558438301,
0.6578863859176636,
-0.03220948204398155,
-0.36288270354270935,
-0.5508254766464233,
0.2630414664745331,
0.17606158554553986,
-0.18830101191997528,
0.8404632806777954,
0.6985553503036499,
-0.09969227761030197,
0.20790384709835052,
-0.47002148628234863,
-0.07383270561695099,
-0.5535552501678467,
0.35048753023147583,
-0.3283757269382477,
-0.6087741851806641,
0.5293492078781128,
0.373871773481369,
0.3720095753669739,
0.477900892496109,
0.4703446924686432,
-0.2658441662788391,
1.080627679824829,
0.3509095311164856,
-0.08732612431049347,
0.5944759249687195,
-0.4168393015861511,
0.12524674832820892,
-0.9706070423126221,
-0.23719586431980133,
-0.4076858162879944,
-0.28983426094055176,
-0.5626174211502075,
-0.09100361168384552,
0.09532260149717331,
0.09233181178569794,
-0.3313974142074585,
0.4115217924118042,
-0.6826084852218628,
0.23522907495498657,
0.6609445810317993,
0.20779278874397278,
0.16468654572963715,
0.0479753203690052,
0.20337419211864471,
-0.2799128592014313,
-0.7015015482902527,
-0.41254040598869324,
1.1593348979949951,
0.3492833971977234,
0.9106618762016296,
-0.03497598320245743,
0.9951097965240479,
-0.09849752485752106,
0.37522178888320923,
-0.6538609862327576,
0.5655881762504578,
-0.32310372591018677,
-0.5636827945709229,
-0.6337183117866516,
-0.5683916807174683,
-1.0331048965454102,
0.15533840656280518,
-0.04651836305856705,
-0.5448234677314758,
0.05402429774403572,
0.30672091245651245,
-0.1766669750213623,
-0.04626427963376045,
-1.0918240547180176,
1.1745525598526,
-0.40690767765045166,
-0.22552929818630219,
0.0377996452152729,
-0.7878720164299011,
0.4053765833377838,
0.11892975121736526,
0.09927058964967728,
-0.15515583753585815,
0.21082621812820435,
1.0044878721237183,
-0.7044156193733215,
1.0105901956558228,
-0.17693959176540375,
-0.2256823629140854,
0.36617594957351685,
-0.013096063397824764,
0.43296241760253906,
-0.19979295134544373,
0.058472197502851486,
0.2998085916042328,
0.01747151091694832,
-0.31969550251960754,
-0.6638365983963013,
0.6129177212715149,
-0.9868665933609009,
-0.6406316757202148,
-0.1766337752342224,
-0.5110013484954834,
0.0328170470893383,
0.26156166195869446,
0.5012576580047607,
0.5146548748016357,
0.003747744718566537,
0.31596654653549194,
0.5212992429733276,
-0.19430474936962128,
0.2688435912132263,
0.8395219445228577,
-0.15732046961784363,
-0.47701528668403625,
1.1289241313934326,
0.6018896102905273,
0.3600175380706787,
0.3877359628677368,
0.2901901304721832,
-0.12747040390968323,
-0.3670904338359833,
-0.6114756464958191,
0.16193625330924988,
-0.7149162292480469,
-0.3825259208679199,
-0.5935035943984985,
-0.4724099934101105,
-0.6515581607818604,
0.20405413210391998,
-0.6167428493499756,
-0.41144073009490967,
-0.4992310404777527,
0.042087581008672714,
0.36868539452552795,
0.3437258303165436,
0.05780750513076782,
0.666427493095398,
-0.865431547164917,
0.2083534598350525,
0.19584771990776062,
0.4536665380001068,
-0.038738589733839035,
-0.7919604182243347,
-0.8078718781471252,
0.43989700078964233,
-0.2618522346019745,
-0.6626282930374146,
0.35970354080200195,
0.38818836212158203,
0.5148506760597229,
0.13495053350925446,
0.006916726939380169,
0.8935151696205139,
-0.5515179634094238,
0.7631044387817383,
-0.04802631214261055,
-0.798672080039978,
0.6905718445777893,
-0.16841132938861847,
0.3450086712837219,
0.7138960957527161,
0.2541971802711487,
-0.595967710018158,
-0.4154452979564667,
-0.6468804478645325,
-0.8543190360069275,
1.0453159809112549,
0.07003141939640045,
0.1598939299583435,
0.05884118005633354,
0.327033132314682,
0.3169724941253662,
0.050012361258268356,
-0.520632266998291,
-0.49489331245422363,
-0.2995862662792206,
-0.6830461621284485,
0.09277920424938202,
-0.20036837458610535,
-0.23465894162654877,
-0.3978334963321686,
0.9722270369529724,
-0.20926155149936676,
0.3658633232116699,
-0.005956171080470085,
-0.3077288568019867,
-0.20048120617866516,
0.07709801197052002,
0.35322484374046326,
0.544967770576477,
-0.08978495746850967,
-0.23305091261863708,
0.084038145840168,
-0.7022767663002014,
0.14068490266799927,
0.08061999827623367,
-0.2323528230190277,
-0.1057111993432045,
0.3280811905860901,
0.7144206166267395,
0.2005942016839981,
-0.278496652841568,
0.5822234749794006,
-0.08751628547906876,
-0.016419827938079834,
-0.5030726790428162,
0.34199103713035583,
-0.15868641436100006,
0.15538747608661652,
0.17922548949718475,
-0.23761846125125885,
0.1566401571035385,
-0.2961151897907257,
0.19284000992774963,
0.15038558840751648,
-0.015045932494103909,
-0.4967527389526367,
0.3379579186439514,
0.16952034831047058,
-0.3466797173023224,
0.8080893158912659,
-0.11480551213026047,
-0.44590550661087036,
0.5442571640014648,
0.6394891738891602,
0.7173590660095215,
-0.4199433922767639,
0.22410377860069275,
0.7611865997314453,
0.19628553092479706,
0.004909116309136152,
0.3229745626449585,
-0.11130671948194504,
-0.7825315594673157,
-0.5249509215354919,
-0.28372931480407715,
-0.41028812527656555,
0.16795186698436737,
-0.7780541181564331,
0.3119347095489502,
-0.4516076445579529,
0.11817539483308792,
-0.20924733579158783,
0.16167154908180237,
-0.6757604479789734,
0.2612158954143524,
0.11194542795419693,
0.5717989802360535,
-0.7757587432861328,
1.0274819135665894,
0.38658684492111206,
-0.6419807076454163,
-1.1509274244308472,
-0.1347455382347107,
-0.18728414177894592,
-1.0193575620651245,
0.6287086009979248,
0.07728252559900284,
0.09100332111120224,
0.01645369827747345,
-1.0012434720993042,
-1.2210423946380615,
1.1143438816070557,
0.27137869596481323,
-0.7645642757415771,
-0.1212678998708725,
0.1157311350107193,
0.6559675931930542,
-0.2706831991672516,
0.08151261508464813,
0.6222020983695984,
0.3475983440876007,
0.0807066261768341,
-0.6595144271850586,
0.061563145369291306,
-0.47509312629699707,
-0.2534196972846985,
0.0697861909866333,
-0.9386559128761292,
0.7930850386619568,
0.1809331178665161,
-0.3647523522377014,
0.050846200436353683,
0.982421875,
0.00018211545830126852,
0.17501264810562134,
0.2610495388507843,
0.4996442496776581,
0.6622626781463623,
-0.2203136533498764,
0.7128021717071533,
-0.36651647090911865,
0.3471672534942627,
1.6318280696868896,
0.14569908380508423,
0.6716310977935791,
0.4017612934112549,
-0.24592989683151245,
0.6414685845375061,
0.4818354547023773,
-0.20567114651203156,
0.47693678736686707,
-0.22274631261825562,
0.353227823972702,
-0.007162843365222216,
0.26086878776550293,
-0.44594645500183105,
0.5471900105476379,
0.46712028980255127,
-0.2966156005859375,
0.03408019617199898,
-0.052046820521354675,
0.2017313688993454,
-0.029197273775935173,
0.04724270477890968,
0.9533791542053223,
-0.1494046002626419,
-0.8013007044792175,
0.880628228187561,
-0.32256218791007996,
0.6337451934814453,
-0.7074794173240662,
-0.18062323331832886,
-0.3084064722061157,
0.2500237822532654,
-0.3426378667354584,
-0.8519884347915649,
0.35333287715911865,
-0.10949990898370743,
-0.05783091112971306,
-0.19610027968883514,
0.5705825686454773,
-1.0169928073883057,
-0.4487922787666321,
0.10429298877716064,
0.20563159883022308,
0.29236385226249695,
0.3688034415245056,
-0.7983381748199463,
-0.03007706254720688,
0.23882625997066498,
-0.4088125228881836,
0.2732814848423004,
0.35052984952926636,
0.13137665390968323,
0.4806002974510193,
0.4676193594932556,
-0.18067611753940582,
0.16305269300937653,
0.07879558950662613,
0.8060278296470642,
-0.4993891716003418,
-0.33316096663475037,
-0.8600468039512634,
0.6608818173408508,
-0.15614047646522522,
-0.4620462656021118,
1.0932368040084839,
0.5842344760894775,
1.1175634860992432,
-0.016693269833922386,
0.6540985703468323,
-0.09899819642305374,
0.8060060143470764,
-0.5539807677268982,
0.6491506695747375,
-0.38888484239578247,
0.13723576068878174,
-0.3166944980621338,
-0.47068190574645996,
-0.10986567288637161,
0.564673662185669,
-0.36622172594070435,
-0.19804812967777252,
0.37842756509780884,
0.8783456683158875,
0.0666792020201683,
-0.0656624287366867,
0.1855999231338501,
0.154044046998024,
0.3576534390449524,
0.5220754742622375,
0.6596667766571045,
-0.9036234021186829,
0.6503391861915588,
-0.6701647043228149,
-0.16433483362197876,
-0.2728669047355652,
-0.522558867931366,
-1.0522480010986328,
-0.6205968856811523,
-0.35892826318740845,
-0.4308013916015625,
-0.006167092360556126,
1.0677605867385864,
0.6205067038536072,
-1.0714977979660034,
-0.45255324244499207,
0.10269752889871597,
0.19843918085098267,
-0.3122645318508148,
-0.27633997797966003,
0.5634443759918213,
-0.5429531931877136,
-0.7445620894432068,
0.4100126028060913,
-0.08183889091014862,
0.23984195291996002,
-0.1723368912935257,
-0.22076086699962616,
-0.44809669256210327,
-0.3193179666996002,
0.3466968238353729,
0.3515017628669739,
-0.45732393860816956,
-0.40673649311065674,
0.32166823744773865,
-0.38600096106529236,
0.4753231704235077,
0.43551287055015564,
-0.4298948049545288,
0.716780960559845,
0.6591001749038696,
0.5428246855735779,
0.47876569628715515,
0.02427772432565689,
0.6708402633666992,
-1.0950500965118408,
0.19179949164390564,
-0.02769533358514309,
0.2024543285369873,
0.4968370199203491,
-0.7453563809394836,
0.69189453125,
0.07898405194282532,
-0.5958418846130371,
-0.6096668839454651,
-0.06671074777841568,
-0.6223041415214539,
0.13350026309490204,
0.9720382690429688,
-0.41747212409973145,
-0.38119110465049744,
-0.00036762148374691606,
-0.4346064329147339,
0.6681551933288574,
-0.3603154122829437,
0.7935100197792053,
0.8587507605552673,
-0.0020334788132458925,
-0.264888733625412,
-0.21637268364429474,
0.4783552289009094,
0.28071123361587524,
-0.7608200311660767,
0.11752833425998688,
0.31127482652664185,
0.37007078528404236,
0.1810004860162735,
0.6808949112892151,
-0.17273195087909698,
0.22987517714500427,
-0.13869094848632812,
0.3106210231781006,
-0.2416878491640091,
-0.3155636787414551,
-0.31002435088157654,
-0.3224866986274719,
-0.16615816950798035,
-0.5602722764015198
]
|
Tejagoud/one_layout | Tejagoud | 2023-12-04T06:44:32Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T06:44:16Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: ground_truth
dtype: string
splits:
- name: train
num_bytes: 19875189.764705885
num_examples: 81
- name: test
num_bytes: 2728463.6470588236
num_examples: 11
- name: validation
num_bytes: 2453185.588235294
num_examples: 10
download_size: 20667454
dataset_size: 25056839.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
pkking/testnnmm | pkking | 2023-12-04T06:58:41Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T06:58:41Z | ---
license: apache-2.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
yensubldg/intent-recognition | yensubldg | 2023-12-04T07:34:36Z | 0 | 0 | [
"task_categories:text-classification",
"size_categories:1K<n<10K",
"language:vi",
"license:mit",
"region:us"
]
| [
"text-classification"
]
| 2023-12-04T07:12:56Z | ---
license: mit
task_categories:
- text-classification
language:
- vi
pretty_name: intent_recognition
size_categories:
- 1K<n<10K
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
aegishield/credit_card_transactions | aegishield | 2023-12-04T07:23:30Z | 0 | 0 | [
"license:mit",
"region:us"
]
| null | 2023-12-04T07:22:22Z | ---
license: mit
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
cwchang/text-classification-dataset-example | cwchang | 2023-12-04T07:52:20Z | 0 | 0 | [
"task_categories:text-classification",
"language:en",
"license:apache-2.0",
"region:us"
]
| [
"text-classification"
]
| 2023-12-04T07:25:42Z | ---
license: apache-2.0
task_categories:
- text-classification
language:
- en
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
ThWu/dpo_openhermes | ThWu | 2023-12-04T07:37:32Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T07:32:39Z | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: chosen
dtype: string
- name: rejected
dtype: string
splits:
- name: train
num_bytes: 557125321
num_examples: 182859
download_size: 289321706
dataset_size: 557125321
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "dpo_openhermes"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.5620064735412598,
-0.16136609017848969,
0.2903100848197937,
0.13083449006080627,
-0.3494969308376312,
-0.16486167907714844,
0.25937142968177795,
-0.11372201889753342,
0.7010613083839417,
0.6196540594100952,
-0.729013204574585,
-0.9236525297164917,
-0.5704560279846191,
-0.09068797528743744,
0.015154876746237278,
0.9996711611747742,
-0.1848742961883545,
0.046524785459041595,
-0.47518035769462585,
-0.06995275616645813,
-0.21334795653820038,
-0.3017660975456238,
-0.46317607164382935,
-0.5702584981918335,
0.7737941145896912,
0.8105902671813965,
0.4072521924972534,
0.49146243929862976,
0.9265691041946411,
0.16398783028125763,
-0.07954009622335434,
-0.08394557237625122,
-0.39910000562667847,
0.0019235380459576845,
-0.4150063097476959,
-0.46666669845581055,
-1.3040049076080322,
0.18538302183151245,
0.7756938338279724,
0.6520708799362183,
-0.311116486787796,
0.7451151013374329,
-0.053946468979120255,
0.8111323714256287,
-0.5435807704925537,
0.5154871344566345,
-0.21978498995304108,
0.13913652300834656,
-0.6901492476463318,
-0.25636065006256104,
0.22841553390026093,
-0.5184245109558105,
-0.014283919706940651,
-1.0614392757415771,
-0.017474113032221794,
0.03372529149055481,
0.5710746645927429,
0.19114024937152863,
-0.05307568982243538,
-0.17168958485126495,
-0.5446519255638123,
0.17625796794891357,
-0.17702074348926544,
0.083284392952919,
0.7205988764762878,
0.5208117961883545,
-0.31713035702705383,
-0.6041659116744995,
-0.4474177956581116,
0.24079138040542603,
-0.03842289373278618,
0.3690450191497803,
-0.1403341442346573,
0.07992906868457794,
0.4719943106174469,
0.9492215514183044,
-0.34498104453086853,
-0.10384537279605865,
-0.45139190554618835,
-0.22921714186668396,
0.6182368397712708,
0.16622361540794373,
0.23123760521411896,
-0.0561581589281559,
-0.24303029477596283,
-0.16629932820796967,
-0.40897613763809204,
-0.03329218551516533,
0.7689130306243896,
0.2452847957611084,
-1.078871488571167,
0.885529100894928,
-0.27563634514808655,
0.6824060082435608,
0.07743481546640396,
0.32411810755729675,
0.55838942527771,
-0.3056809902191162,
-0.22165131568908691,
-0.04328680783510208,
0.5871250033378601,
0.322294145822525,
0.1164131909608841,
0.24703875184059143,
0.10170970112085342,
-0.31579071283340454,
-0.16344481706619263,
-1.0554579496383667,
-0.6337801218032837,
0.5051538348197937,
-0.888464093208313,
-0.32067689299583435,
0.556166410446167,
-1.2725330591201782,
-0.44704002141952515,
-0.27609339356422424,
0.15734034776687622,
-0.050293467938899994,
-0.7949289679527283,
0.020662901923060417,
-0.6915369033813477,
0.0928870439529419,
0.1621294915676117,
-0.7755292654037476,
0.4644707143306732,
0.6818045973777771,
0.7895839810371399,
0.40031498670578003,
-0.2691952586174011,
-0.7684402465820312,
0.1785745769739151,
-0.15422369539737701,
0.8246980905532837,
-0.6188467144966125,
-0.277480810880661,
0.1393716037273407,
0.3407745659351349,
0.05396236106753349,
-0.23982837796211243,
0.8769684433937073,
-0.3649422824382782,
0.07496923208236694,
-0.6855545043945312,
-0.6269127726554871,
0.08534758538007736,
0.28620848059654236,
-0.9660530686378479,
0.9301632046699524,
0.11201531440019608,
-0.9545242786407471,
0.36193346977233887,
-1.302453637123108,
-0.09922788292169571,
0.4683445990085602,
-0.11676900833845139,
-0.3616648018360138,
0.33739084005355835,
-0.15566715598106384,
0.4947517514228821,
-0.1523858606815338,
0.1008152961730957,
-0.8923019766807556,
-0.11773602664470673,
0.14307048916816711,
0.21208472549915314,
1.0573478937149048,
0.29902586340904236,
0.44460630416870117,
0.13250590860843658,
-1.044571876525879,
-0.4026232957839966,
0.3761523962020874,
-0.07974790781736374,
-0.5963336825370789,
-0.2089855819940567,
-0.3089117407798767,
-0.21511748433113098,
0.21598398685455322,
-0.8861005306243896,
0.5650830864906311,
0.037475913763046265,
-0.0064251599833369255,
0.7858757376670837,
0.001930339029058814,
0.40236592292785645,
-0.3349243402481079,
0.5019625425338745,
0.0729575976729393,
0.4308930039405823,
-0.0390612967312336,
-0.742765486240387,
-0.30106037855148315,
-0.3514561057090759,
0.504668653011322,
0.6302223801612854,
-0.4927070140838623,
0.8298814296722412,
0.20074139535427094,
-0.6505575180053711,
-0.3028355538845062,
-0.26179638504981995,
0.04304719343781471,
0.4861392080783844,
0.07467085868120193,
-0.5098772048950195,
-0.6707132458686829,
-0.5803686380386353,
0.4563148021697998,
-0.20752005279064178,
-0.06932634115219116,
0.406157523393631,
1.018749713897705,
-0.2402646839618683,
0.722316324710846,
-1.0361807346343994,
-0.24820363521575928,
0.4726451635360718,
-0.427577406167984,
0.2460421323776245,
0.5823561549186707,
0.9853389859199524,
-0.5312703251838684,
-0.36998048424720764,
-0.38288310170173645,
-0.49081578850746155,
-0.13874706625938416,
0.7110983729362488,
-0.6818806529045105,
-0.4100947082042694,
0.12693044543266296,
-0.4996277093887329,
0.6205795407295227,
1.0841708183288574,
-0.6948139071464539,
0.2923566401004791,
-0.10934185236692429,
0.38801309466362,
-1.4213755130767822,
0.5169281959533691,
-0.2875901460647583,
-0.14429205656051636,
-0.384147584438324,
-0.1881435513496399,
-0.04734695702791214,
-0.5181247591972351,
-0.06266076862812042,
0.6358052492141724,
-0.4410640001296997,
-0.21928946673870087,
-0.12270017713308334,
0.05738826096057892,
-0.02588813006877899,
0.02651372179389,
0.11774856597185135,
0.46430909633636475,
1.3599021434783936,
-0.4645537734031677,
1.0789761543273926,
0.8016442060470581,
0.006901722401380539,
0.901459276676178,
-0.7787454128265381,
0.08232548087835312,
-0.19717100262641907,
0.4487145245075226,
-0.8788326382637024,
-0.7919516563415527,
1.0051238536834717,
-0.32332155108451843,
0.26425763964653015,
-0.6024035811424255,
-0.7462412714958191,
-0.8871186375617981,
-0.4316588044166565,
0.673854410648346,
0.542990505695343,
-0.9579149484634399,
0.0898432731628418,
0.7866234183311462,
0.08711138367652893,
-0.1359155774116516,
-0.7104278802871704,
-0.1848066747188568,
-0.13831238448619843,
-0.23038345575332642,
0.5047509670257568,
-0.36786505579948425,
-0.08907853066921234,
-0.01955101266503334,
0.4931630492210388,
-0.24221590161323547,
-0.28835543990135193,
0.4487408697605133,
0.016124814748764038,
0.03586312383413315,
0.5809434056282043,
-0.020493455231189728,
-0.6668004393577576,
-0.028722209855914116,
-0.4251781105995178,
0.36146998405456543,
0.02885274589061737,
-0.36488816142082214,
-0.5543181896209717,
0.5203817486763,
0.323701947927475,
-0.3157036304473877,
0.5028512477874756,
0.7636491656303406,
-0.8776045441627502,
-0.009181395173072815,
-0.19114714860916138,
-0.08156145364046097,
-0.4434347450733185,
-0.14075428247451782,
-0.29425957798957825,
-0.5682571530342102,
0.6796251535415649,
-0.1649540662765503,
0.04759152606129646,
0.7375991344451904,
0.744400143623352,
-0.017157306894659996,
0.6263649463653564,
0.7377190589904785,
-0.004444203805178404,
0.5527939796447754,
-0.050722941756248474,
-0.37629562616348267,
-0.6447837352752686,
-0.36840933561325073,
-0.6876333355903625,
-0.4048463702201843,
-0.7905336618423462,
-0.5599717497825623,
-0.09500264376401901,
0.20739533007144928,
-0.05734722688794136,
0.5030514001846313,
-0.8594166040420532,
0.26071396470069885,
0.7326627373695374,
0.24265897274017334,
0.24114447832107544,
0.054874591529369354,
-0.0003006609622389078,
0.2894696891307831,
-0.8391121625900269,
-0.34479820728302,
1.2563174962997437,
0.6913582682609558,
1.016473412513733,
0.17013952136039734,
0.9606701135635376,
-0.01830373704433441,
0.1278747320175171,
-0.35054150223731995,
0.5241722464561462,
-0.1035814881324768,
-0.6318342089653015,
-0.06941646337509155,
-0.3004022538661957,
-1.0014971494674683,
-0.522290825843811,
-0.22496619820594788,
-0.2936680018901825,
0.6364510655403137,
0.6476883292198181,
-0.12441886961460114,
0.5716755390167236,
-0.47190847992897034,
0.898207426071167,
0.048101555556058884,
0.07963268458843231,
-0.2291998565196991,
-0.4151292145252228,
0.14889442920684814,
0.34584105014801025,
-0.07799960672855377,
-0.5504041314125061,
-0.3993232250213623,
0.9439386129379272,
-0.4869421422481537,
1.153806209564209,
-0.5895357131958008,
-0.21406303346157074,
0.5088692307472229,
-0.3645051121711731,
0.11066439002752304,
0.6533665657043457,
-0.19896358251571655,
0.4052829444408417,
0.0913543552160263,
-0.6003460884094238,
0.09960655868053436,
0.8016462922096252,
-0.6709763407707214,
0.31661513447761536,
-0.4766734540462494,
-0.48484522104263306,
0.1141873449087143,
0.3590794503688812,
0.20459239184856415,
0.6235342621803284,
-0.5879461765289307,
-0.2866668701171875,
0.879776120185852,
0.006886166986078024,
0.3733704090118408,
0.3558102250099182,
-0.2666175067424774,
-0.6813957691192627,
0.6695930361747742,
0.08524768054485321,
-0.25121596455574036,
0.43658730387687683,
0.6942625045776367,
-0.1128760576248169,
-0.5489464402198792,
-0.6423249244689941,
0.20237338542938232,
-0.3842651844024658,
-0.5201640725135803,
-0.23164185881614685,
-0.008159606717526913,
-0.6019793748855591,
0.0815141350030899,
-0.3986361026763916,
-0.5713524222373962,
-0.7311697006225586,
-0.3760942220687866,
1.2191267013549805,
0.5495399236679077,
-0.952370285987854,
0.356008917093277,
-0.9402934312820435,
0.6929153203964233,
0.18128709495067596,
1.48536217212677,
-0.39012113213539124,
-0.24492663145065308,
-0.179813414812088,
0.06924059242010117,
-0.07296836376190186,
-0.8510103821754456,
-0.3674328029155731,
0.20369365811347961,
0.844741702079773,
0.34588053822517395,
0.08067480474710464,
0.5557509064674377,
-0.21120795607566833,
0.44015124440193176,
0.3067011833190918,
-0.5618628859519958,
1.043186902999878,
-0.5327779650688171,
0.33058685064315796,
0.8194610476493835,
0.7515243291854858,
-0.18434832990169525,
0.19312898814678192,
-0.9032949209213257,
-0.25233685970306396,
0.630648136138916,
0.20557720959186554,
0.11942655593156815,
-0.09458528459072113,
0.7207561135292053,
0.3629072308540344,
0.4672144055366516,
-0.5739471912384033,
-0.6366031765937805,
-0.042786937206983566,
-0.22250527143478394,
0.1483197957277298,
-0.558419406414032,
-0.6287307739257812,
-0.49819618463516235,
0.47415584325790405,
-0.05706726759672165,
0.4464254677295685,
0.31567323207855225,
0.5356521010398865,
-0.46278253197669983,
-0.15655158460140228,
0.41672036051750183,
0.6243554949760437,
-0.5384132862091064,
-0.015458186157047749,
-0.31058210134506226,
-0.5710136294364929,
-0.36495983600616455,
0.8090924620628357,
-0.02535058930516243,
-0.1418876349925995,
0.5600436925888062,
0.7711380124092102,
-0.5685383677482605,
-0.3474350571632385,
0.3610673248767853,
-0.10447424650192261,
-0.4406522214412689,
-0.39054763317108154,
0.02981485426425934,
-0.04935121536254883,
0.10120628774166107,
-0.1321648508310318,
-0.11378370225429535,
0.12463749200105667,
-0.6749873757362366,
0.4613967835903168,
-0.004188627004623413,
-0.7312235832214355,
-0.6990182995796204,
0.36232250928878784,
0.8244532942771912,
-0.40527021884918213,
0.6393178105354309,
-0.18091370165348053,
-0.27035582065582275,
0.5134707689285278,
0.13599644601345062,
0.7864935994148254,
-0.565797746181488,
0.4142473638057709,
0.6850539445877075,
0.1735040545463562,
0.20025546848773956,
0.9365622997283936,
-0.3212134540081024,
-0.6225391030311584,
-0.08033572137355804,
-0.43897050619125366,
-0.5105260610580444,
-0.2779076099395752,
-0.8489396572113037,
0.4587302505970001,
-0.5249693393707275,
-0.26489606499671936,
-0.09736327826976776,
0.05990850552916527,
-0.7882359623908997,
0.010613084770739079,
0.20379719138145447,
1.4799258708953857,
-0.9895241260528564,
0.6456595659255981,
1.0713988542556763,
-0.1889970451593399,
-0.05044718086719513,
-0.11126913875341415,
-0.09028494358062744,
-0.8378143310546875,
-0.1329585313796997,
0.0544072687625885,
0.5477138161659241,
-0.05695664510130882,
-0.5956485271453857,
-0.7641891241073608,
1.2192566394805908,
0.23937781155109406,
-0.8758723139762878,
0.49091601371765137,
0.02401839941740036,
0.3721833825111389,
-0.47191891074180603,
0.22508604824543,
0.3787006735801697,
0.8323613405227661,
0.1467927247285843,
-0.8381357789039612,
0.047733478248119354,
-0.21682442724704742,
-0.47290128469467163,
0.5493553876876831,
-0.7655106782913208,
0.3432560861110687,
-0.14208412170410156,
0.023264598101377487,
-0.023768311366438866,
0.4828389883041382,
0.08027952164411545,
0.4881579875946045,
0.6586406826972961,
0.8485885858535767,
0.890813946723938,
-0.20363111793994904,
0.9407448768615723,
0.09244953840970993,
0.43017441034317017,
1.1082741022109985,
-0.29910925030708313,
0.33552032709121704,
0.542536199092865,
-0.12020397931337357,
0.19904090464115143,
0.7155610918998718,
-0.47135359048843384,
0.48456817865371704,
0.4316669702529907,
-0.126299187541008,
-0.15297217667102814,
-0.23934730887413025,
-0.7794492840766907,
0.35436180233955383,
0.24631549417972565,
-0.39960911870002747,
-0.16190434992313385,
0.2004852592945099,
-0.13210423290729523,
-0.03186621889472008,
-0.48106062412261963,
0.8987685441970825,
0.05924806743860245,
-0.284457802772522,
-0.1636461615562439,
-0.185431569814682,
0.2745331823825836,
-0.7680485844612122,
-0.38658690452575684,
0.17156611382961273,
0.23948915302753448,
-0.4516284763813019,
-1.413460612297058,
0.9020004272460938,
-0.27324560284614563,
-0.3701893091201782,
-0.12207639217376709,
0.9821445941925049,
-0.3510851263999939,
-0.7342000603675842,
0.6203115582466125,
0.23282058537006378,
0.14494581520557404,
0.128970205783844,
-1.1877559423446655,
0.2515636682510376,
-0.2766505181789398,
-0.2661588191986084,
0.1282275915145874,
0.21350149810314178,
0.3200116455554962,
0.4290522634983063,
0.5752636194229126,
0.09403038769960403,
-0.5651533603668213,
0.295383483171463,
0.898824155330658,
-0.5820655822753906,
-0.47069215774536133,
-0.6263535022735596,
0.7595757842063904,
-0.4810445308685303,
-0.7804958820343018,
0.6171686053276062,
0.8361912369728088,
0.8610994219779968,
-0.12521521747112274,
0.6407945156097412,
-0.43802782893180847,
0.7246542572975159,
-0.21722915768623352,
0.49625033140182495,
-0.4346437156200409,
-0.29497504234313965,
-0.26062512397766113,
-0.8419665098190308,
-0.5271914005279541,
0.3367080092430115,
0.16495931148529053,
-0.3089601397514343,
0.3205467164516449,
0.6606299877166748,
-0.359357088804245,
0.0907723680138588,
-0.0007555882330052555,
0.14752577245235443,
0.16430175304412842,
0.2207792103290558,
0.5001826286315918,
-0.5269522666931152,
0.41302725672721863,
-0.6101858019828796,
-1.1056416034698486,
-0.02471635863184929,
-1.2746890783309937,
-1.1226414442062378,
-0.6521073579788208,
-0.8004748821258545,
-0.2770860493183136,
-0.11681945621967316,
0.5878441333770752,
0.9460169076919556,
-0.8399862051010132,
-0.2448706030845642,
-0.1844528764486313,
0.3953687846660614,
-0.15259993076324463,
-0.08380725234746933,
0.5284329056739807,
0.4678284525871277,
-0.7597693204879761,
-0.0687955915927887,
0.14692601561546326,
0.4691368639469147,
-0.055385198444128036,
0.10162261873483658,
-0.0620364174246788,
-0.047564346343278885,
0.4044290781021118,
0.43991923332214355,
0.016300637274980545,
-0.25727391242980957,
-0.4416219890117645,
0.14715930819511414,
-0.053950391709804535,
1.047487497329712,
-0.29521334171295166,
0.4386390745639801,
1.006306767463684,
-0.02224758267402649,
0.32789430022239685,
-0.03442521393299103,
0.7102295160293579,
-0.5795758962631226,
0.44933629035949707,
0.07830839604139328,
0.5169705152511597,
-0.06857091933488846,
-0.3844859302043915,
0.7538105249404907,
0.4434199929237366,
-0.6244776844978333,
-0.7403035163879395,
0.3926581144332886,
-1.357372760772705,
0.1321362853050232,
0.7637186050415039,
-0.028887465596199036,
-0.25802117586135864,
-0.02137567102909088,
-0.3050943613052368,
0.1846911907196045,
-0.6787017583847046,
0.22481019794940948,
0.436978280544281,
0.006674617063254118,
-0.02207099087536335,
-0.3712221682071686,
0.5709578394889832,
-0.37633734941482544,
-1.1870660781860352,
0.28907695412635803,
0.42259809374809265,
0.04849433898925781,
0.17155414819717407,
0.9646297097206116,
-0.3631742000579834,
0.21029989421367645,
0.377543181180954,
0.3698457181453705,
-0.3141590654850006,
-0.47696349024772644,
-0.24738556146621704,
0.03083103708922863,
-0.156325563788414,
-0.875429093837738
]
|
ritabratamaiti/sold-alpaca | ritabratamaiti | 2023-12-04T07:48:02Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T07:47:59Z | ---
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 3461985
num_examples: 7500
- name: test
num_bytes: 1168819
num_examples: 2500
download_size: 1396980
dataset_size: 4630804
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Jacques7103/AI_Test | Jacques7103 | 2023-12-04T14:17:05Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T07:48:31Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype: int64
splits:
- name: train
num_bytes: 3798600197.5
num_examples: 75750
- name: test
num_bytes: 1318679920.75
num_examples: 25250
download_size: 5059384061
dataset_size: 5117280118.25
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
theblackhacker/arc_openorca_gpt4_mixed | theblackhacker | 2023-12-04T07:52:21Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T07:50:52Z | ---
dataset_info:
features:
- name: conversations
struct:
- name: condition
dtype: string
- name: items
list:
- name: content
dtype: string
- name: role
dtype: string
- name: weight
dtype: float64
- name: system
dtype: string
- name: instruction
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 2303868820.0
num_examples: 640160
download_size: 1283531822
dataset_size: 2303868820.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
AntoineBlanot/mnli-binary | AntoineBlanot | 2023-12-04T08:06:03Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T07:51:57Z | ---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label_name
dtype: string
splits:
- name: train
num_bytes: 76452262
num_examples: 392702
- name: test
num_bytes: 1878757
num_examples: 9815
download_size: 51169514
dataset_size: 78331019
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# Dataset Card for "mnli-binary"
This dataset is the [mnli-3way](https://huggingface.co/datasets/AntoineBlanot/mnli-3way) dataset where the `contradiction` and `neutral` classes has been merged together as a `non-entailment` class.
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.6130183935165405,
-0.39740607142448425,
0.13560710847377777,
0.07580820471048355,
-0.27950263023376465,
-0.005724789574742317,
0.38145527243614197,
-0.5728157758712769,
0.6701555848121643,
0.6792645454406738,
-0.7602479457855225,
-0.4766501784324646,
-0.44248896837234497,
0.23889273405075073,
-0.4452606737613678,
1.155510663986206,
-0.05091140791773796,
0.26639416813850403,
-0.5382903218269348,
-0.5426403284072876,
-0.47338491678237915,
-0.42291876673698425,
-0.34202632308006287,
-0.729242205619812,
0.7315089702606201,
0.8230533599853516,
0.9049246907234192,
0.41334688663482666,
0.4484538435935974,
0.20861224830150604,
0.2538765072822571,
-0.1029137670993805,
-0.3322894871234894,
-0.10756286233663559,
-0.21547754108905792,
-0.8297269344329834,
-0.7319910526275635,
0.03984355181455612,
0.6574363708496094,
0.6699756383895874,
-0.019893400371074677,
0.38593778014183044,
-0.18721936643123627,
1.0341649055480957,
-0.7851874828338623,
-0.09669723361730576,
-0.34785178303718567,
0.15567351877689362,
-0.48118412494659424,
-0.08641798049211502,
-0.1893070936203003,
-0.5141884088516235,
-0.28208547830581665,
-0.7038266062736511,
0.2715531587600708,
0.2074892818927765,
0.9768127799034119,
0.4277926981449127,
-0.5329816341400146,
-0.12125688791275024,
-0.41058483719825745,
0.5432867407798767,
-0.5609633326530457,
0.4922957122325897,
0.5591381788253784,
0.40040236711502075,
-0.05145886167883873,
-0.3091248571872711,
-0.8563018441200256,
0.39782121777534485,
-0.12488750368356705,
0.2300558090209961,
-0.023493846878409386,
-0.036839112639427185,
0.4675843119621277,
0.5544353723526001,
-0.6581518650054932,
-0.11276435106992722,
-0.7173384428024292,
-0.09465494751930237,
0.9041740894317627,
0.26437094807624817,
0.30836746096611023,
-0.21876953542232513,
-0.3192599415779114,
0.09049677848815918,
-0.9416592717170715,
-0.26634180545806885,
0.9011011719703674,
0.1501442790031433,
-0.8098256587982178,
0.868619978427887,
0.07266119867563248,
0.9250380992889404,
-0.07203076779842377,
0.09868844598531723,
1.0357959270477295,
-0.19137108325958252,
-0.3121091425418854,
0.23950926959514618,
0.5748996734619141,
0.6871700882911682,
0.05815095454454422,
-0.21251149475574493,
-0.3676713705062866,
0.23063407838344574,
-0.1255093365907669,
-1.2243897914886475,
-0.3076907694339752,
0.5074628591537476,
-0.741337239742279,
-0.4340198338031769,
0.3205149471759796,
-0.9555684328079224,
-0.45250365138053894,
-0.49169743061065674,
0.3512665927410126,
-0.29400405287742615,
-0.6922558546066284,
0.02828320302069187,
-0.4920787215232849,
0.43283867835998535,
-0.17625197768211365,
-0.9057219624519348,
0.3599628210067749,
0.8473190665245056,
0.6871007084846497,
0.38765835762023926,
-0.1409797966480255,
-0.367588609457016,
0.007088306359946728,
-0.321490079164505,
0.6051653623580933,
-0.7895938158035278,
-0.5904624462127686,
-0.18721425533294678,
0.15000051259994507,
0.06655644625425339,
-0.8107713460922241,
0.9438580870628357,
-0.42871978878974915,
0.33336320519447327,
-0.3682596683502197,
-0.7733198404312134,
-0.36353573203086853,
0.4485524594783783,
-0.8979764580726624,
1.075700044631958,
0.1839156150817871,
-1.0228536128997803,
0.29349416494369507,
-0.8529066443443298,
-0.234958216547966,
0.2875944972038269,
-0.4709126353263855,
-0.5693308711051941,
-0.04348564147949219,
-0.5834450125694275,
0.17937977612018585,
-0.44279542565345764,
0.5063630938529968,
-0.803195595741272,
-0.7245616316795349,
0.16583119332790375,
-0.06545096635818481,
1.1571707725524902,
0.33466657996177673,
-0.2802211344242096,
0.022662190720438957,
-1.1260930299758911,
-0.007805094122886658,
0.19390460848808289,
0.028828881680965424,
-0.5235562324523926,
-0.18487296998500824,
0.13863320648670197,
0.26683908700942993,
0.41084858775138855,
-0.6897282600402832,
0.15906675159931183,
-0.23991040885448456,
0.03923913836479187,
0.7574996948242188,
-0.01268053613603115,
0.5067692399024963,
-0.6300175786018372,
0.11079464852809906,
0.5072425007820129,
0.5536258816719055,
0.49167683720588684,
-0.7425603270530701,
-1.0801918506622314,
0.17693716287612915,
0.6224247813224792,
0.6979058980941772,
-1.134164571762085,
0.8355520963668823,
0.051171764731407166,
-0.713630199432373,
-0.5221667885780334,
-0.026665007695555687,
0.23581072688102722,
0.3221178352832794,
0.31640103459358215,
0.011636561714112759,
-0.6207881569862366,
-1.273605465888977,
-0.07031062990427017,
-0.18748566508293152,
0.059547293931245804,
0.3271252512931824,
0.9005630612373352,
-0.589885413646698,
0.6282332539558411,
-0.3884558081626892,
-0.06377216428518295,
0.3461523950099945,
0.11149906367063522,
0.6034437417984009,
0.8906562924385071,
0.7066354155540466,
-1.154052972793579,
-0.33203238248825073,
-0.37377089262008667,
-0.857101559638977,
0.008734239265322685,
0.1656983196735382,
-0.5575796365737915,
0.1619928777217865,
0.310001939535141,
-0.22327280044555664,
0.5238074064254761,
0.6027714014053345,
-0.8548030257225037,
0.2717350721359253,
0.2703132629394531,
0.17509140074253082,
-1.130897879600525,
0.23124364018440247,
-0.24090200662612915,
-0.10114485770463943,
-0.816463053226471,
-0.005291678477078676,
0.25341448187828064,
0.0879274308681488,
-0.22060883045196533,
0.5287204384803772,
-0.22657941281795502,
-0.06022891029715538,
-0.10146588832139969,
-0.05003293231129646,
-0.10036929696798325,
0.46251967549324036,
-0.1860411912202835,
0.36312296986579895,
1.0035512447357178,
-0.47463980317115784,
0.5783517956733704,
0.3495531380176544,
0.12091795355081558,
1.0539146661758423,
-0.5437392592430115,
0.16584178805351257,
-0.5530065894126892,
0.09966550022363663,
-0.5004153251647949,
-0.5256074666976929,
0.9496973156929016,
-0.2902774512767792,
0.2726133465766907,
-0.3152562379837036,
-0.9511240124702454,
-0.18822821974754333,
-0.36905547976493835,
0.9159644246101379,
0.46147850155830383,
-0.5980532169342041,
0.703406035900116,
0.16527429223060608,
0.3862916827201843,
-0.6575340032577515,
-1.0321239233016968,
-0.28593477606773376,
-0.20873130857944489,
-0.23959137499332428,
0.4307236075401306,
-0.4341954290866852,
-0.25469398498535156,
0.4844350814819336,
0.13775545358657837,
-0.0427447073161602,
-0.2516269087791443,
0.5855482816696167,
0.764058530330658,
-0.279254674911499,
0.28386619687080383,
-0.056754641234874725,
-0.29689911007881165,
0.03548530116677284,
-0.07064046710729599,
0.2723466455936432,
-0.24654752016067505,
-0.5106253623962402,
-0.223978653550148,
0.3858628571033478,
0.47772443294525146,
0.20284637808799744,
0.8820627927780151,
0.6282474398612976,
-0.7639572620391846,
0.09283187240362167,
-0.5269886255264282,
-0.06153636425733566,
-0.4814852476119995,
-0.2853929400444031,
-0.4630807340145111,
-0.8407922387123108,
0.5408802032470703,
0.28984078764915466,
0.17305608093738556,
0.7325335741043091,
0.2624950408935547,
0.2990942597389221,
0.8849165439605713,
0.49093106389045715,
-0.18476390838623047,
0.2323857545852661,
-0.21556442975997925,
-0.08219129592180252,
-0.657002866268158,
-0.7493231296539307,
-0.4745025932788849,
-0.8868247270584106,
-1.119409203529358,
-0.3316762447357178,
-0.07766969501972198,
0.3923364579677582,
-0.7519771456718445,
0.20172367990016937,
-0.5272324085235596,
0.8689864277839661,
0.3619280457496643,
0.1423266977071762,
0.20396646857261658,
-0.03949449583888054,
0.17315895855426788,
0.046447716653347015,
-0.615559995174408,
-0.24542097747325897,
1.1457374095916748,
0.2581253945827484,
0.6282504796981812,
0.6913305521011353,
1.0355191230773926,
-0.09689020365476608,
0.5810746550559998,
-0.5706591606140137,
0.519573450088501,
-0.4191224277019501,
-0.9524782299995422,
0.13248683512210846,
-0.9051256775856018,
-0.7182313203811646,
0.09940013289451599,
-0.497530072927475,
-0.30984970927238464,
0.6800457239151001,
-0.056807272136211395,
0.1417388916015625,
0.5516515374183655,
-0.7568237781524658,
0.87872713804245,
-0.22144222259521484,
-0.4051871597766876,
0.024130506440997124,
-0.7979331612586975,
0.5881527066230774,
0.10387185215950012,
0.175546333193779,
-0.5863574743270874,
-0.1814907193183899,
0.7452331185340881,
-0.4830319285392761,
0.9197725653648376,
-0.6188684105873108,
-0.08080542832612991,
0.24433201551437378,
-0.06630086898803711,
0.22688226401805878,
0.2741561830043793,
-0.28105321526527405,
0.4300532937049866,
0.059943363070487976,
-0.7370644211769104,
-0.6966515779495239,
0.7458556294441223,
-0.860605776309967,
0.15801839530467987,
-0.5004261136054993,
-0.15891247987747192,
-0.10901231318712234,
0.43394067883491516,
0.45116713643074036,
0.8796584606170654,
0.06432956457138062,
0.002609554911032319,
0.7046384215354919,
-0.043275754898786545,
0.14857178926467896,
0.6446812748908997,
-0.5535674691200256,
-0.40348803997039795,
1.4699736833572388,
-0.050219327211380005,
0.07951486855745316,
0.29488638043403625,
0.16762647032737732,
-0.5004625916481018,
0.021378271281719208,
-0.6187775135040283,
0.25094038248062134,
-0.7108795642852783,
-0.4889509081840515,
-0.16190896928310394,
-0.6450049877166748,
-0.15594564378261566,
-0.11203423142433167,
-0.1669432520866394,
-0.5700951814651489,
-0.6136130690574646,
0.08610735833644867,
0.5098435282707214,
0.934406578540802,
-0.37981289625167847,
-0.13224194943904877,
-0.775905966758728,
0.48319798707962036,
0.028361253440380096,
0.9997655749320984,
-0.2158149927854538,
-0.2843261957168579,
0.19778849184513092,
0.06336667388677597,
-0.2121157944202423,
-0.8888931274414062,
-0.32639309763908386,
0.16566458344459534,
0.4905059039592743,
0.41972023248672485,
0.08214649558067322,
0.6029266715049744,
-0.3640754222869873,
0.5860850214958191,
0.682549238204956,
-0.7380274534225464,
0.24470454454421997,
-0.0785040408372879,
0.08740029484033585,
0.8075482249259949,
0.6138091683387756,
-0.49178454279899597,
-0.3213672935962677,
-1.057613492012024,
-0.6758232116699219,
0.5520132184028625,
0.4372272789478302,
-0.1667529195547104,
0.19667977094650269,
0.19239690899848938,
0.24172915518283844,
0.24695976078510284,
-0.8934424519538879,
-1.1467441320419312,
-0.6240094304084778,
-0.6341177821159363,
0.08996394276618958,
-0.2796536982059479,
-0.39463117718696594,
-0.4497081935405731,
0.8413410782814026,
-0.12681713700294495,
0.33388611674308777,
0.0451563224196434,
0.3494758605957031,
-0.02068624645471573,
0.2632709741592407,
0.6868231892585754,
0.3896258771419525,
-0.4458005428314209,
0.38276001811027527,
0.1134938895702362,
-0.31413134932518005,
0.3031686246395111,
0.29754719138145447,
-0.15921969711780548,
0.12114950269460678,
0.34601956605911255,
0.7956153154373169,
0.06172805279493332,
-0.32563140988349915,
0.6991810202598572,
-0.15910027921199799,
-0.8001816272735596,
-0.49203330278396606,
0.20014187693595886,
-0.01106882095336914,
0.31013578176498413,
-0.19072939455509186,
0.4156389534473419,
0.5352231860160828,
-0.3819200396537781,
0.285222589969635,
0.10763701796531677,
-0.470527708530426,
-0.24560405313968658,
0.44876784086227417,
0.46230071783065796,
-0.28913167119026184,
0.6453215479850769,
-0.5992855429649353,
-0.3458094298839569,
0.4106287360191345,
0.47846388816833496,
0.8391455411911011,
0.061053622514009476,
0.362859845161438,
0.7047292590141296,
0.2279176563024521,
0.18784189224243164,
0.8655887842178345,
-0.1830281764268875,
-0.9534810185432434,
-0.15539316833019257,
-0.5227733850479126,
-0.47019219398498535,
0.04203150421380997,
-0.8372169137001038,
0.556771457195282,
-0.5701623558998108,
0.014823474921286106,
-0.03355763852596283,
-0.24382510781288147,
-0.6744626760482788,
0.03399033099412918,
0.1357581913471222,
1.1358073949813843,
-0.8569589257240295,
0.7107750773429871,
0.74807208776474,
-0.30184847116470337,
-0.7610024809837341,
-0.017970239743590355,
0.11787918955087662,
-0.6899544596672058,
0.4718848764896393,
0.32734620571136475,
0.02637603133916855,
-0.3538694381713867,
-0.7212006449699402,
-0.4572027623653412,
0.964777410030365,
0.24355316162109375,
-0.7456965446472168,
0.4162043333053589,
0.38690149784088135,
0.3500899076461792,
-0.08997740596532822,
0.2288476824760437,
0.5828895568847656,
0.6391414403915405,
0.42570146918296814,
-0.48489177227020264,
0.0658046305179596,
-0.7769957780838013,
-0.41755515336990356,
0.6997460126876831,
-0.9741829633712769,
0.6361058354377747,
0.14304479956626892,
-0.28531941771507263,
-0.03187449276447296,
0.4618338346481323,
0.35906001925468445,
0.5246806740760803,
0.8227177262306213,
0.8752882480621338,
0.8338223695755005,
-0.3007050156593323,
0.46626731753349304,
-0.11942829936742783,
0.5147092342376709,
1.1343939304351807,
-0.38181272149086,
0.6414661407470703,
0.5488775968551636,
0.012618848122656345,
0.8251758217811584,
0.6361218094825745,
-0.31386223435401917,
0.3872925937175751,
0.1954784095287323,
-0.47287067770957947,
-0.3159618675708771,
-0.1546693593263626,
-0.8595703840255737,
0.27143222093582153,
0.34493133425712585,
-0.13026560842990875,
-0.2636606693267822,
-0.42536330223083496,
-0.24748101830482483,
-0.3377961814403534,
-0.36770543456077576,
0.690382182598114,
-0.006447294261306524,
-0.37384217977523804,
0.6107823252677917,
0.06978877633810043,
0.7048225402832031,
-0.3626164495944977,
-0.39158421754837036,
-0.11228372901678085,
0.14670529961585999,
-0.7397890686988831,
-1.2334916591644287,
0.6212167143821716,
-0.22404399514198303,
-0.2694314122200012,
0.0730988159775734,
0.9153628945350647,
-0.7211948037147522,
-0.693509042263031,
0.327698677778244,
0.15324202179908752,
0.32440054416656494,
0.5249505639076233,
-1.1267592906951904,
-0.007415683940052986,
-0.004621133208274841,
0.3998790681362152,
0.026988133788108826,
0.39110109210014343,
0.3125535845756531,
0.42877694964408875,
0.5067973136901855,
-0.23491469025611877,
-0.15354354679584503,
0.3408817648887634,
0.8959680199623108,
-0.658730149269104,
-0.538947343826294,
-0.9288193583488464,
0.6065452098846436,
-0.3205839991569519,
-0.4473419487476349,
0.6649474501609802,
1.1920361518859863,
0.837272047996521,
-0.015776721760630608,
0.6694965362548828,
-0.41810527443885803,
0.4804856777191162,
-0.6472923755645752,
0.5087584853172302,
-1.0888298749923706,
-0.17445452511310577,
-0.013949928805232048,
-0.8641231656074524,
-0.38763052225112915,
0.37651684880256653,
0.23093821108341217,
0.025126095861196518,
0.5628150105476379,
1.0168312788009644,
-0.3174559772014618,
0.7410954833030701,
0.24742193520069122,
0.0427328385412693,
-0.03753942996263504,
0.7085309028625488,
0.9732221961021423,
-0.699289858341217,
0.09172516316175461,
-0.29107147455215454,
-0.2641652822494507,
-0.029957856982946396,
-0.8859007954597473,
-1.2018568515777588,
-0.6034145355224609,
-0.33409327268600464,
-0.5996322631835938,
-0.26601865887641907,
0.767852783203125,
0.6693828701972961,
-1.0394971370697021,
-0.13021884858608246,
-0.32499948143959045,
0.48116135597229004,
0.3508003056049347,
-0.28877413272857666,
0.06295175105333328,
0.23220965266227722,
-0.47112372517585754,
-0.13940522074699402,
0.16614671051502228,
0.5039096474647522,
-0.20083564519882202,
-0.3854781687259674,
0.037745483219623566,
-0.15594084560871124,
0.25309470295906067,
0.29638880491256714,
-0.37564578652381897,
-0.19466902315616608,
-0.4109230935573578,
0.07817880809307098,
-0.048161253333091736,
0.9549093842506409,
-0.2132653295993805,
0.32230648398399353,
0.5821365714073181,
0.6081295609474182,
0.3201570212841034,
-0.0936882346868515,
0.2574733793735504,
-1.0236326456069946,
0.4150584936141968,
0.08346105366945267,
0.4389198124408722,
0.28062474727630615,
-0.3787427544593811,
0.8347005248069763,
0.5972455143928528,
-0.5948794484138489,
-0.724690318107605,
0.34779757261276245,
-0.8629194498062134,
-0.06496669352054596,
1.0121586322784424,
0.5336963534355164,
-0.34398120641708374,
-0.18191559612751007,
0.02723398432135582,
0.08195985108613968,
-0.3792201280593872,
0.2093384712934494,
0.6953184008598328,
-0.13744212687015533,
0.009349171072244644,
-0.7272864580154419,
0.5212234854698181,
0.18637321889400482,
-1.016534686088562,
-0.19734512269496918,
0.435729056596756,
0.4021981954574585,
0.3188531994819641,
0.622790515422821,
-0.3411736786365509,
0.19063740968704224,
0.3174629211425781,
0.2021871656179428,
-0.016845522448420525,
-0.46448835730552673,
-0.18193349242210388,
-0.2109561562538147,
-0.258076936006546,
-0.3604468107223511
]
|
AntoineBlanot/mnli-contrast | AntoineBlanot | 2023-12-04T08:06:48Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T07:52:32Z | ---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: instruction
dtype: string
- name: label_name
dtype: string
splits:
- name: train
num_bytes: 254483428
num_examples: 785404
- name: test
num_bytes: 6297986
num_examples: 19630
download_size: 54354034
dataset_size: 260781414
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# Dataset Card for "mnli-contrast"
This dataset is the [mnli-3way](https://huggingface.co/datasets/AntoineBlanot/mnli-3way) dataset with an additional `instruction` feature.
This new feature along with its related `label_name` expresses how the `premise` and `hypothesis` features are related in the original dataset.
The following explains how the mapping is done:
### If the original example was of class `entailment`
Two data points will be related to that example.
One is the positive example (i.e., `label_name` == "positive") which assign to it the folowing instruction: "The meaning of the hypothesis is logically inferred from the meaning of the premise."
The other is the negative example (i.e., `label_name` == "negative") which assign to it the folowing instruction: "The meaning of the hypothesis either contradicts the meaning of the premise, is unrelated to it, or does not provide sufficient information to infer the meaning of the premise."
### If the original example was of class `contradiction` or `neutral`
Two data points will be related to that example.
One is the positive example (i.e., `label_name` == "positive") which assign to it the folowing instruction: "The meaning of the hypothesis either contradicts the meaning of the premise, is unrelated to it, or does not provide sufficient information to infer the meaning of the premise."
The other is the negative example (i.e., `label_name` == "negative") which assign to it the folowing instruction: "The meaning of the hypothesis is logically inferred from the meaning of the premise."
This dataset is double the size of this original dataset because each is related to a positive and negative instruction.
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.4975275993347168,
-0.6794335842132568,
0.31137022376060486,
0.07395194470882416,
-0.30767354369163513,
-0.49195387959480286,
0.1420893520116806,
-0.2655388414859772,
0.3723064661026001,
0.7534356117248535,
-0.6893457770347595,
-0.6837704181671143,
-0.5201007723808289,
0.025910750031471252,
-0.3214212656021118,
1.3819810152053833,
-0.27465686202049255,
0.16112102568149567,
-0.48152604699134827,
-0.35367506742477417,
-0.5226110219955444,
-0.2377907931804657,
-0.5784655213356018,
-0.5492603182792664,
0.647551953792572,
0.6902016401290894,
0.8128175139427185,
1.075319528579712,
0.7485412359237671,
0.1706710010766983,
0.11649546027183533,
-0.2656773328781128,
-0.4304453134536743,
-0.17915871739387512,
-0.06739034503698349,
-0.824044942855835,
-0.5199956893920898,
0.30983906984329224,
0.7571598291397095,
0.763335108757019,
0.1204717606306076,
0.33084338903427124,
0.07247456908226013,
0.8525055050849915,
-0.633248507976532,
0.17255976796150208,
-0.2668132781982422,
0.00551803782582283,
-0.2499399483203888,
-0.3542528748512268,
-0.30797064304351807,
-0.4030057191848755,
0.13640865683555603,
-0.8988943099975586,
0.43905147910118103,
0.19485364854335785,
1.205527901649475,
0.26651889085769653,
-0.3884528577327728,
-0.38687992095947266,
-0.450830340385437,
0.6357139348983765,
-0.6410894989967346,
-0.027182599529623985,
0.513146162033081,
0.3121565282344818,
-0.05446922779083252,
-0.4409128427505493,
-0.8309464454650879,
-0.05785305052995682,
-0.34800633788108826,
0.2885945737361908,
0.2973068058490753,
-0.025105908513069153,
0.6265096664428711,
0.5206425189971924,
-0.4359983205795288,
-0.02208435907959938,
-0.6488545536994934,
-0.14248602092266083,
0.7104046940803528,
0.3011873960494995,
0.09751474112272263,
-0.16484740376472473,
-0.6617472171783447,
-0.33003076910972595,
-0.9796762466430664,
-0.22633787989616394,
0.46988505125045776,
0.3980025351047516,
-0.5611826181411743,
0.693868100643158,
-0.14752508699893951,
0.7236394286155701,
0.010886059142649174,
-0.2808559834957123,
0.9446867108345032,
-0.2918645441532135,
-0.3151015043258667,
0.4009503126144409,
0.5158228278160095,
0.7011507153511047,
0.12878431379795074,
0.17081314325332642,
-0.0033199165482074022,
0.10676083713769913,
-0.17283444106578827,
-1.183388113975525,
-0.44796714186668396,
0.17398136854171753,
-0.6887134909629822,
-0.21453243494033813,
0.36203768849372864,
-1.025636076927185,
-0.5149404406547546,
-0.541500985622406,
0.7199414372444153,
-0.21184559166431427,
-0.33020660281181335,
-0.08144272118806839,
-0.3782004415988922,
0.5502751469612122,
-0.1088084951043129,
-0.7440930604934692,
0.544459342956543,
0.7701552510261536,
0.5513334274291992,
0.0753689631819725,
-0.4593674838542938,
-0.5233902335166931,
0.22303499281406403,
-0.2889373004436493,
0.6384099125862122,
-0.94520103931427,
-0.4040851891040802,
-0.1942131519317627,
0.3673640191555023,
-0.016401052474975586,
-0.686941385269165,
0.791337788105011,
-0.1861630231142044,
0.5237395167350769,
-0.4519656300544739,
-0.8773999810218811,
-0.4999772012233734,
0.1467074304819107,
-0.6680348515510559,
0.9048891663551331,
0.13867272436618805,
-1.0054486989974976,
0.37793177366256714,
-0.9370075464248657,
-0.5447369813919067,
-0.06472481787204742,
-0.43644893169403076,
-0.5833911895751953,
0.04030829668045044,
-0.19341446459293365,
0.36102327704429626,
-0.4163554310798645,
-0.006505557801574469,
-0.5980333685874939,
-0.6445657014846802,
0.40638262033462524,
-0.140716090798378,
1.0665209293365479,
0.06954274326562881,
-0.4478374719619751,
0.16454674303531647,
-0.9921728372573853,
-0.14913761615753174,
0.2076772302389145,
-0.07072731107473373,
-0.5685334205627441,
-0.12076784670352936,
-0.29015982151031494,
0.0758097767829895,
-0.04295074939727783,
-0.5086789131164551,
0.18646757304668427,
-0.36580437421798706,
0.025705428794026375,
0.592104434967041,
0.3217932879924774,
0.4625994563102722,
-0.3692241311073303,
0.28710275888442993,
0.38465920090675354,
0.3057391047477722,
-0.19810360670089722,
-0.6758044362068176,
-1.1320374011993408,
-0.15197208523750305,
0.5322839021682739,
0.7982321977615356,
-0.7143390774726868,
0.2603287398815155,
-0.12897272408008575,
-0.389606237411499,
-0.797045111656189,
-0.05860932171344757,
0.4704885482788086,
0.9037090539932251,
0.5941333770751953,
0.13983552157878876,
-0.5295599699020386,
-1.2329696416854858,
0.02511860430240631,
0.15876814723014832,
-0.0426877960562706,
0.30176690220832825,
0.8195667266845703,
-0.005195095669478178,
0.4120170474052429,
-0.8963775038719177,
-0.29843151569366455,
0.20613762736320496,
0.08941568434238434,
0.685352087020874,
0.5620560050010681,
0.5325779914855957,
-1.1412644386291504,
-0.5626251101493835,
-0.3016875088214874,
-0.7069520950317383,
-0.07297626882791519,
-0.10578809678554535,
-0.49754053354263306,
-0.08284628391265869,
0.42511826753616333,
-0.3667662739753723,
0.7717597484588623,
0.23866282403469086,
-0.5354744791984558,
0.46039146184921265,
-0.11270799487829208,
0.33422553539276123,
-1.2681934833526611,
-0.06732060760259628,
-0.10121134668588638,
0.4511822462081909,
-0.6600200533866882,
0.25225818157196045,
0.06037556380033493,
0.060136083513498306,
-0.28095537424087524,
0.5603545308113098,
-0.40436851978302,
0.08992314338684082,
-0.22373773157596588,
0.1593652367591858,
0.17723414301872253,
0.43260517716407776,
-0.15289439260959625,
0.4148315191268921,
0.7087886929512024,
-0.8451080918312073,
0.5227334499359131,
0.3146132230758667,
-0.16783685982227325,
0.9299378991127014,
-0.41442397236824036,
-0.1644710749387741,
-0.19556531310081482,
0.05882784724235535,
-0.904327929019928,
-0.4451497197151184,
0.8223172426223755,
-0.33883756399154663,
0.362296462059021,
0.011519486084580421,
-0.6220614910125732,
-0.30086612701416016,
-0.45852571725845337,
0.4117743968963623,
0.5088945031166077,
-0.5295881032943726,
0.48772576451301575,
0.1574549823999405,
0.08912288397550583,
-0.5271552801132202,
-1.0054785013198853,
-0.28158625960350037,
-0.7243896126747131,
-0.2586117684841156,
0.5579508543014526,
-0.17260238528251648,
-0.2273782342672348,
0.29243239760398865,
0.1368384063243866,
-0.02463383786380291,
0.11904967576265335,
0.5027863383293152,
0.5459522604942322,
-0.3811674416065216,
0.4771426320075989,
0.11125487834215164,
-0.26997798681259155,
0.37272191047668457,
-0.0066498052328825,
0.19973616302013397,
0.14511843025684357,
-0.34172865748405457,
-0.5616251826286316,
0.4386937916278839,
0.0720038115978241,
-0.007384778931736946,
0.8173226118087769,
0.699876606464386,
-0.475515216588974,
0.051296085119247437,
-0.2269829958677292,
-0.27458763122558594,
-0.42956143617630005,
0.12247414886951447,
-0.5583498477935791,
-0.32870274782180786,
0.4413425624370575,
0.10516764968633652,
-0.02932513691484928,
0.9606718420982361,
0.25647157430648804,
-0.18915225565433502,
0.697404682636261,
0.47000646591186523,
0.04059118032455444,
0.22163845598697662,
-0.3126143515110016,
-0.006861009169369936,
-0.9801750183105469,
-0.4855648875236511,
-0.7028727531433105,
-0.5875144004821777,
-0.8399184346199036,
-0.377491295337677,
0.11196334660053253,
0.22432875633239746,
-0.3962324857711792,
0.17573724687099457,
-0.5960025787353516,
0.5733296871185303,
0.623039722442627,
0.22344258427619934,
0.022669874131679535,
0.2148316204547882,
-0.03416481986641884,
-0.15168428421020508,
-0.5582854151725769,
-0.2038070261478424,
1.2414441108703613,
0.11654645949602127,
0.6090419292449951,
0.26426002383232117,
1.0213521718978882,
-0.031455595046281815,
0.7696353793144226,
-0.6987947821617126,
0.5297051668167114,
-0.426025927066803,
-0.7357680201530457,
-0.032014407217502594,
-0.6948798894882202,
-0.7757033109664917,
0.12525802850723267,
-0.41240209341049194,
-0.5475710034370422,
0.3544204831123352,
0.2485295534133911,
-0.0332120843231678,
0.07148415595293045,
-0.8814298510551453,
0.9048874378204346,
-0.20715676248073578,
-0.4674318730831146,
-0.06297089904546738,
-0.6775904297828674,
0.3809616267681122,
0.20423361659049988,
0.15315863490104675,
-0.18133841454982758,
-0.05456199124455452,
0.9087480902671814,
-0.2969178855419159,
0.9328635334968567,
-0.645107090473175,
-0.08274577558040619,
0.39534586668014526,
-0.19498489797115326,
0.28951501846313477,
-0.057185422629117966,
-0.2086830884218216,
-0.20689138770103455,
0.06229550391435623,
-0.4603380262851715,
-0.8580021858215332,
0.7648345828056335,
-0.5317302346229553,
-0.47879689931869507,
-0.1706942468881607,
-0.3787730038166046,
0.13668544590473175,
0.27647635340690613,
0.3841046690940857,
0.8835577368736267,
0.05251307785511017,
0.29998543858528137,
0.798460066318512,
-0.3447357714176178,
-0.0944470763206482,
0.4522697329521179,
-0.5020433068275452,
-0.33040907979011536,
1.3853410482406616,
0.1276649385690689,
0.24277260899543762,
0.7319930791854858,
0.46289050579071045,
-0.45562711358070374,
-0.2151409238576889,
-0.3214503824710846,
0.35226574540138245,
-0.9309827089309692,
-0.25112080574035645,
-0.22327618300914764,
-0.28568577766418457,
-0.17324726283550262,
0.05251384153962135,
0.1617233157157898,
-0.4390718638896942,
-0.4358769953250885,
-0.16267149150371552,
0.524856448173523,
0.4378491938114166,
-0.11499514430761337,
0.18451419472694397,
-0.4566027522087097,
0.514187216758728,
0.12605339288711548,
0.26117464900016785,
-0.2216941863298416,
-0.6299253702163696,
-0.13923710584640503,
0.21381570398807526,
-0.26218360662460327,
-1.017857313156128,
-0.18463681638240814,
0.2839597463607788,
0.6005960702896118,
0.5796861052513123,
0.12201853096485138,
0.7593750953674316,
-0.3497874438762665,
0.47713735699653625,
0.21588647365570068,
-0.621947705745697,
0.4639018177986145,
-0.019308995455503464,
0.18561336398124695,
0.6379261612892151,
0.6565713882446289,
-0.24984829127788544,
-0.16653773188591003,
-0.9754192233085632,
-0.6658118367195129,
0.45733270049095154,
0.19774611294269562,
0.06538628786802292,
-0.06787746399641037,
0.504935622215271,
0.296071857213974,
0.243852436542511,
-0.7484506964683533,
-0.8498876094818115,
-0.24908335506916046,
-0.5560678243637085,
-0.046197641640901566,
-0.34178033471107483,
-0.5829055309295654,
-0.4675350487232208,
0.8362688422203064,
-0.024482810869812965,
0.4603537321090698,
0.06103425472974777,
0.2720431089401245,
0.16707880795001984,
0.32933634519577026,
0.7572043538093567,
0.5311664938926697,
-0.39639055728912354,
0.37445637583732605,
0.0894223228096962,
-0.35753485560417175,
0.048319149762392044,
0.4999776780605316,
-0.3583354949951172,
-0.08683369308710098,
0.5465503334999084,
0.9857429265975952,
0.08316946774721146,
-0.18375718593597412,
0.48457834124565125,
0.20865598320960999,
-0.5601583123207092,
-0.21944142878055573,
0.34040072560310364,
-0.03356923535466194,
0.1036357656121254,
0.14895592629909515,
-0.008811340667307377,
0.43316352367401123,
-0.43220049142837524,
0.26631423830986023,
0.03251093253493309,
-0.3896949291229248,
-0.21881073713302612,
0.3525317311286926,
0.13948360085487366,
-0.20792175829410553,
0.6032464504241943,
-0.3260088562965393,
-0.4776095151901245,
0.9674381613731384,
0.6103633642196655,
0.6984858512878418,
-0.13433633744716644,
0.398009330034256,
0.6588047742843628,
0.20788037776947021,
0.2766316831111908,
0.6437714695930481,
-0.07149063795804977,
-0.7409349083900452,
-0.05809388309717178,
-0.4577122628688812,
-0.19901977479457855,
0.28874602913856506,
-1.0612915754318237,
0.3233524560928345,
-0.37130677700042725,
0.1014668270945549,
0.24476845562458038,
0.004134560469537973,
-0.8217409253120422,
0.40459442138671875,
-0.06566581130027771,
0.9565577507019043,
-1.0296845436096191,
0.7252272367477417,
0.5767733454704285,
-0.34923112392425537,
-0.8857102394104004,
0.15479499101638794,
0.12433770298957825,
-0.684284508228302,
0.5915945172309875,
0.46436771750450134,
0.06523458659648895,
-0.19882245361804962,
-0.5788189768791199,
-0.6325392723083496,
1.09079909324646,
0.012518572621047497,
-0.4454042613506317,
0.42225030064582825,
0.1576995551586151,
0.4784575402736664,
-0.7427894473075867,
-0.007872450165450573,
0.5234008431434631,
0.5833678841590881,
0.11708182841539383,
-0.2488693743944168,
0.35811445116996765,
-0.27602624893188477,
-0.4103349447250366,
0.45768412947654724,
-0.4753052890300751,
0.8572943210601807,
-0.4256322681903839,
-0.3420884907245636,
0.05480282008647919,
0.6257122755050659,
0.29829078912734985,
0.5741674304008484,
0.5919668674468994,
0.6151386499404907,
0.815157949924469,
-0.21802833676338196,
1.05685555934906,
-0.027615994215011597,
0.38413044810295105,
1.5515189170837402,
-0.17676745355129242,
0.973405659198761,
0.6699658036231995,
-0.1933940201997757,
0.6922473907470703,
0.6719620823860168,
-0.5118246674537659,
0.7571860551834106,
0.35740453004837036,
-0.013399593532085419,
0.06181929260492325,
-0.09544412046670914,
-0.7911859154701233,
0.19376830756664276,
0.715311586856842,
-0.6711928844451904,
-0.10852779448032379,
-0.1653248816728592,
0.11112643033266068,
-0.11174216866493225,
-0.27727681398391724,
0.6079316735267639,
-0.041628845036029816,
-0.5861310958862305,
0.6749231815338135,
-0.16890300810337067,
0.18756671249866486,
-0.5003432631492615,
-0.4958730638027191,
-0.2554631233215332,
0.2989063262939453,
-0.5212840437889099,
-0.9679155349731445,
0.3219408094882965,
-0.29299795627593994,
-0.29948610067367554,
0.24239693582057953,
0.3946145176887512,
-0.6229424476623535,
-0.6861083507537842,
0.22677016258239746,
0.017667073756456375,
0.42441222071647644,
0.5257476568222046,
-0.8737314939498901,
0.026479311287403107,
0.2311418652534485,
0.0035586627200245857,
0.049184005707502365,
0.3966125249862671,
0.162452831864357,
0.38578441739082336,
0.24542446434497833,
-0.08621158450841904,
-0.12217779457569122,
0.24836494028568268,
0.8925915956497192,
-0.6352139711380005,
-0.4194864332675934,
-0.848821222782135,
0.534793496131897,
-0.4076816439628601,
-0.47426334023475647,
0.7586771845817566,
0.771588146686554,
0.9263210296630859,
-0.05468783527612686,
0.60483318567276,
-0.10674668103456497,
0.5720112919807434,
-0.9244360327720642,
0.3471081852912903,
-0.8024380803108215,
0.14743982255458832,
-0.17958320677280426,
-1.0601619482040405,
-0.27647897601127625,
0.5828750133514404,
-0.38872405886650085,
0.025495965033769608,
0.8821043372154236,
0.9947836995124817,
-0.19678087532520294,
0.2817091643810272,
-0.012152382172644138,
0.47208282351493835,
0.016695916652679443,
0.47945019602775574,
0.7770503759384155,
-0.5999472737312317,
0.3480043113231659,
-0.4887637794017792,
-0.4120582342147827,
-0.05551615729928017,
-0.7718877196311951,
-1.061264991760254,
-0.7121395468711853,
-0.6054285168647766,
-0.4716183841228485,
-0.14573541283607483,
0.6165902614593506,
0.5178472995758057,
-1.012452483177185,
-0.10980570316314697,
0.0043104649521410465,
0.14468815922737122,
-0.29138419032096863,
-0.33743149042129517,
0.6678839325904846,
0.1612616628408432,
-0.517235517501831,
0.11344790458679199,
0.13095343112945557,
0.19510450959205627,
-0.1169823557138443,
-0.1513223946094513,
-0.16875888407230377,
-0.04685727879405022,
0.2070579081773758,
0.18290936946868896,
-0.5990931987762451,
-0.38214609026908875,
-0.39177626371383667,
0.06296636164188385,
0.15822869539260864,
0.6913399696350098,
-0.42385661602020264,
0.4755016565322876,
0.48770830035209656,
0.5443506836891174,
0.5004248023033142,
-0.09798343479633331,
0.3346003592014313,
-0.7152520418167114,
0.27252015471458435,
-0.17485597729682922,
0.27563896775245667,
0.45370325446128845,
-0.35214418172836304,
0.5959501266479492,
0.3141811490058899,
-0.2503643333911896,
-0.7470571994781494,
0.5205842852592468,
-0.6990063190460205,
-0.1416923999786377,
1.0348687171936035,
-0.03624342009425163,
-0.3968983292579651,
0.10518394410610199,
-0.178024560213089,
0.18671934306621552,
-0.231977179646492,
0.5644962191581726,
0.6352894902229309,
-0.1983799785375595,
-0.07904937118291855,
-0.7228606343269348,
0.5361103415489197,
0.19728530943393707,
-0.9164930582046509,
-0.14002719521522522,
0.29345643520355225,
0.36343735456466675,
0.34125134348869324,
0.39366239309310913,
-0.0719277411699295,
0.15434661507606506,
0.33075904846191406,
-0.11697426438331604,
-0.09435012191534042,
-0.4666362404823303,
-0.2364605814218521,
0.11069746315479279,
-0.2965853810310364,
-0.6109880805015564
]
|
pythainlp/Thai-Pos-prompt | pythainlp | 2023-12-04T07:59:35Z | 0 | 0 | [
"task_categories:text2text-generation",
"task_categories:text-generation",
"size_categories:10K<n<100K",
"language:th",
"license:cc-by-sa-3.0",
"region:us"
]
| [
"text2text-generation",
"text-generation"
]
| 2023-12-04T07:53:11Z | ---
dataset_info:
features:
- name: inputs
dtype: string
- name: targets
dtype: string
splits:
- name: test
num_bytes: 539162
num_examples: 1000
- name: train
num_bytes: 29246726
num_examples: 130454
download_size: 6418943
dataset_size: 29785888
license: cc-by-sa-3.0
task_categories:
- text2text-generation
- text-generation
language:
- th
size_categories:
- 10K<n<100K
---
# Dataset Card for "Thai-Pos-prompt"
This dataset made to create prompt for Thai part-of-speech tagging.
- The Train set made from [blackboard treebank](https://bitbucket.org/kaamanita/blackboard-treebank) that used own tags but we use Universal Dependencies tags, so we convert those tags into Universal Dependencies tags. [See blackboard treebank tags to Universal Dependencies tags](https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/tag/blackboard.py#L56C5-L56C17)
- The test set from the Parallel Universal Dependencies (PUD) treebanks. See more [https://github.com/UniversalDependencies/UD_Thai-PUD](https://github.com/UniversalDependencies/UD_Thai-PUD)
## Template
```
Inputs: จงสร้างประโยคตามโครงสร้าง {pos}:
Targets: Thai sentence
```
pos: [All tag](https://universaldependencies.org/u/pos/)
Source code for create dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/merge.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/merge.ipynb) | [
-0.3998435139656067,
-0.3550473153591156,
0.30889710783958435,
0.4297800362110138,
-0.35739386081695557,
-0.01345883496105671,
-0.19180981814861298,
-0.0707777738571167,
0.4196999967098236,
0.2925713360309601,
-0.5850372314453125,
-0.6927849054336548,
-0.22007237374782562,
0.09430012851953506,
0.03872072324156761,
1.07550048828125,
-0.21502818167209625,
0.054575804620981216,
0.06421688199043274,
-0.21152956783771515,
-0.8777824640274048,
-0.6025991439819336,
-0.5458670854568481,
-0.0920071005821228,
0.5460265278816223,
1.0191811323165894,
0.44526249170303345,
0.7576063871383667,
0.3288894295692444,
0.17123939096927643,
0.067377470433712,
-0.06460157036781311,
-0.0047180308029055595,
0.4204639792442322,
-0.34793034195899963,
-0.502640426158905,
-0.6395955681800842,
0.0012460796860978007,
0.7783365249633789,
0.5187803506851196,
-0.08642644435167313,
0.22531937062740326,
0.04169176518917084,
0.22377870976924896,
-0.6276770234107971,
0.6171975135803223,
-0.4490387439727783,
-0.017071044072508812,
-0.5136688947677612,
-0.1303376704454422,
-0.2684386372566223,
-0.24252429604530334,
0.19166786968708038,
-0.8560278415679932,
0.03509993478655815,
0.0681576132774353,
1.188995599746704,
0.0068602049723267555,
-0.35068845748901367,
-0.3091108202934265,
-0.4089779853820801,
0.5344414114952087,
-0.5192354321479797,
0.03145996108651161,
0.5416398048400879,
0.4724271595478058,
-0.11950681358575821,
-0.9237043261528015,
-0.7131640911102295,
0.029391253367066383,
-0.08299555629491806,
0.12798860669136047,
-0.14666704833507538,
0.23979079723358154,
0.5652681589126587,
0.23367281258106232,
-0.6561713218688965,
0.2090335339307785,
-0.38602569699287415,
-0.39659541845321655,
0.39770758152008057,
0.3273199200630188,
0.37415653467178345,
-0.8312267065048218,
-0.06611372530460358,
-0.36755606532096863,
-0.6171363592147827,
0.15303853154182434,
0.3484717309474945,
0.68297278881073,
-0.3856031596660614,
0.7263603210449219,
-0.1568993330001831,
0.46930041909217834,
-0.011159339919686317,
-0.2479744404554367,
0.5095820426940918,
-0.6576769948005676,
-0.029958026483654976,
0.5141979455947876,
0.9382282495498657,
0.5335657596588135,
0.6939544081687927,
0.2781445384025574,
0.05632701888680458,
0.23769591748714447,
-0.16126641631126404,
-0.8391881585121155,
-0.6391550302505493,
0.3825014531612396,
-0.2891823649406433,
0.03122680075466633,
0.06467069685459137,
-0.9972216486930847,
-0.2941359281539917,
-0.3615589141845703,
0.22306035459041595,
-0.3950504660606384,
-0.5141309499740601,
0.07752960920333862,
-0.21945199370384216,
0.3467613756656647,
0.12324295938014984,
-0.7610720992088318,
-0.026865117251873016,
0.4506508708000183,
0.791313111782074,
0.21047116816043854,
-0.49191519618034363,
-0.4925808608531952,
0.21862183511257172,
0.009618144482374191,
0.820222795009613,
-0.5073660016059875,
-0.5272871255874634,
0.11601193249225616,
0.24742081761360168,
-0.2410334199666977,
-0.576915442943573,
0.8711984157562256,
0.06312473863363266,
0.34402263164520264,
-0.586001992225647,
-0.3887721300125122,
-0.23782533407211304,
0.08951380848884583,
-0.597239077091217,
1.0077157020568848,
0.054541293531656265,
-1.0747328996658325,
0.28548818826675415,
-0.7826196551322937,
-0.4618503749370575,
0.27807191014289856,
-0.35862842202186584,
-0.48943695425987244,
-0.2832621932029724,
0.349844366312027,
0.48909997940063477,
-0.175310418009758,
0.4980889558792114,
-0.39876648783683777,
-0.2174762487411499,
0.04513803496956825,
-0.265789270401001,
1.2450969219207764,
0.3207254111766815,
-0.2347123920917511,
0.01680661179125309,
-1.0011993646621704,
-0.06631704419851303,
0.08475232124328613,
-0.2582264542579651,
-0.3020053207874298,
-0.22620148956775665,
0.2061893790960312,
0.1445811241865158,
0.23793596029281616,
-0.670012891292572,
0.37967631220817566,
-0.11829908937215805,
0.32846978306770325,
0.8216063380241394,
0.2208123505115509,
0.1261017620563507,
-0.4184003472328186,
0.7635485529899597,
0.4434555172920227,
-0.18391567468643188,
-0.6552189588546753,
-0.7033277750015259,
-0.6856445074081421,
-0.46689218282699585,
0.5428391098976135,
0.7978795170783997,
-0.7790160179138184,
0.9357567429542542,
-0.33904343843460083,
-0.5588599443435669,
-0.704028844833374,
-0.4642321765422821,
0.13981617987155914,
0.6132192015647888,
0.1865181028842926,
-0.36621102690696716,
-1.14933443069458,
-0.8249004483222961,
0.10964495688676834,
-0.46092361211776733,
-0.02556351199746132,
0.08716198801994324,
0.6627135872840881,
0.10594157874584198,
1.242207407951355,
-0.42609408497810364,
-0.22244243323802948,
0.06669942289590836,
-0.11172757297754288,
0.3078352212905884,
0.8882553577423096,
0.5158687233924866,
-0.33157914876937866,
-0.5703230500221252,
-0.32305505871772766,
-0.6254461407661438,
-0.2598415017127991,
-0.05813336372375488,
-0.17930202186107635,
-0.21271932125091553,
0.09794703125953674,
-0.8797975778579712,
0.5921081900596619,
0.11157842725515366,
-0.5972868800163269,
0.8942909240722656,
-0.015518033877015114,
0.13877809047698975,
-1.4783883094787598,
0.39148378372192383,
0.07243269681930542,
-0.11509929597377777,
-0.3094992935657501,
-0.2773772180080414,
-0.08598833531141281,
-0.286722332239151,
-0.3102947771549225,
0.6510970592498779,
-0.324771910905838,
0.01313365250825882,
0.12363124638795853,
-0.0908893570303917,
0.08247318118810654,
0.5237398743629456,
-0.15629692375659943,
0.6973611116409302,
1.1592768430709839,
-0.558310329914093,
0.9064648747444153,
0.46481963992118835,
-0.19076891243457794,
0.9797351956367493,
-0.6212891936302185,
-0.2517782747745514,
-0.12998519837856293,
0.43702468276023865,
-1.4011198282241821,
-0.3729780912399292,
0.8828498125076294,
-0.5205931663513184,
0.20034615695476532,
-0.24424023926258087,
-0.9326839447021484,
-0.3603733479976654,
-0.3353237509727478,
0.568096935749054,
0.5751444697380066,
-0.758359968662262,
0.19259797036647797,
0.3375713527202606,
-0.2506336569786072,
-0.4514352083206177,
-0.9461115002632141,
0.11076376587152481,
-0.5137842893600464,
-0.2711193859577179,
0.05526232719421387,
-0.13853667676448822,
0.08599144220352173,
0.14083145558834076,
-0.046902135014534,
-0.032013606280088425,
-0.17440630495548248,
0.3454987108707428,
0.08979472517967224,
-0.4983905851840973,
0.3386422395706177,
-0.05249696969985962,
-0.3321235775947571,
0.15043456852436066,
-0.4636557698249817,
0.562282383441925,
0.22960211336612701,
-0.2356777936220169,
-0.9321832060813904,
0.3172657787799835,
0.5077750086784363,
-0.30340564250946045,
0.357159823179245,
0.4692476689815521,
-0.4233827292919159,
-0.09874599426984787,
-0.2108936607837677,
0.07375654578208923,
-0.4707408845424652,
0.3212306797504425,
-0.648284912109375,
-0.48881658911705017,
0.8064972162246704,
0.002038833685219288,
-0.0890587568283081,
0.5433255434036255,
0.4328267574310303,
-0.07419811189174652,
0.8807708024978638,
0.17225171625614166,
-0.23133978247642517,
0.6973005533218384,
-0.2212790995836258,
-0.10425307601690292,
-0.6649722456932068,
-0.23918408155441284,
-0.9476106762886047,
-0.17926719784736633,
-0.953921377658844,
-0.0683366060256958,
0.11091470718383789,
0.2169654816389084,
-0.4238462746143341,
0.3837718367576599,
-0.8862423896789551,
0.30333787202835083,
0.7723424434661865,
-0.17739595472812653,
0.08649689704179764,
0.35721829533576965,
-0.3835170567035675,
-0.23462826013565063,
-0.7661274075508118,
-0.4541364312171936,
1.4004313945770264,
0.30296921730041504,
0.7225363850593567,
-0.2921713590621948,
0.6784238219261169,
0.011443653143942356,
-0.07444629073143005,
-0.6772910952568054,
0.7129520773887634,
-0.18172042071819305,
-0.33312055468559265,
-0.015364318154752254,
-0.3787585198879242,
-1.4156506061553955,
-0.18444952368736267,
0.2525692880153656,
-1.0884685516357422,
0.18560242652893066,
0.059032030403614044,
-0.18159067630767822,
0.41443511843681335,
-0.8655001521110535,
1.1369750499725342,
0.0504007451236248,
0.06507356464862823,
0.08985534310340881,
-0.5495046377182007,
0.14591869711875916,
0.35746851563453674,
-0.1982862800359726,
-0.16740094125270844,
0.03409755602478981,
1.2796622514724731,
-0.5094265341758728,
0.9239046573638916,
-0.5750095844268799,
-0.07031161338090897,
0.5583691000938416,
-0.2490890771150589,
0.2900714874267578,
0.24475225806236267,
-0.0347326286137104,
-0.05269749090075493,
0.016345152631402016,
-0.5503460764884949,
-0.44229748845100403,
0.8118860721588135,
-0.7980594038963318,
-0.22974565625190735,
-0.6563805937767029,
-0.4890752136707306,
-0.011411747895181179,
0.2051725834608078,
0.2508727014064789,
0.7021124958992004,
0.27999821305274963,
-0.058975476771593094,
0.5105481743812561,
-0.03312106803059578,
0.5694535970687866,
0.43051838874816895,
-0.32274383306503296,
-0.7729309797286987,
1.089664101600647,
0.3845454454421997,
-0.3097653090953827,
0.29773661494255066,
0.08286815136671066,
-0.5362876057624817,
-0.2367480993270874,
-0.5636804699897766,
0.3859187364578247,
-0.8199275135993958,
-0.3161495625972748,
-0.29319360852241516,
-0.2974802851676941,
-0.48898205161094666,
0.17173583805561066,
-0.13700427114963531,
-0.6593250036239624,
-0.5248869061470032,
-0.25205564498901367,
0.8320251703262329,
0.5443851947784424,
-0.3060351610183716,
0.5859585404396057,
-0.6399399638175964,
0.2380673736333847,
0.21748234331607819,
0.5353095531463623,
-0.008712613955140114,
-0.38259798288345337,
-0.14386852085590363,
0.12273514270782471,
-0.39469602704048157,
-1.0711833238601685,
0.09552080929279327,
-0.1886998862028122,
0.6258955597877502,
0.11099718511104584,
0.19190190732479095,
0.7253773212432861,
-0.3370476961135864,
0.9815056920051575,
0.2675260901451111,
-0.861229419708252,
0.8559949398040771,
-0.36469319462776184,
0.639812707901001,
0.4914643168449402,
0.5432650446891785,
-0.7381391525268555,
-0.27931690216064453,
-0.9139967560768127,
-0.8734214305877686,
0.8893826603889465,
0.09726095199584961,
-0.15357962250709534,
0.05440850555896759,
0.27859774231910706,
0.1407228410243988,
0.1952516734600067,
-0.5934019684791565,
-0.6305781602859497,
-0.43080464005470276,
-0.55057293176651,
0.02911536581814289,
-0.19717134535312653,
0.030142132192850113,
-0.4335455000400543,
0.6767752766609192,
0.02725345455110073,
0.0949535071849823,
0.2917225658893585,
0.2258138209581375,
-0.08399426937103271,
0.23151998221874237,
0.3110317587852478,
0.6157858967781067,
-0.3064679801464081,
0.16437141597270966,
-0.2738211750984192,
-0.521922767162323,
0.26335611939430237,
0.37946459650993347,
-0.12966196238994598,
0.40707772970199585,
0.2799449861049652,
1.0336034297943115,
-0.1433963179588318,
-0.5382851362228394,
0.3585708439350128,
-0.1425892859697342,
-0.014826176688075066,
-0.30909329652786255,
-0.012009604834020138,
0.0682806745171547,
-0.09701251238584518,
0.36972662806510925,
-0.054726872593164444,
-0.23768849670886993,
-0.31867751479148865,
0.417565256357193,
-0.08268295228481293,
-0.24028915166854858,
-0.5274050831794739,
0.4421006441116333,
0.33121898770332336,
-0.5450984835624695,
0.7555148005485535,
-0.5445919036865234,
-0.4607437252998352,
0.6120420694351196,
0.48774468898773193,
0.9390673041343689,
-0.39897504448890686,
0.32364049553871155,
0.7611081600189209,
0.1572868525981903,
0.2538462281227112,
0.8029852509498596,
-0.24670906364917755,
-0.5511563420295715,
-0.3058391213417053,
-0.433775395154953,
-0.31693607568740845,
0.32848286628723145,
-0.5681290626525879,
0.5366135835647583,
-0.4363955557346344,
-0.08900514245033264,
-0.0360141322016716,
0.2519853115081787,
-0.6480080485343933,
0.22212228178977966,
-0.15230758488178253,
0.7742989659309387,
-1.0260108709335327,
0.9519250392913818,
1.1568787097930908,
-0.6477714776992798,
-1.0038599967956543,
0.049832798540592194,
-0.3382362723350525,
-0.7789009213447571,
0.5497256517410278,
0.2686948776245117,
0.8096937537193298,
0.039448920637369156,
-0.5447083115577698,
-0.5984849333763123,
0.9781284332275391,
0.434033066034317,
-0.5315676331520081,
-0.04870225116610527,
0.41470640897750854,
0.34300893545150757,
-0.29037362337112427,
0.46991392970085144,
0.5276265740394592,
0.724118709564209,
0.010891959071159363,
-1.3945062160491943,
0.33184975385665894,
-0.2756369113922119,
-0.15063762664794922,
-0.005779656115919352,
-0.5501095652580261,
0.8256290555000305,
0.11148948967456818,
-0.41710326075553894,
0.1177876889705658,
0.5242447853088379,
0.7198653221130371,
0.2548626959323883,
0.47711846232414246,
0.7695798277854919,
0.8999851942062378,
-0.1246146708726883,
0.6094772815704346,
-0.25812360644340515,
0.44398242235183716,
1.1514077186584473,
-0.09119117259979248,
0.5358681678771973,
0.446144700050354,
-0.2536235451698303,
0.44832688570022583,
0.9234422445297241,
-0.23667779564857483,
0.40676164627075195,
0.5911052227020264,
-0.18546393513679504,
-0.010023952461779118,
-0.4234943389892578,
-0.7216153144836426,
0.4830571115016937,
0.416815847158432,
-0.1256810873746872,
-0.6364472508430481,
0.1488611400127411,
0.36520352959632874,
-0.17616114020347595,
-0.31765738129615784,
0.5461854934692383,
-0.06007877364754677,
-0.7729299664497375,
0.7172501087188721,
-0.19914627075195312,
0.7502214908599854,
-0.7872397899627686,
-0.32595062255859375,
-0.16073912382125854,
0.0767175704240799,
-0.2281743437051773,
-1.1510884761810303,
-0.05549315735697746,
-0.1147349551320076,
-0.1942499727010727,
-0.057474955916404724,
0.523286759853363,
-0.7155820727348328,
-0.3614949584007263,
0.07152234017848969,
0.39485687017440796,
0.39773014187812805,
0.24956993758678436,
-0.7976343035697937,
0.035055164247751236,
0.2001318484544754,
-0.12070542573928833,
0.2925080358982086,
0.7840487360954285,
-0.03076658770442009,
0.41089770197868347,
0.41381382942199707,
0.33738428354263306,
0.01635681465268135,
0.01972593553364277,
0.6947765350341797,
-0.7357109785079956,
-0.927696943283081,
-0.6267789006233215,
0.7468432188034058,
-0.044101886451244354,
-0.7682186365127563,
0.8117049336433411,
0.8730825781822205,
0.9000186324119568,
-0.021169165149331093,
1.1343311071395874,
-0.2706005573272705,
0.4823877215385437,
-0.3808451294898987,
0.5918780565261841,
-0.3822351396083832,
0.10473094880580902,
-0.23035955429077148,
-0.8182880282402039,
-0.2488955706357956,
0.4265504479408264,
0.0022357662674039602,
-0.06156088039278984,
0.866264820098877,
0.9529763460159302,
-0.26480308175086975,
0.07696068286895752,
-0.022385356947779655,
0.34949585795402527,
0.5237333178520203,
0.6976602077484131,
0.838592529296875,
-0.4946475028991699,
0.6962149739265442,
-0.27423909306526184,
-0.11294838786125183,
0.13153868913650513,
-0.9348071217536926,
-0.6872849464416504,
-0.8284010887145996,
-0.5704721808433533,
-0.6693010926246643,
0.07221871614456177,
0.8371710777282715,
0.7220288515090942,
-1.154059648513794,
-0.5906007885932922,
-0.15295857191085815,
0.2861427366733551,
0.18085752427577972,
-0.3692303001880646,
0.808094322681427,
-0.308817058801651,
-0.7616230845451355,
-0.0021719515789300203,
-0.14012137055397034,
0.23706600069999695,
-0.02684255689382553,
0.031141886487603188,
-0.37409043312072754,
-0.5679104924201965,
-0.05092654004693031,
0.48356661200523376,
-0.5148856043815613,
-0.4655768871307373,
-0.4376174211502075,
-0.07602754235267639,
0.3597566485404968,
0.8068389296531677,
-0.8213407397270203,
0.6298942565917969,
0.7039453983306885,
0.4396499693393707,
0.2622482478618622,
-0.21686191856861115,
0.5443880558013916,
-1.0884424448013306,
0.3729598820209503,
0.13433659076690674,
0.5444233417510986,
0.40495041012763977,
0.025228960439562798,
0.36976686120033264,
0.744018018245697,
-0.5224294662475586,
-1.0546331405639648,
0.093304842710495,
-1.108619213104248,
0.08943148702383041,
1.1517465114593506,
-0.4047369062900543,
-0.2635873258113861,
-0.21969325840473175,
-0.6592003107070923,
0.532829761505127,
-0.7757385969161987,
0.34865662455558777,
0.8035593628883362,
0.12268316745758057,
0.04450638219714165,
-0.171319842338562,
0.4909546971321106,
0.3520511984825134,
-0.7812315821647644,
0.24126717448234558,
0.2919265627861023,
0.20536065101623535,
0.27024567127227783,
0.8511214256286621,
0.23369866609573364,
0.41029050946235657,
0.20940108597278595,
0.2910984456539154,
-0.011698775924742222,
-0.2773953378200531,
-0.4558804929256439,
0.12577657401561737,
-0.11022290587425232,
-0.94468092918396
]
|
ebrigham/DBRD | ebrigham | 2023-12-04T08:31:13Z | 0 | 0 | [
"task_categories:text-classification",
"language:nl",
"license:mit",
"arxiv:1910.00896",
"region:us"
]
| [
"text-classification"
]
| 2023-12-04T07:57:07Z | ---
license: mit
task_categories:
- text-classification
language:
- nl
pretty_name: DBRD
---
configs:
- config_name: default
data_files:
- split: train
path: train/neg/*, train/pos/*
- split: test
path: test/neg/*, test/pos/*
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: integer (1 for positive, -1 for negative)
splits:
- name: train
num_examples: 20027
- name: test
num_examples: 2223
download_size: 79.1MB
dataset_size: 773,4MB
# Dataset Card for "DBRD: Dutch Book Reviews Dataset"
Translation of the [Dutch Book Review Dataset (DBRD)](https://github.com/benjaminvdb/DBRD), an extensive collection of over 110k book reviews with associated binary sentiment polarity labels. The dataset is designed for sentiment classification in Dutch and is influenced by the [Large Movie Review Dataset](http://ai.stanford.edu/~amaas/data/sentiment/).
The dataset and the scripts used for scraping the reviews from [Hebban](Hebban), a Dutch platform for book enthusiasts, can be found in the [DBRD GitHub repository](https://github.com/benjaminvdb/DBRD).
# Labels
Distribution of labels positive/negative/neutral in rounded percentages.
```
training: 50/50/ 0
test: 50/50/ 0
```
# Attribution
Please use the following citation when making use of this dataset in your work:
```citation
@article{DBLP:journals/corr/abs-1910-00896,
author = {Benjamin van der Burgh and
Suzan Verberne},
title = {The merits of Universal Language Model Fine-tuning for Small Datasets
- a case with Dutch book reviews},
journal = {CoRR},
volume = {abs/1910.00896},
year = {2019},
url = {http://arxiv.org/abs/1910.00896},
archivePrefix = {arXiv},
eprint = {1910.00896},
timestamp = {Fri, 04 Oct 2019 12:28:06 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1910-00896.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```
# Acknowledgements (as per GIT repository)
This dataset was created for testing out the ULMFiT (by Jeremy Howard and Sebastian Ruder) deep learning algorithm for text classification. It is implemented in the FastAI Python library that has taught me a lot. I'd also like to thank Timo Block for making his 10kGNAD dataset publicly available and giving me a starting point for this dataset. The dataset structure based on the Large Movie Review Dataset by Andrew L. Maas et al. Thanks to Andreas van Cranenburg for pointing out a problem with the dataset.
And of course I'd like to thank all the reviewers on Hebban for having taken the time to write all these reviews. You've made both book enthousiast and NLP researchers very happy :)
---
license: mit
--- | [
-0.6977479457855225,
-0.5519468784332275,
0.026585962623357773,
0.16547292470932007,
-0.32852432131767273,
-0.3455175459384918,
-0.3926328718662262,
-0.20685935020446777,
0.17307858169078827,
0.4415450990200043,
-0.35370349884033203,
-0.6627184152603149,
-0.3891823887825012,
0.27124571800231934,
-0.2174668312072754,
1.4541921615600586,
0.015596859157085419,
0.18996138870716095,
0.0232071653008461,
-0.32826554775238037,
-0.13496823608875275,
-0.6990410685539246,
-0.49593889713287354,
-0.36603686213493347,
0.7117204070091248,
0.3748672604560852,
0.5823427438735962,
0.5794506669044495,
0.5595554709434509,
0.16577690839767456,
-0.17459717392921448,
0.057312607765197754,
-0.21295596659183502,
0.00583685003221035,
-0.1270182579755783,
-0.24833428859710693,
-0.34749212861061096,
0.05683644115924835,
0.6368446946144104,
0.6265838742256165,
-0.0625135526061058,
0.10373380780220032,
0.08596228808164597,
0.8764554858207703,
-0.3206259608268738,
0.2122310996055603,
-0.12407077103853226,
-0.07297699898481369,
-0.35437384247779846,
0.09570441395044327,
-0.21184691786766052,
-0.45861831307411194,
0.12195684015750885,
-0.41121652722358704,
0.42340749502182007,
0.09172578155994415,
1.2736952304840088,
0.014508940279483795,
-0.42568719387054443,
-0.16690826416015625,
-0.6293018460273743,
0.7795295715332031,
-0.8445413708686829,
0.23927916586399078,
0.27705255150794983,
-0.0008522029384039342,
-0.02602088823914528,
-0.15663674473762512,
-0.7544214725494385,
0.013147898949682713,
-0.22156628966331482,
-0.0027692150324583054,
0.03730391710996628,
-0.054778698831796646,
0.27106040716171265,
0.6925433278083801,
-0.6340723037719727,
0.02546418458223343,
-0.30694660544395447,
-0.11713939905166626,
0.7473533153533936,
0.13684804737567902,
-0.024885904043912888,
-0.6816642880439758,
-0.30164557695388794,
-0.6525557041168213,
-0.38080132007598877,
0.28052887320518494,
0.5143281817436218,
0.43292126059532166,
-0.2795046865940094,
0.5635681748390198,
-0.30539384484291077,
0.47201937437057495,
-0.1538246124982834,
0.10530243068933487,
0.8524295091629028,
-0.6374655365943909,
-0.2667023241519928,
0.004235206637531519,
1.1817587614059448,
0.46542802453041077,
0.43120065331459045,
0.12524865567684174,
-0.11613321304321289,
0.08919518440961838,
0.014122191816568375,
-0.9009116888046265,
-0.19229775667190552,
0.30853843688964844,
-0.43736696243286133,
-0.3051658570766449,
0.11719430983066559,
-0.8885170221328735,
-0.5372101068496704,
-0.32083508372306824,
0.2595506012439728,
-0.5044089555740356,
-0.40168383717536926,
0.2868073880672455,
-0.18059566617012024,
0.3764624297618866,
0.11456558108329773,
-0.6684783697128296,
0.06863038241863251,
0.4633439779281616,
0.638433039188385,
-0.13771012425422668,
-0.3909178376197815,
0.0057412064634263515,
-0.14246401190757751,
-0.24589937925338745,
0.804782509803772,
-0.20013666152954102,
-0.11680179834365845,
0.05323418229818344,
0.19545422494411469,
-0.0030459309928119183,
-0.3870145082473755,
0.9168840050697327,
-0.43093886971473694,
0.47197332978248596,
-0.325681209564209,
-0.44985172152519226,
-0.37113189697265625,
0.35188785195350647,
-0.567764401435852,
1.13416588306427,
0.09438224136829376,
-0.9719645977020264,
0.26435261964797974,
-0.6187615990638733,
-0.5195637941360474,
-0.2655211091041565,
0.13503891229629517,
-0.5217481851577759,
-0.11389296501874924,
0.2331840842962265,
0.5707752704620361,
-0.47052985429763794,
0.36908790469169617,
-0.38479724526405334,
-0.16626720130443573,
0.27781882882118225,
-0.3618631660938263,
1.1906404495239258,
0.25659725069999695,
-0.1476137787103653,
-0.09702213108539581,
-1.0546001195907593,
-0.048090025782585144,
0.08421371132135391,
-0.46517542004585266,
-0.5817531943321228,
-0.09206216037273407,
0.2623251974582672,
-0.0012786429142579436,
0.12443876266479492,
-0.5347862243652344,
0.36096280813217163,
-0.3505313992500305,
0.009648747742176056,
0.6050987243652344,
0.14613308012485504,
0.4821191728115082,
-0.10969090461730957,
0.31560859084129333,
0.2004309743642807,
0.30156445503234863,
-0.03597249090671539,
-0.3999883234500885,
-1.0693339109420776,
-0.12692157924175262,
0.6065800786018372,
0.6595293283462524,
-0.4858071506023407,
0.9452894330024719,
-0.3656289279460907,
-0.6640910506248474,
-0.6129544973373413,
0.04119570180773735,
0.33301666378974915,
0.36959850788116455,
0.2968210279941559,
-0.4640672504901886,
-0.461200088262558,
-0.8732419013977051,
0.013780390843749046,
-0.213979572057724,
-0.09096052497625351,
0.3324113190174103,
0.5939685702323914,
-0.4012042284011841,
0.7587618827819824,
-0.47376465797424316,
-0.7091774940490723,
-0.1725827157497406,
0.09017132222652435,
0.6613008975982666,
0.40241187810897827,
0.4050435721874237,
-0.5833689570426941,
-0.5675968527793884,
-0.193583145737648,
-0.7631726861000061,
-0.14171968400478363,
-0.10736433416604996,
-0.23322024941444397,
0.3283117711544037,
0.1595253348350525,
-0.5541423559188843,
0.14476053416728973,
0.28426095843315125,
-0.5916858911514282,
0.537869930267334,
-0.05229658633470535,
0.052485156804323196,
-1.0969438552856445,
0.016262326389551163,
0.18502125144004822,
0.15624116361141205,
-0.2803272306919098,
-0.41058477759361267,
-0.17750173807144165,
0.22444871068000793,
-0.1028921827673912,
0.5073219537734985,
-0.31707763671875,
0.17897231876850128,
0.19194571673870087,
0.06534427404403687,
0.15807154774665833,
0.6375910639762878,
-0.010181586258113384,
0.2834659218788147,
0.641977846622467,
-0.6209691166877747,
0.39280641078948975,
0.5243420600891113,
-0.5885902047157288,
0.5103173851966858,
-0.42621511220932007,
-0.07021384686231613,
-0.010273776017129421,
0.19097121059894562,
-0.7853748798370361,
-0.15371477603912354,
0.4088715612888336,
-0.4372585117816925,
0.3049134910106659,
-0.0697387084364891,
-0.7012025713920593,
-0.12400192022323608,
-0.4221070408821106,
-0.03664913773536682,
0.3832767903804779,
-0.31995266675949097,
0.3706229329109192,
0.38072794675827026,
-0.14514987170696259,
-0.7522503733634949,
-0.6283155679702759,
-0.08935736864805222,
-0.11748712509870529,
-0.347781240940094,
0.03410078585147858,
-0.35806718468666077,
-0.14697037637233734,
0.00471585663035512,
0.1279611885547638,
-0.13077883422374725,
-0.2751941680908203,
0.16931301355361938,
0.24322974681854248,
-0.1757529079914093,
0.32992711663246155,
-0.03107231855392456,
-0.17240813374519348,
0.030741717666387558,
0.055084772408008575,
0.5054203271865845,
-0.37236297130584717,
0.09613583981990814,
-0.224191814661026,
0.17653854191303253,
0.3726769983768463,
-0.08437097072601318,
0.7219526767730713,
0.8743187785148621,
-0.04402116313576698,
-0.21009834110736847,
-0.3245525062084198,
-0.13295307755470276,
-0.4224434792995453,
0.3516477048397064,
-0.13311854004859924,
-0.5363114476203918,
0.3162711262702942,
0.28038379549980164,
0.10275058448314667,
0.6234703660011292,
0.459558367729187,
-0.31220948696136475,
0.6978356242179871,
0.5018578767776489,
-0.17848940193653107,
0.6160377860069275,
-0.5711696743965149,
0.10780710726976395,
-0.8098769187927246,
-0.23252753913402557,
-0.7217972278594971,
-0.33391034603118896,
-0.7434254884719849,
-0.03563724830746651,
0.09106544405221939,
0.33938664197921753,
-0.48890602588653564,
0.36963212490081787,
-0.742002546787262,
0.41607925295829773,
0.5562757253646851,
-0.11081882566213608,
0.38569375872612,
0.2803178131580353,
-0.2025882750749588,
-0.04169784486293793,
-0.6492342948913574,
-0.5044050216674805,
1.1038061380386353,
0.36631694436073303,
0.722117006778717,
-0.027936629951000214,
0.5878254175186157,
0.28193503618240356,
0.34433481097221375,
-0.6468486785888672,
0.5538722276687622,
-0.3096713125705719,
-0.8650291562080383,
-0.37982267141342163,
-0.44193214178085327,
-0.9890285134315491,
0.09273432195186615,
-0.1496976613998413,
-0.3750583231449127,
0.6132819652557373,
-0.12558235228061676,
-0.11892292648553848,
0.2859812378883362,
-0.7671465277671814,
0.9465163946151733,
-0.27753379940986633,
-0.10827802866697311,
-0.03713001310825348,
-0.6954624056816101,
0.09577131271362305,
0.047633979469537735,
0.3153461813926697,
-0.1309761255979538,
0.13119351863861084,
1.0654605627059937,
-0.34330976009368896,
0.7897652387619019,
-0.26823893189430237,
0.0821216031908989,
0.3036819100379944,
0.10019717365503311,
0.3235078454017639,
0.01906627044081688,
-0.21085277199745178,
0.6739488840103149,
-0.024230003356933594,
-0.13630352914333344,
-0.2844260334968567,
0.6787188649177551,
-1.0132895708084106,
-0.11378654837608337,
-0.8120961785316467,
-0.43418794870376587,
-0.16597922146320343,
0.388982892036438,
0.29710865020751953,
0.4396909177303314,
0.047525834292173386,
0.5339008569717407,
0.7624539732933044,
-0.43634769320487976,
0.40209171175956726,
0.6841031908988953,
-0.2509441077709198,
-0.6748206615447998,
0.9287200570106506,
0.11254920810461044,
-0.11038357019424438,
0.43261605501174927,
0.23226524889469147,
-0.3249058425426483,
-0.5753107666969299,
-0.4353833794593811,
0.41644996404647827,
-0.7040634751319885,
-0.21979373693466187,
-0.6190012097358704,
-0.3309606909751892,
-0.3034336268901825,
0.1144789457321167,
-0.2856013774871826,
-0.3878335654735565,
-0.38538607954978943,
-0.2884296476840973,
0.6466009616851807,
0.642484724521637,
-0.23687833547592163,
0.2567328214645386,
-0.5784429907798767,
0.15612851083278656,
-0.009679242968559265,
0.6903973817825317,
-0.0886034220457077,
-0.5843867659568787,
-0.5500174164772034,
-0.13006778061389923,
-0.2845635414123535,
-0.6604501008987427,
0.4958314299583435,
0.1613297313451767,
0.22462734580039978,
0.24595218896865845,
0.26562750339508057,
0.2337150126695633,
-0.2980670928955078,
0.8448386192321777,
0.1212475523352623,
-0.42227932810783386,
0.42074981331825256,
-0.43705111742019653,
0.1340373158454895,
0.7852726578712463,
0.5443556904792786,
-0.6037319898605347,
-0.06148260459303856,
-0.6528850793838501,
-0.9551510214805603,
0.7429417371749878,
0.16143031418323517,
0.022578181698918343,
0.21909299492835999,
0.2790620028972626,
0.28158998489379883,
0.24238377809524536,
-0.9570150375366211,
-0.6083243489265442,
-0.23973055183887482,
-0.37438806891441345,
-0.4011491537094116,
-0.19735869765281677,
-0.18871678411960602,
-0.5474318861961365,
1.016055941581726,
0.07359577715396881,
0.27151331305503845,
0.35620346665382385,
-0.036018602550029755,
0.05993253365159035,
0.48788711428642273,
0.049661725759506226,
0.12567606568336487,
-0.5601925253868103,
-0.07481896877288818,
-0.14424368739128113,
-0.6524620056152344,
0.15039213001728058,
0.27569183707237244,
-0.41257286071777344,
0.12934444844722748,
0.20058327913284302,
0.8657405972480774,
-0.2671659588813782,
-0.34709432721138,
0.4727933704853058,
-0.20158080756664276,
-0.16395151615142822,
-0.3577314019203186,
0.14528554677963257,
-0.0669185221195221,
0.1949571818113327,
0.23446530103683472,
0.15909162163734436,
0.012126341462135315,
-0.29828140139579773,
0.07643484324216843,
0.1757056564092636,
-0.3631468713283539,
-0.2874760627746582,
0.25629591941833496,
0.23836512863636017,
-0.2552943229675293,
0.6866997480392456,
-0.43562576174736023,
-0.36998075246810913,
0.41401466727256775,
0.07640833407640457,
0.9616233110427856,
0.19690808653831482,
0.3117145299911499,
0.6068088412284851,
0.44483205676078796,
0.02968699298799038,
0.24925093352794647,
0.014653482474386692,
-0.9484778642654419,
-0.19785518944263458,
-1.0812546014785767,
-0.3542407751083374,
0.42537328600883484,
-0.386300265789032,
0.4501972198486328,
-0.3546789288520813,
-0.051641080528497696,
0.09957940131425858,
0.3084566295146942,
-0.6859016418457031,
0.26124563813209534,
0.1622212678194046,
0.8137586712837219,
-0.8953326344490051,
0.9281498193740845,
0.6564778685569763,
-0.8697259426116943,
-0.7331249117851257,
-0.2047414630651474,
-0.2771322727203369,
-0.13589666783809662,
0.4700656533241272,
0.12206001579761505,
0.3116956651210785,
-0.1319759488105774,
-0.43557804822921753,
-0.7032334804534912,
0.8202881813049316,
0.14465171098709106,
-0.5855391025543213,
0.06155778840184212,
0.16838687658309937,
0.7770821452140808,
-0.20335699617862701,
0.38921570777893066,
0.43901604413986206,
0.6338832974433899,
-0.32560431957244873,
-0.7330582141876221,
-0.05206398665904999,
-0.5033467411994934,
-0.2313850075006485,
0.05581473186612129,
-0.7785312533378601,
0.8567580580711365,
-0.008164171129465103,
0.08754067122936249,
-0.18231706321239471,
0.39041298627853394,
0.15943676233291626,
0.31767863035202026,
0.568152129650116,
0.6730949878692627,
0.6740195751190186,
-0.34002581238746643,
1.2169616222381592,
0.011342487297952175,
0.6406780481338501,
0.8543753027915955,
-0.06223277002573013,
0.7586475610733032,
0.28248918056488037,
-0.46085798740386963,
0.9039676189422607,
0.8991655707359314,
-0.35085129737854004,
0.5928497314453125,
-0.006855607498437166,
0.03937108814716339,
-0.12502090632915497,
-0.004782347474247217,
-0.45319870114326477,
0.11638496816158295,
0.21210326254367828,
-0.34486594796180725,
-0.040514301508665085,
-0.014847684651613235,
0.14294108748435974,
-0.32861727476119995,
-0.0210884902626276,
0.6469249129295349,
0.15066470205783844,
-0.5477580428123474,
0.7564432621002197,
-0.17501136660575867,
0.8382698893547058,
-0.817887544631958,
0.13277524709701538,
-0.29219940304756165,
0.5545956492424011,
-0.2953255772590637,
-0.9478657245635986,
0.09766009449958801,
0.006541552487760782,
-0.6262490749359131,
-0.27008602023124695,
0.5551803708076477,
-0.3757542669773102,
-0.46940362453460693,
0.3892279863357544,
0.2304934561252594,
0.41033297777175903,
0.07607570290565491,
-0.8455948829650879,
-0.06828928738832474,
0.3090243339538574,
-0.7424660325050354,
0.3857322931289673,
0.6264691352844238,
0.020715132355690002,
0.3585667014122009,
0.7378764748573303,
0.19452372193336487,
-0.1515231430530548,
0.2227989137172699,
0.5733435750007629,
-0.8782663345336914,
-0.49468258023262024,
-0.5997971296310425,
0.5523591041564941,
-0.21756908297538757,
-0.6486161947250366,
0.8676934838294983,
0.7639374732971191,
1.0267298221588135,
-0.14971400797367096,
0.9102858901023865,
-0.42455723881721497,
0.6868045330047607,
-0.21994179487228394,
0.821204423904419,
-0.509755551815033,
0.29506435990333557,
-0.3133856952190399,
-1.0049887895584106,
-0.3043729066848755,
0.5862308740615845,
-0.24938280880451202,
0.07000857591629028,
0.8645577430725098,
0.9060527682304382,
0.003167717019096017,
0.0034213305916637182,
-0.07952259480953217,
0.6000946164131165,
0.2413916140794754,
0.2775111198425293,
0.5400309562683105,
-0.7362525463104248,
0.7435462474822998,
-0.46370425820350647,
-0.2557850480079651,
-0.21891970932483673,
-0.8541871905326843,
-0.8496923446655273,
-0.6048558950424194,
-0.5053724646568298,
-0.6126580834388733,
-0.17409846186637878,
0.735632061958313,
0.4348872900009155,
-1.0787675380706787,
-0.4340519607067108,
-0.05120515078306198,
0.20420381426811218,
-0.1910676658153534,
-0.3358669877052307,
0.6504222750663757,
-0.1269621104001999,
-0.6295428276062012,
0.002858408261090517,
-0.1453523188829422,
-0.07392316311597824,
-0.32368794083595276,
-0.26160404086112976,
-0.36533069610595703,
-0.06176239624619484,
0.38158783316612244,
0.1756674200296402,
-0.2791004478931427,
0.08676294982433319,
-0.09954208135604858,
-0.3412993550300598,
0.22304046154022217,
0.4367925226688385,
-0.622492253780365,
0.44025298953056335,
0.6977726221084595,
0.31120285391807556,
0.45911434292793274,
-0.2783743739128113,
0.28121301531791687,
-0.6719558835029602,
-0.018769558519124985,
0.09173930436372757,
0.29865536093711853,
0.5834578275680542,
-0.26788240671157837,
0.7946948409080505,
0.4403560161590576,
-0.6804873943328857,
-0.9049393534660339,
-0.2189532220363617,
-1.1981136798858643,
-0.12188652902841568,
1.487883448600769,
0.07596512883901596,
-0.2561526298522949,
-0.08850305527448654,
-0.3541623055934906,
0.30230242013931274,
-0.6438641548156738,
0.6500768661499023,
0.9446448087692261,
-0.12265220284461975,
0.048630163073539734,
-0.578139066696167,
0.6616438031196594,
0.29018357396125793,
-0.7170794606208801,
0.18594536185264587,
0.42189234495162964,
0.42787784337997437,
0.42191705107688904,
0.35620778799057007,
-0.1797182857990265,
-0.09327617287635803,
-0.13777399063110352,
0.6057240962982178,
-0.04075545445084572,
-0.17297179996967316,
-0.62626051902771,
0.06637702882289886,
-0.23770876228809357,
-0.07261493057012558
]
|
AntoineBlanot/mnli-3way | AntoineBlanot | 2023-12-04T08:02:30Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T08:01:57Z | ---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label_name
dtype: string
splits:
- name: train
num_bytes: 75405059
num_examples: 392702
- name: test
num_bytes: 1853683
num_examples: 9815
download_size: 51216284
dataset_size: 77258742
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# Dataset Card for "mnli-3way"
This dataset is the [multi_nli](https://huggingface.co/datasets/multi_nli) dataset where the labels are: `entailment`, `contradiction` and `neutral`.
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.5690963864326477,
-0.5039735436439514,
0.280439168214798,
0.3923446536064148,
-0.22219984233379364,
-0.14456987380981445,
0.34461116790771484,
-0.4103391468524933,
0.6607609391212463,
0.6782614588737488,
-0.9818974137306213,
-0.6508007049560547,
-0.5284550189971924,
0.40664923191070557,
0.03638748079538345,
1.324642539024353,
-0.20204392075538635,
0.2402145117521286,
-0.45262885093688965,
-0.628417432308197,
-0.3511779308319092,
-0.44033315777778625,
-0.6067087650299072,
-0.7982423305511475,
1.030901312828064,
0.6060386300086975,
0.8418395519256592,
0.4751751720905304,
0.6041362285614014,
0.1469610035419464,
-0.00214517954736948,
-0.09572416543960571,
-0.25719496607780457,
-0.004990783520042896,
0.020184025168418884,
-0.6952455639839172,
-0.7710106372833252,
0.26726865768432617,
0.6923702359199524,
0.6133133769035339,
-0.0305001363158226,
0.4169107675552368,
-0.12983167171478271,
0.9730729460716248,
-0.7633641362190247,
-0.03594653680920601,
-0.20895139873027802,
0.2315797358751297,
-0.5760704874992371,
-0.0644516795873642,
-0.09149227291345596,
-0.5748173594474792,
-0.28285250067710876,
-1.1051563024520874,
-0.007783292792737484,
0.2102987915277481,
1.1389514207839966,
0.4768773317337036,
-0.5352767109870911,
-0.4751260280609131,
-0.26930519938468933,
0.5720167756080627,
-0.8347356915473938,
0.28927820920944214,
0.8483067750930786,
0.38551613688468933,
0.051720596849918365,
-0.39741507172584534,
-0.788285493850708,
0.45219871401786804,
-0.2090023010969162,
0.4646989405155182,
-0.011325017549097538,
-0.066280797123909,
0.5397327542304993,
0.4664817750453949,
-0.6110110878944397,
-0.049763698130846024,
-0.4833008646965027,
-0.1380598247051239,
0.7565353512763977,
0.31692323088645935,
0.33114421367645264,
-0.19347932934761047,
-0.2604435682296753,
0.09856772422790527,
-1.0991451740264893,
-0.3850384056568146,
0.7261561751365662,
0.2641391456127167,
-0.7652257084846497,
0.8348064422607422,
-0.10562358051538467,
1.047634482383728,
-0.2979903221130371,
-0.12530216574668884,
1.1407365798950195,
-0.4521956741809845,
-0.3019006550312042,
0.14931826293468475,
0.6013275384902954,
0.6278420686721802,
0.08270533382892609,
-0.07374710589647293,
-0.3244425654411316,
-0.005447000730782747,
-0.3346690833568573,
-1.053274154663086,
-0.18154141306877136,
0.5374251008033752,
-0.7343807220458984,
-0.26046544313430786,
0.341709703207016,
-0.8580580353736877,
-0.6450309157371521,
-0.5729880332946777,
0.3992016017436981,
-0.31540876626968384,
-0.5880075693130493,
0.015254185535013676,
-0.4118909537792206,
0.5467161536216736,
-0.28977060317993164,
-0.7372528314590454,
0.2567809224128723,
0.8460067510604858,
0.797376811504364,
0.43488210439682007,
-0.24268928170204163,
-0.3564712405204773,
0.15222397446632385,
-0.14146317541599274,
0.5721392631530762,
-0.6793620586395264,
-0.4744728207588196,
-0.09271124005317688,
0.1718808263540268,
-0.12247313559055328,
-0.6727902293205261,
1.04581880569458,
-0.3229503035545349,
0.3551841974258423,
-0.49958598613739014,
-0.6348919868469238,
-0.3987025022506714,
0.4826781749725342,
-1.094343662261963,
0.9463667273521423,
-0.06108444184064865,
-1.0844335556030273,
0.31710517406463623,
-0.9729699492454529,
-0.4063689708709717,
0.11610133200883865,
-0.19561371207237244,
-0.5966235399246216,
-0.15720775723457336,
-0.2716406285762787,
0.35246741771698,
-0.336875319480896,
0.5730593800544739,
-0.8065854907035828,
-0.357909619808197,
0.2862793803215027,
-0.2579610347747803,
1.3194996118545532,
0.4380890130996704,
-0.049082301557064056,
0.12748433649539948,
-1.2850768566131592,
-0.16240786015987396,
0.08269943296909332,
-0.24469955265522003,
-0.49923163652420044,
-0.23751841485500336,
0.16696017980575562,
0.3418486714363098,
0.26504501700401306,
-0.7687649130821228,
0.07824838906526566,
-0.2908066511154175,
0.13066911697387695,
0.6760498285293579,
0.0708998441696167,
0.27630019187927246,
-0.35333919525146484,
0.3421073257923126,
0.41969332098960876,
0.4811230003833771,
0.34605059027671814,
-0.9261296391487122,
-1.0130090713500977,
0.10112470388412476,
0.7024814486503601,
0.8331688642501831,
-1.1347914934158325,
0.5169529914855957,
-0.004576869774609804,
-0.4617699682712555,
-0.8472122550010681,
-0.021480301395058632,
0.29339390993118286,
0.34733811020851135,
0.3464907109737396,
0.42613986134529114,
-0.8148126602172852,
-1.3914711475372314,
-0.1370438039302826,
0.052151020616292953,
-0.11169611662626266,
0.27851495146751404,
0.9112338423728943,
-0.41863879561424255,
0.6181482672691345,
-0.4836560785770416,
-0.3397354483604431,
0.26246342062950134,
0.25857773423194885,
0.8311647176742554,
0.6251108646392822,
0.4911840856075287,
-1.2080223560333252,
-0.45689094066619873,
-0.3431275486946106,
-0.8940027952194214,
-0.07169067859649658,
0.006084397900849581,
-0.44107764959335327,
0.014583216980099678,
0.3966718018054962,
-0.34143373370170593,
0.47200486063957214,
0.702409565448761,
-0.721894383430481,
0.048542190343141556,
0.12505896389484406,
0.03781289979815483,
-1.296664834022522,
0.2901453375816345,
-0.0014630397781729698,
0.07181356102228165,
-0.8719931840896606,
-0.06866350769996643,
0.11126379668712616,
0.22373133897781372,
-0.23930571973323822,
0.5292578935623169,
-0.35390615463256836,
0.20579032599925995,
0.1302335411310196,
0.1247878447175026,
0.15914714336395264,
0.43500155210494995,
-0.2558736801147461,
0.40378400683403015,
0.8443184494972229,
-0.5135095119476318,
0.4907505214214325,
0.39848995208740234,
-0.027609288692474365,
0.9932782053947449,
-0.7039172649383545,
0.07643871754407883,
-0.4461382329463959,
0.2954152524471283,
-0.5014007091522217,
-0.7102882862091064,
1.0787817239761353,
-0.26218435168266296,
0.15252648293972015,
-0.0038376562297344208,
-0.8924623727798462,
-0.29477888345718384,
-0.25914159417152405,
0.8003113865852356,
0.042824726551771164,
-0.6377773880958557,
0.7995237112045288,
0.37872692942619324,
0.36886894702911377,
-0.6066842675209045,
-1.1439162492752075,
-0.2357625514268875,
-0.5228148102760315,
-0.06831195205450058,
0.4122796058654785,
-0.4186878800392151,
-0.2824755311012268,
0.2210378348827362,
0.35256779193878174,
-0.2759125530719757,
-0.12415328621864319,
0.6097151637077332,
0.38375651836395264,
-0.30752745270729065,
0.2998140752315521,
-0.1375419646501541,
-0.20380881428718567,
0.16898375749588013,
0.13051195442676544,
0.059003256261348724,
-0.28094029426574707,
-0.340408593416214,
-0.2910202145576477,
0.46650347113609314,
0.3060799241065979,
-0.020898722112178802,
0.8405836224555969,
0.9093083143234253,
-0.9079850912094116,
0.33392462134361267,
-0.45265626907348633,
0.1743214726448059,
-0.41599053144454956,
-0.29869380593299866,
-0.7536916136741638,
-0.7408366203308105,
0.5584009885787964,
0.13317160308361053,
-0.11794489622116089,
0.805061399936676,
0.22198155522346497,
0.19175328314304352,
1.1124358177185059,
0.3363324999809265,
-0.16566598415374756,
-0.14860081672668457,
-0.10870520025491714,
0.009387442842125893,
-0.9251120090484619,
-0.7950558066368103,
-0.5546113848686218,
-0.5963646769523621,
-0.903258740901947,
-0.24384266138076782,
0.17765995860099792,
0.4909747540950775,
-0.5692592859268188,
0.15726691484451294,
-0.5857747197151184,
0.8498539328575134,
0.4446815252304077,
0.14601120352745056,
0.1806405484676361,
-0.24949811398983002,
0.07838259637355804,
0.006550529506057501,
-0.8584207892417908,
-0.37279069423675537,
1.0510990619659424,
0.5432771444320679,
0.4353576898574829,
0.7523959875106812,
0.7773033976554871,
-0.2739796042442322,
0.7123715281486511,
-0.5228211879730225,
0.31439998745918274,
-0.30516108870506287,
-0.9558911323547363,
0.000635523465462029,
-0.5890526175498962,
-0.9027915000915527,
0.04477765038609505,
-0.5588536858558655,
-0.44168251752853394,
0.5893950462341309,
-0.05792571231722832,
-0.18684570491313934,
0.34698379039764404,
-0.7549278736114502,
0.7998416423797607,
-0.19087395071983337,
-0.15859197080135345,
0.2092948853969574,
-0.8112625479698181,
0.6065699458122253,
0.09163951128721237,
0.28119003772735596,
-0.6528035402297974,
-0.1420636773109436,
0.88737952709198,
-0.17204199731349945,
0.9985848665237427,
-0.5524847507476807,
-0.19393306970596313,
0.2592160701751709,
-0.3073825538158417,
0.14724595844745636,
0.37524378299713135,
-0.3835856318473816,
0.30177029967308044,
-0.07101710140705109,
-0.4793165624141693,
-0.6167147755622864,
0.824149489402771,
-0.6025908589363098,
0.12097319960594177,
-0.26693135499954224,
-0.20790143311023712,
-0.10981330275535583,
0.42575883865356445,
0.4882444739341736,
0.9085623621940613,
-0.08695188164710999,
0.04670775309205055,
0.7690482139587402,
-0.19752217829227448,
0.23551957309246063,
0.31769850850105286,
-0.4621703028678894,
-0.49707266688346863,
1.5038208961486816,
-0.036763180047273636,
-0.12776604294776917,
0.40073421597480774,
0.23973201215267181,
-0.6554445028305054,
0.07473290711641312,
-0.5311208963394165,
0.3197185695171356,
-0.8506641387939453,
-0.5985540151596069,
-0.2907620966434479,
-0.4423818588256836,
-0.13615570962429047,
0.15974049270153046,
-0.02382599003612995,
-0.5349847674369812,
-0.7362833023071289,
-0.035895589739084244,
0.5688279271125793,
1.126694917678833,
-0.418391615152359,
0.1180373951792717,
-0.5135402679443359,
0.635598361492157,
0.08872757852077484,
1.0642071962356567,
-0.3970310688018799,
-0.08896335959434509,
-0.021076379343867302,
0.16795594990253448,
-0.2104007452726364,
-1.0340850353240967,
-0.27552032470703125,
0.33282577991485596,
0.6405874490737915,
0.46247583627700806,
-0.05076054856181145,
0.5328192114830017,
-0.3311816155910492,
0.5049892067909241,
0.5509596467018127,
-0.8250499963760376,
0.44635212421417236,
-0.29776009917259216,
0.3770906329154968,
0.7408766150474548,
0.8022773265838623,
-0.453311562538147,
-0.2610262632369995,
-0.7973300814628601,
-0.8109158277511597,
0.42347434163093567,
0.4322149157524109,
-0.23052136600017548,
0.11541860550642014,
0.19136786460876465,
0.15893416106700897,
0.14344827830791473,
-1.0998529195785522,
-1.01284658908844,
-0.5960633754730225,
-0.6469091176986694,
-0.009291687048971653,
-0.27254608273506165,
-0.6041654348373413,
-0.4336360692977905,
0.9402590990066528,
-0.22005581855773926,
0.1774173527956009,
0.18267758190631866,
0.42826539278030396,
0.29060134291648865,
0.30731457471847534,
0.861152708530426,
0.5907465219497681,
-0.4584663212299347,
0.2790659964084625,
0.10735518485307693,
-0.14991864562034607,
0.17741042375564575,
0.3236613869667053,
-0.09153158217668533,
0.08036910742521286,
0.4478469491004944,
1.2176644802093506,
-0.14461642503738403,
-0.22291751205921173,
0.6106330156326294,
-0.09821539372205734,
-0.7500381469726562,
-0.47088807821273804,
-0.0604974702000618,
0.18602967262268066,
0.07764211297035217,
-0.14928993582725525,
0.2106543779373169,
0.5690998435020447,
-0.07349930703639984,
0.11260206252336502,
0.09149114787578583,
-0.6125065088272095,
-0.1753237247467041,
0.5272802710533142,
0.3918777406215668,
-0.4243561625480652,
0.7204489707946777,
-0.41013529896736145,
-0.24495062232017517,
0.44790118932724,
0.42887020111083984,
0.8037992715835571,
0.05246732756495476,
0.48560547828674316,
0.7661956548690796,
0.3795068860054016,
0.3064577281475067,
0.6861128211021423,
-0.006596572697162628,
-1.0374791622161865,
-0.22930948436260223,
-0.5076921582221985,
-0.3026171624660492,
0.40628984570503235,
-1.0918030738830566,
0.31666699051856995,
-0.43634822964668274,
-0.17786818742752075,
0.22361652553081512,
-0.5087864995002747,
-0.9576030969619751,
0.24504126608371735,
0.3565674424171448,
1.165897250175476,
-0.9357646703720093,
0.7436904311180115,
0.7386176586151123,
-0.2710323929786682,
-0.7225756645202637,
-0.03346499428153038,
0.19594261050224304,
-0.5746627449989319,
0.38491159677505493,
0.49089691042900085,
-0.04155153036117554,
-0.25862592458724976,
-0.8290892839431763,
-0.6561476588249207,
0.9354033470153809,
-0.013447793200612068,
-0.5168632864952087,
0.5448756217956543,
0.34383800625801086,
0.43669500946998596,
-0.34190937876701355,
0.2513407766819,
0.7248406410217285,
0.9299968481063843,
-0.13718432188034058,
-0.31957149505615234,
0.06618575006723404,
-0.8035536408424377,
-0.2408318966627121,
0.2718292474746704,
-0.7950575947761536,
0.4373304843902588,
0.04782763496041298,
-0.3099486827850342,
-0.00867193378508091,
0.5100892186164856,
0.6304193735122681,
0.5673511028289795,
0.7257000207901001,
0.8075159788131714,
0.809143602848053,
-0.4429548680782318,
0.711510181427002,
-0.04172451049089432,
0.37536296248435974,
1.2942028045654297,
-0.3110578954219818,
0.6229625940322876,
0.7940703630447388,
0.09899745881557465,
0.626976490020752,
0.7072021961212158,
-0.30186283588409424,
0.39824581146240234,
0.41735535860061646,
-0.32003089785575867,
-0.15051642060279846,
-0.3218024671077728,
-0.6082493662834167,
0.3815995752811432,
0.6804633736610413,
-0.005215983837842941,
-0.14466269314289093,
-0.11641310155391693,
-0.06595909595489502,
-0.21874591708183289,
-0.1442379504442215,
0.7860090136528015,
0.01802055723965168,
-0.49342089891433716,
0.5861658453941345,
0.06494691222906113,
0.6509145498275757,
-0.46915555000305176,
-0.39579853415489197,
-0.1258384883403778,
-0.0005177987623028457,
-0.5336742401123047,
-1.2654435634613037,
0.6061644554138184,
-0.408194899559021,
-0.33413031697273254,
-0.14148661494255066,
0.8191061019897461,
-0.6552435755729675,
-0.7844730019569397,
0.38269975781440735,
0.2791353166103363,
0.17866596579551697,
0.4788557291030884,
-1.285006046295166,
0.05709930136799812,
0.07790420949459076,
-0.06345704942941666,
-0.17989008128643036,
0.45704543590545654,
0.33846315741539,
0.6457744836807251,
0.36603009700775146,
-0.16489042341709137,
-0.2293306142091751,
0.6053472757339478,
0.7654956579208374,
-0.6354780793190002,
-0.38679713010787964,
-0.8816386461257935,
0.6810640096664429,
-0.4178959131240845,
-0.8587263226509094,
0.7687240242958069,
1.0434669256210327,
0.7153080105781555,
-0.027348831295967102,
0.6441290378570557,
-0.18863853812217712,
0.6277743577957153,
-0.8817508816719055,
0.586534321308136,
-0.9734444618225098,
-0.17587856948375702,
-0.14461560547351837,
-0.7315110564231873,
-0.7996958494186401,
0.44222724437713623,
0.3017282485961914,
-0.12089575827121735,
0.5192511677742004,
1.1050405502319336,
-0.177408367395401,
0.6510656476020813,
0.059013813734054565,
0.24707548320293427,
-0.17898860573768616,
0.654304027557373,
0.9646542072296143,
-0.7542577385902405,
0.0682164877653122,
-0.3398630619049072,
-0.1737717092037201,
0.30945032835006714,
-0.9895250201225281,
-1.0011494159698486,
-0.7676774263381958,
-0.4454134702682495,
-0.5383474230766296,
-0.23687608540058136,
0.5167033076286316,
0.7299752235412598,
-1.0639530420303345,
-0.11189890652894974,
-0.2550923228263855,
0.4690912365913391,
0.17889268696308136,
-0.24518229067325592,
0.2468455284833908,
0.3166482448577881,
-0.42736688256263733,
0.13358020782470703,
0.1834091693162918,
0.47939106822013855,
-0.2041628360748291,
-0.40618041157722473,
-0.32977843284606934,
-0.1558290719985962,
0.2844191789627075,
0.21083420515060425,
-0.7454258799552917,
-0.05349312350153923,
-0.44890230894088745,
0.030164984986186028,
-0.05077376589179039,
0.8426479697227478,
-0.20961947739124298,
0.3210395872592926,
0.43461447954177856,
0.5083441734313965,
0.24643969535827637,
-0.10871322453022003,
0.40543416142463684,
-1.000220775604248,
0.26659390330314636,
-0.0471092090010643,
0.3745196759700775,
0.48894962668418884,
-0.46545490622520447,
0.9058693647384644,
0.28046324849128723,
-0.5142344832420349,
-0.5755308866500854,
0.29936495423316956,
-0.7660129070281982,
-0.13300417363643646,
1.1557823419570923,
0.3331916034221649,
-0.35314831137657166,
-0.25693488121032715,
0.00022370782971847802,
0.19978778064250946,
-0.17115823924541473,
0.040501657873392105,
0.7851771116256714,
0.034963805228471756,
-0.016888510435819626,
-0.8398430943489075,
0.7073877453804016,
0.2686837315559387,
-0.9438799023628235,
-0.28485316038131714,
0.3035777807235718,
0.21079984307289124,
0.318927526473999,
0.8234472870826721,
-0.17523348331451416,
-0.13452012836933136,
0.2564747929573059,
0.1631491482257843,
0.10636094957590103,
-0.540304958820343,
-0.40510210394859314,
-0.14073441922664642,
-0.4411885142326355,
-0.34574615955352783
]
|
vishnu027/sm_type1 | vishnu027 | 2023-12-04T08:08:25Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T08:08:18Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: ground_truth
dtype: string
splits:
- name: train
num_bytes: 110666282.0
num_examples: 400
- name: test
num_bytes: 13907389.0
num_examples: 50
- name: val
num_bytes: 13888296.0
num_examples: 50
download_size: 138312977
dataset_size: 138461967.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
renumics/song-describer-dataset | renumics | 2023-12-04T10:16:10Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T08:13:28Z | ---
dataset_info:
features:
- name: caption_id
dtype: int64
- name: track_id
dtype: int64
- name: caption
dtype: string
- name: is_valid_subset
dtype: bool
- name: familiarity
dtype: int64
- name: artist_id
dtype: int64
- name: album_id
dtype: int64
- name: path
dtype:
audio:
decode: false
- name: duration
dtype: float64
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 3543021978.0
num_examples: 746
download_size: 2591774807
dataset_size: 3543021978.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
This is a mirror to the example dataset "The Song Describer Dataset: a Corpus of Audio Captions for Music-and-Language Evaluation" paper by Manco et al.
Project page on Github: https://github.com/mulab-mir/song-describer-dataset
Dataset on Zenodoo: https://zenodo.org/records/10072001
Explore the dataset on your local machine:
```python
import datasets
from renumics import spotlight
ds = datasets.load_dataset('renumics/song-describer-dataset')
spotlight.show(ds)
```

| [
-0.4420873820781708,
-0.1509348750114441,
0.37212061882019043,
0.10736814886331558,
-0.38041362166404724,
-0.026013126596808434,
-0.4794158637523651,
-0.10377698391675949,
0.5570467114448547,
0.769457221031189,
-0.7212486267089844,
-0.6822410821914673,
0.03350148722529411,
0.27653229236602783,
-0.6921460032463074,
1.3792182207107544,
-0.02683594450354576,
0.027835698798298836,
-0.25705164670944214,
-0.22544454038143158,
-0.45868587493896484,
0.13004456460475922,
-0.31386828422546387,
0.04038430005311966,
0.6748880743980408,
0.8139086961746216,
0.7499180436134338,
0.6590498685836792,
0.42740771174430847,
0.22616319358348846,
0.2208290845155716,
-0.07837457209825516,
-0.31884968280792236,
0.11746644973754883,
0.07104397565126419,
-0.4378703832626343,
-0.17275939881801605,
0.40938031673431396,
0.9522453546524048,
0.5708553194999695,
-0.3634601831436157,
0.3831413984298706,
-0.03923066332936287,
0.7309910655021667,
-0.10003943741321564,
0.37800082564353943,
-0.4214284121990204,
0.04905081167817116,
-0.13317519426345825,
-0.23846027255058289,
-0.18699711561203003,
-0.5855633616447449,
0.14761985838413239,
-0.8027463555335999,
0.3743216097354889,
0.3049309551715851,
1.1521668434143066,
0.29023435711860657,
-0.11045677214860916,
-0.16061630845069885,
-0.5768353343009949,
0.7769032120704651,
-0.5842097401618958,
-0.10401344299316406,
0.5654421448707581,
0.8493708968162537,
-0.017909841611981392,
-0.5603432059288025,
-0.7255401611328125,
0.00940302386879921,
-0.20373307168483734,
0.138837531208992,
-0.1896827667951584,
0.024321844801306725,
0.4040115177631378,
0.9984421730041504,
-0.8028109073638916,
-0.615807056427002,
-0.6898980140686035,
-0.10809196531772614,
0.7163496613502502,
0.2143620252609253,
0.28591054677963257,
-0.5576454401016235,
-0.2991889715194702,
-0.3560090959072113,
-0.5080264210700989,
-0.13003475964069366,
0.3480996787548065,
0.47502806782722473,
-0.46010956168174744,
0.5448504686355591,
-0.20247653126716614,
0.7159430980682373,
-0.2553448975086212,
-0.10654998570680618,
0.9292625784873962,
-0.4307756721973419,
-0.16032077372074127,
0.03668300434947014,
1.074988603591919,
0.6839810013771057,
0.31786423921585083,
-0.18931597471237183,
-0.27937763929367065,
-0.29575115442276,
0.18387895822525024,
-0.6687392592430115,
-0.4770796597003937,
0.30229485034942627,
-0.7273026704788208,
-0.3536379039287567,
0.45353761315345764,
-1.0321311950683594,
-0.41222330927848816,
-0.5049723386764526,
0.7237686514854431,
-0.5019232630729675,
-0.11075173318386078,
0.18765681982040405,
-0.3560042977333069,
0.07249964028596878,
-0.3006005585193634,
-0.6408955454826355,
0.49076157808303833,
0.547944188117981,
1.0471128225326538,
0.18161222338676453,
-0.4707118272781372,
-0.4122616946697235,
0.008708520792424679,
-0.22904130816459656,
0.5165309906005859,
-0.24985447525978088,
-0.06696052849292755,
-0.09106680005788803,
0.31230416893959045,
-0.04754144698381424,
-0.8172293901443481,
0.6223300695419312,
-0.2206236571073532,
0.310453861951828,
-0.2561875581741333,
-0.3925652801990509,
-0.5781569480895996,
-0.35642969608306885,
-0.990481972694397,
0.7313469648361206,
0.4735547602176666,
-0.8311662077903748,
0.3292669355869293,
-0.8030064702033997,
-0.5360981225967407,
-0.3096400499343872,
-0.3320155739784241,
-0.7680672407150269,
-0.03718394413590431,
-0.07296209782361984,
0.42274805903434753,
-0.27532655000686646,
0.14930817484855652,
-0.25425079464912415,
-0.7237254977226257,
0.7537186145782471,
0.005949575919657946,
0.9136240482330322,
0.5944921970367432,
-0.1460518091917038,
0.19764964282512665,
-1.0676013231277466,
-0.21862997114658356,
0.20183849334716797,
-0.32221519947052,
-0.3255000412464142,
-0.004207034129649401,
0.4788275957107544,
-0.008795096538960934,
0.12987631559371948,
-0.49711862206459045,
0.24029169976711273,
-0.0011001706589013338,
0.6707663536071777,
0.3882373571395874,
0.027179645374417305,
0.11815420538187027,
-0.7689142823219299,
0.7706025242805481,
-0.16464923322200775,
0.232312873005867,
-0.3996269106864929,
-0.2080710381269455,
-0.4381332993507385,
-0.551362931728363,
0.5706385374069214,
0.29948362708091736,
-0.7730198502540588,
0.6197456121444702,
-0.5397164225578308,
-0.6770972013473511,
-1.1248944997787476,
0.12645982205867767,
0.26896482706069946,
0.408552885055542,
0.41698533296585083,
-0.3028690814971924,
-0.7567653059959412,
-1.185640573501587,
0.30545178055763245,
-0.03627653047442436,
-0.3449275493621826,
0.7952592372894287,
0.31678423285484314,
-0.07012205570936203,
1.09142005443573,
-0.40039902925491333,
-0.40063661336898804,
-0.17050310969352722,
0.23723351955413818,
0.9727027416229248,
0.643906831741333,
0.7159591913223267,
-0.8531047701835632,
-0.3438349962234497,
-0.4135913550853729,
-0.6651206016540527,
-0.48753413558006287,
-0.3012549877166748,
-0.2398839294910431,
-0.45300137996673584,
-0.03809491917490959,
-0.5185167789459229,
-0.10513978451490402,
0.4416765868663788,
-0.4459322690963745,
0.6906463503837585,
0.1772790551185608,
0.5222098231315613,
-1.3099284172058105,
0.3909130394458771,
-0.15206767618656158,
-0.05798276141285896,
-0.3870091140270233,
-0.1938241720199585,
-0.05558333545923233,
0.025245308876037598,
-0.04829428717494011,
-0.11454170942306519,
-0.3787519931793213,
-0.6112105250358582,
-0.23369133472442627,
0.16249744594097137,
0.19273443520069122,
0.19238701462745667,
0.025207193568348885,
0.9205508232116699,
0.9986512064933777,
-0.266435444355011,
0.8644928336143494,
0.3891506791114807,
-1.0463091135025024,
0.3311561644077301,
-0.6636921167373657,
-0.037247832864522934,
0.11549527198076248,
-0.011192120611667633,
-0.9644354581832886,
-0.28430306911468506,
0.39553868770599365,
-0.5996394753456116,
0.1377323418855667,
-0.41166138648986816,
-0.8771976232528687,
-0.17678572237491608,
-0.5038378238677979,
0.4046451151371002,
0.5514028668403625,
-0.6408341526985168,
0.2182942032814026,
0.43641769886016846,
-0.25466257333755493,
-0.45304179191589355,
-0.7485362887382507,
0.27418065071105957,
-0.9140573143959045,
-0.197638139128685,
0.20540668070316315,
-0.08630729466676712,
-0.2824972867965698,
-0.020424196496605873,
0.3126167058944702,
-0.1395496428012848,
0.07099288702011108,
0.510891318321228,
0.44796180725097656,
-0.3623593747615814,
0.4770756959915161,
0.060263585299253464,
-0.03822440281510353,
0.31768736243247986,
-0.19887202978134155,
0.5433750152587891,
-0.1513875126838684,
0.039614081382751465,
-0.6520389318466187,
0.16691242158412933,
0.388930082321167,
-0.016793612390756607,
0.23979748785495758,
0.4378405809402466,
0.00885583646595478,
-0.031141331419348717,
-0.2110404670238495,
-0.15955451130867004,
-0.44785797595977783,
0.09573634713888168,
-0.31809332966804504,
-0.20031335949897766,
0.5831910371780396,
0.32161781191825867,
-0.17485004663467407,
0.34217122197151184,
-0.03729115426540375,
-0.39668768644332886,
0.6661143898963928,
0.3119632601737976,
-0.47510552406311035,
0.558001697063446,
-0.6598218083381653,
-0.35739171504974365,
-0.9640407562255859,
0.11485085636377335,
-0.6281243562698364,
-0.4876338839530945,
-0.7535464763641357,
-0.3741011321544647,
0.058321453630924225,
-0.004642041400074959,
-0.07230451703071594,
0.9061535000801086,
-0.4832998216152191,
0.45856010913848877,
0.5563586354255676,
0.07896225899457932,
0.32044580578804016,
0.2543424367904663,
0.12503625452518463,
-0.04886264353990555,
-0.5154305100440979,
-0.5160614252090454,
1.2008955478668213,
0.26948514580726624,
0.9389245510101318,
0.16972105205059052,
0.7486579418182373,
0.40387436747550964,
0.10412155091762543,
-0.8167970180511475,
0.3029246926307678,
-0.08653930574655533,
-0.7490300536155701,
-0.2817856967449188,
-0.5945582389831543,
-1.0577912330627441,
-0.0008795231115072966,
-0.12873509526252747,
-0.3102811872959137,
0.3226337432861328,
-0.1964622139930725,
-0.34891074895858765,
0.05052349343895912,
-0.3817121684551239,
0.9265431761741638,
-0.02199110947549343,
-0.11605902016162872,
-0.09510772675275803,
-0.5648592114448547,
-0.030667327344417572,
0.11235986649990082,
0.5985264182090759,
-0.2001909613609314,
0.0004441395867615938,
1.136401891708374,
-0.21777810156345367,
0.6119950413703918,
-0.2942278981208801,
-0.11015085130929947,
0.47781088948249817,
-0.18874762952327728,
-0.18702322244644165,
0.15347544848918915,
-0.16058263182640076,
0.018235865980386734,
-0.08248380571603775,
-0.2583465874195099,
-0.5789486169815063,
0.6608306765556335,
-0.6528863310813904,
-0.09055882692337036,
-0.14113302528858185,
-0.739414632320404,
0.126896470785141,
0.14623408019542694,
-0.019475428387522697,
0.6825537085533142,
0.06808357685804367,
0.3868606686592102,
0.5298653244972229,
-0.22650955617427826,
0.16055220365524292,
0.7644424438476562,
-0.6039466857910156,
-0.778026282787323,
1.1138070821762085,
-0.09815768897533417,
0.07860282063484192,
0.35392239689826965,
0.43292850255966187,
-0.20435981452465057,
-0.4747300446033478,
-0.45472392439842224,
0.3703656494617462,
-0.5453895926475525,
-0.22600361704826355,
-0.14039048552513123,
0.03972578048706055,
-0.14092408120632172,
0.26392999291419983,
-0.08170131593942642,
-0.6204947233200073,
-0.1499919593334198,
-0.35697492957115173,
0.8843093514442444,
0.6077615022659302,
-0.4283235967159271,
0.21922464668750763,
-0.5486104488372803,
0.5378198027610779,
0.23804043233394623,
0.4969075620174408,
-0.22642925381660461,
-0.7223098874092102,
-0.5062234401702881,
-0.09012608975172043,
-0.00509991031140089,
-0.8887969255447388,
0.30812525749206543,
0.40788784623146057,
0.4803470969200134,
0.9049519896507263,
0.17464400827884674,
0.5482886433601379,
-0.36110347509384155,
0.7039828300476074,
-0.1443886011838913,
-0.7372696399688721,
0.9811042547225952,
-0.510995626449585,
-0.27597668766975403,
0.8453440070152283,
0.40624985098838806,
-0.6329792141914368,
-0.36893385648727417,
-0.6194500923156738,
-0.6872199773788452,
0.6663321256637573,
0.32223954796791077,
0.09033074975013733,
0.005613876506686211,
0.4034430682659149,
0.6262865662574768,
0.2976360321044922,
-0.790634274482727,
-0.7391491532325745,
-0.5325697660446167,
-0.5701725482940674,
-0.5674015879631042,
0.056480176746845245,
-0.43193069100379944,
-0.34244149923324585,
0.6787464022636414,
-0.09645423293113708,
0.4049029052257538,
0.3417896628379822,
0.02501516602933407,
-0.09299527853727341,
0.2877630293369293,
0.44551050662994385,
0.37405216693878174,
-0.6815975308418274,
0.10780835896730423,
-0.3807814419269562,
-0.44909778237342834,
-0.07628080248832703,
0.34623852372169495,
-0.1576971411705017,
0.2822701632976532,
0.574857234954834,
0.7425631284713745,
0.30484575033187866,
-1.023309588432312,
0.5756011605262756,
-0.10399313271045685,
0.17725594341754913,
-0.6664958596229553,
0.2086832970380783,
-0.031886834651231766,
0.21703006327152252,
0.48727038502693176,
-0.3225691616535187,
0.767633318901062,
-0.6633229851722717,
0.4398650527000427,
0.021093912422657013,
-0.6350906491279602,
-0.23694336414337158,
0.559047520160675,
-0.32083675265312195,
0.049033597111701965,
0.5020748376846313,
0.04282541573047638,
-0.27624475955963135,
0.821042537689209,
0.30546271800994873,
0.884952962398529,
0.19121286273002625,
0.2262161374092102,
0.6071781516075134,
0.1207648366689682,
0.31146734952926636,
0.7024344205856323,
-0.5210976600646973,
-0.44311192631721497,
-0.10243204236030579,
-0.5630449652671814,
-0.35376688838005066,
0.41458573937416077,
-1.2565251588821411,
0.12971144914627075,
-0.2737882435321808,
0.09032530337572098,
0.1857229471206665,
-0.06706532090902328,
-0.3280331790447235,
0.11449179798364639,
-0.025861568748950958,
1.0514119863510132,
-1.074504017829895,
0.9070499539375305,
0.6213487982749939,
-0.9271453619003296,
-0.6431884169578552,
-0.017067233100533485,
-0.14078672230243683,
-0.648590624332428,
0.35119667649269104,
0.405330091714859,
0.1313284933567047,
-0.2948496639728546,
-0.7773274183273315,
-0.7114036083221436,
1.5228663682937622,
0.03218051791191101,
-0.5038190484046936,
0.5524939894676208,
0.20246198773384094,
0.5757856369018555,
-0.6357426047325134,
0.2048759162425995,
0.5782703757286072,
0.590225875377655,
-0.31855982542037964,
-0.748725175857544,
0.01779119484126568,
-0.5493341088294983,
-0.1696365624666214,
-0.29533031582832336,
-0.5304734706878662,
0.8527622222900391,
-0.3375418186187744,
-0.32538482546806335,
0.6046094298362732,
0.5853917598724365,
0.32079488039016724,
0.3615192472934723,
0.8062108159065247,
0.4079354703426361,
0.43078815937042236,
-0.3173913359642029,
0.9453890919685364,
-0.09070596098899841,
0.669650673866272,
1.2864831686019897,
-0.0012341981055215001,
0.7718185186386108,
0.5050467252731323,
-0.5842421650886536,
0.6906848549842834,
0.7574717402458191,
-0.6849071383476257,
0.915674090385437,
0.47660642862319946,
-0.044194404035806656,
-0.001989577664062381,
-0.09394441545009613,
-0.48445743322372437,
0.4346287250518799,
0.07823889702558517,
-0.7696815729141235,
0.2889772355556488,
0.06134422495961189,
-0.2705143094062805,
0.12562720477581024,
-0.04284535348415375,
0.7957637906074524,
-0.1469949632883072,
-0.37167397141456604,
0.483465313911438,
-0.5126416683197021,
0.5219256281852722,
-0.244053915143013,
-0.24898475408554077,
-0.14296270906925201,
-0.18699918687343597,
-0.30584585666656494,
-1.2411292791366577,
0.15358613431453705,
0.03380175307393074,
-0.38117027282714844,
0.13445539772510529,
0.21598532795906067,
-0.7212765216827393,
-0.3063943088054657,
0.4824986755847931,
-0.009529586881399155,
0.7256300449371338,
0.21296392381191254,
-0.6415156722068787,
-0.1300872415304184,
0.027764804661273956,
0.10863769799470901,
-0.06028873845934868,
0.26808491349220276,
0.532080888748169,
0.638342559337616,
0.28726890683174133,
0.19849415123462677,
0.019905583932995796,
0.5701580047607422,
0.5881373286247253,
-0.8314165472984314,
-0.43429797887802124,
-0.29558464884757996,
0.3597366213798523,
-0.1831451803445816,
-0.10422268509864807,
0.7792785167694092,
1.3354356288909912,
0.9401042461395264,
-0.465710312128067,
0.9860295057296753,
-0.24038000404834747,
0.9038040041923523,
-0.6456179022789001,
1.024639368057251,
-0.6963996887207031,
0.24973052740097046,
-0.48720014095306396,
-0.6198471784591675,
-0.05798779055476189,
0.855634331703186,
0.059768080711364746,
-0.023874474689364433,
0.3783593475818634,
0.9884331226348877,
-0.216064915060997,
0.07725858688354492,
0.01245457585901022,
0.4055706262588501,
-0.12012343108654022,
0.5102958083152771,
1.194882869720459,
-0.8083590269088745,
0.6469486951828003,
-0.9967178106307983,
-0.2661360800266266,
-0.06978367269039154,
-0.6622849702835083,
-0.7113222479820251,
-1.1047409772872925,
-0.4681623876094818,
-0.2941685914993286,
-0.07513569295406342,
0.8036174774169922,
0.5580275058746338,
-1.273646593093872,
-0.5914421081542969,
0.3217662274837494,
0.34491589665412903,
-0.5421617031097412,
-0.3771976828575134,
0.5712198615074158,
0.06761299818754196,
-0.6970824003219604,
0.502130389213562,
-0.3442213535308838,
-0.04771948605775833,
-0.058896586298942566,
-0.18125019967556,
-0.03110354021191597,
-0.14723603427410126,
-0.04466405138373375,
0.1744491457939148,
-0.629051685333252,
-0.14849920570850372,
-0.5821434259414673,
-0.024697184562683105,
0.46483442187309265,
0.640146017074585,
-0.6293597221374512,
0.37917497754096985,
0.475471556186676,
-0.08817228674888611,
0.1775200068950653,
-0.03279586508870125,
0.27533653378486633,
-0.5958835482597351,
-0.2746579349040985,
-0.2558526396751404,
0.8037790656089783,
0.3924863338470459,
-0.0842372328042984,
0.6814370155334473,
0.13526001572608948,
-0.36808478832244873,
-0.7333235740661621,
-0.40046313405036926,
-1.387132167816162,
0.0444764643907547,
1.0518590211868286,
-0.2266220897436142,
-0.04904031753540039,
0.028499577194452286,
-0.47756773233413696,
0.45064786076545715,
-0.6694871187210083,
1.0428276062011719,
0.3391193151473999,
0.15633992850780487,
-0.10692483186721802,
-0.8446921110153198,
0.5624164342880249,
0.058978743851184845,
-0.6136754155158997,
0.3569893538951874,
0.6002497673034668,
0.600802481174469,
0.5499605536460876,
0.20030967891216278,
-0.31370070576667786,
0.5746113061904907,
0.04499223083257675,
0.4581306576728821,
-0.26638370752334595,
-0.4931793808937073,
-0.7814879417419434,
-0.14804908633232117,
-0.01787456125020981,
-0.7197064757347107
]
|
vishnu027/sm_type01 | vishnu027 | 2023-12-04T08:17:43Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T08:17:23Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: ground_truth
dtype: string
splits:
- name: train
num_bytes: 110504020.0
num_examples: 400
- name: test
num_bytes: 13477632.0
num_examples: 50
- name: val
num_bytes: 14480315.0
num_examples: 50
download_size: 138312901
dataset_size: 138461967.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
c4ba/mcpoze | c4ba | 2023-12-04T08:41:29Z | 0 | 0 | [
"license:openrail",
"region:us"
]
| null | 2023-12-04T08:22:12Z | ---
license: openrail
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
gymprathap/Handwriting-Recognition-Dataset | gymprathap | 2023-12-04T12:51:52Z | 0 | 0 | [
"task_categories:token-classification",
"size_categories:1K<n<10K",
"language:en",
"license:apache-2.0",
"code",
"region:us"
]
| [
"token-classification"
]
| 2023-12-04T08:32:24Z | ---
license: apache-2.0
task_categories:
- token-classification
language:
- en
tags:
- code
pretty_name: Handwriting Recognition Dataset
size_categories:
- 1K<n<10K
---
The dataset comprises over four hundred thousand handwritten names obtained from charitable initiatives.
Character Recognition employs image processing techniques to transform characters present on scanned documents into digital formats. It generally exhibits good performance with machine-printed fonts. Nonetheless, machines still encounter formidable obstacles in accurately identifying handwritten characters due to the vast diversity in individual writing styles.
The total number of first names is 206,799, while the total number of surnames is 207,024. The data was partitioned into a training set (331,059 samples), testing set (41,382 samples), and validation set (41,382 samples) respectively.
FYI: I am not the owner of this dataset. I took this dataset from kaggle. It is very interesting and useful dataset for many computer vision application.
<a href="http://projectcentersinchennai.co.in" title="Project Centers in Chennai">Project Centers in Chennai</a> | [
-0.10507820546627045,
-0.06464651226997375,
0.2914471924304962,
-0.011497026309370995,
-0.3816802203655243,
0.3309653401374817,
0.1637571156024933,
-0.42313113808631897,
0.021837254986166954,
0.7326094508171082,
-0.4124358296394348,
-0.2810373604297638,
-1.026479959487915,
0.47276243567466736,
-0.4391281306743622,
0.8140443563461304,
-0.04655253142118454,
0.3362514078617096,
0.31924277544021606,
-0.47949185967445374,
-0.248792827129364,
-0.617461085319519,
-0.9693607687950134,
0.3037845492362976,
0.5633867979049683,
0.46385568380355835,
0.2801221013069153,
0.7513631582260132,
0.8999036550521851,
0.45102107524871826,
0.11062323302030563,
0.31924232840538025,
-0.5163726210594177,
-0.25904610753059387,
0.1177181676030159,
-0.44611579179763794,
0.014185414649546146,
0.30263158679008484,
0.5629726648330688,
0.4553808569908142,
0.2318943440914154,
0.05024396628141403,
0.06008841097354889,
1.1579780578613281,
-0.4871188700199127,
-0.024890664964914322,
-0.3369087874889374,
0.21820181608200073,
-0.7523510456085205,
-0.06799351423978806,
-0.25896912813186646,
-0.5623403191566467,
-0.030595609918236732,
-0.6887365579605103,
0.6535478234291077,
0.24178007245063782,
0.8862454295158386,
-0.0680566132068634,
-0.20245838165283203,
-0.7398986220359802,
-0.7640498876571655,
0.82631915807724,
-0.1511974334716797,
0.17730814218521118,
0.7034139037132263,
0.773505449295044,
-0.2530691921710968,
-0.5624912977218628,
-0.6198582053184509,
0.14392004907131195,
0.0807490348815918,
-0.04811514914035797,
0.10687971115112305,
-0.17039373517036438,
0.5091317892074585,
0.7524043321609497,
-0.4653358459472656,
-0.02969757840037346,
-0.8404752016067505,
-0.5782065987586975,
0.6887580156326294,
0.24540743231773376,
0.31133347749710083,
0.042863037437200546,
-0.29198208451271057,
-0.38988369703292847,
-0.24575060606002808,
0.12174435704946518,
0.6443185210227966,
0.42171424627304077,
-0.1576472669839859,
0.5415332317352295,
-0.21113674342632294,
0.8127561211585999,
0.26115846633911133,
-0.40616193413734436,
0.537218451499939,
-0.4834425151348114,
-0.723791778087616,
0.23747117817401886,
0.573451578617096,
0.17284782230854034,
0.6952284574508667,
0.10066425055265427,
0.16371628642082214,
-0.06677423417568207,
0.1810731589794159,
-0.7238028645515442,
-0.2099352777004242,
-0.03478530794382095,
-0.6955240964889526,
-0.362348735332489,
0.2231200784444809,
-0.546488344669342,
-1.1558209657669067,
-0.4349600672721863,
-0.030954085290431976,
-0.6779829859733582,
-0.11099135130643845,
0.07194557785987854,
-0.5773171782493591,
0.45031875371932983,
0.8620795011520386,
-0.87984699010849,
-0.13607439398765564,
0.36175277829170227,
0.663756251335144,
0.04064726084470749,
0.05228453129529953,
-0.22740183770656586,
-0.22288157045841217,
-0.10639386624097824,
0.6345710158348083,
-0.4861413538455963,
-0.5448637008666992,
-0.43226587772369385,
0.31360572576522827,
-0.11713898926973343,
-0.6160802245140076,
0.5327077507972717,
-0.31758302450180054,
-0.061913251876831055,
-0.36424291133880615,
-0.4074974060058594,
-0.03612158074975014,
0.18666619062423706,
-1.076975703239441,
0.5940475463867188,
0.48234355449676514,
-0.8657057285308838,
0.8370205163955688,
0.07808175683021545,
-0.4003491699695587,
0.5133177042007446,
-0.30536335706710815,
-0.6996139883995056,
0.24277697503566742,
0.16898199915885925,
0.5665973424911499,
-0.17734533548355103,
-0.17568562924861908,
-0.19911201298236847,
-0.4284875690937042,
0.18782618641853333,
-0.23130252957344055,
1.1691813468933105,
0.5136274099349976,
-0.1433563083410263,
-0.5337563753128052,
-1.3049225807189941,
-0.05333999916911125,
-0.05082431063055992,
-0.29973310232162476,
-0.3302685022354126,
-0.45432934165000916,
0.4509198069572449,
0.11076272279024124,
-0.011460626497864723,
-0.7126500606536865,
0.45240893959999084,
-0.0722775012254715,
0.011230180971324444,
0.6771166324615479,
-0.07382437586784363,
0.26521915197372437,
-0.28465303778648376,
0.6957824230194092,
0.3996584713459015,
0.19119420647621155,
0.07025706022977829,
-0.49850571155548096,
-0.6412719488143921,
-0.745978593826294,
0.5262206792831421,
0.5945533514022827,
-0.7255517244338989,
0.31133440136909485,
0.10642258822917938,
-0.527506411075592,
-0.5141785144805908,
0.02511657401919365,
0.2801048159599304,
0.5054053068161011,
-0.14987879991531372,
-0.1562635898590088,
-0.8670830130577087,
-1.1383609771728516,
-0.18588484823703766,
0.044594570994377136,
-0.08394413441419601,
0.27898332476615906,
0.43341943621635437,
-0.019835757091641426,
0.7838081121444702,
-0.34786155819892883,
-0.620723307132721,
0.08792576193809509,
0.14040276408195496,
0.5216454267501831,
0.43099167943000793,
0.39404553174972534,
-0.9837267994880676,
-0.7901914119720459,
-0.09418857097625732,
-0.5037861466407776,
0.3737433850765228,
-0.303180068731308,
-0.12345271557569504,
0.26838988065719604,
0.16547301411628723,
0.07422467321157455,
0.8895699977874756,
0.2866919934749603,
-0.24433499574661255,
0.47109299898147583,
-0.10592520982027054,
0.5837171077728271,
-1.1471117734909058,
0.29101312160491943,
-0.15616115927696228,
-0.17854779958724976,
-0.36963555216789246,
-0.31957757472991943,
0.18583212792873383,
-0.17372260987758636,
-0.21551094949245453,
0.40005117654800415,
-0.7826013565063477,
0.1139451265335083,
-0.1088453084230423,
-0.1497730016708374,
-0.30155548453330994,
0.3259833753108978,
0.019448472186923027,
0.7237076163291931,
0.5336858630180359,
-0.2611015737056732,
0.5020292401313782,
0.3381093144416809,
-0.6128278970718384,
1.0736236572265625,
-0.1733502298593521,
0.20292791724205017,
-0.12083927541971207,
-0.09012164175510406,
-0.9845485091209412,
-0.33195164799690247,
0.34272846579551697,
-0.5473055243492126,
0.30153152346611023,
-0.008962337858974934,
-0.6335261464118958,
-0.47055163979530334,
-0.4133257567882538,
0.2611512839794159,
0.32281479239463806,
-0.44541704654693604,
0.4292392432689667,
0.501591145992279,
0.12161051481962204,
-0.5268039107322693,
-0.6375828981399536,
0.24181953072547913,
-0.31201645731925964,
-0.2744517922401428,
-0.15011847019195557,
-0.1134263277053833,
0.0623658262193203,
-0.3895724415779114,
0.2011837661266327,
-0.4112345278263092,
-0.09516257792711258,
0.49958178400993347,
0.3251316249370575,
0.16402460634708405,
0.000533662736415863,
-0.395530641078949,
-0.004951999522745609,
-0.5086714029312134,
0.23551534116268158,
0.2597133219242096,
0.21553991734981537,
-0.05429253727197647,
-0.418901264667511,
0.1766216903924942,
0.6896396279335022,
0.09351775050163269,
0.4642344117164612,
0.41183921694755554,
-0.5144379138946533,
-0.00949143711477518,
-0.396575391292572,
0.4236203730106354,
-0.45391982793807983,
0.12429174035787582,
-0.4174806773662567,
-0.6802133321762085,
0.6176562905311584,
-0.0739971250295639,
-0.41688796877861023,
0.44056782126426697,
0.44587844610214233,
-0.167680025100708,
0.5621907711029053,
0.38143232464790344,
-0.44431763887405396,
0.41386541724205017,
0.10638311505317688,
0.37152621150016785,
-0.7027323246002197,
-0.3304938077926636,
-0.6903918385505676,
-0.3463347554206848,
-0.9392833709716797,
-0.282587468624115,
0.2956259250640869,
-0.06606658548116684,
0.2037259191274643,
0.5191423296928406,
-1.0365103483200073,
0.5289973616600037,
0.6260125041007996,
0.4488196074962616,
0.08710324019193649,
0.12212753295898438,
-0.13853713870048523,
0.18066981434822083,
0.1794160008430481,
-0.5930739641189575,
1.1991612911224365,
0.06865470856428146,
0.5731684565544128,
-0.2579333186149597,
0.8842611908912659,
0.6020127534866333,
0.00798871461302042,
-0.4475960433483124,
0.383623331785202,
-0.5056681036949158,
-0.8064867258071899,
-0.6364396810531616,
-0.2233865112066269,
-0.9484639763832092,
-0.41487252712249756,
-0.30197998881340027,
-0.636846125125885,
0.6380466818809509,
0.30965715646743774,
-0.41778790950775146,
0.2502131164073944,
-0.4334527254104614,
0.2857232093811035,
-0.1680087000131607,
-0.05169707164168358,
0.041142627596855164,
-0.7174754738807678,
0.04688010737299919,
-0.3173917531967163,
-0.03410899266600609,
0.03461737185716629,
0.5957820415496826,
0.7854509949684143,
-0.7398601174354553,
0.6844244003295898,
-0.1505473256111145,
0.2744100093841553,
0.28957366943359375,
-0.6015820503234863,
0.32582899928092957,
-0.3851899802684784,
-0.30871301889419556,
0.15180465579032898,
-0.06852554529905319,
-0.4170025587081909,
-0.20202317833900452,
0.4077296555042267,
-0.7771397233009338,
0.24099141359329224,
-0.7928588390350342,
-0.41267549991607666,
0.0434550978243351,
0.23135922849178314,
0.5729077458381653,
0.7328253984451294,
-0.2588269114494324,
0.21009984612464905,
0.5839313268661499,
-0.23189234733581543,
0.35100874304771423,
-0.028032610192894936,
0.1337694376707077,
-0.8727286458015442,
0.7196260094642639,
0.360992431640625,
-0.2022089660167694,
0.14076362550258636,
0.049641188234090805,
-0.030357372015714645,
-0.46836650371551514,
-0.8245092034339905,
0.1857704371213913,
-0.6609659194946289,
-0.21058021485805511,
-0.22421567142009735,
-0.31028467416763306,
-0.3040362298488617,
-0.4024966359138489,
0.18362201750278473,
-0.5694261789321899,
-0.48829385638237,
0.1662338823080063,
0.32081782817840576,
0.7715616226196289,
0.25263941287994385,
0.6086242198944092,
-0.518983006477356,
0.3763684034347534,
0.21143236756324768,
0.506117582321167,
-0.09180526435375214,
-0.21383824944496155,
-0.4297523498535156,
-0.18594464659690857,
-0.1843966394662857,
-0.7595160603523254,
0.16520020365715027,
0.11621776968240738,
0.4376682639122009,
0.5807332992553711,
-0.22251632809638977,
0.9342421293258667,
-0.3414347767829895,
0.4598224461078644,
0.23128607869148254,
-0.5817694067955017,
0.3083457946777344,
-0.2990509271621704,
0.3391430974006653,
1.3863804340362549,
0.43435028195381165,
-0.46155765652656555,
-0.2023465782403946,
-0.5946434736251831,
-0.2755582630634308,
0.7961817979812622,
0.31945037841796875,
-0.3658908009529114,
0.38709163665771484,
0.5896639227867126,
0.3268435597419739,
0.3574690520763397,
-0.16626061499118805,
-0.22138606011867523,
-0.04458549991250038,
-0.5356600880622864,
-0.012980351224541664,
-0.1925949901342392,
0.41122010350227356,
-0.4260978102684021,
0.7044463753700256,
0.16569067537784576,
0.28516533970832825,
0.010244154371321201,
-0.19052556157112122,
0.032487545162439346,
-0.11055425554513931,
0.7971266508102417,
0.3799409568309784,
-0.09178861230611801,
-0.13748952746391296,
-0.20094051957130432,
-1.2424852848052979,
0.04124471917748451,
0.09463143348693848,
-0.009311907924711704,
-0.1752590835094452,
0.5494555234909058,
0.7446790933609009,
-0.25635260343551636,
-0.19699716567993164,
0.2559545934200287,
-0.2965722382068634,
-0.277748703956604,
-0.5920401811599731,
0.14443933963775635,
-0.29407623410224915,
0.027135074138641357,
0.644323468208313,
0.19678248465061188,
0.4699757695198059,
-0.44394761323928833,
0.165299654006958,
0.47438234090805054,
-0.21337875723838806,
0.1511421650648117,
0.0734560489654541,
0.21725668013095856,
-0.5479740500450134,
1.2987817525863647,
-0.1395781934261322,
-0.5561805963516235,
0.9840053915977478,
0.016529874876141548,
0.9132735133171082,
-0.5779793858528137,
0.049553051590919495,
0.8740937113761902,
0.23528066277503967,
0.03077881596982479,
0.3138641119003296,
-0.2777734398841858,
-0.4568312466144562,
0.38094595074653625,
-1.008899450302124,
-0.5486116409301758,
0.08132430166006088,
-0.486849308013916,
0.8798240423202515,
-0.7400727868080139,
-0.1350802332162857,
0.18308407068252563,
0.2813502252101898,
-0.8504608869552612,
0.5291359424591064,
0.488150954246521,
0.6243422627449036,
-0.9797214865684509,
0.6951351165771484,
0.5293577909469604,
-0.1885908991098404,
-0.7895898222923279,
-0.544875979423523,
0.06030503660440445,
-1.000000238418579,
0.8615435361862183,
0.5776722431182861,
-0.1845831573009491,
-0.05581413209438324,
-0.5764738321304321,
-0.8040457367897034,
1.0304887294769287,
-0.11576692759990692,
-1.0893853902816772,
0.04484567418694496,
0.6975631713867188,
0.5322524309158325,
-0.21376198530197144,
0.2218451201915741,
0.3938102722167969,
0.7558623552322388,
0.43539825081825256,
-0.8482751250267029,
-0.1719091683626175,
-0.4363589584827423,
0.06989125907421112,
0.37248995900154114,
-0.5219073295593262,
0.46089303493499756,
0.06088865548372269,
-0.3238898515701294,
0.1835746467113495,
0.2463577389717102,
0.4903297424316406,
0.5467914342880249,
0.7786257266998291,
0.584338903427124,
0.9737981557846069,
-0.10865028202533722,
0.695950448513031,
-0.00413170550018549,
0.292587012052536,
0.6621997356414795,
-0.191544309258461,
0.13123014569282532,
0.43046078085899353,
-0.3778075575828552,
0.32777082920074463,
0.6830273866653442,
-0.6696263551712036,
0.630537748336792,
0.5714737772941589,
-0.07180558890104294,
-0.10130535811185837,
0.2699024975299835,
0.09246010333299637,
0.7695212960243225,
0.14911998808383942,
-0.7794691324234009,
-0.15412548184394836,
0.4512246549129486,
0.05462142080068588,
-0.28130605816841125,
-0.33541542291641235,
0.5122283697128296,
-0.038769468665122986,
-0.4258849024772644,
0.22369836270809174,
-0.3769270181655884,
0.45771709084510803,
-0.6096251010894775,
-0.41757333278656006,
0.05697687715291977,
0.48011720180511475,
-0.3191601634025574,
-0.6027622818946838,
0.17700043320655823,
-0.12727870047092438,
-0.38971254229545593,
-0.1125788688659668,
0.7670308351516724,
-0.09813021123409271,
-1.0886963605880737,
-0.3255891799926758,
-0.13369759917259216,
0.5433674454689026,
0.18104839324951172,
-0.5966835021972656,
0.25483590364456177,
0.08557310700416565,
-0.010133881121873856,
0.17181624472141266,
0.3160438537597656,
-0.3268408477306366,
0.09612466394901276,
0.3623444139957428,
0.26336339116096497,
0.002388737630099058,
-0.13813099265098572,
0.6252003312110901,
-0.5361518859863281,
-0.5991291403770447,
-0.8686055541038513,
0.323579341173172,
-0.42138591408729553,
-0.6120055317878723,
0.9072418212890625,
0.774075448513031,
0.6196597218513489,
-0.3318287134170532,
0.7217460870742798,
-0.1885444074869156,
0.5734409689903259,
-0.24845515191555023,
0.9553197622299194,
-0.23106986284255981,
-0.41409510374069214,
-0.6170507073402405,
-0.5165424942970276,
-0.5857752561569214,
0.6698794960975647,
-0.07877952605485916,
0.24573925137519836,
0.4342886805534363,
0.5475928783416748,
0.0398271344602108,
0.169608935713768,
0.44769588112831116,
-0.3486863970756531,
-0.014846663922071457,
0.5088549256324768,
0.530331552028656,
-0.5205584168434143,
0.15693646669387817,
-0.2765010595321655,
-0.5316111445426941,
-0.4117785096168518,
-0.9466496706008911,
-0.9688713550567627,
-0.9653729200363159,
-0.286416232585907,
-0.13601049780845642,
-0.07474268972873688,
0.514041006565094,
0.8620335459709167,
-1.0075386762619019,
-0.02728857845067978,
0.09796294569969177,
-0.2976267635822296,
0.07949554175138474,
-0.08960731327533722,
0.613106369972229,
0.35060998797416687,
-0.8012267351150513,
-0.11597820371389389,
0.11116354167461395,
0.007861061953008175,
-0.020773209631443024,
0.23184794187545776,
-0.22751492261886597,
-0.0386943444609642,
0.26367872953414917,
0.4021661579608917,
-0.22153714299201965,
-0.10617934912443161,
-0.17443110048770905,
-0.25106921792030334,
0.21032533049583435,
0.9216851592063904,
-0.6765579581260681,
0.7643388509750366,
0.5568867325782776,
0.4347996413707733,
0.416336327791214,
0.22662657499313354,
-0.021712567657232285,
-0.4649930000305176,
-0.04515892639756203,
-0.06085992231965065,
0.4630829393863678,
0.6404722929000854,
-1.0531668663024902,
0.5814470052719116,
0.4118032157421112,
-0.8013304471969604,
-0.61075758934021,
-0.023273618891835213,
-1.2760800123214722,
0.19872328639030457,
0.5446335077285767,
0.02251986600458622,
-0.3244512975215912,
-0.34447476267814636,
-0.412697434425354,
0.4298555254936218,
-0.15886715054512024,
0.5629340410232544,
0.8825520873069763,
-0.4227339029312134,
-0.24040403962135315,
-0.10825342684984207,
0.41728395223617554,
-0.25598934292793274,
-0.7205651998519897,
-0.02333701029419899,
0.6904825568199158,
0.43178126215934753,
0.3427506685256958,
1.0003619194030762,
-0.3584524393081665,
0.20398961007595062,
-0.12263710796833038,
0.25589436292648315,
-0.3309515714645386,
-0.2693040072917938,
-0.48614633083343506,
0.10930855572223663,
-0.17699430882930756,
-0.6058522462844849
]
|
phiyodr/flickr30k_long | phiyodr | 2023-12-04T11:27:18Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:03:15Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: caption
dtype: string
- name: sentids
dtype: string
- name: split
dtype: string
- name: img_id
dtype: string
- name: filename
dtype: string
splits:
- name: test
num_bytes: 21272586635.95
num_examples: 155070
download_size: 4485309202
dataset_size: 21272586635.95
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
satyambarnwal/balcony7 | satyambarnwal | 2023-12-04T09:34:51Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:21:44Z | ---
dataset_info:
features:
- name: source_img
dtype: image
- name: output_img
dtype: image
- name: prompt
dtype: string
splits:
- name: train
num_bytes: 56784678.0
num_examples: 63
download_size: 29126098
dataset_size: 56784678.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
hollowsense/sheidlina-dataset | hollowsense | 2023-12-04T09:25:00Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:24:34Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': sheidlina-data-samples
- name: text
dtype: string
splits:
- name: train
num_bytes: 2759180.0
num_examples: 6
download_size: 2759882
dataset_size: 2759180.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
tomytjandra/h-and-m-fashion-caption | tomytjandra | 2023-12-04T11:07:53Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:30:19Z | ---
dataset_info:
features:
- name: text
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 7843224039.084
num_examples: 20491
download_size: 6302088359
dataset_size: 7843224039.084
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "h-and-m-fashion-caption"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.4842146635055542,
-0.2573264539241791,
0.18914783000946045,
0.26921653747558594,
-0.3627719581127167,
0.3073953092098236,
0.3628664016723633,
-0.24729475378990173,
0.9555736780166626,
0.47756025195121765,
-1.133819818496704,
-0.675797700881958,
-0.5116162896156311,
-0.16364483535289764,
-0.08881329745054245,
1.0219870805740356,
-0.08927406370639801,
0.13284572958946228,
-0.7217168807983398,
-0.26858997344970703,
-0.4981401264667511,
-0.7186864018440247,
-0.4255730211734772,
-0.34509408473968506,
0.8224797248840332,
0.6910896897315979,
0.6668444275856018,
0.8009129762649536,
1.0105335712432861,
0.14011864364147186,
0.3344842791557312,
-0.13127386569976807,
-0.24331724643707275,
0.11947076767683029,
-0.24600113928318024,
-0.36902862787246704,
-1.0414878129959106,
0.31157565116882324,
0.4419851005077362,
0.2742924392223358,
-0.16855065524578094,
0.9289020895957947,
-0.3406136631965637,
0.9008358120918274,
-0.5983487963676453,
0.5627931952476501,
0.06938397884368896,
-0.23290583491325378,
-0.7327487468719482,
-0.3870311975479126,
0.19886432588100433,
-0.1857973337173462,
-0.013872715644538403,
-1.0143667459487915,
0.08767474442720413,
0.5493078231811523,
1.0382897853851318,
0.1295383870601654,
0.0439704991877079,
-0.06089797616004944,
-0.4495648741722107,
0.28734156489372253,
-0.1884208619594574,
0.3614984452724457,
0.4048348665237427,
0.6025901436805725,
0.4307870864868164,
-0.44933608174324036,
-0.4245092272758484,
0.08760911971330643,
-0.35220131278038025,
0.32835859060287476,
0.06408008188009262,
-0.21998851001262665,
0.48258176445961,
0.7428364753723145,
-0.6080354452133179,
-0.2699987590312958,
-0.591519296169281,
-0.3400161862373352,
0.8143215179443359,
0.24369458854198456,
0.3722095191478729,
-0.3699129521846771,
-0.2136414647102356,
-0.32832542061805725,
-0.6326897740364075,
-0.2663681209087372,
0.4525487422943115,
0.21633248031139374,
-1.2299480438232422,
0.8695918917655945,
-0.09398960322141647,
0.3823291063308716,
-0.1434919536113739,
0.44248098134994507,
0.6318303346633911,
-0.42087066173553467,
-0.19706635177135468,
-0.18120954930782318,
0.28354907035827637,
0.563878059387207,
0.26255807280540466,
0.14271561801433563,
-0.10433511435985565,
-0.14253748953342438,
0.1404743790626526,
-1.0451056957244873,
-0.5558626651763916,
0.3305726945400238,
-0.7764938473701477,
-0.37629234790802,
0.5672289729118347,
-1.1497470140457153,
-0.5475441217422485,
-0.7209068536758423,
0.36315885186195374,
0.5595572590827942,
-0.543081521987915,
-0.07056527584791183,
-0.9325234293937683,
0.5955994129180908,
0.16038265824317932,
-0.5848013162612915,
0.30628740787506104,
0.44781404733657837,
0.6797496676445007,
0.03157660365104675,
-0.12860184907913208,
-0.5657808184623718,
0.3009812533855438,
-0.05653763934969902,
0.7220219969749451,
-0.5689440369606018,
-0.05896962806582451,
0.2097134292125702,
0.6513545513153076,
0.03646250441670418,
-0.1889965981245041,
0.8080817461013794,
-0.4055327773094177,
-0.015368781983852386,
-0.7865930199623108,
-0.38345685601234436,
0.12665386497974396,
0.20525653660297394,
-1.119771957397461,
0.7336286902427673,
0.36884403228759766,
-0.7861954569816589,
0.34054964780807495,
-1.280827522277832,
-0.6335064172744751,
0.49376222491264343,
0.050765641033649445,
-0.7600672245025635,
0.06504718959331512,
0.05945989862084389,
0.6107655763626099,
-0.271309494972229,
0.15309971570968628,
-0.8981531858444214,
-0.32968267798423767,
0.03038378246128559,
0.37009474635124207,
0.8038396239280701,
0.060746293514966965,
0.22710955142974854,
0.2734149396419525,
-0.8580103516578674,
-0.5985364317893982,
0.6675856113433838,
-0.0880107581615448,
-0.3613681495189667,
-0.38391268253326416,
0.5863997340202332,
-0.06442814320325851,
0.47053971886634827,
-0.19913800060749054,
0.41094276309013367,
0.26338574290275574,
0.3345925509929657,
0.6439083814620972,
0.1070767492055893,
0.4613580107688904,
-0.8314800262451172,
0.6297605037689209,
-0.16380628943443298,
0.4324125647544861,
-0.05112575367093086,
-0.4123225212097168,
-0.7793961763381958,
0.029089907184243202,
0.3552521765232086,
0.703187882900238,
-0.8010366559028625,
0.5629578828811646,
0.12147023528814316,
-0.6390560865402222,
-0.263841837644577,
-0.21070894598960876,
0.1168341115117073,
0.17281147837638855,
0.3016902804374695,
-0.5396372079849243,
-0.9194058179855347,
-0.7573976516723633,
0.40529707074165344,
-0.027794895693659782,
-0.06311177462339401,
0.7035746574401855,
0.9183105826377869,
-0.46251657605171204,
0.5767812132835388,
-0.7703395485877991,
-0.3284095525741577,
0.11554017663002014,
-0.15711191296577454,
0.2600214183330536,
0.7608290314674377,
1.0019464492797852,
-0.7282225489616394,
-0.15235000848770142,
-0.6707330942153931,
-0.48731526732444763,
-0.17353330552577972,
0.17613857984542847,
-0.9026495218276978,
-0.09237240254878998,
0.1471482813358307,
-0.48047974705696106,
0.6163809299468994,
0.7489429712295532,
-0.393677681684494,
0.505514919757843,
0.14366745948791504,
0.4364607036113739,
-1.4403926134109497,
0.4301605820655823,
0.18893016874790192,
-0.02086465060710907,
-0.3206566274166107,
0.2575289011001587,
0.03950329124927521,
-0.26447683572769165,
-0.03546668216586113,
0.7581480741500854,
-0.5084052085876465,
-0.12314117699861526,
0.007350413594394922,
0.04186943545937538,
0.21743662655353546,
0.2704261839389801,
0.35757413506507874,
0.5580659508705139,
1.0077329874038696,
-0.412298321723938,
0.9485205411911011,
0.6542550921440125,
-0.021266281604766846,
1.0657503604888916,
-0.8771471977233887,
0.19073861837387085,
-0.31272363662719727,
0.2764248549938202,
-1.0008041858673096,
-1.0563747882843018,
0.822828471660614,
-0.292543888092041,
0.594511091709137,
-0.6628075242042542,
-0.7059366106987,
-0.9949857592582703,
-0.595964789390564,
0.7505013346672058,
0.4792925715446472,
-0.6849079132080078,
0.2878437340259552,
0.7743040919303894,
-0.03510213643312454,
-0.029547277837991714,
-0.7337344884872437,
0.04134264215826988,
-0.3812723159790039,
-0.14015018939971924,
0.443969190120697,
-0.6006786823272705,
-0.03660205006599426,
-0.4784413278102875,
0.1929844170808792,
-0.22038500010967255,
-0.23786921799182892,
0.46271252632141113,
0.5980319380760193,
-0.23631727695465088,
0.5672827363014221,
-0.002459803596138954,
-0.3144760727882385,
0.14344675838947296,
-0.12602224946022034,
0.4871719777584076,
0.015712354332208633,
-0.13742312788963318,
-0.5246573090553284,
0.3638823628425598,
0.5950585603713989,
-0.33539700508117676,
0.5071847438812256,
0.9986094236373901,
-0.6015757918357849,
0.28313741087913513,
-0.5653228759765625,
-0.2977675199508667,
-0.4332811236381531,
-0.06317758560180664,
-0.06823990494012833,
-0.6254980564117432,
0.4204827547073364,
0.06725598871707916,
-0.13370555639266968,
0.8627609610557556,
0.7001436352729797,
-0.275738388299942,
0.45670223236083984,
0.6823853254318237,
-0.5307332277297974,
0.5005354285240173,
-0.0887349396944046,
-0.392103374004364,
-0.6879903078079224,
-0.20726369321346283,
-0.6600241661071777,
-0.48728716373443604,
-0.8408610224723816,
-0.3568415343761444,
0.024283461272716522,
0.004075448960065842,
-0.4308263957500458,
0.892189621925354,
-0.8163034319877625,
0.25547629594802856,
0.8474948406219482,
0.2982369661331177,
-0.09630949050188065,
-0.07449748367071152,
0.5347948670387268,
0.1359158754348755,
-0.6290940046310425,
-0.17137333750724792,
1.064405083656311,
0.6201330423355103,
1.0467042922973633,
0.25582972168922424,
0.6718451380729675,
0.34630295634269714,
0.34990552067756653,
-0.6671176552772522,
0.12984442710876465,
-0.05046592280268669,
-0.7457503080368042,
-0.18030598759651184,
-0.08966755867004395,
-0.6269860863685608,
-0.5845081806182861,
-0.5659924745559692,
-0.03207553178071976,
0.47139817476272583,
0.4192676544189453,
-0.0963389128446579,
0.12564724683761597,
-0.460545152425766,
0.8818831443786621,
0.016832273453474045,
-0.1639632284641266,
0.06189735606312752,
-0.8493025898933411,
0.12057230621576309,
0.3792826533317566,
0.2772449553012848,
-0.2884400188922882,
-0.051504865288734436,
1.1595021486282349,
-0.11147083342075348,
1.0755021572113037,
-0.3856211304664612,
0.05020877718925476,
0.1716354936361313,
-0.4580404460430145,
0.18995866179466248,
0.4219162166118622,
0.10909934341907501,
0.23557937145233154,
0.034389678388834,
-0.35094451904296875,
-0.062454693019390106,
0.3168301284313202,
-0.4755355417728424,
0.0648258626461029,
-0.40225380659103394,
-0.5593795776367188,
0.08145486563444138,
0.22119861841201782,
0.3522089123725891,
0.781245231628418,
-0.2055521458387375,
0.10926000028848648,
0.5702069401741028,
0.236593097448349,
0.39673277735710144,
0.35308733582496643,
-0.10430542379617691,
-0.7349266409873962,
0.882123589515686,
-0.0099031338468194,
-0.3100825548171997,
0.6287272572517395,
0.6629118323326111,
-0.30749642848968506,
-0.07611925154924393,
-0.9031457304954529,
0.35802242159843445,
-0.4539661705493927,
-0.5549336075782776,
-0.06871239095926285,
-0.4280089735984802,
-0.5244430899620056,
-0.30269956588745117,
0.03801828995347023,
-0.6325969696044922,
-0.6861152052879333,
-0.29071933031082153,
0.9454474449157715,
0.6420734524726868,
-0.47602367401123047,
0.5445207953453064,
-0.8996914625167847,
0.5462691187858582,
0.29042184352874756,
0.7091565132141113,
-0.2778395116329193,
-0.443820059299469,
-0.3270353078842163,
-0.05230063945055008,
-0.03153323382139206,
-0.5766170024871826,
-0.06137946993112564,
0.21726560592651367,
0.5523003935813904,
0.23487156629562378,
0.10495700687170029,
0.5043501257896423,
-0.22077985107898712,
0.5493841171264648,
0.23984946310520172,
-0.6588013768196106,
0.7294743657112122,
-0.4266624450683594,
0.322079062461853,
0.6393495798110962,
0.6485059261322021,
-0.4099457561969757,
0.04334509000182152,
-0.8463085889816284,
-0.39741238951683044,
0.4205494821071625,
0.06717251986265182,
0.21592934429645538,
0.29393380880355835,
0.5651583075523376,
-0.06171039864420891,
0.6962523460388184,
-0.8600632548332214,
-0.8038983345031738,
-0.09968554228544235,
-0.16646340489387512,
0.19354145228862762,
-0.5822997093200684,
-0.34045886993408203,
-0.8087664842605591,
0.6267824172973633,
-0.14225506782531738,
0.3728752136230469,
-0.04413376376032829,
0.3504834473133087,
-0.3049091100692749,
0.01971236616373062,
0.5934984683990479,
0.7205276489257812,
-0.4637684226036072,
-0.19575615227222443,
-0.3204692304134369,
-0.4390137195587158,
-0.3885803818702698,
0.3609483540058136,
0.02443852089345455,
-0.052295684814453125,
0.6199934482574463,
0.6999685764312744,
-0.1757424771785736,
-0.118325375020504,
0.6257566809654236,
0.08287786692380905,
-0.42259907722473145,
-0.31544625759124756,
-0.06335929036140442,
0.0812472403049469,
0.1430959552526474,
0.01267955545336008,
0.1401684433221817,
0.3968248963356018,
-0.7244485020637512,
0.5675716400146484,
0.13128133118152618,
-0.7412047982215881,
-0.3523011803627014,
0.6378726959228516,
0.47659921646118164,
-0.32280102372169495,
0.5221426486968994,
-0.15105998516082764,
-0.5265861749649048,
0.6786212921142578,
0.22241993248462677,
0.7310099601745605,
-0.3901791274547577,
0.4443284869194031,
0.8100793361663818,
0.20567961037158966,
0.018292099237442017,
0.6920909881591797,
-0.40439271926879883,
-0.5725711584091187,
-0.03103596717119217,
-0.5775883197784424,
-0.5434436798095703,
-0.29965463280677795,
-1.1674216985702515,
0.39420896768569946,
-0.5376368165016174,
-0.13705484569072723,
-0.08171221613883972,
0.08234493434429169,
-0.8488592505455017,
0.24560387432575226,
0.030908968299627304,
1.1381136178970337,
-0.9201143980026245,
0.6511930823326111,
0.8023917078971863,
-0.6294398307800293,
-0.3666189908981323,
-0.05425608903169632,
0.12671849131584167,
-1.0074142217636108,
-0.059412337839603424,
0.21521039307117462,
0.3647838532924652,
-0.32045456767082214,
-1.1204500198364258,
-0.7003828287124634,
1.3639225959777832,
0.012356504797935486,
-1.0037083625793457,
0.15609286725521088,
-0.20206817984580994,
0.24547530710697174,
-0.4761013984680176,
-0.08908423036336899,
0.6433680653572083,
0.9628964066505432,
0.5748768448829651,
-0.6333920359611511,
0.013875056989490986,
-0.32793864607810974,
-0.3600200116634369,
0.2098189890384674,
-0.697780191898346,
0.44516658782958984,
-0.12485729157924652,
-0.04058913514018059,
0.3680572509765625,
0.4691850244998932,
0.18092599511146545,
0.6536511778831482,
0.3666853904724121,
0.5430342555046082,
0.7501697540283203,
-0.4774506986141205,
0.8862076997756958,
0.11287803202867508,
0.6082270741462708,
1.2385063171386719,
-0.21937888860702515,
0.5826578736305237,
0.4519125521183014,
-0.12328449636697769,
0.32036465406417847,
0.6306381225585938,
-0.8064566850662231,
0.41574764251708984,
0.5924771428108215,
0.11027185618877411,
-0.33837464451789856,
-0.21270380914211273,
-0.6009184122085571,
0.19039632380008698,
0.2123790830373764,
-0.40143197774887085,
0.2449524998664856,
-0.10975590348243713,
0.03771594911813736,
-0.2559269666671753,
-0.48894602060317993,
0.811793327331543,
0.06777350604534149,
0.15309762954711914,
-0.0683082640171051,
-0.2997009754180908,
0.43258345127105713,
-0.5495084524154663,
-0.44816771149635315,
0.0759480744600296,
-0.3124695420265198,
-0.4159714877605438,
-1.0398503541946411,
0.7686953544616699,
-0.4975799024105072,
-0.5252670645713806,
-0.03954882547259331,
0.7031234502792358,
-0.44588765501976013,
-0.9354532361030579,
0.09977953881025314,
0.3861020803451538,
-0.0034041726030409336,
-0.003471851348876953,
-1.0320380926132202,
0.26976871490478516,
-0.4544907212257385,
0.11487595736980438,
-0.1346823275089264,
-0.033017598092556,
0.17862248420715332,
0.49321576952934265,
0.49353283643722534,
-0.24603796005249023,
-0.6284068822860718,
0.6421074867248535,
0.7912924289703369,
-0.6267805099487305,
-0.36409226059913635,
-0.7048225998878479,
0.7163144946098328,
-0.48147401213645935,
-0.42293262481689453,
0.5729666948318481,
0.961271345615387,
0.8237528800964355,
-0.5215566158294678,
0.7284955978393555,
-0.43661001324653625,
0.5085226893424988,
-0.44525426626205444,
0.8991695046424866,
-0.6408767700195312,
-0.17876775562763214,
-0.40662527084350586,
-0.7818983793258667,
-0.7738553881645203,
0.5608116388320923,
0.3048156797885895,
-0.004276684019714594,
0.48871755599975586,
0.8874810934066772,
-0.13232624530792236,
0.012054668739438057,
-0.035988204181194305,
-0.11078226566314697,
0.008206812664866447,
0.12202844768762589,
0.6085264086723328,
-0.5389142632484436,
0.05380091443657875,
-0.36521071195602417,
-0.6524185538291931,
-0.22148074209690094,
-1.1868480443954468,
-1.0497430562973022,
-0.8588296175003052,
-0.7698595523834229,
-0.4325025677680969,
-0.09810555726289749,
0.9058424234390259,
1.2341705560684204,
-0.9875192046165466,
-0.4115082025527954,
0.153983473777771,
0.3963448107242584,
-0.07750707864761353,
-0.1724325716495514,
0.5822641253471375,
0.35166800022125244,
-0.5490210056304932,
-0.227774515748024,
0.3068319261074066,
0.4845980703830719,
-0.12752173840999603,
-0.00855382438749075,
0.13215774297714233,
0.06403208523988724,
0.6457076072692871,
0.24161426723003387,
-0.22793935239315033,
-0.44121965765953064,
-0.3795311152935028,
0.08791600167751312,
0.12406851351261139,
1.0760092735290527,
-0.16616055369377136,
0.06014895811676979,
0.5841356515884399,
0.39174947142601013,
0.3858877122402191,
0.11038297414779663,
0.584710955619812,
-0.8754709959030151,
-0.10813143849372864,
-0.2791503369808197,
0.5880852937698364,
0.16204743087291718,
-0.4704109728336334,
0.8483695387840271,
0.6758636832237244,
-0.4089697599411011,
-0.33271175622940063,
0.1777244657278061,
-1.58576238155365,
0.3551402986049652,
0.8411375880241394,
0.3132711946964264,
-0.4486845135688782,
-0.02445630356669426,
-0.6048323512077332,
0.16267581284046173,
-0.6381738185882568,
0.3490680158138275,
0.6343949437141418,
0.4113493859767914,
-0.35816943645477295,
-0.26904043555259705,
0.5156811475753784,
-0.704140305519104,
-1.2909009456634521,
0.19593177735805511,
0.574316143989563,
0.05668027326464653,
0.2668071687221527,
0.49063917994499207,
-0.10124314576387405,
0.3896803855895996,
0.02067696303129196,
0.22140607237815857,
-0.3501983880996704,
-0.7691769599914551,
-0.11479292809963226,
-0.07294709235429764,
-0.37614408135414124,
-0.5606333613395691
]
|
zicsx/mC4-Hindi-Cleaned | zicsx | 2023-12-04T16:11:39Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:36:39Z | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 87366785273
num_examples: 15102635
download_size: 0
dataset_size: 87366785273
---
# Dataset Card for "mC4-hindi-cleaned"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.5589566230773926,
-0.1876937299966812,
0.0630098283290863,
0.07870810478925705,
-0.28462091088294983,
0.27363887429237366,
0.17725251615047455,
-0.15097759664058685,
0.8767885565757751,
0.5658143758773804,
-0.7504244446754456,
-0.6620014905929565,
-0.5996633172035217,
0.148186594247818,
-0.4646506607532501,
1.3750278949737549,
0.006690417882055044,
0.053226567804813385,
-0.09590187668800354,
0.03720961883664131,
-0.5149948000907898,
-0.28812524676322937,
-0.9004136919975281,
-0.44157230854034424,
0.8067464828491211,
1.0051088333129883,
0.4072257876396179,
0.6294083595275879,
0.9116167426109314,
0.28281474113464355,
0.17839489877223969,
-0.04448765143752098,
-0.6297392845153809,
-0.11072876304388046,
-0.47730061411857605,
-0.503213107585907,
-0.9866668581962585,
0.03900441527366638,
0.8499979376792908,
0.41712111234664917,
-0.39534351229667664,
0.6620398163795471,
-0.2220001220703125,
0.8512219190597534,
-0.48421594500541687,
0.5578130483627319,
-0.43485695123672485,
0.10722936689853668,
-0.7576702237129211,
-0.2735031843185425,
0.22829194366931915,
-0.6501656770706177,
-0.7222086787223816,
-1.1141165494918823,
0.20586058497428894,
-0.10867726057767868,
1.0970232486724854,
0.18221190571784973,
-0.1201815977692604,
-0.02536296285688877,
-0.5919339656829834,
0.47903740406036377,
-0.33400529623031616,
0.25628408789634705,
0.8243070244789124,
0.7607242465019226,
0.03637384623289108,
-0.6996797919273376,
-0.6173281073570251,
0.443246454000473,
0.0019211211474612355,
0.3503534197807312,
0.2149830013513565,
-0.20295032858848572,
0.5425003170967102,
0.7149224281311035,
-0.25275468826293945,
-0.32005223631858826,
-1.0771889686584473,
-0.6128129959106445,
0.5381084084510803,
-0.03344688564538956,
0.6734290719032288,
-0.2300662398338318,
-0.036824651062488556,
-0.0038534312043339014,
-0.6880517601966858,
-0.2416020929813385,
0.6139883399009705,
0.4118168354034424,
-0.7874955534934998,
0.981410801410675,
-0.2676961421966553,
0.3421812951564789,
-0.015552157536149025,
0.167546346783638,
0.6754502654075623,
-0.7044838666915894,
-0.24830612540245056,
0.2518857419490814,
0.49033936858177185,
0.369518905878067,
0.49215173721313477,
0.26908814907073975,
-0.0953930988907814,
0.1553768813610077,
0.08662649989128113,
-1.0311028957366943,
-0.9166072010993958,
0.03467663750052452,
-0.42930305004119873,
-0.19380855560302734,
0.1817237138748169,
-1.2295048236846924,
-0.5145079493522644,
-0.5651065707206726,
-0.1560264229774475,
-0.14277762174606323,
-0.9021893739700317,
-0.3947887718677521,
-0.4785931706428528,
0.4681781530380249,
0.27580180764198303,
-0.9176761507987976,
0.44599565863609314,
0.7098427414894104,
0.6013204455375671,
0.3411794900894165,
-0.13196906447410583,
-0.7894900441169739,
0.35955092310905457,
-0.10838726907968521,
1.0207239389419556,
-0.7853460907936096,
-0.4379011392593384,
-0.15254603326320648,
0.1241922378540039,
0.140702024102211,
-0.5368205904960632,
0.9533553123474121,
-0.3106595277786255,
-0.22735995054244995,
-0.9490342140197754,
-0.27086198329925537,
-0.016105640679597855,
0.48290809988975525,
-1.0191086530685425,
1.0197772979736328,
0.13465899229049683,
-0.825404942035675,
0.45231544971466064,
-1.1139808893203735,
-0.2190920114517212,
0.46332481503486633,
-0.14898793399333954,
-0.2682478427886963,
-0.02195047214627266,
0.1382703185081482,
0.40159696340560913,
0.13146831095218658,
0.4436962306499481,
-0.6483280658721924,
-0.29463666677474976,
-0.15897202491760254,
0.12610115110874176,
0.882600724697113,
0.5974149107933044,
0.2568126618862152,
0.11207043379545212,
-1.032595157623291,
-0.1582166701555252,
0.07570607215166092,
-0.11895528435707092,
-0.07516864687204361,
-0.43266698718070984,
-0.04125385358929634,
0.04424029961228371,
0.33873888850212097,
-0.605082631111145,
0.2573397159576416,
-0.0388186015188694,
0.022625360637903214,
0.7242379784584045,
0.12896575033664703,
0.31185659766197205,
-0.47232145071029663,
0.6380748152732849,
0.23745743930339813,
0.25647133588790894,
0.03656509146094322,
-0.5320757627487183,
-0.6144988536834717,
-0.30670812726020813,
0.5066048502922058,
0.5885337591171265,
-0.8036500215530396,
0.05509776249527931,
-0.040957286953926086,
-0.6410005688667297,
-0.39780232310295105,
0.3988006114959717,
0.49642708897590637,
0.3599548935890198,
0.42307600378990173,
-0.47959259152412415,
-0.9682350754737854,
-0.8309583067893982,
-0.0926925390958786,
0.03235795721411705,
0.38338419795036316,
0.17014667391777039,
0.7683222889900208,
-0.6427637934684753,
0.7602630257606506,
-0.6633289456367493,
-0.3508450984954834,
0.08981412649154663,
-0.325968861579895,
0.0905030369758606,
0.7266733050346375,
0.42793014645576477,
-0.8692545890808105,
-0.4696534276008606,
-0.2460128515958786,
-0.5533031225204468,
-0.30561748147010803,
0.6750777363777161,
-0.7336819767951965,
-0.19161245226860046,
0.4663369953632355,
-0.328609436750412,
0.5719879865646362,
0.7364122867584229,
-0.3000063896179199,
0.31463372707366943,
0.16086937487125397,
0.4671850800514221,
-1.5089207887649536,
0.43162792921066284,
0.018638353794813156,
-0.318276971578598,
-0.5217387080192566,
0.2787195146083832,
0.07442065328359604,
-0.38886862993240356,
-0.23107017576694489,
0.7074668407440186,
-0.50508052110672,
-0.27993810176849365,
-0.08182816207408905,
0.15734805166721344,
-0.07843547314405441,
0.3817795515060425,
-0.005481691565364599,
0.5554487109184265,
0.6963828206062317,
-0.45131388306617737,
0.6497540473937988,
0.5364347100257874,
0.17480333149433136,
0.8123727440834045,
-0.6317237019538879,
-0.030286330729722977,
-0.07430075854063034,
0.2632116377353668,
-0.8426544070243835,
-0.7880232930183411,
0.7761947512626648,
-0.3996807038784027,
0.5599673390388489,
-0.5256776213645935,
-0.7888307571411133,
-0.29695478081703186,
-0.341245174407959,
0.9602497816085815,
0.4275532364845276,
-0.6663758754730225,
0.25658950209617615,
0.8268246650695801,
-0.14302681386470795,
-0.292812705039978,
-0.9215520024299622,
0.0863521546125412,
-0.14228491485118866,
0.07865268737077713,
0.008409751579165459,
-0.3262450397014618,
-0.06812945008277893,
-0.23917993903160095,
0.1043955385684967,
-0.3795364797115326,
-0.34597617387771606,
0.4685848355293274,
-0.020137730985879898,
0.033994048833847046,
0.24874284863471985,
0.16314080357551575,
-0.4767935872077942,
-0.04980851709842682,
0.30776843428611755,
0.466840535402298,
-0.18348047137260437,
-0.38149985671043396,
-0.4471496641635895,
0.334725022315979,
0.17574641108512878,
-0.44407373666763306,
0.29642152786254883,
1.2314077615737915,
-0.8998923897743225,
0.31033095717430115,
-0.5410158634185791,
0.11953192204236984,
-0.49829158186912537,
-0.03947954624891281,
-0.40508604049682617,
-0.534837007522583,
0.669714629650116,
-0.13144834339618683,
-0.15038073062896729,
0.9107274413108826,
0.710006833076477,
0.16642259061336517,
0.749873161315918,
0.4792782664299011,
-0.10354788601398468,
0.269788920879364,
-0.2908795177936554,
0.17725053429603577,
-0.935969352722168,
-0.6646408438682556,
-0.7267807722091675,
-0.2876131534576416,
-0.8222054243087769,
-0.27963608503341675,
-0.2779141366481781,
0.13865342736244202,
-0.319909930229187,
0.5496105551719666,
-0.8196598887443542,
0.598609209060669,
0.5353071093559265,
0.1106189712882042,
0.11846054345369339,
-0.296335369348526,
-0.14736241102218628,
0.2740076780319214,
-0.4749855101108551,
-0.3996565341949463,
1.0008517503738403,
0.28630489110946655,
0.6080695390701294,
0.4199970066547394,
1.164257526397705,
-0.06267456710338593,
0.4197930693626404,
-0.2531164884567261,
0.6547329425811768,
0.13603006303310394,
-0.7451117634773254,
-0.10475397109985352,
-0.3362213671207428,
-0.7483031153678894,
-0.46245357394218445,
-0.17937305569648743,
-0.3021174371242523,
0.2674219012260437,
0.4614664614200592,
0.1329144984483719,
0.49468129873275757,
-0.9950342774391174,
0.8117834329605103,
0.2007938176393509,
-0.01576279290020466,
-0.033723633736371994,
-0.5564318299293518,
0.7293122410774231,
-0.15867245197296143,
0.35755082964897156,
-0.37753531336784363,
-0.05020302161574364,
0.9445307850837708,
-0.6972410082817078,
1.0846953392028809,
-0.6455857157707214,
-0.03899870812892914,
0.149237260222435,
-0.20778001844882965,
0.05582670122385025,
0.5341289043426514,
-0.025096310302615166,
0.07251475751399994,
0.2777182459831238,
-0.7037528157234192,
-0.2773771584033966,
1.0041470527648926,
-0.6672233939170837,
0.12838327884674072,
-0.6396366357803345,
-0.4363909661769867,
-0.03854389861226082,
0.5683979988098145,
0.18890860676765442,
0.7737988829612732,
-0.10653618723154068,
-0.26759451627731323,
0.6358405947685242,
0.021317023783922195,
0.3981665372848511,
-0.04314236342906952,
-0.4805944561958313,
-0.5190047025680542,
0.9247997999191284,
-0.005835570860654116,
-0.2745300829410553,
0.39708849787712097,
0.27172839641571045,
-0.333227276802063,
-0.4009672999382019,
-0.4765557050704956,
0.4262341856956482,
-0.6831048727035522,
-0.547606885433197,
-0.4047486186027527,
-0.19246447086334229,
-0.5495386123657227,
-0.034192394465208054,
-0.25893303751945496,
-0.5577160716056824,
-0.6817649006843567,
-0.4507940411567688,
0.9667733907699585,
0.6667299270629883,
-0.42110082507133484,
0.3804352879524231,
-1.0477972030639648,
0.8715982437133789,
-0.05087956786155701,
1.2138819694519043,
-0.2210061401128769,
-0.3303333818912506,
-0.41145890951156616,
0.3228413760662079,
-0.14503633975982666,
-0.6745889782905579,
0.17361150681972504,
0.3126062750816345,
0.5049753785133362,
0.3734087347984314,
-0.21037989854812622,
1.0439180135726929,
-0.4687750041484833,
0.645796537399292,
0.3080429434776306,
-0.7826226353645325,
0.8265348076820374,
-0.4740784168243408,
0.6281906962394714,
1.0966401100158691,
0.625171959400177,
-0.29213085770606995,
-0.2230924814939499,
-0.8053767085075378,
-0.5417399406433105,
0.4038635790348053,
0.21854044497013092,
0.063112773001194,
-0.09635656327009201,
0.5558861494064331,
0.016710668802261353,
0.3248940408229828,
-0.6002534627914429,
-0.42961791157722473,
-0.4679785668849945,
-0.4254581034183502,
-0.09277518093585968,
-0.51315838098526,
-0.18930856883525848,
-0.8005313277244568,
0.8530499339103699,
0.21778805553913116,
0.41592681407928467,
-0.011037202551960945,
0.17894549667835236,
-0.06077941134572029,
0.08440157771110535,
0.801313579082489,
0.6851710677146912,
-0.31136032938957214,
-0.022245554253458977,
-0.18294861912727356,
-0.7832480669021606,
-0.1698540449142456,
0.2071983516216278,
0.3132283091545105,
-0.2843096852302551,
0.31825491786003113,
0.502389132976532,
-0.06780807673931122,
-0.24895498156547546,
0.09496533870697021,
-0.26101040840148926,
-0.2834959924221039,
-0.5919879674911499,
0.25224798917770386,
0.23827418684959412,
-0.11040186136960983,
-0.06671697646379471,
0.10814767330884933,
0.3668704032897949,
-0.7353487610816956,
0.40519335865974426,
-0.09341775625944138,
-0.5388343334197998,
-0.46464627981185913,
0.3603571951389313,
0.3556482791900635,
-0.5585381984710693,
0.7200645804405212,
-0.4688548445701599,
-0.5797773003578186,
0.39377322793006897,
0.2585276961326599,
0.5024303197860718,
-0.47235849499702454,
0.2609778344631195,
0.741771936416626,
0.043500665575265884,
0.1336023360490799,
0.8173678517341614,
-0.334265798330307,
-0.5883413553237915,
-0.31879541277885437,
-0.6627481579780579,
-0.38070419430732727,
-0.34669816493988037,
-0.8565468788146973,
0.35833585262298584,
-0.6357846856117249,
-0.08552524447441101,
0.0235457606613636,
0.5060716271400452,
-0.7622084617614746,
0.44828951358795166,
-0.2599084675312042,
1.1816606521606445,
-0.883309006690979,
0.9010611772537231,
0.725208044052124,
-0.5292783379554749,
-1.133527159690857,
-0.2973106801509857,
0.22430241107940674,
-0.6711523532867432,
0.2532941401004791,
0.20637410879135132,
0.07587869465351105,
0.0077237943187355995,
-0.586859941482544,
-0.9280955195426941,
1.1526201963424683,
0.24242337048053741,
-0.7262417078018188,
0.4676026403903961,
-0.1756444275379181,
0.4576530158519745,
-0.015904827043414116,
0.32380372285842896,
0.6768701672554016,
0.9116373062133789,
0.33444464206695557,
-0.836616575717926,
-0.022617032751441002,
-0.9964632987976074,
-0.3103695511817932,
0.7514709830284119,
-0.5590910911560059,
0.14559952914714813,
-0.006261094473302364,
-0.07830203324556351,
0.00039511066279374063,
0.6349701881408691,
0.42671817541122437,
0.407463401556015,
0.37138715386390686,
0.9267100691795349,
0.9850128293037415,
-0.3183867633342743,
1.0863010883331299,
0.06290408968925476,
0.2438853681087494,
1.189599871635437,
-0.34359392523765564,
0.33104535937309265,
0.5400357842445374,
0.040902771055698395,
0.3829009532928467,
0.6734087467193604,
-0.40218937397003174,
0.4437516927719116,
0.41103190183639526,
-0.03616013005375862,
0.20685450732707977,
-0.2035810500383377,
-0.48014771938323975,
0.49698755145072937,
0.23356999456882477,
-0.09624796360731125,
-0.25677070021629333,
0.017929183319211006,
0.16584715247154236,
0.09534501284360886,
-0.7157876491546631,
0.8189032673835754,
0.005675173830240965,
-0.4956342279911041,
0.11379528045654297,
-0.14960233867168427,
0.38685184717178345,
-0.5662438273429871,
-0.5797757506370544,
-0.0501105897128582,
0.07185819745063782,
-0.7766687870025635,
-0.9608006477355957,
1.1205098628997803,
0.03127499669790268,
-0.26648855209350586,
0.02460245043039322,
0.826859712600708,
-0.6695864200592041,
-0.8458117842674255,
0.1520332545042038,
0.10997884720563889,
0.5511767864227295,
0.317043274641037,
-1.0718625783920288,
0.285026490688324,
-0.09922990202903748,
0.1861003190279007,
0.18299947679042816,
0.15455766022205353,
0.07208498567342758,
0.7023977637290955,
0.7855609059333801,
0.34451067447662354,
-0.16970624029636383,
0.5603829622268677,
0.6669225096702576,
-0.6347811222076416,
-0.27028143405914307,
-0.7495260834693909,
0.658951461315155,
-0.4316936433315277,
-0.24159252643585205,
0.8125829100608826,
1.0808295011520386,
1.0010484457015991,
0.11887454986572266,
0.5924592018127441,
-0.0430162288248539,
0.8228228688240051,
-0.40960225462913513,
0.8074936866760254,
-0.34175440669059753,
-0.08293799310922623,
-0.38883188366889954,
-0.7948279976844788,
-0.6795288324356079,
0.34150004386901855,
0.11840445548295975,
0.47023558616638184,
0.5622259378433228,
0.9846752285957336,
-0.4903026223182678,
0.15464776754379272,
0.022482508793473244,
0.10217075794935226,
0.3897987902164459,
0.05120741203427315,
0.1875622570514679,
-0.38736578822135925,
0.24037505686283112,
-0.3761414885520935,
-0.4818004071712494,
0.14636148512363434,
-1.110634684562683,
-0.7414751648902893,
-0.743594229221344,
-0.6333357691764832,
-0.2737133204936981,
-0.21204984188079834,
0.7058774828910828,
0.6617549657821655,
-1.0007985830307007,
-0.17449112236499786,
-0.091379314661026,
0.2795928120613098,
0.14522257447242737,
-0.18768039345741272,
0.5293644666671753,
0.17044200003147125,
-0.693348228931427,
-0.23021242022514343,
0.15434756875038147,
0.03511476889252663,
0.030918549746274948,
0.07663605362176895,
-0.5238813161849976,
0.01544844638556242,
0.3312222957611084,
0.536571741104126,
-0.1891365498304367,
-0.2297484427690506,
-0.7069336175918579,
-0.03531835973262787,
0.11821471154689789,
0.8452660441398621,
-0.37184688448905945,
0.3369798958301544,
0.44602519273757935,
0.3462766706943512,
0.6215041875839233,
0.1328423172235489,
0.5942543745040894,
-0.9501149654388428,
-0.15517297387123108,
-0.07075671851634979,
0.7436978816986084,
0.4663962721824646,
-0.6095222234725952,
0.8854394555091858,
0.25252658128738403,
-0.6051990389823914,
-0.8749329447746277,
0.16649822890758514,
-1.4999182224273682,
0.3275737464427948,
1.1848502159118652,
0.259267121553421,
-0.33475369215011597,
-0.10411500185728073,
-0.5865405797958374,
0.7642658948898315,
-0.6558920741081238,
0.14941494166851044,
0.6217175126075745,
0.2748854160308838,
-0.422102689743042,
-0.39329296350479126,
0.6531102657318115,
-0.41149595379829407,
-1.3333678245544434,
-0.06626056134700775,
0.37573039531707764,
0.3854866027832031,
0.2133498340845108,
1.115343451499939,
-0.4964016377925873,
0.3155774772167206,
-0.09303079545497894,
0.3452172577381134,
-0.4153958261013031,
-0.544451117515564,
-0.38233670592308044,
-0.02896302565932274,
-0.25707849860191345,
-0.3524720072746277
]
|
sleiva/xone_copilot | sleiva | 2023-12-04T11:08:16Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:45:13Z | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: project
dtype: string
- name: file
dtype: string
- name: content
dtype: string
splits:
- name: train
num_bytes: 12820368
num_examples: 1428
download_size: 3359472
dataset_size: 12820368
---
# Dataset Card for "xone_copilot"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.35371488332748413,
0.12544062733650208,
0.47310152649879456,
-0.0217102263122797,
-0.4384452700614929,
0.1499638855457306,
0.3960382342338562,
-0.1617976874113083,
0.8277390003204346,
0.5537387728691101,
-1.0486050844192505,
-0.7408565282821655,
-0.5469916462898254,
-0.5490846037864685,
-0.3874758183956146,
1.3196698427200317,
0.17003470659255981,
0.05563850328326225,
-0.22452624142169952,
-0.12362673878669739,
-0.4357282221317291,
-0.9619672894477844,
-0.9444655179977417,
-0.38758304715156555,
0.9467757344245911,
0.656067967414856,
0.5154298543930054,
0.5534394979476929,
0.5090346336364746,
0.19744402170181274,
0.0001660907146288082,
-0.2994823455810547,
-0.19698964059352875,
-0.17310889065265656,
-0.4408470094203949,
-0.7922033667564392,
-1.261725664138794,
0.11411713063716888,
0.5200713276863098,
0.6899659633636475,
0.007729446981102228,
0.5759855508804321,
-0.2330123633146286,
0.6874005794525146,
-0.30159735679626465,
0.4990021884441376,
-0.17196904122829437,
-0.020633842796087265,
-0.6950441002845764,
-0.15137775242328644,
0.31805282831192017,
-0.4433097243309021,
-0.022172026336193085,
-1.3470516204833984,
0.06522689014673233,
0.2735360860824585,
0.6663629412651062,
0.22575412690639496,
-0.11241459101438522,
-0.45022526383399963,
-0.34972789883613586,
0.33980342745780945,
-0.08101517707109451,
0.18501605093479156,
0.6470031142234802,
0.3602043092250824,
0.17653262615203857,
-0.5690903663635254,
-0.2828233540058136,
0.11854294687509537,
-0.12514884769916534,
0.49322080612182617,
0.27962929010391235,
0.05159028619527817,
0.31160488724708557,
0.7523149847984314,
-0.5485624074935913,
-0.41996821761131287,
-0.5144625306129456,
-0.15847136080265045,
0.7738845944404602,
0.23244646191596985,
0.29024580121040344,
-0.15055063366889954,
-0.2688184678554535,
-0.45103320479393005,
-0.4187358617782593,
0.015307057648897171,
0.6343914270401001,
0.29091909527778625,
-1.1436114311218262,
0.49706509709358215,
0.08197500556707382,
0.3945094645023346,
0.16192269325256348,
0.3682557940483093,
0.6971960067749023,
-0.38281378149986267,
-0.1655607670545578,
0.10784420371055603,
0.23871541023254395,
0.2948981523513794,
-0.02765265665948391,
0.06268297135829926,
-0.020710641518235207,
-0.25000259280204773,
0.007358609698712826,
-0.6820051670074463,
-0.7719630599021912,
0.5867344737052917,
-0.6292900443077087,
-0.41378074884414673,
0.44375917315483093,
-0.8885018229484558,
-0.47077932953834534,
-0.5188984870910645,
0.1623281091451645,
0.04158495366573334,
-0.7667733430862427,
-0.14467187225818634,
-0.6709210872650146,
0.19176848232746124,
0.19995886087417603,
-0.6979506611824036,
0.4837694466114044,
0.9306763410568237,
0.7657285332679749,
0.1188889890909195,
-0.22177453339099884,
-0.7450430989265442,
0.25422054529190063,
-0.23086874186992645,
0.9333494305610657,
-0.44267016649246216,
-0.5565885305404663,
0.02654678374528885,
0.5010189414024353,
-0.1373022496700287,
-0.3338601887226105,
1.1307828426361084,
-0.1468954086303711,
-0.14757485687732697,
-0.6466631889343262,
-0.7221810817718506,
-0.06845434010028839,
0.43862083554267883,
-1.0065674781799316,
0.9644557237625122,
0.3749322295188904,
-0.506366491317749,
0.4967731535434723,
-1.317527174949646,
-0.3068106472492218,
0.4776957333087921,
-0.24479132890701294,
-0.5328969359397888,
0.2695761024951935,
-0.34594598412513733,
0.27610692381858826,
-0.05940626561641693,
0.25462156534194946,
-0.6003385186195374,
-0.05326519533991814,
0.09581425786018372,
0.2508050203323364,
1.294018030166626,
0.09970720112323761,
0.2083817571401596,
0.16866832971572876,
-1.0756534337997437,
0.07532171905040741,
0.1576477736234665,
-0.15459714829921722,
-0.5495381951332092,
-0.36332961916923523,
0.3841090202331543,
0.021665772423148155,
0.1966211348772049,
-0.6355730295181274,
0.6110196709632874,
0.2894662320613861,
-0.1174909695982933,
0.689605712890625,
-0.13528695702552795,
0.3123593330383301,
-0.6235941052436829,
0.5959071516990662,
-0.34449124336242676,
0.5338773727416992,
0.01141585037112236,
-0.5276499390602112,
-0.582506000995636,
-0.1671852320432663,
0.4404982626438141,
0.750889003276825,
-0.5166859030723572,
0.740056574344635,
0.08895693719387054,
-0.7515899538993835,
0.0025583996903151274,
0.09900777786970139,
0.451028436422348,
0.09714771807193756,
0.0741652101278305,
-0.34047552943229675,
-0.7819063067436218,
-0.4386405646800995,
0.47182682156562805,
-0.19425976276397705,
-0.14976496994495392,
0.4777415990829468,
0.8234845995903015,
-0.10910836607217789,
0.47830018401145935,
-0.7719647288322449,
-0.5613453984260559,
-0.014276044443249702,
-0.07165557891130447,
0.27336829900741577,
0.9250262975692749,
0.97662752866745,
-0.7681154608726501,
-0.3324808180332184,
-0.29499751329421997,
-0.4129967987537384,
-0.1278829723596573,
0.05890735238790512,
-0.7013915777206421,
-0.16173510253429413,
0.2595537006855011,
-0.486563503742218,
0.6723660230636597,
1.081006407737732,
-0.5721399784088135,
0.3923281729221344,
-0.005945483688265085,
0.18229155242443085,
-1.3693007230758667,
0.54276442527771,
-0.5202070474624634,
-0.33904486894607544,
-0.3566606938838959,
0.09902433305978775,
0.05996256694197655,
-0.26466086506843567,
-0.07838335633277893,
0.7389729022979736,
-0.4857753813266754,
-0.2074626237154007,
-0.15566930174827576,
0.16567330062389374,
-0.08646500110626221,
0.370292603969574,
0.5489643216133118,
0.4083143472671509,
1.1370549201965332,
-0.3054637610912323,
0.8490012884140015,
0.5629144906997681,
0.14063337445259094,
1.057701826095581,
-0.678084135055542,
0.30635637044906616,
0.30350708961486816,
0.3024708330631256,
-0.7282793521881104,
-0.5911058783531189,
0.7008466124534607,
-0.47310835123062134,
0.24581104516983032,
-0.9547224640846252,
-0.6737977862358093,
-0.4436087906360626,
-0.4971449673175812,
0.8027037382125854,
0.46597355604171753,
-0.8171355128288269,
0.4647890627384186,
0.5258025527000427,
-0.1273687779903412,
0.18300777673721313,
-0.7587730288505554,
-0.0013986087869852781,
-0.05223172903060913,
-0.2865649461746216,
0.5189589858055115,
-0.656195878982544,
-0.04154204577207565,
-0.31969308853149414,
0.28083524107933044,
-0.18337857723236084,
-0.27423566579818726,
0.6404213905334473,
0.245091512799263,
-0.06407405436038971,
0.6065343618392944,
0.05613128840923309,
-0.866660475730896,
0.1581013947725296,
-0.3461950123310089,
0.5477532744407654,
0.21662084758281708,
-0.11434677988290787,
-0.34609612822532654,
0.6314691305160522,
0.158659890294075,
0.028930943459272385,
0.3035278916358948,
0.6397518515586853,
-0.539527416229248,
0.10332699120044708,
-0.20763878524303436,
0.03838042542338371,
-0.46341753005981445,
-0.11619096994400024,
-0.20017848908901215,
-0.3444061279296875,
0.6605929136276245,
0.025185246020555496,
-0.05020242556929588,
0.3609376847743988,
0.5778703093528748,
0.07711344957351685,
0.6568322777748108,
0.7401715517044067,
-0.24031060934066772,
0.6282827258110046,
-0.45423486828804016,
-0.3492306172847748,
-0.8917245268821716,
-0.28039249777793884,
-0.4926479160785675,
-0.2572084367275238,
-0.621497392654419,
-0.3776308000087738,
-0.12786594033241272,
-0.24467934668064117,
0.011462111957371235,
0.579469621181488,
-0.5993494987487793,
0.24322767555713654,
0.8966268301010132,
0.12363055348396301,
0.16909213364124298,
-0.24065366387367249,
0.19810648262500763,
0.5195726156234741,
-0.7645049691200256,
-0.2793143689632416,
1.313256025314331,
0.024057433009147644,
0.8777568340301514,
0.1556430459022522,
0.9998487830162048,
0.1914900690317154,
0.15693451464176178,
-0.29255205392837524,
0.2827500104904175,
-0.19624322652816772,
-1.1030739545822144,
0.09685269743204117,
0.01331836637109518,
-0.8881120681762695,
-0.57932448387146,
-0.2917914092540741,
-0.38816365599632263,
0.7156918048858643,
0.7345296144485474,
-0.5347815752029419,
0.5591189861297607,
-0.7339746356010437,
0.8471591472625732,
-0.4542534351348877,
-0.34026673436164856,
-0.020855767652392387,
-0.5635327696800232,
0.07648906111717224,
0.031131964176893234,
0.03950496017932892,
-0.20834918320178986,
-0.3594155013561249,
0.9918236136436462,
-0.8372987508773804,
1.1283681392669678,
-0.5390232801437378,
-0.10946422815322876,
0.20785580575466156,
-0.30421215295791626,
0.15655581653118134,
0.6980308890342712,
-0.08484464883804321,
0.21070431172847748,
0.3843954801559448,
-0.6900126934051514,
-0.12840014696121216,
0.7691770792007446,
-0.7077720165252686,
0.17454294860363007,
-0.584598183631897,
-0.7317647933959961,
0.15559914708137512,
0.29748857021331787,
0.43289607763290405,
0.7431560754776001,
-0.18409095704555511,
-0.21938106417655945,
0.5486673712730408,
0.19074644148349762,
0.167697012424469,
0.08739680051803589,
-0.4338812530040741,
-0.47806909680366516,
1.0024104118347168,
0.2759217619895935,
-0.09725688397884369,
0.353803813457489,
0.34115129709243774,
-0.0011150931240990758,
-0.374347984790802,
-0.530974268913269,
0.08626332879066467,
-0.29394108057022095,
-0.5134230256080627,
-0.22778549790382385,
-0.18425880372524261,
-0.3818984925746918,
-0.44689100980758667,
-0.5610415935516357,
-0.8030750155448914,
-0.3715328872203827,
-0.42403683066368103,
1.0066900253295898,
0.600881040096283,
-0.731140673160553,
0.8500451445579529,
-0.7244681715965271,
0.41031399369239807,
0.18446055054664612,
1.0003392696380615,
-0.43368545174598694,
-0.12104737013578415,
-0.32457125186920166,
-0.06722631305456161,
0.06500525027513504,
-0.38334938883781433,
-0.10949613153934479,
0.0636855885386467,
0.7236102819442749,
0.3871169984340668,
0.09435591101646423,
0.5750787258148193,
0.15612177550792694,
0.5580864548683167,
0.13997189700603485,
-0.8464342355728149,
0.7702375054359436,
-0.4012787938117981,
0.30282101035118103,
0.8493323922157288,
0.4277825951576233,
-0.34688130021095276,
0.09926142543554306,
-1.0243499279022217,
-0.6994646787643433,
0.7636509537696838,
0.38735339045524597,
0.16293232142925262,
0.2603604197502136,
0.7177563905715942,
0.3727130591869354,
0.3206480145454407,
-0.6672707796096802,
-0.7491927742958069,
-0.22471463680267334,
-0.21181003749370575,
0.11299671977758408,
-0.2680220901966095,
-0.3169266879558563,
-0.46213871240615845,
0.7194661498069763,
-0.07963243871927261,
0.5680360794067383,
0.19506999850273132,
0.20027288794517517,
-0.11808198690414429,
-0.25526514649391174,
0.48596784472465515,
0.4833824634552002,
-0.7037358283996582,
-0.11635001003742218,
-0.2642532289028168,
-0.6001984477043152,
-0.23203274607658386,
0.674471914768219,
-0.04751367121934891,
-0.13416177034378052,
0.6261888742446899,
0.4644719064235687,
-0.24928584694862366,
-0.3366675078868866,
0.4128127098083496,
-0.272262305021286,
-0.5039643049240112,
-0.8366037011146545,
0.28257593512535095,
0.10181349515914917,
0.12137482315301895,
0.09738938510417938,
0.0967879518866539,
0.3342527449131012,
-0.6411705017089844,
0.251481294631958,
-0.018422890454530716,
-0.6011083126068115,
-0.6521209478378296,
0.5278312563896179,
0.6670510768890381,
-0.5169327855110168,
0.562073290348053,
-0.3910455107688904,
-0.5754173994064331,
0.7544844150543213,
0.054074715822935104,
0.792275071144104,
-0.39641377329826355,
0.2140016406774521,
0.6240065097808838,
0.22200879454612732,
0.40546151995658875,
0.88249671459198,
-0.5865129232406616,
-0.532602071762085,
0.010594118386507034,
0.1548990160226822,
-0.6620964407920837,
-0.29170385003089905,
-1.0379997491836548,
0.3671131432056427,
-0.8526977300643921,
-0.25116679072380066,
-0.09202710539102554,
0.44339752197265625,
-0.7501502633094788,
0.18662919104099274,
0.25481149554252625,
1.4586269855499268,
-0.7638757228851318,
1.0955203771591187,
0.8031352162361145,
-0.4985305666923523,
-0.5036365389823914,
-0.1462736576795578,
0.30307382345199585,
-0.9118047952651978,
0.07762332260608673,
-0.08373335748910904,
0.12635761499404907,
-0.28431814908981323,
-0.8520024418830872,
-0.8487968444824219,
1.2882596254348755,
0.15796832740306854,
-0.9141128659248352,
0.30737823247909546,
-0.15758131444454193,
0.29508328437805176,
-0.5240548253059387,
0.17918477952480316,
0.42584699392318726,
0.8765949010848999,
0.07786519080400467,
-0.6706454753875732,
-0.03426323086023331,
-0.6261088252067566,
-0.4557937979698181,
0.21678383648395538,
-0.8216308355331421,
0.4403129518032074,
-0.13326218724250793,
0.08828703314065933,
0.6099186539649963,
0.2534526586532593,
0.2682883143424988,
0.5549846887588501,
0.6601948738098145,
0.32820528745651245,
1.0190752744674683,
-0.30035775899887085,
1.2211246490478516,
-0.13493669033050537,
0.373980849981308,
1.542665719985962,
-0.2960737645626068,
0.29005855321884155,
0.46603941917419434,
0.0901438370347023,
0.3476845920085907,
0.5740594267845154,
-0.3884459435939789,
0.3321613669395447,
0.20249541103839874,
-0.12253987044095993,
-0.3376312851905823,
0.054391346871852875,
-0.550542414188385,
0.04003032296895981,
0.3646385073661804,
-0.507133960723877,
0.1792716234922409,
0.10200317949056625,
0.2735665738582611,
-0.31287285685539246,
-0.565688967704773,
0.7606384754180908,
-0.11270315200090408,
-0.2344101071357727,
-0.17096064984798431,
-0.4819547235965729,
0.4362087547779083,
-0.9324040412902832,
-0.3158494234085083,
-0.236928328871727,
0.30477526783943176,
-0.5085389614105225,
-1.1917853355407715,
0.7087488174438477,
-0.40729206800460815,
-0.2711106836795807,
0.017339924350380898,
0.4976571500301361,
-0.37851035594940186,
-1.1123125553131104,
0.6534083485603333,
0.24891501665115356,
0.22882294654846191,
-0.024006960913538933,
-1.243046760559082,
0.38835790753364563,
-0.09874046593904495,
0.00006399930134648457,
-0.02029409445822239,
0.06052719056606293,
-0.030665641650557518,
0.6869072318077087,
0.6372755765914917,
-0.0541563481092453,
-0.16179679334163666,
0.26339957118034363,
1.0075883865356445,
-0.6577650308609009,
-0.4578111171722412,
-0.22822508215904236,
0.7234014868736267,
-0.5899254679679871,
-0.880694568157196,
0.42664095759391785,
1.149597406387329,
1.0636699199676514,
-0.15021418035030365,
0.9353956580162048,
-0.585300624370575,
0.8172682523727417,
-0.364579975605011,
0.6275717616081238,
-0.5527280569076538,
-0.1250429004430771,
-0.34717094898223877,
-0.5922053456306458,
-0.8275539875030518,
0.6464004516601562,
0.022579750046133995,
0.1364801973104477,
0.48847901821136475,
0.9905746579170227,
-0.38704803586006165,
-0.045494526624679565,
0.4119036793708801,
0.0490996278822422,
0.14261412620544434,
0.32093456387519836,
0.441689133644104,
-0.6914324760437012,
0.6612231731414795,
-0.6164438128471375,
-0.7051308751106262,
-0.11481352150440216,
-1.0889867544174194,
-1.0125585794448853,
-0.7515139579772949,
-0.8580625057220459,
-0.04553340747952461,
0.3020397424697876,
1.0570155382156372,
1.5622159242630005,
-0.9143086075782776,
-0.49694180488586426,
-0.0023657698184251785,
0.2976711392402649,
-0.21472285687923431,
-0.08161202073097229,
0.8028799891471863,
0.2922108769416809,
-0.7495872378349304,
-0.32025521993637085,
0.002133568050339818,
0.13782180845737457,
0.08565757423639297,
-0.11487175524234772,
-0.0728624016046524,
0.012037957087159157,
0.40024107694625854,
0.36610010266304016,
0.03877284750342369,
-0.1983792632818222,
-0.4670669436454773,
0.34819164872169495,
0.23823629319667816,
1.2634893655776978,
-0.35721662640571594,
0.0825151801109314,
0.5274098515510559,
-0.1990465223789215,
0.4866764545440674,
-0.12444604933261871,
0.6445206999778748,
-0.5801074504852295,
0.18296463787555695,
-0.3166242241859436,
0.7013028860092163,
0.07983855903148651,
-0.5603787899017334,
1.027620553970337,
0.2773052752017975,
-0.5993888974189758,
-0.31338340044021606,
0.055735088884830475,
-1.7242159843444824,
0.2745665907859802,
0.638425886631012,
-0.1785549372434616,
-0.4709175229072571,
-0.41124585270881653,
-0.9222057461738586,
0.0421568863093853,
-0.9106485247612,
0.20230765640735626,
0.2664388120174408,
-0.09762055426836014,
-0.41046789288520813,
-0.23695605993270874,
0.47753071784973145,
-0.43180710077285767,
-1.3427748680114746,
0.39569994807243347,
0.24264000356197357,
0.28975486755371094,
0.48377031087875366,
0.6552696824073792,
-0.36452755331993103,
0.5414154529571533,
0.42805391550064087,
0.5361815094947815,
-0.1882725954055786,
-0.1499074399471283,
-0.11940782517194748,
-0.17252430319786072,
-0.018994532525539398,
-0.55035001039505
]
|
pig4431/TextGPT4V | pig4431 | 2023-12-04T09:54:06Z | 0 | 0 | [
"task_categories:visual-question-answering",
"task_categories:question-answering",
"size_categories:10K<n<100K",
"language:en",
"region:us"
]
| [
"visual-question-answering",
"question-answering"
]
| 2023-12-04T09:46:55Z | ---
task_categories:
- visual-question-answering
- question-answering
language:
- en
pretty_name: TextGPT4V
size_categories:
- 10K<n<100K
---
# TextGPT4V 30K Dataset Card
## Dataset details
**Dataset type:**
TextGPT4V 30K is a set of GPT4V generated instruction data to enchance the textual capabilities of VLMs.
Constructed with prompting 'gpt-4-vision-preview'.
**Dataset date:**
TextGPT4V 30K was collected in Nov 2023, by prompting 'gpt-4-vision-preview' API.
**Paper or resources for more information:**
https://github.com/Etelis/TextGPT4V
**License:**
Attribution-NonCommercial 4.0 International
It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-use | [
-0.28820934891700745,
-0.4026995301246643,
0.42775607109069824,
0.18978585302829742,
-0.44785943627357483,
-0.03394594416022301,
0.14374496042728424,
-0.2134336531162262,
-0.19353468716144562,
0.7124241590499878,
-0.8373146653175354,
-0.8555376529693604,
-0.3078192472457886,
-0.00541301816701889,
-0.16227540373802185,
1.3063222169876099,
-0.18194594979286194,
-0.2664273977279663,
-0.2256373018026352,
-0.009420936927199364,
-0.5051915645599365,
-0.4902168810367584,
-0.3849380612373352,
-0.28618133068084717,
0.4425755441188812,
0.5303303003311157,
0.46784088015556335,
0.9478474855422974,
0.6423218846321106,
0.26538968086242676,
0.23242488503456116,
-0.09295143187046051,
-0.378268301486969,
-0.30979353189468384,
0.1738019436597824,
-0.5199467539787292,
-0.6487557291984558,
0.2251729965209961,
0.9085471034049988,
-0.3111472725868225,
-0.2523813545703888,
0.4577655494213104,
0.06954853981733322,
0.6236822605133057,
-0.49758240580558777,
0.6311569809913635,
-0.6751371026039124,
0.29798388481140137,
-0.8283765912055969,
-0.30519190430641174,
-0.16133680939674377,
-0.4555036425590515,
0.06466618925333023,
-0.8460255265235901,
0.4600315988063812,
0.0038959530647844076,
1.2784557342529297,
0.19365133345127106,
-0.06272268295288086,
-0.06110570207238197,
-0.5232312679290771,
0.6847521662712097,
-0.7617082595825195,
0.20664554834365845,
0.5097221732139587,
0.541543185710907,
0.32022666931152344,
-1.1816877126693726,
-0.599455714225769,
0.23689791560173035,
0.2940537929534912,
0.4816093146800995,
-0.053169336169958115,
0.18740251660346985,
0.5815125107765198,
0.6059234738349915,
-0.748422384262085,
-0.12396485358476639,
-0.6538346409797668,
-0.21303893625736237,
0.5465561151504517,
0.5233212113380432,
0.1612536907196045,
-0.1865069717168808,
-0.4056035280227661,
-0.06946467608213425,
-0.8622564673423767,
-0.17008191347122192,
0.7498281598091125,
0.08708610385656357,
-0.5876709222793579,
0.7387548089027405,
-0.10479015856981277,
1.1057904958724976,
-0.4552050828933716,
0.060377318412065506,
0.8317559957504272,
-0.7147604823112488,
-0.6447691321372986,
-0.12809592485427856,
0.7892118692398071,
0.6548006534576416,
0.21769697964191437,
0.2436428964138031,
-0.13322247564792633,
-0.22948989272117615,
0.3981846272945404,
-0.880599319934845,
-0.4797714352607727,
0.17090608179569244,
-0.5230421423912048,
-0.294178307056427,
0.10871532559394836,
-1.20902681350708,
-0.055247850716114044,
-0.29017823934555054,
0.15154492855072021,
-0.40463197231292725,
-0.1828252524137497,
-0.053104862570762634,
-0.43606024980545044,
0.836993932723999,
0.3839692771434784,
-1.1852644681930542,
0.07906438410282135,
0.4376191794872284,
0.7475341558456421,
-0.16071340441703796,
-0.33026933670043945,
-0.2080639749765396,
0.20086173713207245,
-0.32920607924461365,
0.5379003286361694,
-0.5103507041931152,
-0.5117076635360718,
0.24813944101333618,
0.14875712990760803,
0.049833737313747406,
-0.43030500411987305,
0.6868159770965576,
-0.4421365559101105,
0.2930566072463989,
-0.45441219210624695,
-0.32633572816848755,
0.035827215760946274,
0.4851307272911072,
-0.8194843530654907,
1.2736122608184814,
0.21477605402469635,
-0.7739166021347046,
0.6408607959747314,
-0.7999092936515808,
-0.05493301898241043,
0.7384443283081055,
-0.354993999004364,
-0.5942017436027527,
-0.2730550467967987,
0.18677851557731628,
0.3318096101284027,
-0.03378325700759888,
-0.019611718133091927,
0.02929016761481762,
-0.28650927543640137,
-0.1769450455904007,
-0.9581232666969299,
0.4550108313560486,
0.40008166432380676,
-0.017769506201148033,
0.142645463347435,
-0.8567384481430054,
0.18852661550045013,
0.11581499129533768,
-0.5993531346321106,
0.07306340336799622,
-0.26816174387931824,
0.04812486842274666,
0.026782279834151268,
0.607702374458313,
-0.7872591614723206,
0.3139975666999817,
-0.31981581449508667,
0.45820850133895874,
0.8277826905250549,
0.045041777193546295,
0.007838704623281956,
-0.20037788152694702,
0.5527201294898987,
-0.044432468712329865,
0.5918113589286804,
-0.2783420979976654,
-1.2159165143966675,
-0.4519018530845642,
0.17127268016338348,
-0.03284665197134018,
0.7064852118492126,
-1.2559094429016113,
0.0752447322010994,
-0.23463143408298492,
-0.5619649887084961,
-0.46894723176956177,
-0.10698270052671432,
0.3884772062301636,
0.5282154679298401,
0.38348090648651123,
0.1326894760131836,
-0.5013129115104675,
-0.8533172607421875,
-0.1395767629146576,
-0.27421659231185913,
-0.15372969210147858,
0.43104544281959534,
0.6073634624481201,
-0.11210408806800842,
0.8687596917152405,
-0.6981987953186035,
-0.27637720108032227,
0.059471458196640015,
0.11304948478937149,
0.3210879862308502,
0.2959914207458496,
0.6419302225112915,
-0.9412343502044678,
-0.41599223017692566,
0.00973356980830431,
-0.8855962157249451,
0.07692287117242813,
0.16655957698822021,
-0.03771112114191055,
0.17269186675548553,
0.2512056827545166,
-0.13651753962039948,
0.7785307168960571,
0.8746376633644104,
-0.5665417313575745,
0.5450011491775513,
-0.5961408615112305,
0.26558879017829895,
-1.2068074941635132,
0.017903903499245644,
0.1029629036784172,
-0.282966285943985,
-0.4925737679004669,
-0.18624193966388702,
0.18102313578128815,
-0.13233304023742676,
-0.6670699715614319,
0.3384329676628113,
-0.4019773602485657,
-0.046607133001089096,
-0.05743845924735069,
-0.0595584437251091,
-0.06681839376688004,
0.36425161361694336,
-0.018897641450166702,
0.8458704352378845,
0.4904044270515442,
-0.45252135396003723,
0.6935744285583496,
0.5473406314849854,
-0.037434160709381104,
0.6585705876350403,
-0.556955873966217,
0.04306166619062424,
-0.1204829141497612,
-0.05514084920287132,
-0.5555047392845154,
-0.42916351556777954,
0.5682603716850281,
-0.4715914726257324,
0.17123878002166748,
-0.15120849013328552,
-0.3604365885257721,
-0.6312752366065979,
-0.41933393478393555,
0.3974548280239105,
0.6946538090705872,
-0.5881394743919373,
0.4949595630168915,
0.27872222661972046,
0.047087546437978745,
-0.6243340969085693,
-1.0701098442077637,
0.09454608708620071,
-0.14495590329170227,
-0.18752805888652802,
0.41052839159965515,
-0.39206382632255554,
0.08314909785985947,
0.2335687279701233,
0.23508122563362122,
0.014385470189154148,
-0.6441702246665955,
0.47984060645103455,
0.6242765784263611,
-0.10947919636964798,
0.09927825629711151,
-0.16993172466754913,
-0.2314264476299286,
0.0069638886488974094,
-0.30257028341293335,
0.5165492296218872,
-0.3054375648498535,
-0.24608302116394043,
-0.38283607363700867,
0.017724743112921715,
0.2929253578186035,
-0.15538011491298676,
0.5545362830162048,
0.8456099033355713,
-0.41035178303718567,
0.1310955435037613,
-0.2549571692943573,
0.15976940095424652,
-0.570042610168457,
0.4185176491737366,
-0.6205088496208191,
-0.7287871241569519,
0.3154364824295044,
0.1858629286289215,
0.28805476427078247,
0.9674214720726013,
0.730677604675293,
0.005978559143841267,
0.6184828877449036,
0.3922496438026428,
-0.02685951627790928,
0.6206493973731995,
-0.3252536654472351,
-0.3026617765426636,
-0.9600006937980652,
-0.7695136070251465,
-0.35286271572113037,
0.019649412482976913,
-0.6028158664703369,
-0.47532856464385986,
0.021786808967590332,
-0.27843743562698364,
-0.5826966762542725,
0.05983319878578186,
-0.8614403009414673,
0.4477662742137909,
0.6604805588722229,
0.1441381871700287,
0.019906140863895416,
0.12447218596935272,
-0.0009880238212645054,
-0.22060033679008484,
-0.577263355255127,
-0.5088033676147461,
1.4607937335968018,
0.4008530080318451,
0.5210722088813782,
-0.12416992336511612,
0.6455509662628174,
0.4286327660083771,
0.2316211313009262,
-0.2487933486700058,
0.5122973322868347,
-0.20968832075595856,
-0.4272423982620239,
-0.33884257078170776,
-0.4705073833465576,
-0.8754900693893433,
-0.4420791268348694,
-0.02094420976936817,
-0.7631440758705139,
0.09507058560848236,
0.4517177939414978,
0.05727410688996315,
0.5739514827728271,
-0.8268476128578186,
1.022354006767273,
-0.03364621475338936,
-0.18106971681118011,
0.4267675280570984,
-0.6299697160720825,
0.3320004343986511,
-0.10065677762031555,
-0.11892916262149811,
-0.030415283516049385,
-0.07276949286460876,
1.0708560943603516,
-0.53740394115448,
0.7570040225982666,
-0.5078694820404053,
-0.14115646481513977,
0.4441696107387543,
-0.848447859287262,
0.5860047936439514,
0.1853107064962387,
0.07585375010967255,
0.41825753450393677,
-0.08060617744922638,
-0.5260215997695923,
-0.2306707799434662,
0.794120192527771,
-1.0175780057907104,
-0.10517119616270065,
-0.532879650592804,
-0.39118435978889465,
0.01838601566851139,
0.18194399774074554,
0.8748556971549988,
0.6675511598587036,
-0.1222846582531929,
0.02436405047774315,
0.6990915536880493,
-0.3175433278083801,
0.7162046432495117,
0.3884439170360565,
-0.2552902102470398,
-0.5547361373901367,
1.4205628633499146,
0.11662586033344269,
0.24589760601520538,
0.18547089397907257,
-0.05341669172048569,
-0.4458606243133545,
-0.8231766819953918,
-0.7906394004821777,
0.022857654839754105,
-0.7289002537727356,
-0.2665582001209259,
-0.3457047641277313,
-0.6747292280197144,
-0.04815275967121124,
0.1356298178434372,
-0.30877938866615295,
0.17476695775985718,
-0.6140869855880737,
-0.28377485275268555,
0.8237584233283997,
0.9260205030441284,
0.044202663004398346,
0.5810583829879761,
-0.9748745560646057,
0.339555948972702,
0.3837381899356842,
0.8109193444252014,
-0.44424188137054443,
-0.37269580364227295,
-0.3772583305835724,
0.061310216784477234,
-0.2832367718219757,
-0.7169665694236755,
0.4902913272380829,
0.18686963617801666,
0.5589271783828735,
0.345206618309021,
-0.2821696102619171,
0.5561035871505737,
-0.8186526894569397,
1.3993102312088013,
0.2674781382083893,
-0.8348516821861267,
0.5660342574119568,
-0.5147590637207031,
0.5653250813484192,
0.3336507976055145,
0.1315569132566452,
-0.3681179881095886,
-0.0900459811091423,
-0.8148912787437439,
-0.7348759770393372,
0.7309865355491638,
0.5092851519584656,
0.15125533938407898,
0.3265477418899536,
0.47769850492477417,
0.14487828314304352,
0.2665955722332001,
-0.669771134853363,
-0.43444180488586426,
-0.8511788249015808,
-0.6064995527267456,
-0.11704836040735245,
-0.35492220520973206,
-0.31910696625709534,
-0.244059756398201,
0.4401145577430725,
-0.1465476155281067,
0.8588063716888428,
0.030965367332100868,
0.38771218061447144,
0.10843872278928757,
0.012091821990907192,
0.8774825930595398,
0.6316465735435486,
-0.45249655842781067,
-0.18129417300224304,
0.13718272745609283,
-1.440406322479248,
-0.09059251844882965,
0.2853863537311554,
-0.13517311215400696,
-0.15739668905735016,
0.4692855775356293,
1.3320008516311646,
-0.4999470114707947,
-0.33031895756721497,
0.4804142117500305,
-0.3827921450138092,
-0.6322011947631836,
-0.4022999703884125,
0.021130714565515518,
-0.13808603584766388,
0.22286690771579742,
0.4229884743690491,
0.055887170135974884,
0.023476099595427513,
-0.08457612246274948,
0.22379502654075623,
-0.017171669751405716,
-0.6201487183570862,
-0.418323814868927,
0.8654059767723083,
0.1487472951412201,
-0.3794136941432953,
0.7863431572914124,
-0.13185249269008636,
-0.3256119191646576,
0.44175276160240173,
0.576038122177124,
0.7389256954193115,
-0.2827698886394501,
0.4099314510822296,
0.29553815722465515,
0.5259349346160889,
0.09787482023239136,
0.8844577074050903,
0.2799890637397766,
-0.8754382729530334,
-0.3235606849193573,
-0.6562145948410034,
-0.49772846698760986,
0.3843029737472534,
-0.6199654340744019,
0.10975244641304016,
-0.33680179715156555,
0.025184398517012596,
-0.3535477817058563,
0.023625729605555534,
-0.9987645745277405,
0.7402287721633911,
0.072100430727005,
0.9098117351531982,
-0.8728237748146057,
1.1249525547027588,
0.48449745774269104,
-0.38611119985580444,
-0.7815108299255371,
0.06094968691468239,
0.0598251037299633,
-1.1823512315750122,
0.57746821641922,
0.09433957934379578,
0.39000287652015686,
0.42922890186309814,
-0.8135460019111633,
-0.5666201114654541,
1.462204098701477,
-0.020138848572969437,
-0.6941686868667603,
0.11297709494829178,
0.4184412658214569,
0.3371718227863312,
-0.20112749934196472,
0.2069019377231598,
0.6443049907684326,
0.7319062948226929,
0.33813968300819397,
-0.7233481407165527,
-0.1429295837879181,
-0.4234374165534973,
-0.15560662746429443,
0.23329271376132965,
-0.5569401383399963,
0.9611784219741821,
0.19500219821929932,
-0.023756245151162148,
-0.24639923870563507,
0.5881301164627075,
0.30110910534858704,
0.33922573924064636,
0.2060501128435135,
0.785827100276947,
0.7967280149459839,
-0.538734495639801,
1.0076799392700195,
-0.046840667724609375,
0.12177419662475586,
0.8426578044891357,
-0.06473583728075027,
0.6508674025535583,
0.3342677354812622,
-0.22292493283748627,
0.338196337223053,
0.7850570678710938,
-0.4471205770969391,
0.6785017848014832,
0.0451904721558094,
-0.34514158964157104,
0.31495416164398193,
0.34159523248672485,
-0.6333705186843872,
0.2530231475830078,
0.4845044016838074,
-0.4485149383544922,
-0.1629388928413391,
0.2505364418029785,
-0.17193743586540222,
-0.402915358543396,
-0.6264312863349915,
0.7654533982276917,
-0.17080901563167572,
-0.393839955329895,
0.357114315032959,
-0.07617717236280441,
0.5825320482254028,
-0.7909605503082275,
-0.4742530882358551,
0.02839156799018383,
0.0877043753862381,
-0.1735256165266037,
-1.4038996696472168,
0.44321560859680176,
0.14638854563236237,
-0.13164226710796356,
-0.17658033967018127,
0.799832820892334,
-0.2902245819568634,
-0.4320114254951477,
-0.10811996459960938,
0.17976924777030945,
0.38892635703086853,
0.04306517168879509,
-0.7778676152229309,
0.16662734746932983,
0.382599800825119,
-0.23838047683238983,
0.24750985205173492,
0.5176110863685608,
0.019066097214818,
0.5443970561027527,
0.6230994462966919,
0.4026201069355011,
0.3372492492198944,
0.0983998104929924,
0.9987706542015076,
-0.7915084958076477,
-0.42379236221313477,
-0.9821590781211853,
0.6484087705612183,
-0.5197592377662659,
-0.7923367619514465,
0.9570215940475464,
0.8751177191734314,
0.7818354964256287,
-0.2783178687095642,
1.2458908557891846,
-0.07829560339450836,
0.10117417573928833,
-0.7319201231002808,
0.616536021232605,
-0.4051510989665985,
0.025183577090501785,
-0.2779633104801178,
-0.7294442057609558,
-0.3267078399658203,
0.0919797495007515,
-0.15923504531383514,
0.030580444261431694,
0.649271547794342,
0.5266357064247131,
0.1459318995475769,
0.34021955728530884,
0.5208292007446289,
-0.15978708863258362,
0.5186120867729187,
0.5137989521026611,
0.42312270402908325,
-0.4879625141620636,
0.7410941123962402,
0.1565357893705368,
-0.4160352349281311,
0.05052848532795906,
-0.9229071736335754,
-0.8885524272918701,
-0.6437090039253235,
-0.07780004292726517,
-0.20075124502182007,
0.10012858361005783,
0.13773135840892792,
0.5575076937675476,
-0.4141550362110138,
0.12777356803417206,
-0.3827095329761505,
-0.19200551509857178,
0.011316142976284027,
-0.2299332469701767,
0.6673398613929749,
-0.04319194331765175,
-0.7885210514068604,
0.045684751123189926,
0.3073767423629761,
0.2494650036096573,
-0.3049902319908142,
-0.49574148654937744,
0.05427249148488045,
0.029117422178387642,
0.4008515775203705,
0.31659063696861267,
-0.3430849611759186,
-0.2849326729774475,
-0.20028743147850037,
0.08465033769607544,
0.3991282284259796,
0.5283615589141846,
-0.6860334873199463,
0.6361294388771057,
0.6164442300796509,
0.27089723944664,
0.8359453082084656,
-0.023855354636907578,
0.6297714710235596,
-1.176803708076477,
0.22622951865196228,
0.1792454570531845,
0.11216672509908676,
0.1597217619419098,
-0.3893410563468933,
0.38059645891189575,
0.5036540031433105,
-0.8986830115318298,
-0.515673816204071,
0.15768694877624512,
-1.0069235563278198,
0.19459578394889832,
1.091995358467102,
-0.28486213088035583,
-0.4368762969970703,
-0.11065438389778137,
-0.41596078872680664,
0.2593533992767334,
-0.4337189495563507,
-0.02343207225203514,
0.570690393447876,
0.013652862049639225,
-0.5504903793334961,
-1.0522019863128662,
0.8705039024353027,
-0.5590922236442566,
-1.264609694480896,
-0.1508779674768448,
0.27209800481796265,
0.22166959941387177,
-0.045926082879304886,
0.829594612121582,
-0.2604527473449707,
0.02215549722313881,
0.385621041059494,
0.43460172414779663,
-0.28519532084465027,
-0.2890404462814331,
-0.14746792614459991,
0.24223396182060242,
-0.29261863231658936,
-0.9044522643089294
]
|
UnderstandLing/oasst1_instruct | UnderstandLing | 2023-12-04T12:37:49Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T09:51:25Z | ---
license: apache-2.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
ScandEval/swedn-mini | ScandEval | 2023-12-04T09:54:49Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T09:54:42Z | ---
dataset_info:
features:
- name: id
dtype: string
- name: headline
dtype: string
- name: target_text
dtype: string
- name: text
dtype: string
- name: article_category
dtype: string
splits:
- name: train
num_bytes: 3423378
num_examples: 1024
- name: val
num_bytes: 1247967
num_examples: 256
- name: test
num_bytes: 12652889
num_examples: 2048
download_size: 10448841
dataset_size: 17324234
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
yangp/chat-gvg-chinese | yangp | 2023-12-04T09:58:07Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T09:57:43Z | ---
license: apache-2.0
dataset_info:
features:
- name: context
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 38901832
num_examples: 13166
download_size: 15698181
dataset_size: 38901832
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
zaanind/grdt | zaanind | 2023-12-04T10:02:18Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T10:02:17Z | ---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 7976
num_examples: 16
download_size: 8071
dataset_size: 7976
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Lacker1/mai-sakurajima-text-dataset | Lacker1 | 2023-12-04T15:49:37Z | 0 | 0 | [
"license:unknown",
"region:us"
]
| null | 2023-12-04T10:10:10Z | ---
license: unknown
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
lawful-good-project/ipc_decisions_4k_512 | lawful-good-project | 2023-12-04T10:54:44Z | 0 | 0 | [
"license:gpl-3.0",
"region:us"
]
| null | 2023-12-04T10:18:59Z | ---
license: gpl-3.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Ajayaadhi/Medical-QA | Ajayaadhi | 2023-12-04T10:33:51Z | 0 | 0 | [
"task_categories:question-answering",
"language:en",
"region:us"
]
| [
"question-answering"
]
| 2023-12-04T10:29:06Z | ---
task_categories:
- question-answering
language:
- en
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
### Direct Use
<!-- This section describes suitable use cases for the dataset. -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
[More Information Needed]
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
[More Information Needed]
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
[More Information Needed]
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
[More Information Needed]
#### Who are the source data producers?
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
[More Information Needed]
### Annotations [optional]
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
#### Annotation process
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
[More Information Needed]
#### Who are the annotators?
<!-- This section describes the people or systems who created the annotations. -->
[More Information Needed]
#### Personal and Sensitive Information
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
## Citation [optional]
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Dataset Card Authors [optional]
[More Information Needed]
## Dataset Card Contact
[More Information Needed] | [
-0.5322351455688477,
-0.5534719228744507,
0.12901289761066437,
0.2347063571214676,
-0.3962622284889221,
-0.11762448400259018,
-0.035453036427497864,
-0.6389271020889282,
0.5699825882911682,
0.7838322520256042,
-0.7834625840187073,
-0.9173277020454407,
-0.5563315749168396,
0.13078105449676514,
-0.25836414098739624,
1.4277653694152832,
-0.07220239192247391,
-0.2033545821905136,
-0.2829940915107727,
-0.26630255579948425,
-0.4351329803466797,
-0.5792984366416931,
-0.44002002477645874,
-0.14093586802482605,
0.38970518112182617,
0.5670598149299622,
0.7159003615379333,
1.1110914945602417,
0.6785839796066284,
0.1675628274679184,
-0.07922661304473877,
-0.06100578233599663,
-0.40480929613113403,
-0.14074963331222534,
-0.02046305127441883,
-0.22260984778404236,
-0.7711117267608643,
0.2643759250640869,
0.47405484318733215,
0.7146176099777222,
-0.12771306931972504,
0.6211419105529785,
-0.2142738252878189,
0.7270414233207703,
-0.4724512994289398,
0.41447120904922485,
-0.15545645356178284,
0.16872093081474304,
-0.6443886160850525,
-0.07231394201517105,
0.061431799083948135,
-0.5627982020378113,
-0.05322359502315521,
-0.7957130670547485,
0.37330904603004456,
0.2772391438484192,
0.8517240285873413,
0.05712105706334114,
-0.35045766830444336,
-0.31975674629211426,
-0.585089921951294,
0.3129339814186096,
-0.4080253839492798,
-0.017931370064616203,
0.7240698933601379,
0.39896777272224426,
0.009034592658281326,
-0.7019612193107605,
-0.48214009404182434,
0.13333472609519958,
-0.20562055706977844,
0.24760767817497253,
-0.08278334140777588,
-0.09538396447896957,
0.6727794408798218,
0.7383683919906616,
-0.5963423252105713,
-0.25524285435676575,
-0.6985990405082703,
-0.2177361100912094,
1.0074135065078735,
0.25644707679748535,
0.1565954089164734,
-0.348896324634552,
-0.3486616313457489,
-0.2049988955259323,
-0.4738893210887909,
-0.05279020592570305,
0.68558269739151,
0.2998024821281433,
-0.6260338425636292,
0.835576593875885,
-0.3188680112361908,
0.48785772919654846,
0.01528459507972002,
0.008300617337226868,
0.5737200379371643,
-0.6918461322784424,
-0.04162300378084183,
0.10408731549978256,
0.5788961052894592,
0.6721233129501343,
0.1452380269765854,
0.009241484105587006,
0.0028003386687487364,
-0.10878550261259079,
0.17004628479480743,
-0.644170343875885,
-0.38644686341285706,
0.44240128993988037,
-0.8507917523384094,
-0.2889978885650635,
0.06488954275846481,
-1.1427761316299438,
-0.41230201721191406,
-0.4948771297931671,
0.010799514129757881,
-0.0788683146238327,
-0.4118110239505768,
-0.2078218311071396,
-0.44489043951034546,
0.26282212138175964,
0.10076702386140823,
-0.7277113199234009,
0.6287366151809692,
0.43996462225914,
0.5222576856613159,
-0.05101589486002922,
-0.1339622288942337,
-0.019281629472970963,
0.20891016721725464,
0.024306757375597954,
0.7218337655067444,
-0.363094300031662,
-0.5581692457199097,
0.1403525173664093,
0.2611675262451172,
0.28195807337760925,
-0.3474700450897217,
0.8015499114990234,
-0.19407202303409576,
0.4083690643310547,
-0.7143997550010681,
-0.6429363489151001,
-0.20866839587688446,
0.17477555572986603,
-1.0122045278549194,
1.1342436075210571,
0.24763041734695435,
-1.0689141750335693,
0.47549155354499817,
-1.0303272008895874,
-0.48102858662605286,
0.24265418946743011,
-0.051119908690452576,
-0.4262712895870209,
-0.12271417677402496,
0.052389197051525116,
0.4713812470436096,
-0.47319552302360535,
0.09817288815975189,
-0.37173694372177124,
-0.1272989958524704,
-0.09148239344358444,
0.1678905040025711,
1.019734263420105,
0.20358321070671082,
-0.08484751731157303,
0.017669327557086945,
-0.9991612434387207,
-0.23685914278030396,
0.350046843290329,
-0.1883031278848648,
-0.1607387363910675,
-0.18916165828704834,
0.5647610425949097,
0.016318826004862785,
0.22468715906143188,
-0.4697543978691101,
0.3563199043273926,
0.028423434123396873,
0.256729394197464,
0.4338531792163849,
0.33838436007499695,
0.3696279525756836,
-0.4771856367588043,
0.5127852559089661,
0.07595658302307129,
0.5127125978469849,
-0.10354585945606232,
-0.6640815138816833,
-0.4012942910194397,
-0.15334950387477875,
0.30610403418540955,
0.563536524772644,
-0.46435827016830444,
0.8162848353385925,
-0.21233288943767548,
-0.6475728154182434,
-0.42384958267211914,
0.07657385617494583,
0.23889683187007904,
0.7090007662773132,
0.5050581097602844,
-0.37717822194099426,
-0.7574751973152161,
-0.847366452217102,
-0.015871591866016388,
-0.12430405616760254,
0.20770005881786346,
0.4940079152584076,
0.6812915802001953,
-0.05687478929758072,
0.9338014721870422,
-0.7066599130630493,
-0.3620982766151428,
-0.1963309943675995,
0.0017855520127341151,
0.12801049649715424,
0.6006532907485962,
0.6958478689193726,
-1.0461090803146362,
-0.1650433987379074,
-0.5060396790504456,
-0.7555428743362427,
-0.12707529962062836,
-0.012206828221678734,
-0.31748732924461365,
-0.09752585738897324,
0.03662740811705589,
-0.4850952625274658,
0.8282790184020996,
0.44620218873023987,
-0.5182725787162781,
0.4847734272480011,
0.02098952792584896,
-0.04535841941833496,
-1.2100749015808105,
0.4020926356315613,
0.13754577934741974,
0.061173390597105026,
-0.5976223349571228,
-0.3275655210018158,
-0.1536218822002411,
-0.1451301872730255,
-0.2772635221481323,
0.8228893280029297,
-0.3565063178539276,
0.11698467284440994,
-0.1426881104707718,
-0.10752648115158081,
0.03038969822227955,
0.2565537691116333,
0.15177519619464874,
0.3645952343940735,
0.5698354244232178,
-0.5688967704772949,
0.4668230414390564,
0.5754785537719727,
-0.14390303194522858,
0.7892168760299683,
-0.6164418458938599,
-0.12967893481254578,
-0.3752557933330536,
0.4247766137123108,
-0.5819748044013977,
-0.6057788133621216,
0.6596699953079224,
-0.417929083108902,
0.2425946295261383,
-0.1345493197441101,
-0.6490167379379272,
-0.42079079151153564,
-0.288357138633728,
0.3324044346809387,
0.4197383224964142,
-0.2724873423576355,
0.4596306383609772,
0.7969318628311157,
0.11961791664361954,
-0.3892819583415985,
-0.70968097448349,
0.08148320764303207,
-0.43214163184165955,
-0.26754558086395264,
0.5095099210739136,
-0.256313681602478,
-0.1443001925945282,
0.2815159261226654,
0.25188541412353516,
-0.389712929725647,
-0.0742080956697464,
0.5035110116004944,
0.1609128713607788,
0.09573982656002045,
0.1592445820569992,
-0.15623459219932556,
-0.21688403189182281,
0.1075960323214531,
0.002940718550235033,
0.11411216109991074,
0.2358311116695404,
-0.08311722427606583,
-0.4356757402420044,
0.6859365105628967,
0.15503817796707153,
-0.12177257984876633,
0.5973128080368042,
0.8894073367118835,
-0.6822915077209473,
0.19954055547714233,
-0.625855028629303,
-0.25914445519447327,
-0.3478979170322418,
-0.032314483076334,
-0.13415758311748505,
-0.46436360478401184,
0.7888944149017334,
0.1887783408164978,
0.15687137842178345,
0.7963740825653076,
0.5263358950614929,
-0.06330268830060959,
0.5221442580223083,
0.6906416416168213,
-0.21243266761302948,
0.4697837233543396,
-0.3434242308139801,
-0.08840983361005783,
-0.9047355651855469,
-0.4944925308227539,
-0.5778295397758484,
-0.36010923981666565,
-0.8817862272262573,
-0.11855536699295044,
-0.08814220130443573,
-0.056199539452791214,
-0.2629213035106659,
0.5310103893280029,
-0.7151177525520325,
0.31732437014579773,
0.7052904367446899,
0.06259095668792725,
0.060223281383514404,
-0.022001976147294044,
0.14766141772270203,
0.08306985348463058,
-0.4303504526615143,
-0.5053636431694031,
1.2863563299179077,
0.48642048239707947,
0.5368598699569702,
-0.11776642501354218,
0.7715006470680237,
0.4440353214740753,
0.3305719196796417,
-0.2893712818622589,
0.4088367521762848,
-0.10089240223169327,
-1.0765377283096313,
-0.12948085367679596,
-0.24797067046165466,
-0.9338178038597107,
-0.2735869288444519,
-0.46941709518432617,
-0.7533428072929382,
0.5009004473686218,
0.24003008008003235,
-0.2917146682739258,
0.1512092649936676,
-0.6150409579277039,
0.9021360874176025,
-0.1849132627248764,
-0.27467799186706543,
0.23907405138015747,
-0.9653924107551575,
0.23010972142219543,
0.1952180117368698,
0.19617393612861633,
-0.4476599097251892,
-0.07478247582912445,
0.9032991528511047,
-0.44880273938179016,
0.9190654754638672,
-0.4763750433921814,
0.47022682428359985,
0.44940587878227234,
-0.47424858808517456,
0.15796375274658203,
0.17349345982074738,
-0.12361601740121841,
0.4773770868778229,
0.20282162725925446,
-0.5221541523933411,
-0.2911446988582611,
0.46231117844581604,
-0.6914128661155701,
-0.09781750291585922,
-0.4696914255619049,
-0.4767621159553528,
0.10357982665300369,
0.24624955654144287,
0.33581864833831787,
0.3377133309841156,
-0.08140823990106583,
0.23540395498275757,
0.5560411810874939,
-0.06638703495264053,
0.12404123693704605,
0.26863154768943787,
-0.030524978414177895,
-0.608593225479126,
0.5876824259757996,
0.3803280293941498,
-0.22932665050029755,
0.24574324488639832,
0.2256661057472229,
-0.6421483755111694,
-0.31228914856910706,
-0.4053354263305664,
0.2443532943725586,
-0.626538872718811,
-0.19637605547904968,
-0.4020339548587799,
-0.2135804146528244,
-0.5147698521614075,
0.1112908124923706,
-0.029207240790128708,
-0.5266945958137512,
-0.4506498873233795,
-0.32515615224838257,
0.7573337554931641,
0.5789275169372559,
-0.3924274742603302,
0.32193616032600403,
-0.4840146005153656,
0.3529738783836365,
-0.017062682658433914,
0.44372013211250305,
-0.2336057424545288,
-0.14441847801208496,
-0.14930252730846405,
0.022786719724535942,
-0.10669490694999695,
-0.9325903654098511,
0.11986421793699265,
0.0763063058257103,
0.6136772036552429,
0.2610577642917633,
0.29678937792778015,
0.567000687122345,
-0.30420827865600586,
0.9059813618659973,
0.07383496314287186,
-0.4421997666358948,
0.7570323944091797,
-0.327411949634552,
0.11185620725154877,
0.9519716501235962,
0.6140672564506531,
-0.42978498339653015,
0.18590542674064636,
-0.9215112924575806,
-0.9937744140625,
0.5196039080619812,
0.31922295689582825,
0.2354261875152588,
0.06061980500817299,
0.8433675169944763,
0.06772629916667938,
0.4226522147655487,
-0.8025707602500916,
-0.7522895932197571,
-0.2817062735557556,
-0.29311591386795044,
0.05329716205596924,
-0.33913591504096985,
-0.5037477016448975,
-0.34415048360824585,
0.5282148718833923,
0.14090916514396667,
0.3969689905643463,
0.17111942172050476,
0.2516351640224457,
-0.06745301932096481,
-0.11509978771209717,
0.4621606469154358,
0.5251029133796692,
-0.3282468914985657,
-0.08250550180673599,
-0.025995612144470215,
-0.7686241865158081,
-0.2148369401693344,
0.4589802920818329,
-0.3482166528701782,
-0.05698490887880325,
0.36299240589141846,
0.7732824683189392,
-0.018623990938067436,
-0.22196802496910095,
0.5230276584625244,
-0.11865153908729553,
-0.30249446630477905,
-0.5915729403495789,
-0.05118639022111893,
-0.1332307606935501,
-0.06489486992359161,
0.2702444791793823,
-0.12774191796779633,
0.2582813501358032,
-0.4472014009952545,
0.25929707288742065,
0.024817338213324547,
-0.2489752322435379,
-0.28345969319343567,
0.6869940161705017,
0.28007370233535767,
-0.26462140679359436,
0.5467578172683716,
-0.15265485644340515,
-0.07638133317232132,
0.6454656720161438,
0.24770395457744598,
0.6935948133468628,
-0.15866035223007202,
0.12983180582523346,
0.6038901209831238,
0.33654484152793884,
0.11461019515991211,
0.5916908383369446,
-0.27353501319885254,
-0.5786523818969727,
-0.006444781553000212,
-0.4853270351886749,
-0.4581213593482971,
0.22475643455982208,
-0.9527000188827515,
0.30805566906929016,
-0.5888944268226624,
-0.30073192715644836,
0.26340898871421814,
0.3652278482913971,
-1.0139117240905762,
0.45224738121032715,
0.04414305463433266,
1.1820769309997559,
-1.119282603263855,
0.577063798904419,
0.8364749550819397,
-0.8826048374176025,
-0.6456287503242493,
-0.16520753502845764,
0.31092968583106995,
-0.6403047442436218,
0.1986510306596756,
0.0003725065034814179,
0.607772171497345,
-0.3542310893535614,
-0.6231100559234619,
-0.7040721774101257,
1.143595576286316,
0.14854975044727325,
-0.25715264678001404,
0.11552979052066803,
0.23829297721385956,
0.535751461982727,
-0.5135538578033447,
0.33659470081329346,
0.49841225147247314,
0.7189772725105286,
0.33514145016670227,
-0.606887936592102,
0.2933216094970703,
-0.3268103301525116,
-0.04367714747786522,
-0.20540441572666168,
-0.63370281457901,
0.6847780346870422,
-0.006081408821046352,
-0.1166309043765068,
-0.08722133189439774,
0.5316911935806274,
0.17651452124118805,
0.6396270990371704,
0.3784569501876831,
0.5570396184921265,
0.8631088733673096,
-0.2908041477203369,
1.1758170127868652,
-0.35850363969802856,
0.24997563660144806,
1.269890308380127,
-0.13103610277175903,
0.5348809957504272,
0.26016879081726074,
-0.23016716539859772,
0.3023880422115326,
1.0129563808441162,
-0.4186728298664093,
0.35802707076072693,
0.2513551414012909,
-0.04276423528790474,
0.10185519605875015,
-0.3064853250980377,
-0.730597734451294,
0.38997596502304077,
0.23593170940876007,
-0.6280828714370728,
-0.13917674124240875,
-0.09250512719154358,
0.26762571930885315,
-0.1917828470468521,
-0.2574617564678192,
0.8110609650611877,
-0.15455682575702667,
-0.2532392144203186,
-0.0835026353597641,
-0.16063684225082397,
0.23226961493492126,
-0.5691500306129456,
-0.17879199981689453,
-0.2315799742937088,
-0.20174576342105865,
-0.6518124341964722,
-0.9626671671867371,
0.5825818181037903,
-0.012131212279200554,
-0.5794599056243896,
-0.22810357809066772,
0.8179099559783936,
-0.37114468216896057,
-0.6380089521408081,
-0.04102465137839317,
0.2565525472164154,
0.4245239794254303,
0.09657839685678482,
-0.9478078484535217,
0.22855080664157867,
-0.21156743168830872,
-0.26186636090278625,
0.10586746782064438,
0.23596374690532684,
-0.10335159301757812,
0.4360159933567047,
0.7023237943649292,
0.3273944854736328,
-0.1242854967713356,
0.13510236144065857,
0.9252440333366394,
-0.7342978119850159,
-0.4625920057296753,
-0.41028308868408203,
0.6626441478729248,
-0.5184847712516785,
-0.5347129702568054,
0.7977844476699829,
0.8498436808586121,
0.8176966905593872,
0.12991100549697876,
0.8187601566314697,
-0.4332456886768341,
0.7677643895149231,
-0.24508969485759735,
0.6689828634262085,
-0.42411327362060547,
-0.10063158720731735,
-0.2664068043231964,
-0.9354588389396667,
-0.505253255367279,
0.6902311444282532,
-0.20295438170433044,
0.23404699563980103,
0.25020503997802734,
0.5304372906684875,
0.19681450724601746,
0.3733433485031128,
-0.05861026048660278,
0.21721996366977692,
0.07772576063871384,
0.1282135546207428,
0.37580087780952454,
-0.5889046788215637,
0.27972152829170227,
-0.6404979825019836,
-0.31928950548171997,
-0.04960240423679352,
-1.1082559823989868,
-0.7449440360069275,
-0.7634165287017822,
-0.723642885684967,
-0.35850217938423157,
0.00753138680011034,
0.7819825410842896,
0.9368783235549927,
-0.916336178779602,
-0.322914719581604,
0.14481881260871887,
0.10485931485891342,
-0.16521196067333221,
-0.28845852613449097,
0.4671727418899536,
0.22241897881031036,
-0.569394052028656,
-0.17762409150600433,
0.011288383975625038,
0.17484509944915771,
-0.23052367568016052,
0.0941934809088707,
-0.10326766222715378,
-0.19222165644168854,
0.36088016629219055,
0.6708441972732544,
-0.42662450671195984,
-0.21156203746795654,
-0.2003864198923111,
0.11818711459636688,
0.03888997435569763,
0.6351144909858704,
-0.37614405155181885,
0.4970649480819702,
0.33857274055480957,
0.3151404559612274,
0.6314780712127686,
0.2328711897134781,
0.13945360481739044,
-0.7346063256263733,
0.06147494167089462,
0.2584170401096344,
0.3321380317211151,
0.29351887106895447,
-0.7001358866691589,
0.7789444923400879,
0.3469659388065338,
-0.4873555600643158,
-0.6972063779830933,
-0.17558127641677856,
-1.2675182819366455,
0.23634228110313416,
1.2386285066604614,
0.04002358391880989,
-0.3113694489002228,
-0.37007221579551697,
-0.25812220573425293,
0.21802161633968353,
-0.4508115351200104,
0.5693631768226624,
0.7288311719894409,
-0.29467377066612244,
-0.013991051353514194,
-0.5231766700744629,
0.7532219886779785,
-0.3742695450782776,
-1.0666297674179077,
0.11402764171361923,
0.44754648208618164,
0.3570375144481659,
0.14845751225948334,
0.7762817740440369,
-0.2861451804637909,
0.06558873504400253,
0.052236396819353104,
0.3350769579410553,
-0.11793413758277893,
-0.24684925377368927,
-0.16793817281723022,
0.16195489466190338,
-0.3028850257396698,
-0.36595016717910767
]
|
GroupSix/common-voice-sv | GroupSix | 2023-12-04T10:45:09Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T10:29:43Z | ---
license: apache-2.0
dataset_info:
features:
- name: input_features
sequence:
sequence: float32
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 12026242920
num_examples: 12521
- name: test
num_bytes: 4917685848
num_examples: 5120
download_size: 2495037720
dataset_size: 16943928768
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
ineoApp/dataset_02 | ineoApp | 2023-12-04T14:41:26Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T10:36:01Z | ---
dataset_info:
features:
- name: id
dtype: string
- name: image
dtype: image
- name: bboxes
sequence:
sequence: int64
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': numero facture
'2': fournisseur
'3': date facture
'4': date limite
'5': montant ht
'6': montant ttc
'7': tva
'8': prix tva
'9': addresse
'10': reference
'11': art1 designation
'12': art1 quantite
'13': art1 prix unit
'14': art1 tva
'15': art1 montant ht
'16': art2 designation
'17': art2 quantite
'18': art2 prix unit
'19': art2 tva
'20': art2 montant ht
- name: tokens
sequence: string
splits:
- name: train
num_bytes: 35625168.0
num_examples: 24
- name: test
num_bytes: 8906292.0
num_examples: 6
download_size: 44448792
dataset_size: 44531460.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Tejagoud/english_spain_20layouts | Tejagoud | 2023-12-04T10:59:34Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T10:45:35Z | ---
dataset_info:
features:
- name: image
dtype: image
- name: ground_truth
dtype: string
splits:
- name: train
num_bytes: 2840533918.5972295
num_examples: 10322
- name: test
num_bytes: 358183551.4668479
num_examples: 1291
- name: validation
num_bytes: 358702625.69392234
num_examples: 1290
download_size: 3000508409
dataset_size: 3557420095.758
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
FreedomIntelligence/2023_Pharmacist_Licensure_Examination-TCM_track | FreedomIntelligence | 2023-12-04T11:39:31Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T10:54:07Z | ---
license: apache-2.0
---
The 2023 Chinese National Pharmacist Licensure Examination is divided into two distinct tracks: the Pharmacy track and the Traditional Chinese Medicine (TCM) Pharmacy track. The data provided here pertains to the Traditional Chinese Medicine (TCM) Pharmacy track examination. It is important to note that this dataset was collected from online sources, and there may be some discrepancies between this data and the actual examination.
- **Repository:** https://github.com/FreedomIntelligence/HuatuoGPT-II | [
0.08776386082172394,
-0.6775180697441101,
0.5603006482124329,
0.06316746771335602,
-0.4089019298553467,
0.1275072991847992,
0.13636130094528198,
-0.6762660145759583,
0.2071681022644043,
1.0700798034667969,
-0.5843232870101929,
-0.4683701694011688,
-0.13192912936210632,
-0.17624162137508392,
0.07704273611307144,
1.0194423198699951,
-0.1668311208486557,
0.4881005585193634,
0.14637677371501923,
-0.21884572505950928,
-0.7405222058296204,
-0.45773816108703613,
-0.7166845202445984,
-0.8150804042816162,
0.5693248510360718,
0.19482927024364471,
0.4279979467391968,
0.7838563323020935,
0.8239400386810303,
0.06775885075330734,
-0.0010803031036630273,
-0.10307822376489639,
0.13236920535564423,
-0.21876230835914612,
-0.007030618377029896,
-0.24714764952659607,
-0.6647847294807434,
0.36071497201919556,
0.7374623417854309,
0.6152632236480713,
-0.179277703166008,
0.17225021123886108,
0.06128036230802536,
0.925674319267273,
-0.42380794882774353,
-0.08022192865610123,
-0.057913485914468765,
0.16744907200336456,
-0.40112656354904175,
-0.4613247215747833,
-0.32612043619155884,
-0.6407471299171448,
0.7684889435768127,
-0.5026180744171143,
-0.012516805902123451,
-0.010336284525692463,
1.102369785308838,
0.03700532019138336,
-1.0319085121154785,
-0.10851618647575378,
-0.5424025058746338,
0.7591357827186584,
-0.5912315249443054,
0.21103569865226746,
0.04926979914307594,
0.6574839949607849,
-0.15512727200984955,
-1.1764158010482788,
-0.06141366809606552,
-0.17140963673591614,
0.12155355513095856,
0.1478319764137268,
0.718387246131897,
0.022319965064525604,
-0.1751294583082199,
0.9030393362045288,
-0.8256739974021912,
-0.03539584204554558,
-0.5317886471748352,
-0.42249006032943726,
0.4852181673049927,
0.5119133591651917,
0.533808171749115,
-0.0473826602101326,
-1.311763882637024,
-0.310115784406662,
-0.7701697945594788,
-0.07622623443603516,
-0.0064158011227846146,
0.30141136050224304,
-0.32917752861976624,
0.28839418292045593,
-0.07905664294958115,
0.9720632433891296,
-0.19385220110416412,
-0.2284516841173172,
0.3185582756996155,
-0.8478257060050964,
-0.4741666316986084,
0.44947004318237305,
1.108638048171997,
0.6393829584121704,
-0.1827869862318039,
0.10738901048898697,
-0.002591229509562254,
-0.6453191041946411,
0.07258907705545425,
-0.4247521162033081,
-0.9638866186141968,
0.8346304893493652,
-0.35606130957603455,
-0.20154473185539246,
0.7030887603759766,
-0.8784747123718262,
-0.517723798751831,
-0.47821834683418274,
0.4792531728744507,
-0.3065589964389801,
-0.15261316299438477,
0.011223981156945229,
-0.3571295440196991,
0.9121357202529907,
0.17076906561851501,
-0.6303660273551941,
0.4826851785182953,
1.1769808530807495,
1.0373835563659668,
-0.7361481785774231,
-0.3385685384273529,
-0.3609130084514618,
0.06672731786966324,
-0.48747265338897705,
0.7726393938064575,
0.07971212267875671,
0.09115666151046753,
-0.18310311436653137,
0.5370907783508301,
-0.15885843336582184,
-0.9051728844642639,
0.40036317706108093,
-0.5114057064056396,
0.36518150568008423,
-0.6435497403144836,
-0.33460456132888794,
-0.29807254672050476,
0.3463186025619507,
-0.7944542169570923,
1.2058254480361938,
0.3712470829486847,
-0.6559163928031921,
0.581510603427887,
-0.40487900376319885,
-0.09068280458450317,
0.3143949508666992,
0.14500820636749268,
-0.6580988168716431,
-0.5915007591247559,
-0.40675264596939087,
-0.07541358470916748,
-0.49636489152908325,
0.5967293977737427,
-0.028293203562498093,
-0.5923209190368652,
0.032981619238853455,
-0.09945695102214813,
1.6757632493972778,
0.12895260751247406,
-0.31797292828559875,
0.1345777064561844,
-0.908730685710907,
0.11643028259277344,
0.13536302745342255,
-0.6135151982307434,
-0.08715289831161499,
-0.06743606179952621,
0.44337254762649536,
0.46645987033843994,
0.36418887972831726,
-0.6217234134674072,
0.4608684480190277,
-0.31826281547546387,
0.3532867431640625,
0.8500800728797913,
0.4902802109718323,
0.1598455309867859,
-0.5467587113380432,
0.24486865103244781,
0.000007743509740976151,
0.44583186507225037,
0.3057054579257965,
-0.7058281302452087,
-0.6805415749549866,
0.0903850570321083,
0.47727975249290466,
0.91911381483078,
-0.3569948971271515,
0.4711439609527588,
0.2801166772842407,
-0.8611447215080261,
-0.01802133210003376,
-0.19208885729312897,
0.2188120186328888,
0.658386766910553,
0.4041050374507904,
-0.5217584371566772,
-0.42136770486831665,
-0.2641873359680176,
-0.5068825483322144,
-0.212509423494339,
-0.1125933974981308,
-0.28021612763404846,
0.5962716341018677,
-0.012317197397351265,
0.31603115797042847,
-0.5955283641815186,
-0.581338107585907,
0.030548883602023125,
-0.08051344007253647,
0.25522327423095703,
0.591758668422699,
0.5878018736839294,
-0.534160852432251,
-0.8113643527030945,
0.04290084168314934,
-0.2985635995864868,
-0.10987930744886398,
-0.3529677391052246,
-0.6772665977478027,
-0.01546467188745737,
-0.11754557490348816,
-0.19323821365833282,
0.3621601164340973,
0.3813394010066986,
-0.3890748620033264,
0.568946361541748,
-0.20480887591838837,
0.1940169483423233,
-0.6582018733024597,
-0.23584730923175812,
-0.2910834550857544,
-0.010778938420116901,
-0.974571704864502,
0.21401160955429077,
0.26526936888694763,
0.13534991443157196,
-0.7493321299552917,
0.4461226165294647,
-0.6387102007865906,
-0.06932462751865387,
-0.13420379161834717,
-0.022250650450587273,
0.18162275850772858,
0.3523959815502167,
0.3532679080963135,
0.23883655667304993,
0.8224470615386963,
-0.733631432056427,
0.9741460084915161,
-0.075902558863163,
-0.26261258125305176,
0.31460827589035034,
-0.41487279534339905,
0.35379424691200256,
0.573210597038269,
0.20050078630447388,
-1.0173591375350952,
-0.5356409549713135,
0.75686115026474,
-0.07719199359416962,
0.23052161931991577,
0.30318713188171387,
-0.5646550059318542,
-0.14046543836593628,
-0.5051472783088684,
0.3421280086040497,
0.405349999666214,
-0.503103494644165,
0.35248565673828125,
0.10867219418287277,
0.4116531014442444,
-0.5138971209526062,
-1.0332118272781372,
-0.39918994903564453,
-0.24917492270469666,
-0.147294819355011,
0.12333253771066666,
0.2480059117078781,
-0.23805776238441467,
-0.2667332589626312,
0.02655715122818947,
-0.38720735907554626,
0.02066226676106453,
0.06713946908712387,
0.7007340788841248,
-0.4731083810329437,
-0.11563897132873535,
-0.2411360740661621,
-0.1321110874414444,
0.5656127333641052,
-0.6156604290008545,
0.4694823622703552,
0.39962640404701233,
-0.3892253041267395,
-0.7783779501914978,
0.05592906102538109,
0.2620511054992676,
-0.13714508712291718,
0.7170602083206177,
0.6728611588478088,
-0.3205733299255371,
0.1314702332019806,
-0.22578319907188416,
-0.19609051942825317,
-0.46475669741630554,
-0.0711650550365448,
0.10657454282045364,
-0.4779965877532959,
0.3862134516239166,
0.2838118374347687,
0.3038129210472107,
0.6617010235786438,
0.7999126315116882,
0.3364281952381134,
0.569191038608551,
0.08194665610790253,
0.3887676000595093,
0.008419833146035671,
0.1306091696023941,
0.1778264045715332,
-0.7884132266044617,
-0.7857473492622375,
-0.16155800223350525,
-0.016934560611844063,
-0.9099864363670349,
-0.595770001411438,
0.18010984361171722,
-0.38138657808303833,
-0.620312511920929,
0.18879082798957825,
-1.0202502012252808,
0.32196322083473206,
0.7575157284736633,
0.17558947205543518,
0.249131977558136,
-0.15790611505508423,
-0.1019432544708252,
0.02794523909687996,
-0.3825020492076874,
-0.3432070016860962,
1.3512924909591675,
0.2977463901042938,
-0.09491048008203506,
0.10988623648881912,
0.4398074448108673,
-0.04912201315164566,
0.3879122734069824,
-0.8769198656082153,
0.4036768078804016,
-0.08529574424028397,
-1.060505986213684,
-0.04236048460006714,
-0.3534170985221863,
-0.5450951457023621,
0.15616603195667267,
0.05125366151332855,
-0.660327136516571,
0.19518718123435974,
-0.09704644978046417,
-0.19398823380470276,
0.7647312879562378,
-0.3775942921638489,
1.0452556610107422,
-0.44628724455833435,
-0.21307030320167542,
0.5134859085083008,
-1.1413770914077759,
0.7405591011047363,
-0.4293425381183624,
-0.23455911874771118,
-0.4473792314529419,
0.0679527223110199,
0.9296370148658752,
-0.8724961876869202,
0.23793213069438934,
-0.29641613364219666,
0.22191284596920013,
0.7554891109466553,
-0.18865986168384552,
-0.10487371683120728,
-0.1615896075963974,
0.08879964053630829,
0.11398105323314667,
0.46012285351753235,
-0.5750611424446106,
-0.04495717212557793,
0.4701744019985199,
-0.7685659527778625,
-0.18489253520965576,
-1.156247854232788,
-0.4141969084739685,
0.11357801407575607,
0.2685498893260956,
0.44164687395095825,
0.6413618326187134,
-0.1721123307943344,
-0.1721617877483368,
0.38554683327674866,
-0.38581910729408264,
0.04356684908270836,
0.5110487937927246,
0.026157215237617493,
-0.47089096903800964,
0.7503990530967712,
0.39638540148735046,
0.5184943675994873,
0.7492012977600098,
0.5649412870407104,
-0.6336979866027832,
-0.22764746844768524,
-0.08442781865596771,
0.34126150608062744,
-0.7121241688728333,
0.1797536164522171,
-0.19160909950733185,
-0.40442103147506714,
-0.6681903004646301,
0.2778494954109192,
-0.1748909205198288,
-0.2430800050497055,
-0.3436993360519409,
0.0013135116314515471,
0.5525432229042053,
0.7845197916030884,
-0.20951992273330688,
0.5335524082183838,
-0.6894678473472595,
0.40328630805015564,
0.2497505247592926,
0.24235349893569946,
-0.0032122363336384296,
-0.44818824529647827,
-0.15404711663722992,
-0.1370147466659546,
-0.7110251188278198,
-1.2312262058258057,
0.4025837779045105,
0.07599283754825592,
0.36987951397895813,
0.8339964747428894,
0.07432258129119873,
0.6250065565109253,
-0.42032766342163086,
1.2452212572097778,
0.20337243378162384,
-0.5661142468452454,
0.592584490776062,
-0.33073320984840393,
0.5598097443580627,
0.5992768406867981,
0.31389206647872925,
-0.6555037498474121,
-0.33896955847740173,
-0.3121742904186249,
-0.8646058440208435,
0.8880586624145508,
-0.17922207713127136,
-0.35253626108169556,
0.29340365529060364,
0.3532657325267792,
0.10317957401275635,
-0.28169485926628113,
-0.7662087678909302,
-0.956170916557312,
-0.16892175376415253,
0.08973580598831177,
0.2908353805541992,
-0.3669801354408264,
0.03129975497722626,
-0.2892012596130371,
0.5491414070129395,
0.3185098171234131,
0.27233612537384033,
0.2597883939743042,
0.5602363348007202,
0.0029322123154997826,
0.3346823453903198,
0.4389673173427582,
1.1355599164962769,
-0.770025372505188,
0.22126412391662598,
-0.08543319255113602,
-1.2799901962280273,
0.4043976366519928,
-0.014513525180518627,
0.0408894382417202,
0.11958349496126175,
0.40204402804374695,
0.3700944185256958,
-0.30367687344551086,
-0.5879487991333008,
0.1638571321964264,
0.22678431868553162,
-0.5196825861930847,
-0.6339971423149109,
0.0048147570341825485,
-0.13398633897304535,
-0.059888824820518494,
0.6123877763748169,
-0.28379589319229126,
0.47549763321876526,
-0.8022302389144897,
0.5171602964401245,
-0.24918395280838013,
-0.9152200818061829,
-0.19417327642440796,
0.9767704010009766,
-0.2968461215496063,
-0.3152693808078766,
0.8725686073303223,
0.004634177777916193,
-0.4202263355255127,
0.9167086482048035,
0.2590464651584625,
0.9926499724388123,
-0.5256286263465881,
0.16948677599430084,
0.6926182508468628,
0.15190231800079346,
-0.21617139875888824,
0.441097617149353,
0.24610571563243866,
-0.0890205055475235,
-0.3291323482990265,
-0.2622641623020172,
-0.7618944048881531,
0.35529857873916626,
-1.0242252349853516,
0.47681355476379395,
-0.7057594060897827,
-0.24417896568775177,
-0.049615826457738876,
0.48888546228408813,
-0.02830483764410019,
0.6625360250473022,
0.06310572475194931,
0.9438509345054626,
-0.748547375202179,
0.9463589787483215,
0.6149064898490906,
-0.026751013472676277,
-1.1136754751205444,
0.15852856636047363,
0.38233450055122375,
-0.5831389427185059,
0.21617406606674194,
0.006687035784125328,
0.3300352692604065,
-0.6726329922676086,
-0.34902504086494446,
-0.4992222189903259,
1.4729214906692505,
-0.17212140560150146,
-0.4125123620033264,
0.163156196475029,
0.7228532433509827,
0.5081421732902527,
-0.13761292397975922,
0.12978661060333252,
0.923882782459259,
0.40993940830230713,
-0.07109092175960541,
-0.9225273728370667,
-0.019662514328956604,
0.07166142761707306,
-0.41436871886253357,
0.37238356471061707,
-0.835695743560791,
1.3605808019638062,
-0.04298603534698486,
-0.16738435626029968,
0.21482321619987488,
0.28489646315574646,
1.1340564489364624,
0.5673406720161438,
0.20514000952243805,
0.25035369396209717,
0.7067914009094238,
-0.6665462851524353,
1.060548186302185,
-0.2964969277381897,
0.39308932423591614,
1.1547582149505615,
-0.32040053606033325,
0.6518080234527588,
0.5888083577156067,
-0.46611103415489197,
0.6291384100914001,
1.6636788845062256,
-0.18636667728424072,
0.5556716322898865,
-0.20554625988006592,
-0.0030807028524577618,
-0.08795001357793808,
-0.12286689877510071,
-0.4599168598651886,
0.3702528178691864,
0.05493401363492012,
-0.4294613003730774,
0.04648749157786369,
-0.503753125667572,
-0.045043911784887314,
-0.41463011503219604,
-0.3463771939277649,
0.7041401267051697,
0.25999540090560913,
-0.5959534049034119,
0.5267114043235779,
-0.07568307965993881,
-0.18597620725631714,
-0.6608918309211731,
-0.24855682253837585,
0.16213750839233398,
0.07184742391109467,
-0.2558554410934448,
-1.1825159788131714,
0.12799720466136932,
-0.533260703086853,
0.44361069798469543,
-0.00565042719244957,
0.6960753202438354,
-0.4623575210571289,
-0.32965895533561707,
0.17736594378948212,
0.22531543672084808,
0.4183407723903656,
0.10481537133455276,
-1.0204944610595703,
-0.21471495926380157,
-0.040322352200746536,
-0.20979739725589752,
0.21316026151180267,
0.37317436933517456,
-0.21663394570350647,
0.46375977993011475,
0.4174802005290985,
0.44292837381362915,
0.20738624036312103,
0.21856538951396942,
0.4064863622188568,
-0.6718204617500305,
-0.6725132465362549,
-0.9209469556808472,
0.38543280959129333,
0.06556560844182968,
-0.6221706867218018,
0.7009530067443848,
0.8568917512893677,
0.4501788914203644,
-0.12760314345359802,
0.30007144808769226,
0.3015579879283905,
0.675330638885498,
-0.6912990212440491,
0.7024336457252502,
-0.6660072207450867,
0.13610903918743134,
-0.2704642415046692,
-1.0002566576004028,
-0.42333540320396423,
-0.005311071872711182,
-0.1646176129579544,
-0.06728244572877884,
0.9322777390480042,
0.23349511623382568,
0.14273306727409363,
-0.04791407659649849,
-0.2254261076450348,
-0.318374365568161,
-0.07441072165966034,
1.084288239479065,
0.8516479134559631,
-0.8050879836082458,
0.054014500230550766,
-0.960573136806488,
0.2230137437582016,
-0.29722413420677185,
-0.4994643032550812,
-0.7726853489875793,
-0.3281572759151459,
-0.6368898153305054,
-0.6020761728286743,
-0.292834997177124,
0.777556836605072,
0.312377393245697,
-1.1778483390808105,
-0.5360888838768005,
0.0636938139796257,
0.3517064154148102,
-0.42926958203315735,
-0.37688201665878296,
0.8442511558532715,
0.485162615776062,
-0.5272374153137207,
-0.07237778604030609,
0.4592647850513458,
0.25373873114585876,
-0.40306776762008667,
-0.0346132330596447,
-0.1899731606245041,
-0.112625353038311,
0.008421401493251324,
0.14418651163578033,
-0.900581419467926,
-0.2395409494638443,
0.35029053688049316,
-0.457790732383728,
0.7596697807312012,
0.7380126714706421,
-0.3641138970851898,
0.8503543138504028,
0.9407625198364258,
-0.028423432260751724,
0.13923978805541992,
0.1580357551574707,
0.4731079638004303,
-0.17291119694709778,
0.3037903606891632,
0.13749344646930695,
-0.012143705040216446,
0.27847784757614136,
-0.4500132203102112,
0.5439919829368591,
0.44005319476127625,
-0.7267453670501709,
-0.9208511114120483,
0.009634865447878838,
-1.4433566331863403,
-0.1609514057636261,
0.9626290798187256,
-0.13239073753356934,
-0.4480929970741272,
-0.549971878528595,
-0.028082411736249924,
0.39386749267578125,
0.05948418378829956,
0.23122233152389526,
0.6224620938301086,
-0.4743659794330597,
-0.40340378880500793,
-1.020387053489685,
0.643050491809845,
-0.01297603640705347,
-0.8559662699699402,
-0.20493099093437195,
0.27581822872161865,
0.5958747267723083,
-0.025738218799233437,
0.8870806097984314,
-0.4035603404045105,
0.6428183317184448,
0.06030680984258652,
-0.09902496635913849,
0.355740487575531,
-0.10770025104284286,
-0.23469184339046478,
0.07859605550765991,
-0.03425287827849388,
-0.4722418487071991
]
|
FreedomIntelligence/2023_Pharmacist_Licensure_Examination-Pharmacy_track | FreedomIntelligence | 2023-12-04T11:39:08Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T10:54:29Z | ---
license: apache-2.0
---
The 2023 Chinese National Pharmacist Licensure Examination is divided into two distinct tracks: the Pharmacy track and the Traditional Chinese Medicine (TCM) Pharmacy track. The data provided here pertains to the Pharmacy track examination. It is important to note that this dataset was collected from online sources, and there may be some discrepancies between this data and the actual examination.
- **Repository:** https://github.com/FreedomIntelligence/HuatuoGPT-II | [
0.06615321338176727,
-0.6557130217552185,
0.5440058708190918,
0.10372215509414673,
-0.3957769572734833,
0.12665845453739166,
0.17131854593753815,
-0.6596987843513489,
0.22136113047599792,
1.0358563661575317,
-0.6264277100563049,
-0.43265846371650696,
-0.14531446993350983,
-0.2049471139907837,
0.04141712933778763,
1.0447202920913696,
-0.16183321177959442,
0.4662831425666809,
0.150796040892601,
-0.2077372819185257,
-0.7359104752540588,
-0.453256756067276,
-0.6942431926727295,
-0.8276883363723755,
0.5898169875144958,
0.17504067718982697,
0.4094581604003906,
0.773248016834259,
0.8231303691864014,
0.06040830537676811,
0.029400784522294998,
-0.14423027634620667,
0.1532757729291916,
-0.22784464061260223,
0.006066387984901667,
-0.20306044816970825,
-0.6290507912635803,
0.3195512294769287,
0.7007105946540833,
0.6188001036643982,
-0.17953382432460785,
0.15574763715267181,
0.07232615351676941,
0.9105507731437683,
-0.41832610964775085,
-0.1018952801823616,
-0.03621537983417511,
0.18970409035682678,
-0.41748154163360596,
-0.39362916350364685,
-0.29704520106315613,
-0.6016412377357483,
0.7510560750961304,
-0.5281801223754883,
0.0025813730899244547,
-0.0066945673897862434,
1.1272133588790894,
0.034637149423360825,
-1.0042105913162231,
-0.13722214102745056,
-0.5282239317893982,
0.741159200668335,
-0.5504900813102722,
0.22798864543437958,
0.044554006308317184,
0.6698291301727295,
-0.09807588160037994,
-1.1897809505462646,
-0.028615964576601982,
-0.12126714736223221,
0.14885127544403076,
0.15083490312099457,
0.7305760979652405,
0.011932325549423695,
-0.1864299476146698,
0.8790636658668518,
-0.7847821116447449,
-0.037504423409700394,
-0.5545026063919067,
-0.45484647154808044,
0.5104981660842896,
0.5102037787437439,
0.5124490261077881,
-0.03863035514950752,
-1.2952983379364014,
-0.3480326533317566,
-0.7564886808395386,
-0.056850481778383255,
0.01575804315507412,
0.2784186601638794,
-0.3471852242946625,
0.32835662364959717,
-0.09682676196098328,
0.9257062077522278,
-0.2170676738023758,
-0.20647259056568146,
0.33713650703430176,
-0.8381142616271973,
-0.43578991293907166,
0.4414595067501068,
1.1143094301223755,
0.6247134208679199,
-0.16465388238430023,
0.12614509463310242,
-0.017790017649531364,
-0.6357170343399048,
0.06868278980255127,
-0.4134257137775421,
-0.9784343838691711,
0.8563283681869507,
-0.3287571966648102,
-0.2090572714805603,
0.7050600647926331,
-0.9089369773864746,
-0.5052067637443542,
-0.45724523067474365,
0.4776587188243866,
-0.300100713968277,
-0.12220757454633713,
-0.0017785830423235893,
-0.3531224727630615,
0.884284257888794,
0.17585265636444092,
-0.6557031273841858,
0.46870124340057373,
1.1787837743759155,
1.0308640003204346,
-0.7217281460762024,
-0.32827362418174744,
-0.3228166699409485,
0.056926824152469635,
-0.44729483127593994,
0.8251944184303284,
0.08850768953561783,
0.0965401753783226,
-0.15440812706947327,
0.5036556124687195,
-0.15386636555194855,
-0.8989969491958618,
0.39674919843673706,
-0.48544806241989136,
0.35000061988830566,
-0.6547402739524841,
-0.3424244821071625,
-0.2791920602321625,
0.31939491629600525,
-0.7756145596504211,
1.238239049911499,
0.37892720103263855,
-0.6591089963912964,
0.5745730400085449,
-0.4014955461025238,
-0.10337288677692413,
0.2670872211456299,
0.13310883939266205,
-0.6906959414482117,
-0.6160730719566345,
-0.3367890417575836,
-0.08044461905956268,
-0.4929022490978241,
0.6389679908752441,
-0.047446150332689285,
-0.5860373973846436,
-0.011700673960149288,
-0.10266973078250885,
1.6909152269363403,
0.09790302067995071,
-0.32811784744262695,
0.12671330571174622,
-0.9159548878669739,
0.10697093605995178,
0.11692388355731964,
-0.6169751882553101,
-0.07118682563304901,
-0.07996112108230591,
0.4649118483066559,
0.46193698048591614,
0.3781120181083679,
-0.6320037245750427,
0.5080341696739197,
-0.304816335439682,
0.34717077016830444,
0.8838443160057068,
0.5081640481948853,
0.14387843012809753,
-0.5062256455421448,
0.26166388392448425,
0.019499696791172028,
0.5259885191917419,
0.30094820261001587,
-0.7644886374473572,
-0.6980246901512146,
0.09511247277259827,
0.4801822900772095,
0.9376174807548523,
-0.33923396468162537,
0.4600866138935089,
0.28126490116119385,
-0.849565327167511,
-0.03650558739900589,
-0.19453398883342743,
0.22752414643764496,
0.6082955002784729,
0.40792056918144226,
-0.49956393241882324,
-0.42535829544067383,
-0.2860410809516907,
-0.4724515974521637,
-0.20606346428394318,
-0.1277000904083252,
-0.26481980085372925,
0.6280561685562134,
-0.013739599846303463,
0.3024709224700928,
-0.6264004707336426,
-0.5570975542068481,
0.06766043603420258,
-0.07618606090545654,
0.24800251424312592,
0.5883360505104065,
0.5828917622566223,
-0.5387590527534485,
-0.7817497849464417,
0.01582915522158146,
-0.31800660490989685,
-0.12289470434188843,
-0.3443910777568817,
-0.6852256059646606,
-0.06319253146648407,
-0.10834232717752457,
-0.20690636336803436,
0.3405802845954895,
0.3615027070045471,
-0.3947879374027252,
0.569205641746521,
-0.14493535459041595,
0.18840549886226654,
-0.661834716796875,
-0.2618178427219391,
-0.30665960907936096,
0.012216871604323387,
-0.9561667442321777,
0.1733313500881195,
0.26860475540161133,
0.10150821506977081,
-0.769687831401825,
0.433697372674942,
-0.5867608785629272,
-0.12567715346813202,
-0.08176682144403458,
-0.03012765757739544,
0.2005104422569275,
0.37124451994895935,
0.3038523197174072,
0.2657177746295929,
0.8232915997505188,
-0.7072928547859192,
0.9667073488235474,
-0.0380127988755703,
-0.30730631947517395,
0.2388448268175125,
-0.40896961092948914,
0.33550748229026794,
0.5823248028755188,
0.22189001739025116,
-0.9950512051582336,
-0.5480287671089172,
0.7688308954238892,
-0.08164680004119873,
0.17670288681983948,
0.32388609647750854,
-0.5749092698097229,
-0.13483960926532745,
-0.5063557624816895,
0.3339318335056305,
0.40961965918540955,
-0.49124714732170105,
0.3191591501235962,
0.13367952406406403,
0.38385406136512756,
-0.5313144326210022,
-1.0367298126220703,
-0.4339538812637329,
-0.2317723035812378,
-0.11015131324529648,
0.09087128192186356,
0.2405301034450531,
-0.262892484664917,
-0.2673439681529999,
0.05372469499707222,
-0.40848737955093384,
-0.007499763276427984,
0.06684567034244537,
0.6898998022079468,
-0.4684774577617645,
-0.10345327854156494,
-0.18518295884132385,
-0.10249602794647217,
0.5633969902992249,
-0.6182793378829956,
0.47081440687179565,
0.4756942689418793,
-0.4206516742706299,
-0.7634553909301758,
0.07268808037042618,
0.27968886494636536,
-0.11974497884511948,
0.6962180137634277,
0.6714981198310852,
-0.2898711860179901,
0.13775603473186493,
-0.18777039647102356,
-0.18984073400497437,
-0.46648553013801575,
-0.06047998368740082,
0.08270293474197388,
-0.46876785159111023,
0.40970125794410706,
0.28132063150405884,
0.2994977831840515,
0.6797396540641785,
0.7864817380905151,
0.31871965527534485,
0.5680422782897949,
0.09319121390581131,
0.34420308470726013,
-0.002160915406420827,
0.1406683474779129,
0.19609427452087402,
-0.7953380346298218,
-0.8045089840888977,
-0.16346892714500427,
0.03851206973195076,
-0.9057908654212952,
-0.5765529870986938,
0.16391609609127045,
-0.3500404357910156,
-0.6241893172264099,
0.19477175176143646,
-1.0065221786499023,
0.3176140785217285,
0.7381396293640137,
0.1655322015285492,
0.21195891499519348,
-0.15400344133377075,
-0.12054987996816635,
-0.0137099027633667,
-0.3935021460056305,
-0.2861081063747406,
1.3552147150039673,
0.29746121168136597,
-0.11002358794212341,
0.08939697593450546,
0.44783642888069153,
0.003814172698184848,
0.3723779022693634,
-0.849661648273468,
0.41490188241004944,
-0.06913210451602936,
-1.0543473958969116,
-0.049005333334207535,
-0.29279524087905884,
-0.4900430142879486,
0.19105209410190582,
0.057504620403051376,
-0.6845194101333618,
0.21980367600917816,
-0.1158650666475296,
-0.16676883399486542,
0.7394918203353882,
-0.35699254274368286,
1.0465370416641235,
-0.42476630210876465,
-0.2134130299091339,
0.5196085572242737,
-1.121765375137329,
0.7197217345237732,
-0.4453110694885254,
-0.2014901489019394,
-0.4720093905925751,
0.07030034810304642,
0.9330406785011292,
-0.8594489097595215,
0.2268134355545044,
-0.30725398659706116,
0.18850579857826233,
0.7722943425178528,
-0.22030489146709442,
-0.11964955180883408,
-0.18338856101036072,
0.08474982529878616,
0.12043748050928116,
0.4406382441520691,
-0.5801082849502563,
-0.06739617139101028,
0.4279473125934601,
-0.7731161117553711,
-0.1735123246908188,
-1.1148821115493774,
-0.4177546501159668,
0.1075759157538414,
0.2421824187040329,
0.4592371881008148,
0.6840320229530334,
-0.15594075620174408,
-0.21027077734470367,
0.3566584289073944,
-0.3888375163078308,
0.040377382189035416,
0.4653039872646332,
-0.011382571421563625,
-0.497004896402359,
0.7606284618377686,
0.3729458153247833,
0.47896453738212585,
0.7717812061309814,
0.5597125887870789,
-0.664042592048645,
-0.16250833868980408,
-0.1064864844083786,
0.3546542227268219,
-0.7515106797218323,
0.18807071447372437,
-0.1928844004869461,
-0.39558133482933044,
-0.719940185546875,
0.26811516284942627,
-0.21538585424423218,
-0.27561742067337036,
-0.36066263914108276,
0.008844902738928795,
0.5305147767066956,
0.8289423584938049,
-0.18561002612113953,
0.5316620469093323,
-0.6863308548927307,
0.3661820888519287,
0.21799629926681519,
0.21338985860347748,
-0.006663101259618998,
-0.45893388986587524,
-0.18640325963497162,
-0.15785326063632965,
-0.7183048129081726,
-1.2321549654006958,
0.37985482811927795,
0.08931171894073486,
0.3461149334907532,
0.826370120048523,
0.04933154210448265,
0.6294795870780945,
-0.42917612195014954,
1.226355791091919,
0.16984200477600098,
-0.5848321318626404,
0.6448568105697632,
-0.364313542842865,
0.5480611324310303,
0.616583526134491,
0.33900707960128784,
-0.5826835036277771,
-0.35091519355773926,
-0.3240785300731659,
-0.9045185446739197,
0.8715465068817139,
-0.15809713304042816,
-0.3729853630065918,
0.3287731409072876,
0.3577386736869812,
0.0888989195227623,
-0.26702266931533813,
-0.776422381401062,
-0.9306814074516296,
-0.15625245869159698,
0.06363740563392639,
0.2923262119293213,
-0.3554534912109375,
0.03229144960641861,
-0.30531594157218933,
0.568649172782898,
0.3305778503417969,
0.29389190673828125,
0.2489934116601944,
0.5845465660095215,
0.04159947484731674,
0.3100655972957611,
0.4547199308872223,
1.1070802211761475,
-0.7625646591186523,
0.1356085240840912,
-0.12608258426189423,
-1.3013079166412354,
0.4212184548377991,
-0.0270401481539011,
0.04350802302360535,
0.09794150292873383,
0.4396553337574005,
0.36067989468574524,
-0.28805577754974365,
-0.5995669364929199,
0.18736548721790314,
0.2689023017883301,
-0.5535019636154175,
-0.6310500502586365,
-0.03983309864997864,
-0.1590936779975891,
-0.006090814247727394,
0.6018622517585754,
-0.26740843057632446,
0.5105825066566467,
-0.7611870765686035,
0.560147762298584,
-0.3194660544395447,
-0.9135878086090088,
-0.194663405418396,
0.9881598949432373,
-0.2788684666156769,
-0.29058367013931274,
0.9075664281845093,
0.01518841739743948,
-0.4346708059310913,
0.9077187180519104,
0.25848203897476196,
0.9848895072937012,
-0.49612709879875183,
0.17885078489780426,
0.7064971327781677,
0.14138191938400269,
-0.21242298185825348,
0.4111616015434265,
0.18478479981422424,
-0.10809317231178284,
-0.3146269917488098,
-0.273149698972702,
-0.7735539078712463,
0.3313693702220917,
-1.044203519821167,
0.4609799087047577,
-0.7107629776000977,
-0.2268926501274109,
-0.04372064024209976,
0.45441964268684387,
0.01432020217180252,
0.6643537878990173,
0.07496879249811172,
0.9185748100280762,
-0.8357599377632141,
0.9874312877655029,
0.612739086151123,
-0.03794592618942261,
-1.071679949760437,
0.2025933712720871,
0.38866862654685974,
-0.5705251693725586,
0.2586503028869629,
0.01463516429066658,
0.3400152325630188,
-0.6843168139457703,
-0.30742257833480835,
-0.4976537823677063,
1.4427013397216797,
-0.1689063310623169,
-0.425434947013855,
0.16766247153282166,
0.727652370929718,
0.48782724142074585,
-0.13232474029064178,
0.11916597187519073,
0.9321029782295227,
0.3745732307434082,
-0.12090273946523666,
-0.9173426628112793,
-0.059448111802339554,
0.05144628882408142,
-0.4120071828365326,
0.36914485692977905,
-0.8403750061988831,
1.401829481124878,
-0.017968660220503807,
-0.14027850329875946,
0.18338963389396667,
0.2957715690135956,
1.1318800449371338,
0.5590713024139404,
0.19154389202594757,
0.26691579818725586,
0.6565245985984802,
-0.6833627820014954,
1.0723140239715576,
-0.26000046730041504,
0.44735217094421387,
1.1394981145858765,
-0.331327348947525,
0.6707106828689575,
0.5881120562553406,
-0.5109249353408813,
0.6434786915779114,
1.667820930480957,
-0.20566073060035706,
0.5870756506919861,
-0.26275452971458435,
0.01054325606673956,
-0.07268691807985306,
-0.14121393859386444,
-0.416937917470932,
0.35361987352371216,
0.08723071962594986,
-0.38025927543640137,
0.05372147634625435,
-0.4479880630970001,
-0.06257257610559464,
-0.4183528423309326,
-0.30599865317344666,
0.691643476486206,
0.20589350163936615,
-0.6160379648208618,
0.49532678723335266,
-0.10514027625322342,
-0.20983941853046417,
-0.6716770529747009,
-0.27368584275245667,
0.1707802265882492,
0.11046374589204788,
-0.22410722076892853,
-1.2250221967697144,
0.1352132260799408,
-0.5197104811668396,
0.47056078910827637,
-0.0017244095215573907,
0.6678294539451599,
-0.4245883822441101,
-0.32178837060928345,
0.22123579680919647,
0.2083723098039627,
0.4326932430267334,
0.09992418438196182,
-1.0640140771865845,
-0.16047987341880798,
0.010985763743519783,
-0.22089125216007233,
0.21040114760398865,
0.34761789441108704,
-0.22952485084533691,
0.4569390118122101,
0.3712509274482727,
0.40868064761161804,
0.2405233532190323,
0.2744070589542389,
0.4258861243724823,
-0.6504194736480713,
-0.6926943063735962,
-0.8873660564422607,
0.4091275632381439,
0.06381548941135406,
-0.6487316489219666,
0.681872546672821,
0.8913685083389282,
0.46537333726882935,
-0.12027757614850998,
0.2879318594932556,
0.2689792215824127,
0.6619737148284912,
-0.6889950037002563,
0.6438992619514465,
-0.6641412973403931,
0.12786471843719482,
-0.26130884885787964,
-0.9951382875442505,
-0.39970529079437256,
-0.0182406734675169,
-0.11164586991071701,
-0.08087773621082306,
0.9287458658218384,
0.2188364565372467,
0.12794367969036102,
-0.038679033517837524,
-0.22553786635398865,
-0.35293424129486084,
-0.05592780560255051,
1.044999361038208,
0.8215047717094421,
-0.8799407482147217,
0.05599077045917511,
-0.9853654503822327,
0.22779221832752228,
-0.296888530254364,
-0.4211227297782898,
-0.7604623436927795,
-0.37502628564834595,
-0.6251046061515808,
-0.5918760895729065,
-0.25418293476104736,
0.7080610990524292,
0.30050334334373474,
-1.1922178268432617,
-0.5573375821113586,
0.0447365939617157,
0.30107367038726807,
-0.38939985632896423,
-0.36865803599357605,
0.8630033731460571,
0.49397122859954834,
-0.5157284140586853,
-0.078559011220932,
0.45468562841415405,
0.2533050775527954,
-0.4119119346141815,
-0.0024387685116380453,
-0.23570165038108826,
-0.14355196058750153,
0.022883566096425056,
0.13796062767505646,
-0.9336875677108765,
-0.226048082113266,
0.32734718918800354,
-0.4314231872558594,
0.766043484210968,
0.7367600202560425,
-0.3293955624103546,
0.8290740847587585,
0.9137361645698547,
-0.03664018586277962,
0.18131910264492035,
0.17005042731761932,
0.44175291061401367,
-0.17798462510108948,
0.3541991710662842,
0.10424652695655823,
-0.025460954755544662,
0.30211973190307617,
-0.464285284280777,
0.5346150398254395,
0.4582515358924866,
-0.7264867424964905,
-0.8783099055290222,
0.025595253333449364,
-1.4209553003311157,
-0.1693570464849472,
0.9311010241508484,
-0.13397377729415894,
-0.4410417675971985,
-0.5198931694030762,
-0.0017679344164207578,
0.40534791350364685,
0.04736442118883133,
0.2165078967809677,
0.6224241256713867,
-0.5312396883964539,
-0.40253615379333496,
-1.042769432067871,
0.6153348684310913,
-0.023679200559854507,
-0.8771693706512451,
-0.21056120097637177,
0.2742454409599304,
0.5719086527824402,
-0.04527110978960991,
0.9080758094787598,
-0.41038617491722107,
0.6059935688972473,
0.1356256604194641,
-0.09963762015104294,
0.41882219910621643,
-0.15477977693080902,
-0.23376716673374176,
0.06392397731542587,
-0.06327353417873383,
-0.46395230293273926
]
|
bitadin/one-one-attributes-v2 | bitadin | 2023-12-04T10:59:57Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T10:59:49Z | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: completion
dtype: string
splits:
- name: train
num_bytes: 222311661
num_examples: 391042
download_size: 38961258
dataset_size: 222311661
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
open-llm-leaderboard/details_WebraftAI__synapsellm-7b-mistral-v0.3-preview | open-llm-leaderboard | 2023-12-04T11:05:46Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:05:04Z | ---
pretty_name: Evaluation run of WebraftAI/synapsellm-7b-mistral-v0.3-preview
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [WebraftAI/synapsellm-7b-mistral-v0.3-preview](https://huggingface.co/WebraftAI/synapsellm-7b-mistral-v0.3-preview)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_WebraftAI__synapsellm-7b-mistral-v0.3-preview\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:02:12.262420](https://huggingface.co/datasets/open-llm-leaderboard/details_WebraftAI__synapsellm-7b-mistral-v0.3-preview/blob/main/results_2023-12-04T11-02-12.262420.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5468346216265638,\n\
\ \"acc_stderr\": 0.03408547225046011,\n \"acc_norm\": 0.5513258664220261,\n\
\ \"acc_norm_stderr\": 0.0348106640487534,\n \"mc1\": 0.37454100367197063,\n\
\ \"mc1_stderr\": 0.016943535128405324,\n \"mc2\": 0.5503392001553602,\n\
\ \"mc2_stderr\": 0.0150300089118087\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5255972696245734,\n \"acc_stderr\": 0.014592230885298962,\n\
\ \"acc_norm\": 0.53839590443686,\n \"acc_norm_stderr\": 0.014568245550296356\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.5545708026289584,\n\
\ \"acc_stderr\": 0.004959973514772515,\n \"acc_norm\": 0.7485560645289783,\n\
\ \"acc_norm_stderr\": 0.004329565016527315\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.33,\n \"acc_stderr\": 0.04725815626252606,\n \
\ \"acc_norm\": 0.33,\n \"acc_norm_stderr\": 0.04725815626252606\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.4444444444444444,\n\
\ \"acc_stderr\": 0.04292596718256981,\n \"acc_norm\": 0.4444444444444444,\n\
\ \"acc_norm_stderr\": 0.04292596718256981\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.5789473684210527,\n \"acc_stderr\": 0.04017901275981749,\n\
\ \"acc_norm\": 0.5789473684210527,\n \"acc_norm_stderr\": 0.04017901275981749\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.5,\n\
\ \"acc_stderr\": 0.050251890762960605,\n \"acc_norm\": 0.5,\n \
\ \"acc_norm_stderr\": 0.050251890762960605\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.5962264150943396,\n \"acc_stderr\": 0.03019761160019795,\n\
\ \"acc_norm\": 0.5962264150943396,\n \"acc_norm_stderr\": 0.03019761160019795\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.6041666666666666,\n\
\ \"acc_stderr\": 0.04089465449325582,\n \"acc_norm\": 0.6041666666666666,\n\
\ \"acc_norm_stderr\": 0.04089465449325582\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.4,\n \"acc_stderr\": 0.04923659639173309,\n \
\ \"acc_norm\": 0.4,\n \"acc_norm_stderr\": 0.04923659639173309\n },\n\
\ \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.49,\n\
\ \"acc_stderr\": 0.05024183937956913,\n \"acc_norm\": 0.49,\n \
\ \"acc_norm_stderr\": 0.05024183937956913\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.33,\n \"acc_stderr\": 0.047258156262526045,\n \
\ \"acc_norm\": 0.33,\n \"acc_norm_stderr\": 0.047258156262526045\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.49710982658959535,\n\
\ \"acc_stderr\": 0.03812400565974833,\n \"acc_norm\": 0.49710982658959535,\n\
\ \"acc_norm_stderr\": 0.03812400565974833\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.28431372549019607,\n \"acc_stderr\": 0.04488482852329017,\n\
\ \"acc_norm\": 0.28431372549019607,\n \"acc_norm_stderr\": 0.04488482852329017\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.66,\n \"acc_stderr\": 0.04760952285695237,\n \"acc_norm\": 0.66,\n\
\ \"acc_norm_stderr\": 0.04760952285695237\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.4595744680851064,\n \"acc_stderr\": 0.032579014820998356,\n\
\ \"acc_norm\": 0.4595744680851064,\n \"acc_norm_stderr\": 0.032579014820998356\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.37719298245614036,\n\
\ \"acc_stderr\": 0.04559522141958216,\n \"acc_norm\": 0.37719298245614036,\n\
\ \"acc_norm_stderr\": 0.04559522141958216\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.5241379310344828,\n \"acc_stderr\": 0.04161808503501531,\n\
\ \"acc_norm\": 0.5241379310344828,\n \"acc_norm_stderr\": 0.04161808503501531\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.3544973544973545,\n \"acc_stderr\": 0.024636830602842,\n \"acc_norm\"\
: 0.3544973544973545,\n \"acc_norm_stderr\": 0.024636830602842\n },\n\
\ \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.3492063492063492,\n\
\ \"acc_stderr\": 0.042639068927951336,\n \"acc_norm\": 0.3492063492063492,\n\
\ \"acc_norm_stderr\": 0.042639068927951336\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.32,\n \"acc_stderr\": 0.046882617226215034,\n \
\ \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.046882617226215034\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\"\
: 0.632258064516129,\n \"acc_stderr\": 0.027430866579973467,\n \"\
acc_norm\": 0.632258064516129,\n \"acc_norm_stderr\": 0.027430866579973467\n\
\ },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\"\
: 0.4088669950738916,\n \"acc_stderr\": 0.034590588158832314,\n \"\
acc_norm\": 0.4088669950738916,\n \"acc_norm_stderr\": 0.034590588158832314\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.54,\n \"acc_stderr\": 0.05009082659620332,\n \"acc_norm\"\
: 0.54,\n \"acc_norm_stderr\": 0.05009082659620332\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.6545454545454545,\n \"acc_stderr\": 0.03713158067481913,\n\
\ \"acc_norm\": 0.6545454545454545,\n \"acc_norm_stderr\": 0.03713158067481913\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.7222222222222222,\n \"acc_stderr\": 0.03191178226713548,\n \"\
acc_norm\": 0.7222222222222222,\n \"acc_norm_stderr\": 0.03191178226713548\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.7357512953367875,\n \"acc_stderr\": 0.03182155050916644,\n\
\ \"acc_norm\": 0.7357512953367875,\n \"acc_norm_stderr\": 0.03182155050916644\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.5256410256410257,\n \"acc_stderr\": 0.025317649726448663,\n\
\ \"acc_norm\": 0.5256410256410257,\n \"acc_norm_stderr\": 0.025317649726448663\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.3148148148148148,\n \"acc_stderr\": 0.02831753349606647,\n \
\ \"acc_norm\": 0.3148148148148148,\n \"acc_norm_stderr\": 0.02831753349606647\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.542016806722689,\n \"acc_stderr\": 0.03236361111951941,\n \
\ \"acc_norm\": 0.542016806722689,\n \"acc_norm_stderr\": 0.03236361111951941\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.33774834437086093,\n \"acc_stderr\": 0.038615575462551684,\n \"\
acc_norm\": 0.33774834437086093,\n \"acc_norm_stderr\": 0.038615575462551684\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.7119266055045872,\n \"acc_stderr\": 0.019416445892636032,\n \"\
acc_norm\": 0.7119266055045872,\n \"acc_norm_stderr\": 0.019416445892636032\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.5,\n \"acc_stderr\": 0.034099716973523674,\n \"acc_norm\": 0.5,\n\
\ \"acc_norm_stderr\": 0.034099716973523674\n },\n \"harness|hendrycksTest-high_school_us_history|5\"\
: {\n \"acc\": 0.6911764705882353,\n \"acc_stderr\": 0.03242661719827218,\n\
\ \"acc_norm\": 0.6911764705882353,\n \"acc_norm_stderr\": 0.03242661719827218\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.6877637130801688,\n \"acc_stderr\": 0.030165137867847018,\n \
\ \"acc_norm\": 0.6877637130801688,\n \"acc_norm_stderr\": 0.030165137867847018\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6412556053811659,\n\
\ \"acc_stderr\": 0.032190792004199956,\n \"acc_norm\": 0.6412556053811659,\n\
\ \"acc_norm_stderr\": 0.032190792004199956\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.6793893129770993,\n \"acc_stderr\": 0.04093329229834278,\n\
\ \"acc_norm\": 0.6793893129770993,\n \"acc_norm_stderr\": 0.04093329229834278\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.6446280991735537,\n \"acc_stderr\": 0.0436923632657398,\n \"acc_norm\"\
: 0.6446280991735537,\n \"acc_norm_stderr\": 0.0436923632657398\n },\n\
\ \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.6851851851851852,\n\
\ \"acc_stderr\": 0.04489931073591312,\n \"acc_norm\": 0.6851851851851852,\n\
\ \"acc_norm_stderr\": 0.04489931073591312\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.6441717791411042,\n \"acc_stderr\": 0.03761521380046734,\n\
\ \"acc_norm\": 0.6441717791411042,\n \"acc_norm_stderr\": 0.03761521380046734\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.4732142857142857,\n\
\ \"acc_stderr\": 0.047389751192741546,\n \"acc_norm\": 0.4732142857142857,\n\
\ \"acc_norm_stderr\": 0.047389751192741546\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.6601941747572816,\n \"acc_stderr\": 0.046897659372781335,\n\
\ \"acc_norm\": 0.6601941747572816,\n \"acc_norm_stderr\": 0.046897659372781335\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8418803418803419,\n\
\ \"acc_stderr\": 0.023902325549560396,\n \"acc_norm\": 0.8418803418803419,\n\
\ \"acc_norm_stderr\": 0.023902325549560396\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.64,\n \"acc_stderr\": 0.04824181513244218,\n \
\ \"acc_norm\": 0.64,\n \"acc_norm_stderr\": 0.04824181513244218\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.7496807151979565,\n\
\ \"acc_stderr\": 0.015491088951494569,\n \"acc_norm\": 0.7496807151979565,\n\
\ \"acc_norm_stderr\": 0.015491088951494569\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.5924855491329479,\n \"acc_stderr\": 0.026454578146931505,\n\
\ \"acc_norm\": 0.5924855491329479,\n \"acc_norm_stderr\": 0.026454578146931505\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.24692737430167597,\n\
\ \"acc_stderr\": 0.01442229220480886,\n \"acc_norm\": 0.24692737430167597,\n\
\ \"acc_norm_stderr\": 0.01442229220480886\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.6209150326797386,\n \"acc_stderr\": 0.027780141207023334,\n\
\ \"acc_norm\": 0.6209150326797386,\n \"acc_norm_stderr\": 0.027780141207023334\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6012861736334405,\n\
\ \"acc_stderr\": 0.0278093225857745,\n \"acc_norm\": 0.6012861736334405,\n\
\ \"acc_norm_stderr\": 0.0278093225857745\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.5895061728395061,\n \"acc_stderr\": 0.027371350925124764,\n\
\ \"acc_norm\": 0.5895061728395061,\n \"acc_norm_stderr\": 0.027371350925124764\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.35106382978723405,\n \"acc_stderr\": 0.028473501272963764,\n \
\ \"acc_norm\": 0.35106382978723405,\n \"acc_norm_stderr\": 0.028473501272963764\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.39895697522816165,\n\
\ \"acc_stderr\": 0.012506757655293665,\n \"acc_norm\": 0.39895697522816165,\n\
\ \"acc_norm_stderr\": 0.012506757655293665\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.5735294117647058,\n \"acc_stderr\": 0.030042615832714864,\n\
\ \"acc_norm\": 0.5735294117647058,\n \"acc_norm_stderr\": 0.030042615832714864\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.5228758169934641,\n \"acc_stderr\": 0.02020665318788479,\n \
\ \"acc_norm\": 0.5228758169934641,\n \"acc_norm_stderr\": 0.02020665318788479\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6363636363636364,\n\
\ \"acc_stderr\": 0.04607582090719976,\n \"acc_norm\": 0.6363636363636364,\n\
\ \"acc_norm_stderr\": 0.04607582090719976\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.6408163265306123,\n \"acc_stderr\": 0.030713560455108493,\n\
\ \"acc_norm\": 0.6408163265306123,\n \"acc_norm_stderr\": 0.030713560455108493\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.7412935323383084,\n\
\ \"acc_stderr\": 0.030965903123573044,\n \"acc_norm\": 0.7412935323383084,\n\
\ \"acc_norm_stderr\": 0.030965903123573044\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.79,\n \"acc_stderr\": 0.040936018074033256,\n \
\ \"acc_norm\": 0.79,\n \"acc_norm_stderr\": 0.040936018074033256\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.45180722891566266,\n\
\ \"acc_stderr\": 0.03874371556587953,\n \"acc_norm\": 0.45180722891566266,\n\
\ \"acc_norm_stderr\": 0.03874371556587953\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.7192982456140351,\n \"acc_stderr\": 0.034462962170884265,\n\
\ \"acc_norm\": 0.7192982456140351,\n \"acc_norm_stderr\": 0.034462962170884265\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.37454100367197063,\n\
\ \"mc1_stderr\": 0.016943535128405324,\n \"mc2\": 0.5503392001553602,\n\
\ \"mc2_stderr\": 0.0150300089118087\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7458563535911602,\n \"acc_stderr\": 0.012236307219708266\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.2896133434420015,\n \
\ \"acc_stderr\": 0.012493927348659629\n }\n}\n```"
repo_url: https://huggingface.co/WebraftAI/synapsellm-7b-mistral-v0.3-preview
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-02-12.262420.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-02-12.262420.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- '**/details_harness|winogrande|5_2023-12-04T11-02-12.262420.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-02-12.262420.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_02_12.262420
path:
- results_2023-12-04T11-02-12.262420.parquet
- split: latest
path:
- results_2023-12-04T11-02-12.262420.parquet
---
# Dataset Card for Evaluation run of WebraftAI/synapsellm-7b-mistral-v0.3-preview
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/WebraftAI/synapsellm-7b-mistral-v0.3-preview
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [WebraftAI/synapsellm-7b-mistral-v0.3-preview](https://huggingface.co/WebraftAI/synapsellm-7b-mistral-v0.3-preview) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_WebraftAI__synapsellm-7b-mistral-v0.3-preview",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:02:12.262420](https://huggingface.co/datasets/open-llm-leaderboard/details_WebraftAI__synapsellm-7b-mistral-v0.3-preview/blob/main/results_2023-12-04T11-02-12.262420.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.5468346216265638,
"acc_stderr": 0.03408547225046011,
"acc_norm": 0.5513258664220261,
"acc_norm_stderr": 0.0348106640487534,
"mc1": 0.37454100367197063,
"mc1_stderr": 0.016943535128405324,
"mc2": 0.5503392001553602,
"mc2_stderr": 0.0150300089118087
},
"harness|arc:challenge|25": {
"acc": 0.5255972696245734,
"acc_stderr": 0.014592230885298962,
"acc_norm": 0.53839590443686,
"acc_norm_stderr": 0.014568245550296356
},
"harness|hellaswag|10": {
"acc": 0.5545708026289584,
"acc_stderr": 0.004959973514772515,
"acc_norm": 0.7485560645289783,
"acc_norm_stderr": 0.004329565016527315
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.33,
"acc_stderr": 0.04725815626252606,
"acc_norm": 0.33,
"acc_norm_stderr": 0.04725815626252606
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.4444444444444444,
"acc_stderr": 0.04292596718256981,
"acc_norm": 0.4444444444444444,
"acc_norm_stderr": 0.04292596718256981
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.5789473684210527,
"acc_stderr": 0.04017901275981749,
"acc_norm": 0.5789473684210527,
"acc_norm_stderr": 0.04017901275981749
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.5,
"acc_stderr": 0.050251890762960605,
"acc_norm": 0.5,
"acc_norm_stderr": 0.050251890762960605
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.5962264150943396,
"acc_stderr": 0.03019761160019795,
"acc_norm": 0.5962264150943396,
"acc_norm_stderr": 0.03019761160019795
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.6041666666666666,
"acc_stderr": 0.04089465449325582,
"acc_norm": 0.6041666666666666,
"acc_norm_stderr": 0.04089465449325582
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.4,
"acc_stderr": 0.04923659639173309,
"acc_norm": 0.4,
"acc_norm_stderr": 0.04923659639173309
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.49,
"acc_stderr": 0.05024183937956913,
"acc_norm": 0.49,
"acc_norm_stderr": 0.05024183937956913
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.33,
"acc_stderr": 0.047258156262526045,
"acc_norm": 0.33,
"acc_norm_stderr": 0.047258156262526045
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.49710982658959535,
"acc_stderr": 0.03812400565974833,
"acc_norm": 0.49710982658959535,
"acc_norm_stderr": 0.03812400565974833
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.28431372549019607,
"acc_stderr": 0.04488482852329017,
"acc_norm": 0.28431372549019607,
"acc_norm_stderr": 0.04488482852329017
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.66,
"acc_stderr": 0.04760952285695237,
"acc_norm": 0.66,
"acc_norm_stderr": 0.04760952285695237
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.4595744680851064,
"acc_stderr": 0.032579014820998356,
"acc_norm": 0.4595744680851064,
"acc_norm_stderr": 0.032579014820998356
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.37719298245614036,
"acc_stderr": 0.04559522141958216,
"acc_norm": 0.37719298245614036,
"acc_norm_stderr": 0.04559522141958216
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.5241379310344828,
"acc_stderr": 0.04161808503501531,
"acc_norm": 0.5241379310344828,
"acc_norm_stderr": 0.04161808503501531
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.3544973544973545,
"acc_stderr": 0.024636830602842,
"acc_norm": 0.3544973544973545,
"acc_norm_stderr": 0.024636830602842
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.3492063492063492,
"acc_stderr": 0.042639068927951336,
"acc_norm": 0.3492063492063492,
"acc_norm_stderr": 0.042639068927951336
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.32,
"acc_stderr": 0.046882617226215034,
"acc_norm": 0.32,
"acc_norm_stderr": 0.046882617226215034
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.632258064516129,
"acc_stderr": 0.027430866579973467,
"acc_norm": 0.632258064516129,
"acc_norm_stderr": 0.027430866579973467
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.4088669950738916,
"acc_stderr": 0.034590588158832314,
"acc_norm": 0.4088669950738916,
"acc_norm_stderr": 0.034590588158832314
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.54,
"acc_stderr": 0.05009082659620332,
"acc_norm": 0.54,
"acc_norm_stderr": 0.05009082659620332
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.6545454545454545,
"acc_stderr": 0.03713158067481913,
"acc_norm": 0.6545454545454545,
"acc_norm_stderr": 0.03713158067481913
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.7222222222222222,
"acc_stderr": 0.03191178226713548,
"acc_norm": 0.7222222222222222,
"acc_norm_stderr": 0.03191178226713548
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.7357512953367875,
"acc_stderr": 0.03182155050916644,
"acc_norm": 0.7357512953367875,
"acc_norm_stderr": 0.03182155050916644
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.5256410256410257,
"acc_stderr": 0.025317649726448663,
"acc_norm": 0.5256410256410257,
"acc_norm_stderr": 0.025317649726448663
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.3148148148148148,
"acc_stderr": 0.02831753349606647,
"acc_norm": 0.3148148148148148,
"acc_norm_stderr": 0.02831753349606647
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.542016806722689,
"acc_stderr": 0.03236361111951941,
"acc_norm": 0.542016806722689,
"acc_norm_stderr": 0.03236361111951941
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.33774834437086093,
"acc_stderr": 0.038615575462551684,
"acc_norm": 0.33774834437086093,
"acc_norm_stderr": 0.038615575462551684
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.7119266055045872,
"acc_stderr": 0.019416445892636032,
"acc_norm": 0.7119266055045872,
"acc_norm_stderr": 0.019416445892636032
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.5,
"acc_stderr": 0.034099716973523674,
"acc_norm": 0.5,
"acc_norm_stderr": 0.034099716973523674
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.6911764705882353,
"acc_stderr": 0.03242661719827218,
"acc_norm": 0.6911764705882353,
"acc_norm_stderr": 0.03242661719827218
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.6877637130801688,
"acc_stderr": 0.030165137867847018,
"acc_norm": 0.6877637130801688,
"acc_norm_stderr": 0.030165137867847018
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6412556053811659,
"acc_stderr": 0.032190792004199956,
"acc_norm": 0.6412556053811659,
"acc_norm_stderr": 0.032190792004199956
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.6793893129770993,
"acc_stderr": 0.04093329229834278,
"acc_norm": 0.6793893129770993,
"acc_norm_stderr": 0.04093329229834278
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.6446280991735537,
"acc_stderr": 0.0436923632657398,
"acc_norm": 0.6446280991735537,
"acc_norm_stderr": 0.0436923632657398
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.6851851851851852,
"acc_stderr": 0.04489931073591312,
"acc_norm": 0.6851851851851852,
"acc_norm_stderr": 0.04489931073591312
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.6441717791411042,
"acc_stderr": 0.03761521380046734,
"acc_norm": 0.6441717791411042,
"acc_norm_stderr": 0.03761521380046734
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.4732142857142857,
"acc_stderr": 0.047389751192741546,
"acc_norm": 0.4732142857142857,
"acc_norm_stderr": 0.047389751192741546
},
"harness|hendrycksTest-management|5": {
"acc": 0.6601941747572816,
"acc_stderr": 0.046897659372781335,
"acc_norm": 0.6601941747572816,
"acc_norm_stderr": 0.046897659372781335
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8418803418803419,
"acc_stderr": 0.023902325549560396,
"acc_norm": 0.8418803418803419,
"acc_norm_stderr": 0.023902325549560396
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.64,
"acc_stderr": 0.04824181513244218,
"acc_norm": 0.64,
"acc_norm_stderr": 0.04824181513244218
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.7496807151979565,
"acc_stderr": 0.015491088951494569,
"acc_norm": 0.7496807151979565,
"acc_norm_stderr": 0.015491088951494569
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.5924855491329479,
"acc_stderr": 0.026454578146931505,
"acc_norm": 0.5924855491329479,
"acc_norm_stderr": 0.026454578146931505
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.24692737430167597,
"acc_stderr": 0.01442229220480886,
"acc_norm": 0.24692737430167597,
"acc_norm_stderr": 0.01442229220480886
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.6209150326797386,
"acc_stderr": 0.027780141207023334,
"acc_norm": 0.6209150326797386,
"acc_norm_stderr": 0.027780141207023334
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.6012861736334405,
"acc_stderr": 0.0278093225857745,
"acc_norm": 0.6012861736334405,
"acc_norm_stderr": 0.0278093225857745
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.5895061728395061,
"acc_stderr": 0.027371350925124764,
"acc_norm": 0.5895061728395061,
"acc_norm_stderr": 0.027371350925124764
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.35106382978723405,
"acc_stderr": 0.028473501272963764,
"acc_norm": 0.35106382978723405,
"acc_norm_stderr": 0.028473501272963764
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.39895697522816165,
"acc_stderr": 0.012506757655293665,
"acc_norm": 0.39895697522816165,
"acc_norm_stderr": 0.012506757655293665
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.5735294117647058,
"acc_stderr": 0.030042615832714864,
"acc_norm": 0.5735294117647058,
"acc_norm_stderr": 0.030042615832714864
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.5228758169934641,
"acc_stderr": 0.02020665318788479,
"acc_norm": 0.5228758169934641,
"acc_norm_stderr": 0.02020665318788479
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6363636363636364,
"acc_stderr": 0.04607582090719976,
"acc_norm": 0.6363636363636364,
"acc_norm_stderr": 0.04607582090719976
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.6408163265306123,
"acc_stderr": 0.030713560455108493,
"acc_norm": 0.6408163265306123,
"acc_norm_stderr": 0.030713560455108493
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.7412935323383084,
"acc_stderr": 0.030965903123573044,
"acc_norm": 0.7412935323383084,
"acc_norm_stderr": 0.030965903123573044
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.79,
"acc_stderr": 0.040936018074033256,
"acc_norm": 0.79,
"acc_norm_stderr": 0.040936018074033256
},
"harness|hendrycksTest-virology|5": {
"acc": 0.45180722891566266,
"acc_stderr": 0.03874371556587953,
"acc_norm": 0.45180722891566266,
"acc_norm_stderr": 0.03874371556587953
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.7192982456140351,
"acc_stderr": 0.034462962170884265,
"acc_norm": 0.7192982456140351,
"acc_norm_stderr": 0.034462962170884265
},
"harness|truthfulqa:mc|0": {
"mc1": 0.37454100367197063,
"mc1_stderr": 0.016943535128405324,
"mc2": 0.5503392001553602,
"mc2_stderr": 0.0150300089118087
},
"harness|winogrande|5": {
"acc": 0.7458563535911602,
"acc_stderr": 0.012236307219708266
},
"harness|gsm8k|5": {
"acc": 0.2896133434420015,
"acc_stderr": 0.012493927348659629
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7157713770866394,
-0.8238807320594788,
0.2508179545402527,
0.23606935143470764,
-0.18246929347515106,
-0.10062478482723236,
-0.0056607662700116634,
-0.23068784177303314,
0.5399468541145325,
-0.06473090499639511,
-0.47515565156936646,
-0.7118801474571228,
-0.44199660420417786,
0.236924409866333,
-0.06341364979743958,
0.8337488174438477,
-0.19080154597759247,
-0.11000574380159378,
0.0594155490398407,
-0.047164689749479294,
-0.20946359634399414,
-0.4076315760612488,
-0.5114739537239075,
-0.361296683549881,
0.18696318566799164,
0.3778068423271179,
0.4177534282207489,
0.7611134648323059,
0.6905359625816345,
0.2990878224372864,
-0.33201363682746887,
-0.046915169805288315,
-0.16276003420352936,
-0.2816610336303711,
0.4072355628013611,
-0.3867730498313904,
-0.8592073321342468,
0.29954591393470764,
0.7381184697151184,
0.6116123795509338,
-0.11446763575077057,
0.31731492280960083,
0.07491111755371094,
0.5877034068107605,
-0.370675265789032,
0.031457073986530304,
-0.27347543835639954,
0.227938711643219,
-0.20304208993911743,
-0.29549217224121094,
-0.3088265657424927,
-0.2241169512271881,
-0.1057538166642189,
-0.9072015881538391,
0.33600714802742004,
0.30376091599464417,
1.5555710792541504,
-0.13206219673156738,
-0.25818660855293274,
0.154746875166893,
-0.12256035953760147,
0.9936715960502625,
-0.8781315088272095,
0.36742162704467773,
0.7690817713737488,
0.1400487720966339,
-0.19393731653690338,
-0.6406797766685486,
-0.6331454515457153,
0.11467576026916504,
-0.3664930462837219,
0.3400266170501709,
-0.11977793276309967,
-0.12136976420879364,
0.41363421082496643,
0.6438823342323303,
-0.6827955842018127,
0.1541706919670105,
-0.6564171314239502,
-0.20584683120250702,
1.028368592262268,
0.3646247088909149,
0.061025358736515045,
-0.3203222453594208,
-0.720726728439331,
-0.6741316914558411,
-0.3722485601902008,
0.2725023031234741,
0.42568087577819824,
0.3313935101032257,
-0.40541672706604004,
0.6357729434967041,
-0.42204761505126953,
0.5805791020393372,
0.4162065088748932,
-0.011029358953237534,
0.8895151615142822,
-0.6345771551132202,
-0.5031352639198303,
-0.06301388889551163,
1.1330550909042358,
0.5794789791107178,
0.0498172864317894,
0.24163562059402466,
-0.015781346708536148,
-0.0891919732093811,
0.04004597291350365,
-0.8868522047996521,
-0.3087496757507324,
0.19519288837909698,
-0.4394514560699463,
-0.49271029233932495,
0.3494153618812561,
-0.8516114354133606,
0.12846006453037262,
-0.029388820752501488,
0.42820215225219727,
-0.5049270987510681,
-0.12363550812005997,
0.2487553209066391,
-0.49457114934921265,
0.7969778776168823,
-0.10900311917066574,
-0.7606152892112732,
0.4661482274532318,
0.5065060257911682,
0.7876549959182739,
-0.15162953734397888,
-0.4520387649536133,
-0.06488017737865448,
-0.13299821317195892,
-0.24664007127285004,
0.5227713584899902,
-0.20184333622455597,
-0.37621429562568665,
-0.2990187406539917,
0.28168684244155884,
-0.23878113925457,
-0.36875027418136597,
0.7341857552528381,
-0.2597341537475586,
0.2246924787759781,
-0.4046117067337036,
-0.6464875340461731,
0.1005275622010231,
0.4042918384075165,
-0.45792683959007263,
1.261695384979248,
0.21946240961551666,
-0.8780927658081055,
0.4067407250404358,
-0.5732881426811218,
-0.16601189970970154,
-0.04604849964380264,
-0.0006627795519307256,
-0.7707982659339905,
-0.2693754732608795,
0.17193108797073364,
0.415405809879303,
-0.17366471886634827,
-0.12211942672729492,
-0.39947763085365295,
-0.38412970304489136,
0.37575241923332214,
-0.23776771128177643,
1.2528899908065796,
-0.028287148103117943,
-0.7723435163497925,
-0.11573217064142227,
-1.2230554819107056,
0.30271270871162415,
0.20223182439804077,
-0.34027016162872314,
-0.20675840973854065,
-0.46276596188545227,
0.031396280974149704,
0.20838125050067902,
0.32585811614990234,
-0.7946610450744629,
0.26770275831222534,
-0.33516883850097656,
0.14921188354492188,
1.2740287780761719,
0.02809063531458378,
0.12883669137954712,
-0.5650490522384644,
0.5499614477157593,
0.2469414919614792,
0.2281009405851364,
0.4026978015899658,
-0.6018105745315552,
-0.817219614982605,
-0.4772956669330597,
-0.01496533490717411,
0.5833339095115662,
-0.20980416238307953,
1.1085525751113892,
0.075372613966465,
-0.8979373574256897,
-0.4497874081134796,
-0.16355319321155548,
0.47658661007881165,
0.7630323171615601,
0.6173461675643921,
-0.05312288552522659,
-0.6034215688705444,
-1.1286929845809937,
-0.2935032844543457,
-0.17252612113952637,
0.1588001847267151,
0.17812126874923706,
0.9753953218460083,
-0.2293107956647873,
0.5877739191055298,
-1.0585391521453857,
-0.21098266541957855,
0.16895154118537903,
-0.058956511318683624,
0.8040361404418945,
0.6976484656333923,
0.5516289472579956,
-0.6661281585693359,
-0.5188667178153992,
0.15796710550785065,
-0.8781436085700989,
-0.09130938351154327,
0.12005461007356644,
-0.2994217872619629,
0.10604696720838547,
0.08483622223138809,
-0.7277374267578125,
0.5352380275726318,
0.23936934769153595,
-1.0597833395004272,
1.0536150932312012,
-0.3342081606388092,
0.5801717638969421,
-1.0251356363296509,
0.18198750913143158,
0.0003143131034448743,
0.04612979292869568,
-0.5178363919258118,
0.03259126842021942,
0.11182836443185806,
0.4621685743331909,
-0.4979443848133087,
0.8337984681129456,
-0.7033107280731201,
-0.04930786043405533,
0.42743155360221863,
0.12638738751411438,
-0.11159678548574448,
0.3924887478351593,
-0.24732069671154022,
0.771195113658905,
0.7749088406562805,
-0.4955112934112549,
0.5127000212669373,
0.38381966948509216,
-0.18066297471523285,
0.6890194416046143,
-0.480922132730484,
-0.32382839918136597,
0.33634763956069946,
-0.01684454455971718,
-0.8035199046134949,
-0.4464494585990906,
0.03241657465696335,
-0.5967627763748169,
-0.11149774491786957,
0.36196231842041016,
-0.29176655411720276,
-0.7835519909858704,
-0.9430829882621765,
0.3616465628147125,
0.7202311754226685,
-0.46381258964538574,
-0.1892276406288147,
0.0522761233150959,
0.12607423961162567,
-0.8280568718910217,
-0.7851898670196533,
-0.5110751986503601,
-0.22262880206108093,
-0.7125168442726135,
0.3442208170890808,
-0.26023077964782715,
-0.29932457208633423,
-0.11998062580823898,
-0.23279741406440735,
-0.35337698459625244,
0.02693730778992176,
0.13977555930614471,
0.6433831453323364,
-0.40241795778274536,
-0.28297367691993713,
-0.19108766317367554,
-0.17969849705696106,
0.24741534888744354,
-0.11299800127744675,
0.3965090811252594,
-0.44135093688964844,
-0.4003983736038208,
-0.4740639626979828,
-0.07471290230751038,
0.7050683498382568,
-0.056856632232666016,
0.6872897148132324,
0.47771286964416504,
-0.3384651839733124,
-0.04131412133574486,
-0.2980286478996277,
-0.3029436469078064,
-0.5900708436965942,
0.25667306780815125,
-0.4721168875694275,
-1.0261259078979492,
0.7809606790542603,
0.5092242956161499,
0.05490916967391968,
1.159096598625183,
0.5825861692428589,
-0.28723853826522827,
1.007309913635254,
0.04584258422255516,
0.33011293411254883,
0.38550594449043274,
-0.6870620846748352,
0.07150344550609589,
-0.914355993270874,
-0.2985645830631256,
-0.552160382270813,
-0.5413646101951599,
-0.7155058979988098,
-0.08243764191865921,
0.29735878109931946,
0.19708898663520813,
-0.6560399532318115,
0.5899113416671753,
-0.8389116525650024,
0.5321123003959656,
0.5725422501564026,
0.2720867395401001,
0.17687322199344635,
-0.13455431163311005,
-0.4205950200557709,
-0.10976448655128479,
-0.45984020829200745,
-0.23854942619800568,
1.2288049459457397,
0.2624853551387787,
0.7516343593597412,
0.07507278770208359,
0.9227198362350464,
0.11280182749032974,
-0.08380047976970673,
-0.5751292109489441,
0.6466214060783386,
0.1386384218931198,
-0.7944689989089966,
-0.4091581702232361,
-0.5155444741249084,
-1.1368855237960815,
0.45387035608291626,
-0.12096075713634491,
-0.8617000579833984,
0.13037700951099396,
0.04705831781029701,
-0.1841762363910675,
0.4999183118343353,
-0.5518203973770142,
0.8295813202857971,
-0.1532856822013855,
-0.4595828354358673,
0.07215964794158936,
-0.818498432636261,
0.4495767652988434,
0.21498027443885803,
0.22631745040416718,
0.05066659674048424,
0.2174409180879593,
1.2106109857559204,
-0.8148199915885925,
0.4557790458202362,
0.06351746618747711,
0.05190788209438324,
0.32955360412597656,
-0.1951640248298645,
0.45979824662208557,
0.039674293249845505,
-0.012046007439494133,
-0.06061092019081116,
0.3093508183956146,
-0.8423448204994202,
-0.07776056230068207,
0.9254295825958252,
-0.9863651990890503,
-0.6130900382995605,
-0.9171549677848816,
-0.5029559135437012,
0.06886660307645798,
0.5641233921051025,
0.3979101777076721,
0.5560882687568665,
-0.017308613285422325,
0.42689424753189087,
0.8352420926094055,
-0.11176261305809021,
0.6394422054290771,
0.23583517968654633,
0.09291540086269379,
-0.7004498243331909,
0.8520676493644714,
0.08164431899785995,
0.3464842438697815,
0.2788500487804413,
0.3854679763317108,
-0.5236067771911621,
-0.2148069590330124,
-0.21596185863018036,
0.4798848330974579,
-0.6135001182556152,
-0.29108306765556335,
-0.3911091387271881,
-0.40771374106407166,
-0.7606353759765625,
-0.573604166507721,
-0.26909124851226807,
-0.5467473864555359,
-0.4983872175216675,
-0.4726116359233856,
0.5955959558486938,
0.4960421919822693,
-0.3430926501750946,
0.05480816960334778,
-0.538537859916687,
0.2619243562221527,
0.2955208718776703,
0.5510044693946838,
-0.3123718500137329,
-0.5594863295555115,
0.02915431559085846,
-0.12819567322731018,
-0.6370200514793396,
-0.9759702682495117,
0.35373780131340027,
-0.05909020081162453,
0.5663795471191406,
0.5970889925956726,
0.07531414926052094,
0.839234471321106,
-0.1776389181613922,
1.0594133138656616,
0.3557448983192444,
-0.772852897644043,
0.7056856751441956,
-0.3357177972793579,
0.1808452159166336,
0.6030396223068237,
0.2097340077161789,
-0.21123406291007996,
-0.6621570587158203,
-1.3526742458343506,
-0.7851371169090271,
0.681333601474762,
0.4114212393760681,
-0.28775516152381897,
0.04232027381658554,
0.1350087821483612,
-0.2719550132751465,
-0.17680145800113678,
-0.6816366910934448,
-0.9090784788131714,
-0.13280460238456726,
-0.4906151294708252,
0.08915143460035324,
0.06566932797431946,
-0.37033581733703613,
-0.8320404291152954,
0.9192699193954468,
0.00009374815272167325,
0.5787161588668823,
0.4730134606361389,
0.055529072880744934,
0.06780203431844711,
0.4735657572746277,
0.9174160957336426,
0.7124712467193604,
-0.4083801805973053,
0.43034231662750244,
0.4110785126686096,
-1.0531748533248901,
0.4752831757068634,
0.347150593996048,
-0.05338751897215843,
-0.028535054996609688,
0.494949072599411,
0.44660261273384094,
0.01314442791044712,
-0.20552277565002441,
0.6730746626853943,
-0.03367561474442482,
-0.5584909915924072,
-0.3861772119998932,
0.09306302666664124,
-0.12321630120277405,
0.004527082666754723,
0.4065871834754944,
-0.12221761792898178,
0.015179973095655441,
-0.4406191110610962,
0.49312275648117065,
0.34042996168136597,
-0.4984652101993561,
-0.19736169278621674,
0.7178317904472351,
-0.19104351103305817,
-0.14791429042816162,
0.3473499119281769,
-0.16946864128112793,
-0.6489736437797546,
1.1253687143325806,
0.6418241858482361,
0.726908266544342,
-0.2373478263616562,
-0.07678241282701492,
0.9101568460464478,
0.3607219159603119,
-0.07731591910123825,
0.5329644083976746,
0.30730560421943665,
-0.2662549912929535,
0.2328496277332306,
-0.8818661570549011,
-0.01572885923087597,
0.12876465916633606,
-0.8493434190750122,
0.34860289096832275,
-0.5184397101402283,
-0.24942679703235626,
-0.01073905173689127,
0.3848430812358856,
-0.45317065715789795,
0.5327338576316833,
-0.42679357528686523,
1.226914882659912,
-0.9745030403137207,
0.7093957662582397,
0.7514240741729736,
-0.5295954942703247,
-1.0137252807617188,
-0.4801495373249054,
0.0061416542157530785,
-0.7605471014976501,
0.5614120960235596,
-0.04996214434504509,
0.2005576491355896,
-0.08074440807104111,
-0.7062698006629944,
-0.8981255292892456,
1.4177098274230957,
-0.03413907438516617,
-0.4311714470386505,
0.22019849717617035,
-0.07289589196443558,
0.510678768157959,
0.19365045428276062,
0.594785213470459,
0.7008731961250305,
0.7874225378036499,
-0.12897543609142303,
-0.7692378163337708,
0.3530367314815521,
-0.5354580879211426,
-0.34727707505226135,
0.5264831781387329,
-0.9302383661270142,
1.2359718084335327,
-0.00003521484904922545,
0.19067198038101196,
-0.17284438014030457,
0.6426205635070801,
0.7966779470443726,
0.26760363578796387,
0.3827219009399414,
0.9406543374061584,
0.8154098987579346,
-0.4948628842830658,
1.036966323852539,
-0.23592223227024078,
0.8547052145004272,
0.7041248083114624,
0.26307275891304016,
0.8096288442611694,
0.6826152205467224,
-0.5675684213638306,
0.5568116307258606,
0.821315586566925,
-0.28624871373176575,
0.3637007176876068,
0.29276105761528015,
-0.12892381846904755,
-0.16811439394950867,
0.43687912821769714,
-0.8720335364341736,
0.1038091704249382,
0.07945826649665833,
-0.36028406023979187,
0.06542284041643143,
-0.46080413460731506,
0.25474584102630615,
-0.11324932426214218,
-0.007454014848917723,
0.3932044208049774,
0.09928930550813675,
-0.44423040747642517,
0.9579351544380188,
-0.13055793941020966,
0.7715164422988892,
-0.5055270195007324,
-0.13372565805912018,
-0.34648996591567993,
0.6046050190925598,
-0.4378323256969452,
-1.0198767185211182,
0.08359618484973907,
0.051002517342567444,
-0.11952991038560867,
-0.17611737549304962,
0.7070426940917969,
-0.2065357118844986,
-0.7380625605583191,
0.16193239390850067,
0.0778493732213974,
0.09921396523714066,
0.4816420078277588,
-0.6798185110092163,
-0.36088210344314575,
-0.06749949604272842,
-0.5481880307197571,
0.15228064358234406,
0.32897716760635376,
0.2312290221452713,
0.5559298992156982,
0.6497824788093567,
0.1607680320739746,
0.424347847700119,
-0.5126973986625671,
0.791731595993042,
-1.0575544834136963,
-0.7150484919548035,
-0.906046450138092,
0.45390456914901733,
-0.3460122346878052,
-0.9248805046081543,
0.9911137819290161,
1.053165078163147,
0.8848191499710083,
0.021078303456306458,
0.6233192086219788,
-0.34630730748176575,
0.22303295135498047,
-0.36144229769706726,
0.9509329199790955,
-0.847236692905426,
-0.21652983129024506,
-0.2758450508117676,
-0.7203261852264404,
-0.35610511898994446,
0.8054254055023193,
-0.12999650835990906,
0.031026707962155342,
1.087631344795227,
0.6595363616943359,
-0.11528190970420837,
0.05193372443318367,
-0.03146480768918991,
0.576011061668396,
0.34427329897880554,
0.9360400438308716,
0.6544429659843445,
-0.818820059299469,
0.31758952140808105,
-0.5486684441566467,
-0.42971616983413696,
-0.3509538769721985,
-0.42470771074295044,
-0.8671733140945435,
-0.5177870392799377,
-0.1968272477388382,
-0.6293839812278748,
-0.12627500295639038,
1.023634433746338,
0.4269275367259979,
-0.9196265935897827,
-0.45257773995399475,
-0.08679681271314621,
0.14858317375183105,
-0.6299882531166077,
-0.4103127419948578,
0.7043184638023376,
-0.1414528489112854,
-0.5332214832305908,
0.14350953698158264,
-0.15768761932849884,
0.22146360576152802,
0.08531640470027924,
-0.4132117033004761,
-0.6945801377296448,
-0.02247212454676628,
0.43389564752578735,
0.2731136679649353,
-0.7305595874786377,
-0.6646519303321838,
0.3075561821460724,
-0.5470278859138489,
0.41183409094810486,
0.0011239226441830397,
-0.5151438117027283,
0.0632229745388031,
0.7442187666893005,
0.44652414321899414,
0.6874907612800598,
-0.039875127375125885,
0.12034643441438675,
-0.6444864869117737,
0.16259533166885376,
0.008789624087512493,
0.32861998677253723,
-0.0646839588880539,
-0.3018486797809601,
0.7268295288085938,
0.6859989762306213,
-0.48856332898139954,
-1.0308997631072998,
-0.46570152044296265,
-1.4528416395187378,
-0.025932583957910538,
1.132897138595581,
-0.0016661996487528086,
-0.4868707060813904,
0.2483181655406952,
-0.13392651081085205,
0.20952686667442322,
-0.3243087828159332,
0.7563168406486511,
0.7768524885177612,
-0.3702537715435028,
0.1475612372159958,
-0.5935510396957397,
0.38306888937950134,
0.4902247488498688,
-1.1810028553009033,
-0.09092351049184799,
0.23640695214271545,
0.33903032541275024,
0.35028448700904846,
0.6589335799217224,
-0.11142541468143463,
0.28282037377357483,
0.2462770789861679,
0.09877868741750717,
0.04582668095827103,
0.03279300034046173,
-0.25939658284187317,
0.09858936071395874,
-0.2208334356546402,
-0.4332980811595917
]
|
bitadin/one-one-attributes-v3 | bitadin | 2023-12-04T11:05:27Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:05:24Z | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: completion
dtype: string
splits:
- name: train
num_bytes: 70357612
num_examples: 243376
download_size: 15581603
dataset_size: 70357612
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
akash140500/question_ans | akash140500 | 2023-12-04T15:00:04Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T11:14:48Z | ---
license: apache-2.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
yangp/chat-gvg-chinese-all | yangp | 2023-12-04T11:19:47Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T11:19:28Z | ---
license: apache-2.0
dataset_info:
features:
- name: context
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 89930597
num_examples: 21322
download_size: 27216536
dataset_size: 89930597
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-100step-flan | open-llm-leaderboard | 2023-12-04T11:21:54Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:21:05Z | ---
pretty_name: Evaluation run of Korabbit/Llama-2-7b-chat-hf-afr-100step-flan
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [Korabbit/Llama-2-7b-chat-hf-afr-100step-flan](https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-100step-flan)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-100step-flan\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:18:09.449875](https://huggingface.co/datasets/open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-100step-flan/blob/main/results_2023-12-04T11-18-09.449875.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.4851611654629593,\n\
\ \"acc_stderr\": 0.03426525263666884,\n \"acc_norm\": 0.4898062511997487,\n\
\ \"acc_norm_stderr\": 0.03501503528186299,\n \"mc1\": 0.30354957160342716,\n\
\ \"mc1_stderr\": 0.016095884155386847,\n \"mc2\": 0.4566539974272441,\n\
\ \"mc2_stderr\": 0.01564839684478776\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.4948805460750853,\n \"acc_stderr\": 0.01461062489030916,\n\
\ \"acc_norm\": 0.5290102389078498,\n \"acc_norm_stderr\": 0.014586776355294323\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.5961959768970324,\n\
\ \"acc_stderr\": 0.004896563126116811,\n \"acc_norm\": 0.7844054969129656,\n\
\ \"acc_norm_stderr\": 0.004103936879526262\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.28,\n \"acc_stderr\": 0.04512608598542129,\n \
\ \"acc_norm\": 0.28,\n \"acc_norm_stderr\": 0.04512608598542129\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.4222222222222222,\n\
\ \"acc_stderr\": 0.04266763404099582,\n \"acc_norm\": 0.4222222222222222,\n\
\ \"acc_norm_stderr\": 0.04266763404099582\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.48026315789473684,\n \"acc_stderr\": 0.040657710025626036,\n\
\ \"acc_norm\": 0.48026315789473684,\n \"acc_norm_stderr\": 0.040657710025626036\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.53,\n\
\ \"acc_stderr\": 0.050161355804659205,\n \"acc_norm\": 0.53,\n \
\ \"acc_norm_stderr\": 0.050161355804659205\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.5433962264150943,\n \"acc_stderr\": 0.03065674869673943,\n\
\ \"acc_norm\": 0.5433962264150943,\n \"acc_norm_stderr\": 0.03065674869673943\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.5208333333333334,\n\
\ \"acc_stderr\": 0.041775789507399935,\n \"acc_norm\": 0.5208333333333334,\n\
\ \"acc_norm_stderr\": 0.041775789507399935\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.27,\n \"acc_stderr\": 0.044619604333847394,\n \
\ \"acc_norm\": 0.27,\n \"acc_norm_stderr\": 0.044619604333847394\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"\
acc\": 0.39,\n \"acc_stderr\": 0.04902071300001975,\n \"acc_norm\"\
: 0.39,\n \"acc_norm_stderr\": 0.04902071300001975\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.36,\n \"acc_stderr\": 0.04824181513244218,\n \
\ \"acc_norm\": 0.36,\n \"acc_norm_stderr\": 0.04824181513244218\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.4046242774566474,\n\
\ \"acc_stderr\": 0.03742461193887248,\n \"acc_norm\": 0.4046242774566474,\n\
\ \"acc_norm_stderr\": 0.03742461193887248\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.22549019607843138,\n \"acc_stderr\": 0.041583075330832865,\n\
\ \"acc_norm\": 0.22549019607843138,\n \"acc_norm_stderr\": 0.041583075330832865\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.58,\n \"acc_stderr\": 0.049604496374885836,\n \"acc_norm\": 0.58,\n\
\ \"acc_norm_stderr\": 0.049604496374885836\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.4085106382978723,\n \"acc_stderr\": 0.03213418026701576,\n\
\ \"acc_norm\": 0.4085106382978723,\n \"acc_norm_stderr\": 0.03213418026701576\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.37719298245614036,\n\
\ \"acc_stderr\": 0.045595221419582166,\n \"acc_norm\": 0.37719298245614036,\n\
\ \"acc_norm_stderr\": 0.045595221419582166\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.503448275862069,\n \"acc_stderr\": 0.041665675771015785,\n\
\ \"acc_norm\": 0.503448275862069,\n \"acc_norm_stderr\": 0.041665675771015785\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.2962962962962963,\n \"acc_stderr\": 0.023517294335963286,\n \"\
acc_norm\": 0.2962962962962963,\n \"acc_norm_stderr\": 0.023517294335963286\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.24603174603174602,\n\
\ \"acc_stderr\": 0.03852273364924314,\n \"acc_norm\": 0.24603174603174602,\n\
\ \"acc_norm_stderr\": 0.03852273364924314\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.36,\n \"acc_stderr\": 0.048241815132442176,\n \
\ \"acc_norm\": 0.36,\n \"acc_norm_stderr\": 0.048241815132442176\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\"\
: 0.5225806451612903,\n \"acc_stderr\": 0.02841498501970786,\n \"\
acc_norm\": 0.5225806451612903,\n \"acc_norm_stderr\": 0.02841498501970786\n\
\ },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\"\
: 0.3645320197044335,\n \"acc_stderr\": 0.033864057460620905,\n \"\
acc_norm\": 0.3645320197044335,\n \"acc_norm_stderr\": 0.033864057460620905\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.41,\n \"acc_stderr\": 0.04943110704237102,\n \"acc_norm\"\
: 0.41,\n \"acc_norm_stderr\": 0.04943110704237102\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.5878787878787879,\n \"acc_stderr\": 0.03843566993588717,\n\
\ \"acc_norm\": 0.5878787878787879,\n \"acc_norm_stderr\": 0.03843566993588717\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.6060606060606061,\n \"acc_stderr\": 0.034812853382329624,\n \"\
acc_norm\": 0.6060606060606061,\n \"acc_norm_stderr\": 0.034812853382329624\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.7150259067357513,\n \"acc_stderr\": 0.032577140777096614,\n\
\ \"acc_norm\": 0.7150259067357513,\n \"acc_norm_stderr\": 0.032577140777096614\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.4256410256410256,\n \"acc_stderr\": 0.02506909438729654,\n \
\ \"acc_norm\": 0.4256410256410256,\n \"acc_norm_stderr\": 0.02506909438729654\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.26296296296296295,\n \"acc_stderr\": 0.02684205787383371,\n \
\ \"acc_norm\": 0.26296296296296295,\n \"acc_norm_stderr\": 0.02684205787383371\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.42436974789915966,\n \"acc_stderr\": 0.03210479051015776,\n\
\ \"acc_norm\": 0.42436974789915966,\n \"acc_norm_stderr\": 0.03210479051015776\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.2847682119205298,\n \"acc_stderr\": 0.036848815213890225,\n \"\
acc_norm\": 0.2847682119205298,\n \"acc_norm_stderr\": 0.036848815213890225\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.6770642201834862,\n \"acc_stderr\": 0.02004811592341532,\n \"\
acc_norm\": 0.6770642201834862,\n \"acc_norm_stderr\": 0.02004811592341532\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.3333333333333333,\n \"acc_stderr\": 0.0321495214780275,\n \"acc_norm\"\
: 0.3333333333333333,\n \"acc_norm_stderr\": 0.0321495214780275\n },\n\
\ \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.6666666666666666,\n\
\ \"acc_stderr\": 0.03308611113236434,\n \"acc_norm\": 0.6666666666666666,\n\
\ \"acc_norm_stderr\": 0.03308611113236434\n },\n \"harness|hendrycksTest-high_school_world_history|5\"\
: {\n \"acc\": 0.679324894514768,\n \"acc_stderr\": 0.030381931949990403,\n\
\ \"acc_norm\": 0.679324894514768,\n \"acc_norm_stderr\": 0.030381931949990403\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.5695067264573991,\n\
\ \"acc_stderr\": 0.033231973029429394,\n \"acc_norm\": 0.5695067264573991,\n\
\ \"acc_norm_stderr\": 0.033231973029429394\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.5725190839694656,\n \"acc_stderr\": 0.04338920305792401,\n\
\ \"acc_norm\": 0.5725190839694656,\n \"acc_norm_stderr\": 0.04338920305792401\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.6363636363636364,\n \"acc_stderr\": 0.043913262867240704,\n \"\
acc_norm\": 0.6363636363636364,\n \"acc_norm_stderr\": 0.043913262867240704\n\
\ },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.6018518518518519,\n\
\ \"acc_stderr\": 0.04732332615978813,\n \"acc_norm\": 0.6018518518518519,\n\
\ \"acc_norm_stderr\": 0.04732332615978813\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.558282208588957,\n \"acc_stderr\": 0.03901591825836184,\n\
\ \"acc_norm\": 0.558282208588957,\n \"acc_norm_stderr\": 0.03901591825836184\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.3125,\n\
\ \"acc_stderr\": 0.043994650575715215,\n \"acc_norm\": 0.3125,\n\
\ \"acc_norm_stderr\": 0.043994650575715215\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.6699029126213593,\n \"acc_stderr\": 0.04656147110012351,\n\
\ \"acc_norm\": 0.6699029126213593,\n \"acc_norm_stderr\": 0.04656147110012351\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.717948717948718,\n\
\ \"acc_stderr\": 0.029480360549541194,\n \"acc_norm\": 0.717948717948718,\n\
\ \"acc_norm_stderr\": 0.029480360549541194\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.48,\n \"acc_stderr\": 0.050211673156867795,\n \
\ \"acc_norm\": 0.48,\n \"acc_norm_stderr\": 0.050211673156867795\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.6768837803320562,\n\
\ \"acc_stderr\": 0.016723726512343048,\n \"acc_norm\": 0.6768837803320562,\n\
\ \"acc_norm_stderr\": 0.016723726512343048\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.5173410404624278,\n \"acc_stderr\": 0.02690290045866664,\n\
\ \"acc_norm\": 0.5173410404624278,\n \"acc_norm_stderr\": 0.02690290045866664\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.2212290502793296,\n\
\ \"acc_stderr\": 0.013882164598887275,\n \"acc_norm\": 0.2212290502793296,\n\
\ \"acc_norm_stderr\": 0.013882164598887275\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.5163398692810458,\n \"acc_stderr\": 0.02861462475280544,\n\
\ \"acc_norm\": 0.5163398692810458,\n \"acc_norm_stderr\": 0.02861462475280544\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.5659163987138264,\n\
\ \"acc_stderr\": 0.02815023224453559,\n \"acc_norm\": 0.5659163987138264,\n\
\ \"acc_norm_stderr\": 0.02815023224453559\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.5648148148148148,\n \"acc_stderr\": 0.0275860062216077,\n\
\ \"acc_norm\": 0.5648148148148148,\n \"acc_norm_stderr\": 0.0275860062216077\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.36879432624113473,\n \"acc_stderr\": 0.02878222756134724,\n \
\ \"acc_norm\": 0.36879432624113473,\n \"acc_norm_stderr\": 0.02878222756134724\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.34876140808344197,\n\
\ \"acc_stderr\": 0.01217203515712712,\n \"acc_norm\": 0.34876140808344197,\n\
\ \"acc_norm_stderr\": 0.01217203515712712\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.45955882352941174,\n \"acc_stderr\": 0.03027332507734576,\n\
\ \"acc_norm\": 0.45955882352941174,\n \"acc_norm_stderr\": 0.03027332507734576\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.48366013071895425,\n \"acc_stderr\": 0.020217030653186453,\n \
\ \"acc_norm\": 0.48366013071895425,\n \"acc_norm_stderr\": 0.020217030653186453\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.5363636363636364,\n\
\ \"acc_stderr\": 0.04776449162396197,\n \"acc_norm\": 0.5363636363636364,\n\
\ \"acc_norm_stderr\": 0.04776449162396197\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.5224489795918368,\n \"acc_stderr\": 0.031976941187136725,\n\
\ \"acc_norm\": 0.5224489795918368,\n \"acc_norm_stderr\": 0.031976941187136725\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.6467661691542289,\n\
\ \"acc_stderr\": 0.03379790611796777,\n \"acc_norm\": 0.6467661691542289,\n\
\ \"acc_norm_stderr\": 0.03379790611796777\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.72,\n \"acc_stderr\": 0.045126085985421276,\n \
\ \"acc_norm\": 0.72,\n \"acc_norm_stderr\": 0.045126085985421276\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.43373493975903615,\n\
\ \"acc_stderr\": 0.03858158940685517,\n \"acc_norm\": 0.43373493975903615,\n\
\ \"acc_norm_stderr\": 0.03858158940685517\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.7251461988304093,\n \"acc_stderr\": 0.034240429246915824,\n\
\ \"acc_norm\": 0.7251461988304093,\n \"acc_norm_stderr\": 0.034240429246915824\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.30354957160342716,\n\
\ \"mc1_stderr\": 0.016095884155386847,\n \"mc2\": 0.4566539974272441,\n\
\ \"mc2_stderr\": 0.01564839684478776\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7237569060773481,\n \"acc_stderr\": 0.012566815015698158\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.19484457922668688,\n \
\ \"acc_stderr\": 0.010910039409578768\n }\n}\n```"
repo_url: https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-100step-flan
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-18-09.449875.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-18-09.449875.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- '**/details_harness|winogrande|5_2023-12-04T11-18-09.449875.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-18-09.449875.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_18_09.449875
path:
- results_2023-12-04T11-18-09.449875.parquet
- split: latest
path:
- results_2023-12-04T11-18-09.449875.parquet
---
# Dataset Card for Evaluation run of Korabbit/Llama-2-7b-chat-hf-afr-100step-flan
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-100step-flan
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [Korabbit/Llama-2-7b-chat-hf-afr-100step-flan](https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-100step-flan) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-100step-flan",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:18:09.449875](https://huggingface.co/datasets/open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-100step-flan/blob/main/results_2023-12-04T11-18-09.449875.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.4851611654629593,
"acc_stderr": 0.03426525263666884,
"acc_norm": 0.4898062511997487,
"acc_norm_stderr": 0.03501503528186299,
"mc1": 0.30354957160342716,
"mc1_stderr": 0.016095884155386847,
"mc2": 0.4566539974272441,
"mc2_stderr": 0.01564839684478776
},
"harness|arc:challenge|25": {
"acc": 0.4948805460750853,
"acc_stderr": 0.01461062489030916,
"acc_norm": 0.5290102389078498,
"acc_norm_stderr": 0.014586776355294323
},
"harness|hellaswag|10": {
"acc": 0.5961959768970324,
"acc_stderr": 0.004896563126116811,
"acc_norm": 0.7844054969129656,
"acc_norm_stderr": 0.004103936879526262
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.28,
"acc_stderr": 0.04512608598542129,
"acc_norm": 0.28,
"acc_norm_stderr": 0.04512608598542129
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.4222222222222222,
"acc_stderr": 0.04266763404099582,
"acc_norm": 0.4222222222222222,
"acc_norm_stderr": 0.04266763404099582
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.48026315789473684,
"acc_stderr": 0.040657710025626036,
"acc_norm": 0.48026315789473684,
"acc_norm_stderr": 0.040657710025626036
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.53,
"acc_stderr": 0.050161355804659205,
"acc_norm": 0.53,
"acc_norm_stderr": 0.050161355804659205
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.5433962264150943,
"acc_stderr": 0.03065674869673943,
"acc_norm": 0.5433962264150943,
"acc_norm_stderr": 0.03065674869673943
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.5208333333333334,
"acc_stderr": 0.041775789507399935,
"acc_norm": 0.5208333333333334,
"acc_norm_stderr": 0.041775789507399935
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.27,
"acc_stderr": 0.044619604333847394,
"acc_norm": 0.27,
"acc_norm_stderr": 0.044619604333847394
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.39,
"acc_stderr": 0.04902071300001975,
"acc_norm": 0.39,
"acc_norm_stderr": 0.04902071300001975
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.36,
"acc_stderr": 0.04824181513244218,
"acc_norm": 0.36,
"acc_norm_stderr": 0.04824181513244218
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.4046242774566474,
"acc_stderr": 0.03742461193887248,
"acc_norm": 0.4046242774566474,
"acc_norm_stderr": 0.03742461193887248
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.22549019607843138,
"acc_stderr": 0.041583075330832865,
"acc_norm": 0.22549019607843138,
"acc_norm_stderr": 0.041583075330832865
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.58,
"acc_stderr": 0.049604496374885836,
"acc_norm": 0.58,
"acc_norm_stderr": 0.049604496374885836
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.4085106382978723,
"acc_stderr": 0.03213418026701576,
"acc_norm": 0.4085106382978723,
"acc_norm_stderr": 0.03213418026701576
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.37719298245614036,
"acc_stderr": 0.045595221419582166,
"acc_norm": 0.37719298245614036,
"acc_norm_stderr": 0.045595221419582166
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.503448275862069,
"acc_stderr": 0.041665675771015785,
"acc_norm": 0.503448275862069,
"acc_norm_stderr": 0.041665675771015785
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.2962962962962963,
"acc_stderr": 0.023517294335963286,
"acc_norm": 0.2962962962962963,
"acc_norm_stderr": 0.023517294335963286
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.24603174603174602,
"acc_stderr": 0.03852273364924314,
"acc_norm": 0.24603174603174602,
"acc_norm_stderr": 0.03852273364924314
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.36,
"acc_stderr": 0.048241815132442176,
"acc_norm": 0.36,
"acc_norm_stderr": 0.048241815132442176
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.5225806451612903,
"acc_stderr": 0.02841498501970786,
"acc_norm": 0.5225806451612903,
"acc_norm_stderr": 0.02841498501970786
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.3645320197044335,
"acc_stderr": 0.033864057460620905,
"acc_norm": 0.3645320197044335,
"acc_norm_stderr": 0.033864057460620905
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.41,
"acc_stderr": 0.04943110704237102,
"acc_norm": 0.41,
"acc_norm_stderr": 0.04943110704237102
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.5878787878787879,
"acc_stderr": 0.03843566993588717,
"acc_norm": 0.5878787878787879,
"acc_norm_stderr": 0.03843566993588717
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.6060606060606061,
"acc_stderr": 0.034812853382329624,
"acc_norm": 0.6060606060606061,
"acc_norm_stderr": 0.034812853382329624
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.7150259067357513,
"acc_stderr": 0.032577140777096614,
"acc_norm": 0.7150259067357513,
"acc_norm_stderr": 0.032577140777096614
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.4256410256410256,
"acc_stderr": 0.02506909438729654,
"acc_norm": 0.4256410256410256,
"acc_norm_stderr": 0.02506909438729654
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.26296296296296295,
"acc_stderr": 0.02684205787383371,
"acc_norm": 0.26296296296296295,
"acc_norm_stderr": 0.02684205787383371
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.42436974789915966,
"acc_stderr": 0.03210479051015776,
"acc_norm": 0.42436974789915966,
"acc_norm_stderr": 0.03210479051015776
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.2847682119205298,
"acc_stderr": 0.036848815213890225,
"acc_norm": 0.2847682119205298,
"acc_norm_stderr": 0.036848815213890225
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.6770642201834862,
"acc_stderr": 0.02004811592341532,
"acc_norm": 0.6770642201834862,
"acc_norm_stderr": 0.02004811592341532
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.3333333333333333,
"acc_stderr": 0.0321495214780275,
"acc_norm": 0.3333333333333333,
"acc_norm_stderr": 0.0321495214780275
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.6666666666666666,
"acc_stderr": 0.03308611113236434,
"acc_norm": 0.6666666666666666,
"acc_norm_stderr": 0.03308611113236434
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.679324894514768,
"acc_stderr": 0.030381931949990403,
"acc_norm": 0.679324894514768,
"acc_norm_stderr": 0.030381931949990403
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.5695067264573991,
"acc_stderr": 0.033231973029429394,
"acc_norm": 0.5695067264573991,
"acc_norm_stderr": 0.033231973029429394
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.5725190839694656,
"acc_stderr": 0.04338920305792401,
"acc_norm": 0.5725190839694656,
"acc_norm_stderr": 0.04338920305792401
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.6363636363636364,
"acc_stderr": 0.043913262867240704,
"acc_norm": 0.6363636363636364,
"acc_norm_stderr": 0.043913262867240704
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.6018518518518519,
"acc_stderr": 0.04732332615978813,
"acc_norm": 0.6018518518518519,
"acc_norm_stderr": 0.04732332615978813
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.558282208588957,
"acc_stderr": 0.03901591825836184,
"acc_norm": 0.558282208588957,
"acc_norm_stderr": 0.03901591825836184
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.3125,
"acc_stderr": 0.043994650575715215,
"acc_norm": 0.3125,
"acc_norm_stderr": 0.043994650575715215
},
"harness|hendrycksTest-management|5": {
"acc": 0.6699029126213593,
"acc_stderr": 0.04656147110012351,
"acc_norm": 0.6699029126213593,
"acc_norm_stderr": 0.04656147110012351
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.717948717948718,
"acc_stderr": 0.029480360549541194,
"acc_norm": 0.717948717948718,
"acc_norm_stderr": 0.029480360549541194
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.48,
"acc_stderr": 0.050211673156867795,
"acc_norm": 0.48,
"acc_norm_stderr": 0.050211673156867795
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.6768837803320562,
"acc_stderr": 0.016723726512343048,
"acc_norm": 0.6768837803320562,
"acc_norm_stderr": 0.016723726512343048
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.5173410404624278,
"acc_stderr": 0.02690290045866664,
"acc_norm": 0.5173410404624278,
"acc_norm_stderr": 0.02690290045866664
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.2212290502793296,
"acc_stderr": 0.013882164598887275,
"acc_norm": 0.2212290502793296,
"acc_norm_stderr": 0.013882164598887275
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.5163398692810458,
"acc_stderr": 0.02861462475280544,
"acc_norm": 0.5163398692810458,
"acc_norm_stderr": 0.02861462475280544
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.5659163987138264,
"acc_stderr": 0.02815023224453559,
"acc_norm": 0.5659163987138264,
"acc_norm_stderr": 0.02815023224453559
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.5648148148148148,
"acc_stderr": 0.0275860062216077,
"acc_norm": 0.5648148148148148,
"acc_norm_stderr": 0.0275860062216077
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.36879432624113473,
"acc_stderr": 0.02878222756134724,
"acc_norm": 0.36879432624113473,
"acc_norm_stderr": 0.02878222756134724
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.34876140808344197,
"acc_stderr": 0.01217203515712712,
"acc_norm": 0.34876140808344197,
"acc_norm_stderr": 0.01217203515712712
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.45955882352941174,
"acc_stderr": 0.03027332507734576,
"acc_norm": 0.45955882352941174,
"acc_norm_stderr": 0.03027332507734576
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.48366013071895425,
"acc_stderr": 0.020217030653186453,
"acc_norm": 0.48366013071895425,
"acc_norm_stderr": 0.020217030653186453
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.5363636363636364,
"acc_stderr": 0.04776449162396197,
"acc_norm": 0.5363636363636364,
"acc_norm_stderr": 0.04776449162396197
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.5224489795918368,
"acc_stderr": 0.031976941187136725,
"acc_norm": 0.5224489795918368,
"acc_norm_stderr": 0.031976941187136725
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.6467661691542289,
"acc_stderr": 0.03379790611796777,
"acc_norm": 0.6467661691542289,
"acc_norm_stderr": 0.03379790611796777
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.72,
"acc_stderr": 0.045126085985421276,
"acc_norm": 0.72,
"acc_norm_stderr": 0.045126085985421276
},
"harness|hendrycksTest-virology|5": {
"acc": 0.43373493975903615,
"acc_stderr": 0.03858158940685517,
"acc_norm": 0.43373493975903615,
"acc_norm_stderr": 0.03858158940685517
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.7251461988304093,
"acc_stderr": 0.034240429246915824,
"acc_norm": 0.7251461988304093,
"acc_norm_stderr": 0.034240429246915824
},
"harness|truthfulqa:mc|0": {
"mc1": 0.30354957160342716,
"mc1_stderr": 0.016095884155386847,
"mc2": 0.4566539974272441,
"mc2_stderr": 0.01564839684478776
},
"harness|winogrande|5": {
"acc": 0.7237569060773481,
"acc_stderr": 0.012566815015698158
},
"harness|gsm8k|5": {
"acc": 0.19484457922668688,
"acc_stderr": 0.010910039409578768
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7156437039375305,
-0.919439971446991,
0.26423370838165283,
0.21619610488414764,
-0.17317502200603485,
-0.01981492154300213,
0.003335548099130392,
-0.2489246129989624,
0.6009706258773804,
-0.024476319551467896,
-0.4852886497974396,
-0.6782832741737366,
-0.4379991590976715,
0.23199592530727386,
-0.03185323253273964,
0.828241765499115,
-0.17137043178081512,
-0.146921768784523,
0.06818223744630814,
-0.03646931052207947,
-0.30547958612442017,
-0.3704506754875183,
-0.4860595464706421,
-0.3843039870262146,
0.20422545075416565,
0.46367427706718445,
0.44662150740623474,
0.7807304859161377,
0.6828622221946716,
0.30415427684783936,
-0.3272901177406311,
-0.05017910525202751,
-0.1965702474117279,
-0.27036252617836,
0.38829392194747925,
-0.39088571071624756,
-0.8466055989265442,
0.24673084914684296,
0.7440453767776489,
0.6303107142448425,
-0.0835934579372406,
0.3120879530906677,
0.03212076425552368,
0.6213607788085938,
-0.3494666814804077,
0.0758257657289505,
-0.2694401144981384,
0.21097813546657562,
-0.18761926889419556,
-0.2460414469242096,
-0.31395745277404785,
-0.21038399636745453,
-0.1412062793970108,
-0.8304392099380493,
0.22509706020355225,
0.3270207643508911,
1.5509223937988281,
-0.1466732770204544,
-0.2503426671028137,
0.06419655680656433,
-0.09949437528848648,
0.998772919178009,
-0.8735662698745728,
0.37201550602912903,
0.7931548357009888,
0.12022864073514938,
-0.2113228440284729,
-0.5557387471199036,
-0.6245828866958618,
0.07413706928491592,
-0.36853694915771484,
0.30848607420921326,
-0.07294042408466339,
-0.16614994406700134,
0.34052005410194397,
0.660927414894104,
-0.6510735154151917,
0.14791014790534973,
-0.6360786557197571,
-0.1770860105752945,
1.0654592514038086,
0.3193223178386688,
0.06724154204130173,
-0.35527050495147705,
-0.6684302091598511,
-0.6826710104942322,
-0.38210052251815796,
0.2773146629333496,
0.4446157217025757,
0.36510777473449707,
-0.4003390371799469,
0.6945510506629944,
-0.45098644495010376,
0.5569398999214172,
0.43548136949539185,
-0.03349655121564865,
0.8837934136390686,
-0.6692161560058594,
-0.5145564079284668,
-0.015670066699385643,
1.0960140228271484,
0.564044713973999,
0.040767569094896317,
0.23263701796531677,
0.03345699608325958,
-0.07007495313882828,
-0.0042152018286287785,
-0.841206967830658,
-0.305531769990921,
0.18015390634536743,
-0.3908238410949707,
-0.5163939595222473,
0.30000799894332886,
-0.8833014965057373,
0.12413984537124634,
-0.025384031236171722,
0.4027860462665558,
-0.4820648431777954,
-0.1733284443616867,
0.21675719320774078,
-0.3978947401046753,
0.8153676390647888,
-0.17177456617355347,
-0.7591963410377502,
0.37625154852867126,
0.5069465637207031,
0.7806286215782166,
-0.07697456330060959,
-0.41145768761634827,
-0.12217854708433151,
-0.14927157759666443,
-0.294811487197876,
0.5414674282073975,
-0.28678610920906067,
-0.4071117341518402,
-0.2889125645160675,
0.3082302510738373,
-0.248332217335701,
-0.31925079226493835,
0.7075087428092957,
-0.25459709763526917,
0.1947912722826004,
-0.4597027599811554,
-0.650348424911499,
0.11641614139080048,
0.36064067482948303,
-0.42697277665138245,
1.2983452081680298,
0.24449683725833893,
-0.8292838335037231,
0.40040045976638794,
-0.616196870803833,
-0.17787408828735352,
-0.03591248020529747,
-0.006100335158407688,
-0.7679017782211304,
-0.28763988614082336,
0.16967396438121796,
0.4015413820743561,
-0.103177011013031,
-0.12782254815101624,
-0.39208918809890747,
-0.36819180846214294,
0.36635610461235046,
-0.1402222216129303,
1.1935219764709473,
-0.026988189667463303,
-0.7559582591056824,
-0.12193015962839127,
-1.206436038017273,
0.31491193175315857,
0.2123117744922638,
-0.387983500957489,
-0.2093420773744583,
-0.4450521767139435,
-0.0025412256363779306,
0.19583265483379364,
0.3138306736946106,
-0.7941309809684753,
0.26811483502388,
-0.37531155347824097,
0.15058235824108124,
1.2404541969299316,
0.047647953033447266,
0.16958534717559814,
-0.5593191385269165,
0.5274457335472107,
0.18520481884479523,
0.18071088194847107,
0.3726661801338196,
-0.6046782732009888,
-0.8195059895515442,
-0.4848340153694153,
-0.04812050238251686,
0.630573034286499,
-0.22047486901283264,
1.137406587600708,
0.03921736404299736,
-0.9111195802688599,
-0.45324426889419556,
-0.08280947804450989,
0.5168852806091309,
0.7380016446113586,
0.5491077303886414,
-0.07302463799715042,
-0.6173819899559021,
-1.0874282121658325,
-0.2974054515361786,
-0.1768604815006256,
0.14517401158809662,
0.21697942912578583,
1.0252830982208252,
-0.25535473227500916,
0.6027249693870544,
-0.9758619666099548,
-0.2131943553686142,
0.14312760531902313,
-0.07930164784193039,
0.788190484046936,
0.7181167006492615,
0.5582181215286255,
-0.6687963604927063,
-0.5465155839920044,
0.21259430050849915,
-0.8865517973899841,
-0.0837647020816803,
0.14266280829906464,
-0.358252614736557,
0.16660435497760773,
0.09816393256187439,
-0.692672848701477,
0.5274703502655029,
0.23294903337955475,
-1.0786620378494263,
1.000015139579773,
-0.2787306010723114,
0.5988945960998535,
-0.9946152567863464,
0.1664634495973587,
-0.08149070292711258,
0.019795585423707962,
-0.5172634124755859,
0.017794929444789886,
0.07999734580516815,
0.45707809925079346,
-0.4628981649875641,
0.7993747591972351,
-0.6798979043960571,
-0.08099312335252762,
0.3999585211277008,
0.1561640202999115,
-0.1412709802389145,
0.39003992080688477,
-0.2362332046031952,
0.7646708488464355,
0.7377580404281616,
-0.46009311079978943,
0.52116858959198,
0.44739747047424316,
-0.21830564737319946,
0.7127037644386292,
-0.4730816185474396,
-0.2450595647096634,
0.3115632236003876,
-0.023337198421359062,
-0.8445743918418884,
-0.5211965441703796,
0.07974698394536972,
-0.6140339374542236,
-0.12186609953641891,
0.3578561842441559,
-0.3189677894115448,
-0.7710515856742859,
-0.9138787388801575,
0.31454625725746155,
0.7457551956176758,
-0.40824922919273376,
-0.16375459730625153,
0.08216070383787155,
0.06433147192001343,
-0.8374818563461304,
-0.8182250261306763,
-0.46850496530532837,
-0.22788842022418976,
-0.7154695987701416,
0.24933487176895142,
-0.2796792685985565,
-0.28055790066719055,
-0.1102837324142456,
-0.24100971221923828,
-0.31362882256507874,
0.01597120426595211,
0.16459743678569794,
0.6379173994064331,
-0.410818874835968,
-0.2975222170352936,
-0.22441507875919342,
-0.12529973685741425,
0.22772827744483948,
-0.04673624411225319,
0.4215702414512634,
-0.5086287260055542,
-0.4103601276874542,
-0.44462862610816956,
-0.01483724731951952,
0.6887127757072449,
-0.05813867598772049,
0.7493654489517212,
0.41085076332092285,
-0.29525700211524963,
0.03668219968676567,
-0.32292741537094116,
-0.2729667127132416,
-0.5898497700691223,
0.27799519896507263,
-0.4725988507270813,
-1.047545075416565,
0.80473393201828,
0.5239845514297485,
0.07725144922733307,
1.0941585302352905,
0.6069554090499878,
-0.2713284492492676,
1.0016320943832397,
0.05217251926660538,
0.29031404852867126,
0.418113112449646,
-0.6314447522163391,
0.12842819094657898,
-0.8674958944320679,
-0.3089655935764313,
-0.5446354150772095,
-0.4880034327507019,
-0.72340327501297,
-0.06707876175642014,
0.2566319704055786,
0.18036192655563354,
-0.6844682097434998,
0.5673125386238098,
-0.8343493342399597,
0.5847569704055786,
0.5496814250946045,
0.2859370708465576,
0.16693370044231415,
-0.11618262529373169,
-0.3589920699596405,
-0.09263626486063004,
-0.4641134738922119,
-0.27840307354927063,
1.2033554315567017,
0.2831665575504303,
0.7050763368606567,
0.07517538219690323,
0.9059569239616394,
0.13217639923095703,
-0.04688195884227753,
-0.5667668581008911,
0.6466947793960571,
0.174078106880188,
-0.8039179444313049,
-0.42306631803512573,
-0.48790690302848816,
-1.0713669061660767,
0.3878087103366852,
-0.11823103576898575,
-0.876839280128479,
0.12018555402755737,
0.03795184940099716,
-0.14302030205726624,
0.4857713580131531,
-0.5519051551818848,
0.8245118856430054,
-0.1381235122680664,
-0.4557811915874481,
0.10054294764995575,
-0.8450793623924255,
0.4871707856655121,
0.1845720112323761,
0.3074778914451599,
0.02964302897453308,
0.26616188883781433,
1.1744213104248047,
-0.7958084344863892,
0.47749242186546326,
0.07864275574684143,
0.023305105045437813,
0.36459049582481384,
-0.1519523411989212,
0.49620211124420166,
0.05779304355382919,
-0.014779452234506607,
-0.07048960775136948,
0.31685975193977356,
-0.8786464929580688,
-0.05178788676857948,
0.9035545587539673,
-0.9511040449142456,
-0.58592289686203,
-0.882474958896637,
-0.5255115032196045,
0.09478624910116196,
0.5559872984886169,
0.3376105725765228,
0.4813059866428375,
0.014622065238654613,
0.4762704372406006,
0.819139301776886,
-0.12895675003528595,
0.5769779086112976,
0.21637855470180511,
0.07792185992002487,
-0.6752084493637085,
0.8262577652931213,
0.05039452388882637,
0.3863818645477295,
0.26573067903518677,
0.38013020157814026,
-0.5277929902076721,
-0.1397792398929596,
-0.2103792279958725,
0.5018083453178406,
-0.6690154671669006,
-0.28425133228302,
-0.35643133521080017,
-0.37937527894973755,
-0.7290653586387634,
-0.6276518106460571,
-0.32322996854782104,
-0.4736097753047943,
-0.4666835367679596,
-0.47010689973831177,
0.6342321634292603,
0.484389066696167,
-0.3436914086341858,
0.10417652875185013,
-0.4895772337913513,
0.22447308897972107,
0.2698630392551422,
0.5434824228286743,
-0.35151374340057373,
-0.5513429045677185,
0.030957765877246857,
-0.07740973681211472,
-0.5707704424858093,
-0.9825166463851929,
0.3573448061943054,
-0.029618320986628532,
0.5220038890838623,
0.5798734426498413,
0.09819968789815903,
0.8483297228813171,
-0.19949334859848022,
1.0628526210784912,
0.33599621057510376,
-0.7844766974449158,
0.7454810738563538,
-0.3261566162109375,
0.1598336100578308,
0.632840633392334,
0.14996550977230072,
-0.20346345007419586,
-0.6912618279457092,
-1.292304277420044,
-0.7986599802970886,
0.6652665734291077,
0.4316386878490448,
-0.23649796843528748,
0.029903169721364975,
0.1838001161813736,
-0.2807520925998688,
-0.15234433114528656,
-0.7009754180908203,
-0.8758964538574219,
-0.17056390643119812,
-0.5001290440559387,
0.0935010313987732,
0.026153510436415672,
-0.3835517466068268,
-0.7939692735671997,
0.9211090207099915,
0.008264743722975254,
0.6285147666931152,
0.4640415906906128,
0.049211177974939346,
0.03872336819767952,
0.5132240056991577,
0.9148111939430237,
0.7242183685302734,
-0.44829466938972473,
0.3860129714012146,
0.43534693121910095,
-1.0244274139404297,
0.4585183262825012,
0.27879461646080017,
-0.01958119310438633,
-0.008616254664957523,
0.4884086549282074,
0.4424196779727936,
0.06266035884618759,
-0.2496003359556198,
0.618781328201294,
-0.004606666509062052,
-0.562295138835907,
-0.40713557600975037,
0.10713454335927963,
-0.09734465181827545,
0.041509948670864105,
0.38828223943710327,
-0.18449008464813232,
-0.0492798276245594,
-0.49415674805641174,
0.4549545347690582,
0.3572399914264679,
-0.4502202570438385,
-0.17168211936950684,
0.7102230191230774,
-0.21101632714271545,
-0.19726859033107758,
0.32821574807167053,
-0.18849779665470123,
-0.6202315092086792,
1.1096266508102417,
0.5725599527359009,
0.6557627320289612,
-0.2565358579158783,
-0.08228408545255661,
0.9018622040748596,
0.36505571007728577,
-0.06689559668302536,
0.52571040391922,
0.27978602051734924,
-0.2438698709011078,
0.1710975021123886,
-0.8995468616485596,
-0.05730103328824043,
0.14191754162311554,
-0.836067259311676,
0.3209385573863983,
-0.48210304975509644,
-0.21213722229003906,
-0.009092536754906178,
0.42667585611343384,
-0.47870373725891113,
0.47832435369491577,
-0.4331270158290863,
1.1757744550704956,
-0.9987252354621887,
0.6780790686607361,
0.7765598297119141,
-0.5470581650733948,
-1.0050251483917236,
-0.5537461638450623,
-0.005272416863590479,
-0.7829623818397522,
0.5663321614265442,
-0.025140099227428436,
0.17600899934768677,
-0.0900169089436531,
-0.7667526602745056,
-0.9364981651306152,
1.4185506105422974,
-0.05767638981342316,
-0.46312636137008667,
0.21163998544216156,
-0.04114899784326553,
0.4692162573337555,
0.12683245539665222,
0.5535359978675842,
0.7580081820487976,
0.809170126914978,
-0.09189606457948685,
-0.7840455770492554,
0.33669644594192505,
-0.5275827646255493,
-0.3262680470943451,
0.4431135058403015,
-0.9270070791244507,
1.1603950262069702,
0.02793586254119873,
0.21837107837200165,
-0.14934667944908142,
0.649329662322998,
0.8245761394500732,
0.31962016224861145,
0.40157416462898254,
0.847795844078064,
0.8213571906089783,
-0.4747423231601715,
1.013704538345337,
-0.23185290396213531,
0.8799140453338623,
0.6770347356796265,
0.217653289437294,
0.8076940774917603,
0.6807987689971924,
-0.5617632865905762,
0.5893322825431824,
0.8290505409240723,
-0.27154341340065,
0.3992956280708313,
0.25062039494514465,
-0.1273568570613861,
-0.16091758012771606,
0.44527170062065125,
-0.8526101112365723,
0.14416681230068207,
0.1023036539554596,
-0.33530089259147644,
0.09308461099863052,
-0.42052292823791504,
0.3299069106578827,
-0.09464070945978165,
-0.0046042208559811115,
0.3955793082714081,
0.05631397292017937,
-0.427041620016098,
0.9559374451637268,
-0.17068804800510406,
0.7618722915649414,
-0.5183013081550598,
-0.10384602844715118,
-0.37216639518737793,
0.6063799262046814,
-0.4135514199733734,
-1.0131982564926147,
0.1366281807422638,
0.06516832113265991,
-0.10510428994894028,
-0.15321770310401917,
0.7139014005661011,
-0.2028830498456955,
-0.7725167274475098,
0.14519213140010834,
0.08327603340148926,
0.14871768653392792,
0.5094026923179626,
-0.6595125198364258,
-0.30080342292785645,
-0.0561809167265892,
-0.5845386385917664,
0.1504942923784256,
0.29536154866218567,
0.2423294484615326,
0.5559050440788269,
0.6447321772575378,
0.12712711095809937,
0.40816575288772583,
-0.5669937133789062,
0.8022094964981079,
-1.035398006439209,
-0.7411435842514038,
-0.9104330539703369,
0.4505918025970459,
-0.3334904611110687,
-0.8180749416351318,
0.9721381068229675,
1.006333589553833,
0.8708917498588562,
0.010237766429781914,
0.6337514519691467,
-0.40280553698539734,
0.26158806681632996,
-0.3640338182449341,
0.9626586437225342,
-0.8508928418159485,
-0.20525360107421875,
-0.2965604364871979,
-0.6941588521003723,
-0.3359867036342621,
0.866773784160614,
-0.1598113477230072,
0.046008311212062836,
1.030989170074463,
0.6689856052398682,
-0.09680098295211792,
0.03786346688866615,
-0.05576091632246971,
0.5609793663024902,
0.37681448459625244,
0.9730734825134277,
0.6436330676078796,
-0.7950130701065063,
0.357623815536499,
-0.5390264391899109,
-0.4310186505317688,
-0.41760021448135376,
-0.46986663341522217,
-0.9058431386947632,
-0.5060943365097046,
-0.21475021541118622,
-0.6265014410018921,
-0.10202497988939285,
0.9931131601333618,
0.4357649087905884,
-0.9161158800125122,
-0.4243355095386505,
-0.09539350867271423,
0.15718230605125427,
-0.5915188789367676,
-0.4193287789821625,
0.7156546115875244,
-0.11108265072107315,
-0.5079155564308167,
0.17262226343154907,
-0.178521990776062,
0.18530087172985077,
0.11018703877925873,
-0.4178068935871124,
-0.7248623371124268,
0.021377837285399437,
0.47438451647758484,
0.34293973445892334,
-0.7423964142799377,
-0.734964907169342,
0.31951385736465454,
-0.49449586868286133,
0.430621862411499,
-0.05880614370107651,
-0.507127583026886,
0.04386622831225395,
0.6843292713165283,
0.47483256459236145,
0.6540682911872864,
-0.01332079991698265,
0.05214111506938934,
-0.6701632142066956,
0.17031066119670868,
-0.04143588989973068,
0.27461639046669006,
-0.018938032910227776,
-0.33798685669898987,
0.7562393546104431,
0.6434651017189026,
-0.5487407445907593,
-1.0957212448120117,
-0.4365237355232239,
-1.446210265159607,
-0.00731217535212636,
1.151828646659851,
0.015158855356276035,
-0.49666422605514526,
0.23143541812896729,
-0.15852224826812744,
0.2166386842727661,
-0.3526395857334137,
0.7555583715438843,
0.8383697271347046,
-0.3912253975868225,
0.09050891548395157,
-0.6889335513114929,
0.3432302474975586,
0.49376121163368225,
-1.168733835220337,
-0.07900124043226242,
0.25779515504837036,
0.36215701699256897,
0.3614312410354614,
0.6585683822631836,
-0.07975366711616516,
0.26921534538269043,
0.24513936042785645,
0.06894569844007492,
0.016717752441763878,
0.07739510387182236,
-0.2219291627407074,
0.06345415860414505,
-0.24459737539291382,
-0.44688335061073303
]
|
open-llm-leaderboard/details_abacusai__Giraffe-beta-13b-32k | open-llm-leaderboard | 2023-12-04T11:27:24Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:26:41Z | ---
pretty_name: Evaluation run of abacusai/Giraffe-beta-13b-32k
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [abacusai/Giraffe-beta-13b-32k](https://huggingface.co/abacusai/Giraffe-beta-13b-32k)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_abacusai__Giraffe-beta-13b-32k\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:23:46.573377](https://huggingface.co/datasets/open-llm-leaderboard/details_abacusai__Giraffe-beta-13b-32k/blob/main/results_2023-12-04T11-23-46.573377.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5350938644943618,\n\
\ \"acc_stderr\": 0.03417616181346088,\n \"acc_norm\": 0.5410188997846813,\n\
\ \"acc_norm_stderr\": 0.03491906704101023,\n \"mc1\": 0.28518971848225216,\n\
\ \"mc1_stderr\": 0.015805827874454892,\n \"mc2\": 0.4258338965668367,\n\
\ \"mc2_stderr\": 0.014377658114706975\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5204778156996587,\n \"acc_stderr\": 0.014599131353035009,\n\
\ \"acc_norm\": 0.5563139931740614,\n \"acc_norm_stderr\": 0.01451842182567045\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6017725552678749,\n\
\ \"acc_stderr\": 0.004885323175701676,\n \"acc_norm\": 0.8042222664807808,\n\
\ \"acc_norm_stderr\": 0.003959872578165267\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.27,\n \"acc_stderr\": 0.04461960433384741,\n \
\ \"acc_norm\": 0.27,\n \"acc_norm_stderr\": 0.04461960433384741\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.4962962962962963,\n\
\ \"acc_stderr\": 0.04319223625811331,\n \"acc_norm\": 0.4962962962962963,\n\
\ \"acc_norm_stderr\": 0.04319223625811331\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.5526315789473685,\n \"acc_stderr\": 0.0404633688397825,\n\
\ \"acc_norm\": 0.5526315789473685,\n \"acc_norm_stderr\": 0.0404633688397825\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.53,\n\
\ \"acc_stderr\": 0.05016135580465919,\n \"acc_norm\": 0.53,\n \
\ \"acc_norm_stderr\": 0.05016135580465919\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.5584905660377358,\n \"acc_stderr\": 0.03056159042673183,\n\
\ \"acc_norm\": 0.5584905660377358,\n \"acc_norm_stderr\": 0.03056159042673183\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.5347222222222222,\n\
\ \"acc_stderr\": 0.04171115858181618,\n \"acc_norm\": 0.5347222222222222,\n\
\ \"acc_norm_stderr\": 0.04171115858181618\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.38,\n \"acc_stderr\": 0.048783173121456316,\n \
\ \"acc_norm\": 0.38,\n \"acc_norm_stderr\": 0.048783173121456316\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"\
acc\": 0.46,\n \"acc_stderr\": 0.05009082659620333,\n \"acc_norm\"\
: 0.46,\n \"acc_norm_stderr\": 0.05009082659620333\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.4,\n \"acc_stderr\": 0.049236596391733084,\n \
\ \"acc_norm\": 0.4,\n \"acc_norm_stderr\": 0.049236596391733084\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.47398843930635837,\n\
\ \"acc_stderr\": 0.038073017265045125,\n \"acc_norm\": 0.47398843930635837,\n\
\ \"acc_norm_stderr\": 0.038073017265045125\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.30392156862745096,\n \"acc_stderr\": 0.04576665403207762,\n\
\ \"acc_norm\": 0.30392156862745096,\n \"acc_norm_stderr\": 0.04576665403207762\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.67,\n \"acc_stderr\": 0.04725815626252607,\n \"acc_norm\": 0.67,\n\
\ \"acc_norm_stderr\": 0.04725815626252607\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.42127659574468085,\n \"acc_stderr\": 0.03227834510146268,\n\
\ \"acc_norm\": 0.42127659574468085,\n \"acc_norm_stderr\": 0.03227834510146268\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.3157894736842105,\n\
\ \"acc_stderr\": 0.04372748290278007,\n \"acc_norm\": 0.3157894736842105,\n\
\ \"acc_norm_stderr\": 0.04372748290278007\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.496551724137931,\n \"acc_stderr\": 0.041665675771015785,\n\
\ \"acc_norm\": 0.496551724137931,\n \"acc_norm_stderr\": 0.041665675771015785\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.31216931216931215,\n \"acc_stderr\": 0.0238652068369726,\n \"\
acc_norm\": 0.31216931216931215,\n \"acc_norm_stderr\": 0.0238652068369726\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.373015873015873,\n\
\ \"acc_stderr\": 0.04325506042017086,\n \"acc_norm\": 0.373015873015873,\n\
\ \"acc_norm_stderr\": 0.04325506042017086\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.39,\n \"acc_stderr\": 0.04902071300001975,\n \
\ \"acc_norm\": 0.39,\n \"acc_norm_stderr\": 0.04902071300001975\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.6064516129032258,\n\
\ \"acc_stderr\": 0.027791878753132267,\n \"acc_norm\": 0.6064516129032258,\n\
\ \"acc_norm_stderr\": 0.027791878753132267\n },\n \"harness|hendrycksTest-high_school_chemistry|5\"\
: {\n \"acc\": 0.37438423645320196,\n \"acc_stderr\": 0.03405155380561953,\n\
\ \"acc_norm\": 0.37438423645320196,\n \"acc_norm_stderr\": 0.03405155380561953\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.54,\n \"acc_stderr\": 0.05009082659620333,\n \"acc_norm\"\
: 0.54,\n \"acc_norm_stderr\": 0.05009082659620333\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.6,\n \"acc_stderr\": 0.03825460278380026,\n \
\ \"acc_norm\": 0.6,\n \"acc_norm_stderr\": 0.03825460278380026\n },\n\
\ \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.6161616161616161,\n\
\ \"acc_stderr\": 0.03464881675016341,\n \"acc_norm\": 0.6161616161616161,\n\
\ \"acc_norm_stderr\": 0.03464881675016341\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\"\
: {\n \"acc\": 0.7564766839378239,\n \"acc_stderr\": 0.030975436386845436,\n\
\ \"acc_norm\": 0.7564766839378239,\n \"acc_norm_stderr\": 0.030975436386845436\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.4794871794871795,\n \"acc_stderr\": 0.02532966316348994,\n \
\ \"acc_norm\": 0.4794871794871795,\n \"acc_norm_stderr\": 0.02532966316348994\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.337037037037037,\n \"acc_stderr\": 0.028820884666253255,\n \
\ \"acc_norm\": 0.337037037037037,\n \"acc_norm_stderr\": 0.028820884666253255\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.5252100840336135,\n \"acc_stderr\": 0.0324371805513741,\n \
\ \"acc_norm\": 0.5252100840336135,\n \"acc_norm_stderr\": 0.0324371805513741\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.31125827814569534,\n \"acc_stderr\": 0.03780445850526733,\n \"\
acc_norm\": 0.31125827814569534,\n \"acc_norm_stderr\": 0.03780445850526733\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.708256880733945,\n \"acc_stderr\": 0.019489300968876508,\n \"\
acc_norm\": 0.708256880733945,\n \"acc_norm_stderr\": 0.019489300968876508\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.4722222222222222,\n \"acc_stderr\": 0.0340470532865388,\n \"acc_norm\"\
: 0.4722222222222222,\n \"acc_norm_stderr\": 0.0340470532865388\n },\n\
\ \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.75,\n\
\ \"acc_stderr\": 0.03039153369274154,\n \"acc_norm\": 0.75,\n \
\ \"acc_norm_stderr\": 0.03039153369274154\n },\n \"harness|hendrycksTest-high_school_world_history|5\"\
: {\n \"acc\": 0.6877637130801688,\n \"acc_stderr\": 0.030165137867847,\n\
\ \"acc_norm\": 0.6877637130801688,\n \"acc_norm_stderr\": 0.030165137867847\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6367713004484304,\n\
\ \"acc_stderr\": 0.03227790442850499,\n \"acc_norm\": 0.6367713004484304,\n\
\ \"acc_norm_stderr\": 0.03227790442850499\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.5419847328244275,\n \"acc_stderr\": 0.04369802690578756,\n\
\ \"acc_norm\": 0.5419847328244275,\n \"acc_norm_stderr\": 0.04369802690578756\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.7520661157024794,\n \"acc_stderr\": 0.03941897526516303,\n \"\
acc_norm\": 0.7520661157024794,\n \"acc_norm_stderr\": 0.03941897526516303\n\
\ },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.6203703703703703,\n\
\ \"acc_stderr\": 0.04691521224077742,\n \"acc_norm\": 0.6203703703703703,\n\
\ \"acc_norm_stderr\": 0.04691521224077742\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.6257668711656442,\n \"acc_stderr\": 0.03802068102899615,\n\
\ \"acc_norm\": 0.6257668711656442,\n \"acc_norm_stderr\": 0.03802068102899615\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.29464285714285715,\n\
\ \"acc_stderr\": 0.0432704093257873,\n \"acc_norm\": 0.29464285714285715,\n\
\ \"acc_norm_stderr\": 0.0432704093257873\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.6407766990291263,\n \"acc_stderr\": 0.04750458399041696,\n\
\ \"acc_norm\": 0.6407766990291263,\n \"acc_norm_stderr\": 0.04750458399041696\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.7478632478632479,\n\
\ \"acc_stderr\": 0.02844796547623102,\n \"acc_norm\": 0.7478632478632479,\n\
\ \"acc_norm_stderr\": 0.02844796547623102\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.6,\n \"acc_stderr\": 0.049236596391733084,\n \
\ \"acc_norm\": 0.6,\n \"acc_norm_stderr\": 0.049236596391733084\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.7049808429118773,\n\
\ \"acc_stderr\": 0.01630836377293273,\n \"acc_norm\": 0.7049808429118773,\n\
\ \"acc_norm_stderr\": 0.01630836377293273\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.6098265895953757,\n \"acc_stderr\": 0.02626167760780665,\n\
\ \"acc_norm\": 0.6098265895953757,\n \"acc_norm_stderr\": 0.02626167760780665\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.36983240223463687,\n\
\ \"acc_stderr\": 0.016145881256056215,\n \"acc_norm\": 0.36983240223463687,\n\
\ \"acc_norm_stderr\": 0.016145881256056215\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.6013071895424836,\n \"acc_stderr\": 0.028036092273891776,\n\
\ \"acc_norm\": 0.6013071895424836,\n \"acc_norm_stderr\": 0.028036092273891776\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.617363344051447,\n\
\ \"acc_stderr\": 0.02760468902858199,\n \"acc_norm\": 0.617363344051447,\n\
\ \"acc_norm_stderr\": 0.02760468902858199\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.6141975308641975,\n \"acc_stderr\": 0.027085401226132143,\n\
\ \"acc_norm\": 0.6141975308641975,\n \"acc_norm_stderr\": 0.027085401226132143\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.40425531914893614,\n \"acc_stderr\": 0.029275532159704725,\n \
\ \"acc_norm\": 0.40425531914893614,\n \"acc_norm_stderr\": 0.029275532159704725\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.3983050847457627,\n\
\ \"acc_stderr\": 0.012503310565166244,\n \"acc_norm\": 0.3983050847457627,\n\
\ \"acc_norm_stderr\": 0.012503310565166244\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.5147058823529411,\n \"acc_stderr\": 0.03035969707904612,\n\
\ \"acc_norm\": 0.5147058823529411,\n \"acc_norm_stderr\": 0.03035969707904612\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.5408496732026143,\n \"acc_stderr\": 0.020160213617222516,\n \
\ \"acc_norm\": 0.5408496732026143,\n \"acc_norm_stderr\": 0.020160213617222516\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6363636363636364,\n\
\ \"acc_stderr\": 0.046075820907199756,\n \"acc_norm\": 0.6363636363636364,\n\
\ \"acc_norm_stderr\": 0.046075820907199756\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.6448979591836734,\n \"acc_stderr\": 0.030635655150387638,\n\
\ \"acc_norm\": 0.6448979591836734,\n \"acc_norm_stderr\": 0.030635655150387638\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.736318407960199,\n\
\ \"acc_stderr\": 0.03115715086935555,\n \"acc_norm\": 0.736318407960199,\n\
\ \"acc_norm_stderr\": 0.03115715086935555\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.79,\n \"acc_stderr\": 0.040936018074033256,\n \
\ \"acc_norm\": 0.79,\n \"acc_norm_stderr\": 0.040936018074033256\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.46987951807228917,\n\
\ \"acc_stderr\": 0.03885425420866766,\n \"acc_norm\": 0.46987951807228917,\n\
\ \"acc_norm_stderr\": 0.03885425420866766\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.7426900584795322,\n \"acc_stderr\": 0.03352799844161865,\n\
\ \"acc_norm\": 0.7426900584795322,\n \"acc_norm_stderr\": 0.03352799844161865\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.28518971848225216,\n\
\ \"mc1_stderr\": 0.015805827874454892,\n \"mc2\": 0.4258338965668367,\n\
\ \"mc2_stderr\": 0.014377658114706975\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7458563535911602,\n \"acc_stderr\": 0.012236307219708267\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.21304018195602728,\n \
\ \"acc_stderr\": 0.01127844785690078\n }\n}\n```"
repo_url: https://huggingface.co/abacusai/Giraffe-beta-13b-32k
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-23-46.573377.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-23-46.573377.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- '**/details_harness|winogrande|5_2023-12-04T11-23-46.573377.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-23-46.573377.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_23_46.573377
path:
- results_2023-12-04T11-23-46.573377.parquet
- split: latest
path:
- results_2023-12-04T11-23-46.573377.parquet
---
# Dataset Card for Evaluation run of abacusai/Giraffe-beta-13b-32k
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/abacusai/Giraffe-beta-13b-32k
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [abacusai/Giraffe-beta-13b-32k](https://huggingface.co/abacusai/Giraffe-beta-13b-32k) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_abacusai__Giraffe-beta-13b-32k",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:23:46.573377](https://huggingface.co/datasets/open-llm-leaderboard/details_abacusai__Giraffe-beta-13b-32k/blob/main/results_2023-12-04T11-23-46.573377.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.5350938644943618,
"acc_stderr": 0.03417616181346088,
"acc_norm": 0.5410188997846813,
"acc_norm_stderr": 0.03491906704101023,
"mc1": 0.28518971848225216,
"mc1_stderr": 0.015805827874454892,
"mc2": 0.4258338965668367,
"mc2_stderr": 0.014377658114706975
},
"harness|arc:challenge|25": {
"acc": 0.5204778156996587,
"acc_stderr": 0.014599131353035009,
"acc_norm": 0.5563139931740614,
"acc_norm_stderr": 0.01451842182567045
},
"harness|hellaswag|10": {
"acc": 0.6017725552678749,
"acc_stderr": 0.004885323175701676,
"acc_norm": 0.8042222664807808,
"acc_norm_stderr": 0.003959872578165267
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.27,
"acc_stderr": 0.04461960433384741,
"acc_norm": 0.27,
"acc_norm_stderr": 0.04461960433384741
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.4962962962962963,
"acc_stderr": 0.04319223625811331,
"acc_norm": 0.4962962962962963,
"acc_norm_stderr": 0.04319223625811331
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.5526315789473685,
"acc_stderr": 0.0404633688397825,
"acc_norm": 0.5526315789473685,
"acc_norm_stderr": 0.0404633688397825
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.53,
"acc_stderr": 0.05016135580465919,
"acc_norm": 0.53,
"acc_norm_stderr": 0.05016135580465919
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.5584905660377358,
"acc_stderr": 0.03056159042673183,
"acc_norm": 0.5584905660377358,
"acc_norm_stderr": 0.03056159042673183
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.5347222222222222,
"acc_stderr": 0.04171115858181618,
"acc_norm": 0.5347222222222222,
"acc_norm_stderr": 0.04171115858181618
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.38,
"acc_stderr": 0.048783173121456316,
"acc_norm": 0.38,
"acc_norm_stderr": 0.048783173121456316
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.46,
"acc_stderr": 0.05009082659620333,
"acc_norm": 0.46,
"acc_norm_stderr": 0.05009082659620333
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.4,
"acc_stderr": 0.049236596391733084,
"acc_norm": 0.4,
"acc_norm_stderr": 0.049236596391733084
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.47398843930635837,
"acc_stderr": 0.038073017265045125,
"acc_norm": 0.47398843930635837,
"acc_norm_stderr": 0.038073017265045125
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.30392156862745096,
"acc_stderr": 0.04576665403207762,
"acc_norm": 0.30392156862745096,
"acc_norm_stderr": 0.04576665403207762
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.67,
"acc_stderr": 0.04725815626252607,
"acc_norm": 0.67,
"acc_norm_stderr": 0.04725815626252607
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.42127659574468085,
"acc_stderr": 0.03227834510146268,
"acc_norm": 0.42127659574468085,
"acc_norm_stderr": 0.03227834510146268
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.3157894736842105,
"acc_stderr": 0.04372748290278007,
"acc_norm": 0.3157894736842105,
"acc_norm_stderr": 0.04372748290278007
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.496551724137931,
"acc_stderr": 0.041665675771015785,
"acc_norm": 0.496551724137931,
"acc_norm_stderr": 0.041665675771015785
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.31216931216931215,
"acc_stderr": 0.0238652068369726,
"acc_norm": 0.31216931216931215,
"acc_norm_stderr": 0.0238652068369726
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.373015873015873,
"acc_stderr": 0.04325506042017086,
"acc_norm": 0.373015873015873,
"acc_norm_stderr": 0.04325506042017086
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.39,
"acc_stderr": 0.04902071300001975,
"acc_norm": 0.39,
"acc_norm_stderr": 0.04902071300001975
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.6064516129032258,
"acc_stderr": 0.027791878753132267,
"acc_norm": 0.6064516129032258,
"acc_norm_stderr": 0.027791878753132267
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.37438423645320196,
"acc_stderr": 0.03405155380561953,
"acc_norm": 0.37438423645320196,
"acc_norm_stderr": 0.03405155380561953
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.54,
"acc_stderr": 0.05009082659620333,
"acc_norm": 0.54,
"acc_norm_stderr": 0.05009082659620333
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.6,
"acc_stderr": 0.03825460278380026,
"acc_norm": 0.6,
"acc_norm_stderr": 0.03825460278380026
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.6161616161616161,
"acc_stderr": 0.03464881675016341,
"acc_norm": 0.6161616161616161,
"acc_norm_stderr": 0.03464881675016341
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.7564766839378239,
"acc_stderr": 0.030975436386845436,
"acc_norm": 0.7564766839378239,
"acc_norm_stderr": 0.030975436386845436
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.4794871794871795,
"acc_stderr": 0.02532966316348994,
"acc_norm": 0.4794871794871795,
"acc_norm_stderr": 0.02532966316348994
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.337037037037037,
"acc_stderr": 0.028820884666253255,
"acc_norm": 0.337037037037037,
"acc_norm_stderr": 0.028820884666253255
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.5252100840336135,
"acc_stderr": 0.0324371805513741,
"acc_norm": 0.5252100840336135,
"acc_norm_stderr": 0.0324371805513741
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.31125827814569534,
"acc_stderr": 0.03780445850526733,
"acc_norm": 0.31125827814569534,
"acc_norm_stderr": 0.03780445850526733
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.708256880733945,
"acc_stderr": 0.019489300968876508,
"acc_norm": 0.708256880733945,
"acc_norm_stderr": 0.019489300968876508
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.4722222222222222,
"acc_stderr": 0.0340470532865388,
"acc_norm": 0.4722222222222222,
"acc_norm_stderr": 0.0340470532865388
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.75,
"acc_stderr": 0.03039153369274154,
"acc_norm": 0.75,
"acc_norm_stderr": 0.03039153369274154
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.6877637130801688,
"acc_stderr": 0.030165137867847,
"acc_norm": 0.6877637130801688,
"acc_norm_stderr": 0.030165137867847
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6367713004484304,
"acc_stderr": 0.03227790442850499,
"acc_norm": 0.6367713004484304,
"acc_norm_stderr": 0.03227790442850499
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.5419847328244275,
"acc_stderr": 0.04369802690578756,
"acc_norm": 0.5419847328244275,
"acc_norm_stderr": 0.04369802690578756
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.7520661157024794,
"acc_stderr": 0.03941897526516303,
"acc_norm": 0.7520661157024794,
"acc_norm_stderr": 0.03941897526516303
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.6203703703703703,
"acc_stderr": 0.04691521224077742,
"acc_norm": 0.6203703703703703,
"acc_norm_stderr": 0.04691521224077742
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.6257668711656442,
"acc_stderr": 0.03802068102899615,
"acc_norm": 0.6257668711656442,
"acc_norm_stderr": 0.03802068102899615
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.29464285714285715,
"acc_stderr": 0.0432704093257873,
"acc_norm": 0.29464285714285715,
"acc_norm_stderr": 0.0432704093257873
},
"harness|hendrycksTest-management|5": {
"acc": 0.6407766990291263,
"acc_stderr": 0.04750458399041696,
"acc_norm": 0.6407766990291263,
"acc_norm_stderr": 0.04750458399041696
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.7478632478632479,
"acc_stderr": 0.02844796547623102,
"acc_norm": 0.7478632478632479,
"acc_norm_stderr": 0.02844796547623102
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.6,
"acc_stderr": 0.049236596391733084,
"acc_norm": 0.6,
"acc_norm_stderr": 0.049236596391733084
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.7049808429118773,
"acc_stderr": 0.01630836377293273,
"acc_norm": 0.7049808429118773,
"acc_norm_stderr": 0.01630836377293273
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.6098265895953757,
"acc_stderr": 0.02626167760780665,
"acc_norm": 0.6098265895953757,
"acc_norm_stderr": 0.02626167760780665
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.36983240223463687,
"acc_stderr": 0.016145881256056215,
"acc_norm": 0.36983240223463687,
"acc_norm_stderr": 0.016145881256056215
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.6013071895424836,
"acc_stderr": 0.028036092273891776,
"acc_norm": 0.6013071895424836,
"acc_norm_stderr": 0.028036092273891776
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.617363344051447,
"acc_stderr": 0.02760468902858199,
"acc_norm": 0.617363344051447,
"acc_norm_stderr": 0.02760468902858199
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.6141975308641975,
"acc_stderr": 0.027085401226132143,
"acc_norm": 0.6141975308641975,
"acc_norm_stderr": 0.027085401226132143
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.40425531914893614,
"acc_stderr": 0.029275532159704725,
"acc_norm": 0.40425531914893614,
"acc_norm_stderr": 0.029275532159704725
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.3983050847457627,
"acc_stderr": 0.012503310565166244,
"acc_norm": 0.3983050847457627,
"acc_norm_stderr": 0.012503310565166244
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.5147058823529411,
"acc_stderr": 0.03035969707904612,
"acc_norm": 0.5147058823529411,
"acc_norm_stderr": 0.03035969707904612
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.5408496732026143,
"acc_stderr": 0.020160213617222516,
"acc_norm": 0.5408496732026143,
"acc_norm_stderr": 0.020160213617222516
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6363636363636364,
"acc_stderr": 0.046075820907199756,
"acc_norm": 0.6363636363636364,
"acc_norm_stderr": 0.046075820907199756
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.6448979591836734,
"acc_stderr": 0.030635655150387638,
"acc_norm": 0.6448979591836734,
"acc_norm_stderr": 0.030635655150387638
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.736318407960199,
"acc_stderr": 0.03115715086935555,
"acc_norm": 0.736318407960199,
"acc_norm_stderr": 0.03115715086935555
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.79,
"acc_stderr": 0.040936018074033256,
"acc_norm": 0.79,
"acc_norm_stderr": 0.040936018074033256
},
"harness|hendrycksTest-virology|5": {
"acc": 0.46987951807228917,
"acc_stderr": 0.03885425420866766,
"acc_norm": 0.46987951807228917,
"acc_norm_stderr": 0.03885425420866766
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.7426900584795322,
"acc_stderr": 0.03352799844161865,
"acc_norm": 0.7426900584795322,
"acc_norm_stderr": 0.03352799844161865
},
"harness|truthfulqa:mc|0": {
"mc1": 0.28518971848225216,
"mc1_stderr": 0.015805827874454892,
"mc2": 0.4258338965668367,
"mc2_stderr": 0.014377658114706975
},
"harness|winogrande|5": {
"acc": 0.7458563535911602,
"acc_stderr": 0.012236307219708267
},
"harness|gsm8k|5": {
"acc": 0.21304018195602728,
"acc_stderr": 0.01127844785690078
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7720926403999329,
-0.8630989789962769,
0.2113184928894043,
0.27001312375068665,
-0.18113702535629272,
-0.06646842509508133,
0.006725544575601816,
-0.26349177956581116,
0.5854076147079468,
-0.08803253620862961,
-0.5185571908950806,
-0.6499031782150269,
-0.4631568491458893,
0.25450798869132996,
-0.04011813551187515,
0.8758471012115479,
-0.19692464172840118,
-0.1584990918636322,
0.0638076588511467,
-0.06731042265892029,
-0.24132473766803741,
-0.31291434168815613,
-0.4783869981765747,
-0.3410007655620575,
0.2142254263162613,
0.42463788390159607,
0.43996211886405945,
0.77408766746521,
0.6799783706665039,
0.29130616784095764,
-0.31120365858078003,
-0.03150428831577301,
-0.14611604809761047,
-0.2874071002006531,
0.4575343728065491,
-0.3039644956588745,
-0.8132869601249695,
0.32801589369773865,
0.7345514893531799,
0.6246939897537231,
-0.06648343056440353,
0.30776360630989075,
0.04804414510726929,
0.5789616107940674,
-0.36978983879089355,
0.09290099889039993,
-0.24099595844745636,
0.19746260344982147,
-0.16392801702022552,
-0.22443781793117523,
-0.30096256732940674,
-0.26122498512268066,
-0.13133594393730164,
-0.8832399249076843,
0.2577874958515167,
0.2835417687892914,
1.6013342142105103,
-0.14260686933994293,
-0.2516079545021057,
0.07716663181781769,
-0.10938283801078796,
0.9805725812911987,
-0.8875585794448853,
0.33708110451698303,
0.7837055325508118,
0.11307166516780853,
-0.14947685599327087,
-0.5735673308372498,
-0.6223449110984802,
0.03848465532064438,
-0.3855198621749878,
0.3474363088607788,
-0.06802809983491898,
-0.1837673932313919,
0.4001537561416626,
0.6403530836105347,
-0.6611154079437256,
0.1393222063779831,
-0.6412416100502014,
-0.19836996495723724,
1.0558990240097046,
0.301158607006073,
0.06639160215854645,
-0.3456500172615051,
-0.6513264775276184,
-0.6596024632453918,
-0.37697210907936096,
0.300762802362442,
0.44430986046791077,
0.36159607768058777,
-0.39823153614997864,
0.6709256172180176,
-0.4136697053909302,
0.590333878993988,
0.4076113998889923,
0.012104160152375698,
0.9050984382629395,
-0.6651326417922974,
-0.5265548825263977,
-0.07346930354833603,
1.1085567474365234,
0.5226780772209167,
0.07091033458709717,
0.24789100885391235,
0.002102877013385296,
-0.08710819482803345,
0.004202424082905054,
-0.8889334797859192,
-0.27107328176498413,
0.13211272656917572,
-0.38110291957855225,
-0.5034622550010681,
0.37954503297805786,
-0.8657184839248657,
0.18102940917015076,
-0.006697888020426035,
0.4023289680480957,
-0.5596498847007751,
-0.12605369091033936,
0.1963283270597458,
-0.4064273536205292,
0.8332014679908752,
-0.17834660410881042,
-0.8331726789474487,
0.39170724153518677,
0.5220521092414856,
0.7792191505432129,
-0.04566774517297745,
-0.4533884823322296,
-0.11462578922510147,
-0.13291364908218384,
-0.28078508377075195,
0.5171858668327332,
-0.28124937415122986,
-0.45128002762794495,
-0.2947383522987366,
0.30188557505607605,
-0.26029402017593384,
-0.2855481207370758,
0.7309408783912659,
-0.2125890702009201,
0.19635461270809174,
-0.4512535631656647,
-0.6201800107955933,
0.0988568365573883,
0.3927951753139496,
-0.44555020332336426,
1.3126487731933594,
0.2911235988140106,
-0.8292885422706604,
0.4354396164417267,
-0.6092712879180908,
-0.21773575246334076,
-0.028604187071323395,
-0.04119141399860382,
-0.789516270160675,
-0.27401843667030334,
0.20953164994716644,
0.37826797366142273,
-0.12650614976882935,
-0.12183127552270889,
-0.3843291699886322,
-0.37886688113212585,
0.3368341326713562,
-0.1499771773815155,
1.261599063873291,
-0.03641178831458092,
-0.7634677290916443,
-0.1338120847940445,
-1.2070465087890625,
0.2957986295223236,
0.20231661200523376,
-0.3864661455154419,
-0.19092576205730438,
-0.46730944514274597,
-0.009359012357890606,
0.17966240644454956,
0.2701661288738251,
-0.8222801089286804,
0.30396389961242676,
-0.3329871892929077,
0.20186109840869904,
1.2599042654037476,
0.003894110443070531,
0.14323654770851135,
-0.5738305449485779,
0.5247000455856323,
0.22101089358329773,
0.22285979986190796,
0.37976062297821045,
-0.6741394996643066,
-0.7831717729568481,
-0.49690306186676025,
-0.00887467060238123,
0.5831570625305176,
-0.19738486409187317,
1.1371526718139648,
0.05830342695116997,
-0.9100186824798584,
-0.46119973063468933,
-0.14235596358776093,
0.46954283118247986,
0.8277523517608643,
0.5732940435409546,
-0.040133390575647354,
-0.6207551956176758,
-1.114828109741211,
-0.23082074522972107,
-0.19884000718593597,
0.13500328361988068,
0.2327149361371994,
1.0457020998001099,
-0.2904362380504608,
0.6182835698127747,
-1.0228297710418701,
-0.18848229944705963,
0.19111938774585724,
-0.013223599642515182,
0.7641561031341553,
0.7334066033363342,
0.658951997756958,
-0.6648479700088501,
-0.5006157159805298,
0.16753241419792175,
-0.8571819067001343,
-0.10283669829368591,
0.15627436339855194,
-0.29664862155914307,
0.15248605608940125,
0.08854836970567703,
-0.7068204283714294,
0.5344332456588745,
0.24339881539344788,
-1.0494589805603027,
1.0531005859375,
-0.3140910267829895,
0.5701426267623901,
-0.9684556126594543,
0.1715940535068512,
-0.030914776027202606,
0.08022314310073853,
-0.4582451581954956,
0.020880987867712975,
0.11198998242616653,
0.4416578412055969,
-0.46525073051452637,
0.8131546378135681,
-0.6965999007225037,
-0.08801168203353882,
0.47853371500968933,
0.11273593455553055,
-0.10845572501420975,
0.3729027509689331,
-0.2657349705696106,
0.8231862187385559,
0.7724222540855408,
-0.4571722149848938,
0.49363231658935547,
0.451432466506958,
-0.20992854237556458,
0.6679206490516663,
-0.4753754734992981,
-0.3126508593559265,
0.32302534580230713,
-0.02905338816344738,
-0.8407675623893738,
-0.4798675775527954,
0.062068719416856766,
-0.6267821192741394,
-0.09938197582960129,
0.405656635761261,
-0.26211339235305786,
-0.8277751207351685,
-0.9700499773025513,
0.3263424038887024,
0.7297816872596741,
-0.4257016181945801,
-0.140044704079628,
0.043621595948934555,
0.06323117762804031,
-0.8718328475952148,
-0.8596361875534058,
-0.5053911209106445,
-0.18861836194992065,
-0.7351720929145813,
0.3006259500980377,
-0.2912558615207672,
-0.25920334458351135,
-0.061077628284692764,
-0.22033144533634186,
-0.30759990215301514,
0.01831657811999321,
0.1460476964712143,
0.6764280796051025,
-0.4436187148094177,
-0.2975652515888214,
-0.23061324656009674,
-0.15605007112026215,
0.24051226675510406,
-0.07041657716035843,
0.35054177045822144,
-0.4857679009437561,
-0.372771292924881,
-0.37798601388931274,
-0.007267147768288851,
0.7076858878135681,
-0.10776373744010925,
0.7143787741661072,
0.47280240058898926,
-0.31873196363449097,
0.020419925451278687,
-0.29399293661117554,
-0.2665877342224121,
-0.5792520046234131,
0.25341013073921204,
-0.4948088526725769,
-1.0214804410934448,
0.833526074886322,
0.5452321767807007,
0.08011092245578766,
1.139897346496582,
0.5886434316635132,
-0.2921440899372101,
1.0485081672668457,
0.07471288740634918,
0.2991563081741333,
0.44326457381248474,
-0.693945586681366,
0.08936255425214767,
-0.9377449750900269,
-0.314287930727005,
-0.6179445385932922,
-0.4954439401626587,
-0.7455596923828125,
-0.029288295656442642,
0.23906594514846802,
0.13297004997730255,
-0.7028350830078125,
0.5725439786911011,
-0.8590199947357178,
0.5390351414680481,
0.606923520565033,
0.2794022858142853,
0.13008905947208405,
-0.15826290845870972,
-0.40480712056159973,
-0.09203970432281494,
-0.41675570607185364,
-0.24517932534217834,
1.211164116859436,
0.21979732811450958,
0.7114248871803284,
0.06367671489715576,
0.8760094046592712,
0.09387174993753433,
0.011050688102841377,
-0.5853256583213806,
0.6433789730072021,
0.13117939233779907,
-0.8018776774406433,
-0.4316209852695465,
-0.5117892026901245,
-1.0895041227340698,
0.3751343786716461,
-0.1436077505350113,
-0.8705562949180603,
0.12752334773540497,
-0.019107289612293243,
-0.17916183173656464,
0.4605329930782318,
-0.5714449286460876,
0.839837372303009,
-0.1642204225063324,
-0.43284517526626587,
0.1147269681096077,
-0.8425177931785583,
0.4801546037197113,
0.18491165339946747,
0.2524564564228058,
0.011366677470505238,
0.23100240528583527,
1.2044484615325928,
-0.8172762989997864,
0.4160935580730438,
0.06302286684513092,
0.08276022970676422,
0.3395897150039673,
-0.19034826755523682,
0.48592042922973633,
0.10054906457662582,
-0.062267664819955826,
-0.08958335965871811,
0.28409844636917114,
-0.886548638343811,
-0.0525253564119339,
0.9190531969070435,
-1.0183570384979248,
-0.5939077138900757,
-0.9157349467277527,
-0.5381259322166443,
0.05726514384150505,
0.5702773332595825,
0.3777574896812439,
0.5170174837112427,
-0.029420536011457443,
0.44380733370780945,
0.7865378260612488,
-0.12144799530506134,
0.6361050009727478,
0.2699148952960968,
0.09773912280797958,
-0.6620770692825317,
0.8224120140075684,
0.1064586266875267,
0.3167409896850586,
0.24763356149196625,
0.4017426669597626,
-0.5169827342033386,
-0.20846326649188995,
-0.23613382875919342,
0.5140478610992432,
-0.6239678859710693,
-0.29466643929481506,
-0.37576887011528015,
-0.40842247009277344,
-0.792545735836029,
-0.6394181847572327,
-0.2317555695772171,
-0.49011555314064026,
-0.48613396286964417,
-0.5128874182701111,
0.6039820909500122,
0.4659886956214905,
-0.39634671807289124,
0.07239589840173721,
-0.5025104284286499,
0.2360328733921051,
0.35419148206710815,
0.5326851010322571,
-0.37295132875442505,
-0.5340513586997986,
0.051925353705883026,
-0.09095893055200577,
-0.5920286774635315,
-0.9735460877418518,
0.3535725474357605,
-0.017679661512374878,
0.543775737285614,
0.5939514636993408,
0.05116412043571472,
0.8404787182807922,
-0.15918122231960297,
1.0647214651107788,
0.32290390133857727,
-0.7978623509407043,
0.7374152541160583,
-0.3346123993396759,
0.16483250260353088,
0.6520050168037415,
0.17050912976264954,
-0.19222842156887054,
-0.6871783137321472,
-1.339177131652832,
-0.8129636645317078,
0.6953873634338379,
0.40551817417144775,
-0.24756234884262085,
0.04417989030480385,
0.14488689601421356,
-0.2842867076396942,
-0.17955350875854492,
-0.6615386605262756,
-0.840692400932312,
-0.1914108842611313,
-0.4830133318901062,
0.07746762037277222,
0.037808701395988464,
-0.3972337245941162,
-0.8544510006904602,
0.9388756155967712,
-0.019338127225637436,
0.5964319705963135,
0.4533432722091675,
0.05435897409915924,
0.04115304350852966,
0.438077837228775,
0.9469719529151917,
0.7106590867042542,
-0.48508259654045105,
0.363142728805542,
0.38673749566078186,
-1.0823922157287598,
0.46776339411735535,
0.3446139097213745,
-0.11277839541435242,
-0.0214670542627573,
0.5047140121459961,
0.43948855996131897,
0.04441225528717041,
-0.18999987840652466,
0.6324758529663086,
-0.041695382446050644,
-0.5422468781471252,
-0.36067843437194824,
0.06583313643932343,
-0.09719271957874298,
-0.04821314290165901,
0.40491604804992676,
-0.15802989900112152,
-0.06556166708469391,
-0.4946644604206085,
0.4972771406173706,
0.3580332398414612,
-0.46752652525901794,
-0.16158853471279144,
0.7109540104866028,
-0.15816707909107208,
-0.17740769684314728,
0.39542314410209656,
-0.1671377271413803,
-0.5969769954681396,
1.19167959690094,
0.580516517162323,
0.6992722749710083,
-0.2692990005016327,
-0.028785379603505135,
0.9052296280860901,
0.40726330876350403,
-0.03921954706311226,
0.5211725234985352,
0.2937951982021332,
-0.281753808259964,
0.18682600557804108,
-0.8625032305717468,
-0.0809154212474823,
0.14551635086536407,
-0.8450513482093811,
0.3342709541320801,
-0.5009921193122864,
-0.2060195654630661,
0.05683672055602074,
0.4417731463909149,
-0.4614569842815399,
0.5487214922904968,
-0.3986571431159973,
1.2362967729568481,
-1.004967451095581,
0.7074743509292603,
0.7826063632965088,
-0.6061459183692932,
-1.0712264776229858,
-0.5297932624816895,
-0.011696935631334782,
-0.823999285697937,
0.524206280708313,
-0.019414452835917473,
0.20357175171375275,
-0.08920186012983322,
-0.7267133593559265,
-0.901069700717926,
1.4030601978302002,
-0.008894095197319984,
-0.42156702280044556,
0.2340395599603653,
-0.07552303373813629,
0.46176430583000183,
0.11972906440496445,
0.6434597969055176,
0.7740498185157776,
0.8592075705528259,
-0.08335478603839874,
-0.7057188749313354,
0.33452239632606506,
-0.5214758515357971,
-0.3460807502269745,
0.4736037254333496,
-0.922942042350769,
1.2133433818817139,
-0.012826467864215374,
0.2386855036020279,
-0.19574321806430817,
0.6555874347686768,
0.7944911122322083,
0.2863956093788147,
0.3777664303779602,
0.8821656703948975,
0.8338304758071899,
-0.5357440710067749,
1.0229160785675049,
-0.24082492291927338,
0.8806456327438354,
0.6509773135185242,
0.2250300943851471,
0.7602831721305847,
0.6629272103309631,
-0.5297328233718872,
0.5656194686889648,
0.8738385438919067,
-0.3046470582485199,
0.4019196033477783,
0.25504833459854126,
-0.12011837214231491,
-0.12072733044624329,
0.4381568133831024,
-0.8674911260604858,
0.12074360251426697,
0.09133875370025635,
-0.32292258739471436,
0.04971587285399437,
-0.3995240330696106,
0.31005364656448364,
-0.13735975325107574,
-0.027291780337691307,
0.3725641071796417,
0.05163411423563957,
-0.45751282572746277,
0.9327983856201172,
-0.17869627475738525,
0.7742910385131836,
-0.541884183883667,
-0.06864407658576965,
-0.41378241777420044,
0.5675340890884399,
-0.43382617831230164,
-1.0546844005584717,
0.17101098597049713,
0.0664684921503067,
-0.10541258752346039,
-0.15978677570819855,
0.6914231777191162,
-0.16059690713882446,
-0.7962720394134521,
0.178157776594162,
0.08167919516563416,
0.07370942085981369,
0.5247423052787781,
-0.7095919847488403,
-0.3314002454280853,
-0.06791572272777557,
-0.615794837474823,
0.11914468556642532,
0.3175358176231384,
0.24584588408470154,
0.5610973834991455,
0.6364754438400269,
0.1603185087442398,
0.3827968239784241,
-0.5419692993164062,
0.8307843804359436,
-1.0380641222000122,
-0.7501646876335144,
-0.9076141119003296,
0.4274592101573944,
-0.3199007213115692,
-0.8952821493148804,
0.9582924842834473,
1.0323376655578613,
0.8834763169288635,
-0.008016007021069527,
0.6536905169487,
-0.4185742735862732,
0.2145121693611145,
-0.3278943598270416,
0.9264925122261047,
-0.8336792588233948,
-0.24896804988384247,
-0.26838621497154236,
-0.700951337814331,
-0.3730938732624054,
0.8551298975944519,
-0.18705563247203827,
0.05629736930131912,
1.0661506652832031,
0.6676611304283142,
-0.10737460106611252,
0.07443993538618088,
-0.07002536207437515,
0.5751184225082397,
0.38458824157714844,
0.9887338280677795,
0.6418777108192444,
-0.7949119210243225,
0.37980592250823975,
-0.5191933512687683,
-0.4381089508533478,
-0.4133428633213043,
-0.4688553214073181,
-0.8265054225921631,
-0.5077466368675232,
-0.2347867786884308,
-0.6223913431167603,
-0.12093663960695267,
0.9676992297172546,
0.4660896956920624,
-0.9317192435264587,
-0.38582828640937805,
-0.08949273079633713,
0.17097479104995728,
-0.6413710713386536,
-0.4096301794052124,
0.7113865613937378,
-0.08430850505828857,
-0.5353528261184692,
0.14143571257591248,
-0.14736810326576233,
0.22811633348464966,
0.11128824204206467,
-0.4194983243942261,
-0.7365195155143738,
0.06838826835155487,
0.4305914640426636,
0.3509144186973572,
-0.7024598121643066,
-0.7592372894287109,
0.3207581043243408,
-0.5797013640403748,
0.4480205476284027,
-0.012682866305112839,
-0.5247655510902405,
0.023923359811306,
0.7405564188957214,
0.46968531608581543,
0.7042954564094543,
-0.018077731132507324,
0.05081486701965332,
-0.6671397686004639,
0.2137354463338852,
0.023064322769641876,
0.32695597410202026,
-0.026289671659469604,
-0.30371320247650146,
0.802449643611908,
0.6571656465530396,
-0.5287463665008545,
-1.0657726526260376,
-0.4463321268558502,
-1.475498080253601,
-0.013727383688092232,
1.1200774908065796,
-0.021049950271844864,
-0.5383965969085693,
0.265312522649765,
-0.1399141550064087,
0.22603939473628998,
-0.3431284725666046,
0.7788443565368652,
0.8250004649162292,
-0.3721637725830078,
0.1285228133201599,
-0.621849000453949,
0.34179362654685974,
0.49080249667167664,
-1.1889721155166626,
-0.11322816461324692,
0.23386695981025696,
0.3405916094779968,
0.3557409346103668,
0.654402494430542,
-0.0887792557477951,
0.2704490125179291,
0.2572464644908905,
0.05134812369942665,
-0.02859327755868435,
0.09584465622901917,
-0.22533635795116425,
0.055807601660490036,
-0.26726287603378296,
-0.4796505272388458
]
|
open-llm-leaderboard/details_Weyaxi__Platypus-Nebula-v2-7B | open-llm-leaderboard | 2023-12-04T11:29:27Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:28:45Z | ---
pretty_name: Evaluation run of Weyaxi/Platypus-Nebula-v2-7B
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [Weyaxi/Platypus-Nebula-v2-7B](https://huggingface.co/Weyaxi/Platypus-Nebula-v2-7B)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__Platypus-Nebula-v2-7B\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:25:54.972492](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__Platypus-Nebula-v2-7B/blob/main/results_2023-12-04T11-25-54.972492.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5564269677143451,\n\
\ \"acc_stderr\": 0.03374811024697019,\n \"acc_norm\": 0.5651516514420288,\n\
\ \"acc_norm_stderr\": 0.03451915951620442,\n \"mc1\": 0.3268053855569155,\n\
\ \"mc1_stderr\": 0.01641987473113502,\n \"mc2\": 0.4693887506938676,\n\
\ \"mc2_stderr\": 0.015134250861855079\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5213310580204779,\n \"acc_stderr\": 0.014598087973127108,\n\
\ \"acc_norm\": 0.5537542662116041,\n \"acc_norm_stderr\": 0.014526705548539982\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6377215694084843,\n\
\ \"acc_stderr\": 0.004796763521045228,\n \"acc_norm\": 0.8302131049591714,\n\
\ \"acc_norm_stderr\": 0.003746781712509652\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.31,\n \"acc_stderr\": 0.046482319871173156,\n \
\ \"acc_norm\": 0.31,\n \"acc_norm_stderr\": 0.046482319871173156\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5333333333333333,\n\
\ \"acc_stderr\": 0.043097329010363554,\n \"acc_norm\": 0.5333333333333333,\n\
\ \"acc_norm_stderr\": 0.043097329010363554\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.5723684210526315,\n \"acc_stderr\": 0.04026097083296564,\n\
\ \"acc_norm\": 0.5723684210526315,\n \"acc_norm_stderr\": 0.04026097083296564\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.52,\n\
\ \"acc_stderr\": 0.050211673156867795,\n \"acc_norm\": 0.52,\n \
\ \"acc_norm_stderr\": 0.050211673156867795\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.5584905660377358,\n \"acc_stderr\": 0.030561590426731833,\n\
\ \"acc_norm\": 0.5584905660377358,\n \"acc_norm_stderr\": 0.030561590426731833\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.6319444444444444,\n\
\ \"acc_stderr\": 0.04032999053960718,\n \"acc_norm\": 0.6319444444444444,\n\
\ \"acc_norm_stderr\": 0.04032999053960718\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.39,\n \"acc_stderr\": 0.04902071300001975,\n \
\ \"acc_norm\": 0.39,\n \"acc_norm_stderr\": 0.04902071300001975\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\"\
: 0.43,\n \"acc_stderr\": 0.049756985195624284,\n \"acc_norm\": 0.43,\n\
\ \"acc_norm_stderr\": 0.049756985195624284\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.3,\n \"acc_stderr\": 0.046056618647183814,\n \
\ \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.046056618647183814\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.5664739884393064,\n\
\ \"acc_stderr\": 0.03778621079092055,\n \"acc_norm\": 0.5664739884393064,\n\
\ \"acc_norm_stderr\": 0.03778621079092055\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.3627450980392157,\n \"acc_stderr\": 0.04784060704105654,\n\
\ \"acc_norm\": 0.3627450980392157,\n \"acc_norm_stderr\": 0.04784060704105654\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.73,\n \"acc_stderr\": 0.044619604333847394,\n \"acc_norm\": 0.73,\n\
\ \"acc_norm_stderr\": 0.044619604333847394\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.49361702127659574,\n \"acc_stderr\": 0.03268335899936337,\n\
\ \"acc_norm\": 0.49361702127659574,\n \"acc_norm_stderr\": 0.03268335899936337\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.42105263157894735,\n\
\ \"acc_stderr\": 0.046446020912223177,\n \"acc_norm\": 0.42105263157894735,\n\
\ \"acc_norm_stderr\": 0.046446020912223177\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.4413793103448276,\n \"acc_stderr\": 0.04137931034482758,\n\
\ \"acc_norm\": 0.4413793103448276,\n \"acc_norm_stderr\": 0.04137931034482758\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.38095238095238093,\n \"acc_stderr\": 0.025010749116137595,\n \"\
acc_norm\": 0.38095238095238093,\n \"acc_norm_stderr\": 0.025010749116137595\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.3968253968253968,\n\
\ \"acc_stderr\": 0.043758884927270605,\n \"acc_norm\": 0.3968253968253968,\n\
\ \"acc_norm_stderr\": 0.043758884927270605\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.32,\n \"acc_stderr\": 0.046882617226215034,\n \
\ \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.046882617226215034\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\"\
: 0.6612903225806451,\n \"acc_stderr\": 0.026923446059302844,\n \"\
acc_norm\": 0.6612903225806451,\n \"acc_norm_stderr\": 0.026923446059302844\n\
\ },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\"\
: 0.42857142857142855,\n \"acc_stderr\": 0.03481904844438804,\n \"\
acc_norm\": 0.42857142857142855,\n \"acc_norm_stderr\": 0.03481904844438804\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.58,\n \"acc_stderr\": 0.049604496374885836,\n \"acc_norm\"\
: 0.58,\n \"acc_norm_stderr\": 0.049604496374885836\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.703030303030303,\n \"acc_stderr\": 0.035679697722680495,\n\
\ \"acc_norm\": 0.703030303030303,\n \"acc_norm_stderr\": 0.035679697722680495\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.6868686868686869,\n \"acc_stderr\": 0.033042050878136525,\n \"\
acc_norm\": 0.6868686868686869,\n \"acc_norm_stderr\": 0.033042050878136525\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.7202072538860104,\n \"acc_stderr\": 0.03239637046735704,\n\
\ \"acc_norm\": 0.7202072538860104,\n \"acc_norm_stderr\": 0.03239637046735704\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.5282051282051282,\n \"acc_stderr\": 0.025310639254933882,\n\
\ \"acc_norm\": 0.5282051282051282,\n \"acc_norm_stderr\": 0.025310639254933882\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.27037037037037037,\n \"acc_stderr\": 0.027080372815145654,\n \
\ \"acc_norm\": 0.27037037037037037,\n \"acc_norm_stderr\": 0.027080372815145654\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.5378151260504201,\n \"acc_stderr\": 0.0323854694875898,\n \
\ \"acc_norm\": 0.5378151260504201,\n \"acc_norm_stderr\": 0.0323854694875898\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.33774834437086093,\n \"acc_stderr\": 0.0386155754625517,\n \"\
acc_norm\": 0.33774834437086093,\n \"acc_norm_stderr\": 0.0386155754625517\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.7963302752293578,\n \"acc_stderr\": 0.01726674208763079,\n \"\
acc_norm\": 0.7963302752293578,\n \"acc_norm_stderr\": 0.01726674208763079\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.375,\n \"acc_stderr\": 0.033016908987210894,\n \"acc_norm\": 0.375,\n\
\ \"acc_norm_stderr\": 0.033016908987210894\n },\n \"harness|hendrycksTest-high_school_us_history|5\"\
: {\n \"acc\": 0.7009803921568627,\n \"acc_stderr\": 0.03213325717373617,\n\
\ \"acc_norm\": 0.7009803921568627,\n \"acc_norm_stderr\": 0.03213325717373617\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.7383966244725738,\n \"acc_stderr\": 0.028609516716994934,\n \
\ \"acc_norm\": 0.7383966244725738,\n \"acc_norm_stderr\": 0.028609516716994934\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6457399103139013,\n\
\ \"acc_stderr\": 0.032100621541349864,\n \"acc_norm\": 0.6457399103139013,\n\
\ \"acc_norm_stderr\": 0.032100621541349864\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.6870229007633588,\n \"acc_stderr\": 0.04066962905677697,\n\
\ \"acc_norm\": 0.6870229007633588,\n \"acc_norm_stderr\": 0.04066962905677697\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.743801652892562,\n \"acc_stderr\": 0.039849796533028725,\n \"\
acc_norm\": 0.743801652892562,\n \"acc_norm_stderr\": 0.039849796533028725\n\
\ },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.6574074074074074,\n\
\ \"acc_stderr\": 0.045879047413018105,\n \"acc_norm\": 0.6574074074074074,\n\
\ \"acc_norm_stderr\": 0.045879047413018105\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.6871165644171779,\n \"acc_stderr\": 0.036429145782924055,\n\
\ \"acc_norm\": 0.6871165644171779,\n \"acc_norm_stderr\": 0.036429145782924055\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.35714285714285715,\n\
\ \"acc_stderr\": 0.04547960999764376,\n \"acc_norm\": 0.35714285714285715,\n\
\ \"acc_norm_stderr\": 0.04547960999764376\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.7281553398058253,\n \"acc_stderr\": 0.044052680241409216,\n\
\ \"acc_norm\": 0.7281553398058253,\n \"acc_norm_stderr\": 0.044052680241409216\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8076923076923077,\n\
\ \"acc_stderr\": 0.025819233256483717,\n \"acc_norm\": 0.8076923076923077,\n\
\ \"acc_norm_stderr\": 0.025819233256483717\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.65,\n \"acc_stderr\": 0.0479372485441102,\n \
\ \"acc_norm\": 0.65,\n \"acc_norm_stderr\": 0.0479372485441102\n },\n\
\ \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.7790549169859514,\n\
\ \"acc_stderr\": 0.01483620516733356,\n \"acc_norm\": 0.7790549169859514,\n\
\ \"acc_norm_stderr\": 0.01483620516733356\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.5895953757225434,\n \"acc_stderr\": 0.02648339204209818,\n\
\ \"acc_norm\": 0.5895953757225434,\n \"acc_norm_stderr\": 0.02648339204209818\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.3206703910614525,\n\
\ \"acc_stderr\": 0.015609929559348402,\n \"acc_norm\": 0.3206703910614525,\n\
\ \"acc_norm_stderr\": 0.015609929559348402\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.6045751633986928,\n \"acc_stderr\": 0.027996723180631438,\n\
\ \"acc_norm\": 0.6045751633986928,\n \"acc_norm_stderr\": 0.027996723180631438\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6977491961414791,\n\
\ \"acc_stderr\": 0.026082700695399662,\n \"acc_norm\": 0.6977491961414791,\n\
\ \"acc_norm_stderr\": 0.026082700695399662\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.6790123456790124,\n \"acc_stderr\": 0.02597656601086274,\n\
\ \"acc_norm\": 0.6790123456790124,\n \"acc_norm_stderr\": 0.02597656601086274\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.42907801418439717,\n \"acc_stderr\": 0.02952591430255856,\n \
\ \"acc_norm\": 0.42907801418439717,\n \"acc_norm_stderr\": 0.02952591430255856\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.4452411994784876,\n\
\ \"acc_stderr\": 0.012693421303973294,\n \"acc_norm\": 0.4452411994784876,\n\
\ \"acc_norm_stderr\": 0.012693421303973294\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.5919117647058824,\n \"acc_stderr\": 0.029855261393483924,\n\
\ \"acc_norm\": 0.5919117647058824,\n \"acc_norm_stderr\": 0.029855261393483924\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.5522875816993464,\n \"acc_stderr\": 0.020116925347422425,\n \
\ \"acc_norm\": 0.5522875816993464,\n \"acc_norm_stderr\": 0.020116925347422425\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6181818181818182,\n\
\ \"acc_stderr\": 0.046534298079135075,\n \"acc_norm\": 0.6181818181818182,\n\
\ \"acc_norm_stderr\": 0.046534298079135075\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.5020408163265306,\n \"acc_stderr\": 0.0320089533497105,\n\
\ \"acc_norm\": 0.5020408163265306,\n \"acc_norm_stderr\": 0.0320089533497105\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.7263681592039801,\n\
\ \"acc_stderr\": 0.03152439186555404,\n \"acc_norm\": 0.7263681592039801,\n\
\ \"acc_norm_stderr\": 0.03152439186555404\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.8,\n \"acc_stderr\": 0.040201512610368445,\n \
\ \"acc_norm\": 0.8,\n \"acc_norm_stderr\": 0.040201512610368445\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4759036144578313,\n\
\ \"acc_stderr\": 0.03887971849597264,\n \"acc_norm\": 0.4759036144578313,\n\
\ \"acc_norm_stderr\": 0.03887971849597264\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.7602339181286549,\n \"acc_stderr\": 0.032744852119469564,\n\
\ \"acc_norm\": 0.7602339181286549,\n \"acc_norm_stderr\": 0.032744852119469564\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.3268053855569155,\n\
\ \"mc1_stderr\": 0.01641987473113502,\n \"mc2\": 0.4693887506938676,\n\
\ \"mc2_stderr\": 0.015134250861855079\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7221783741120757,\n \"acc_stderr\": 0.01258891818387159\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.10083396512509477,\n \
\ \"acc_stderr\": 0.008294031192126605\n }\n}\n```"
repo_url: https://huggingface.co/Weyaxi/Platypus-Nebula-v2-7B
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-25-54.972492.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-25-54.972492.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- '**/details_harness|winogrande|5_2023-12-04T11-25-54.972492.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-25-54.972492.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_25_54.972492
path:
- results_2023-12-04T11-25-54.972492.parquet
- split: latest
path:
- results_2023-12-04T11-25-54.972492.parquet
---
# Dataset Card for Evaluation run of Weyaxi/Platypus-Nebula-v2-7B
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/Weyaxi/Platypus-Nebula-v2-7B
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [Weyaxi/Platypus-Nebula-v2-7B](https://huggingface.co/Weyaxi/Platypus-Nebula-v2-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_Weyaxi__Platypus-Nebula-v2-7B",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:25:54.972492](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__Platypus-Nebula-v2-7B/blob/main/results_2023-12-04T11-25-54.972492.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.5564269677143451,
"acc_stderr": 0.03374811024697019,
"acc_norm": 0.5651516514420288,
"acc_norm_stderr": 0.03451915951620442,
"mc1": 0.3268053855569155,
"mc1_stderr": 0.01641987473113502,
"mc2": 0.4693887506938676,
"mc2_stderr": 0.015134250861855079
},
"harness|arc:challenge|25": {
"acc": 0.5213310580204779,
"acc_stderr": 0.014598087973127108,
"acc_norm": 0.5537542662116041,
"acc_norm_stderr": 0.014526705548539982
},
"harness|hellaswag|10": {
"acc": 0.6377215694084843,
"acc_stderr": 0.004796763521045228,
"acc_norm": 0.8302131049591714,
"acc_norm_stderr": 0.003746781712509652
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.31,
"acc_stderr": 0.046482319871173156,
"acc_norm": 0.31,
"acc_norm_stderr": 0.046482319871173156
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.5333333333333333,
"acc_stderr": 0.043097329010363554,
"acc_norm": 0.5333333333333333,
"acc_norm_stderr": 0.043097329010363554
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.5723684210526315,
"acc_stderr": 0.04026097083296564,
"acc_norm": 0.5723684210526315,
"acc_norm_stderr": 0.04026097083296564
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.52,
"acc_stderr": 0.050211673156867795,
"acc_norm": 0.52,
"acc_norm_stderr": 0.050211673156867795
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.5584905660377358,
"acc_stderr": 0.030561590426731833,
"acc_norm": 0.5584905660377358,
"acc_norm_stderr": 0.030561590426731833
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.6319444444444444,
"acc_stderr": 0.04032999053960718,
"acc_norm": 0.6319444444444444,
"acc_norm_stderr": 0.04032999053960718
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.39,
"acc_stderr": 0.04902071300001975,
"acc_norm": 0.39,
"acc_norm_stderr": 0.04902071300001975
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.43,
"acc_stderr": 0.049756985195624284,
"acc_norm": 0.43,
"acc_norm_stderr": 0.049756985195624284
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.3,
"acc_stderr": 0.046056618647183814,
"acc_norm": 0.3,
"acc_norm_stderr": 0.046056618647183814
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.5664739884393064,
"acc_stderr": 0.03778621079092055,
"acc_norm": 0.5664739884393064,
"acc_norm_stderr": 0.03778621079092055
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.3627450980392157,
"acc_stderr": 0.04784060704105654,
"acc_norm": 0.3627450980392157,
"acc_norm_stderr": 0.04784060704105654
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.73,
"acc_stderr": 0.044619604333847394,
"acc_norm": 0.73,
"acc_norm_stderr": 0.044619604333847394
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.49361702127659574,
"acc_stderr": 0.03268335899936337,
"acc_norm": 0.49361702127659574,
"acc_norm_stderr": 0.03268335899936337
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.42105263157894735,
"acc_stderr": 0.046446020912223177,
"acc_norm": 0.42105263157894735,
"acc_norm_stderr": 0.046446020912223177
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.4413793103448276,
"acc_stderr": 0.04137931034482758,
"acc_norm": 0.4413793103448276,
"acc_norm_stderr": 0.04137931034482758
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.38095238095238093,
"acc_stderr": 0.025010749116137595,
"acc_norm": 0.38095238095238093,
"acc_norm_stderr": 0.025010749116137595
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.3968253968253968,
"acc_stderr": 0.043758884927270605,
"acc_norm": 0.3968253968253968,
"acc_norm_stderr": 0.043758884927270605
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.32,
"acc_stderr": 0.046882617226215034,
"acc_norm": 0.32,
"acc_norm_stderr": 0.046882617226215034
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.6612903225806451,
"acc_stderr": 0.026923446059302844,
"acc_norm": 0.6612903225806451,
"acc_norm_stderr": 0.026923446059302844
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.42857142857142855,
"acc_stderr": 0.03481904844438804,
"acc_norm": 0.42857142857142855,
"acc_norm_stderr": 0.03481904844438804
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.58,
"acc_stderr": 0.049604496374885836,
"acc_norm": 0.58,
"acc_norm_stderr": 0.049604496374885836
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.703030303030303,
"acc_stderr": 0.035679697722680495,
"acc_norm": 0.703030303030303,
"acc_norm_stderr": 0.035679697722680495
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.6868686868686869,
"acc_stderr": 0.033042050878136525,
"acc_norm": 0.6868686868686869,
"acc_norm_stderr": 0.033042050878136525
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.7202072538860104,
"acc_stderr": 0.03239637046735704,
"acc_norm": 0.7202072538860104,
"acc_norm_stderr": 0.03239637046735704
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.5282051282051282,
"acc_stderr": 0.025310639254933882,
"acc_norm": 0.5282051282051282,
"acc_norm_stderr": 0.025310639254933882
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.27037037037037037,
"acc_stderr": 0.027080372815145654,
"acc_norm": 0.27037037037037037,
"acc_norm_stderr": 0.027080372815145654
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.5378151260504201,
"acc_stderr": 0.0323854694875898,
"acc_norm": 0.5378151260504201,
"acc_norm_stderr": 0.0323854694875898
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.33774834437086093,
"acc_stderr": 0.0386155754625517,
"acc_norm": 0.33774834437086093,
"acc_norm_stderr": 0.0386155754625517
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.7963302752293578,
"acc_stderr": 0.01726674208763079,
"acc_norm": 0.7963302752293578,
"acc_norm_stderr": 0.01726674208763079
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.375,
"acc_stderr": 0.033016908987210894,
"acc_norm": 0.375,
"acc_norm_stderr": 0.033016908987210894
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.7009803921568627,
"acc_stderr": 0.03213325717373617,
"acc_norm": 0.7009803921568627,
"acc_norm_stderr": 0.03213325717373617
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.7383966244725738,
"acc_stderr": 0.028609516716994934,
"acc_norm": 0.7383966244725738,
"acc_norm_stderr": 0.028609516716994934
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6457399103139013,
"acc_stderr": 0.032100621541349864,
"acc_norm": 0.6457399103139013,
"acc_norm_stderr": 0.032100621541349864
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.6870229007633588,
"acc_stderr": 0.04066962905677697,
"acc_norm": 0.6870229007633588,
"acc_norm_stderr": 0.04066962905677697
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.743801652892562,
"acc_stderr": 0.039849796533028725,
"acc_norm": 0.743801652892562,
"acc_norm_stderr": 0.039849796533028725
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.6574074074074074,
"acc_stderr": 0.045879047413018105,
"acc_norm": 0.6574074074074074,
"acc_norm_stderr": 0.045879047413018105
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.6871165644171779,
"acc_stderr": 0.036429145782924055,
"acc_norm": 0.6871165644171779,
"acc_norm_stderr": 0.036429145782924055
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.35714285714285715,
"acc_stderr": 0.04547960999764376,
"acc_norm": 0.35714285714285715,
"acc_norm_stderr": 0.04547960999764376
},
"harness|hendrycksTest-management|5": {
"acc": 0.7281553398058253,
"acc_stderr": 0.044052680241409216,
"acc_norm": 0.7281553398058253,
"acc_norm_stderr": 0.044052680241409216
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8076923076923077,
"acc_stderr": 0.025819233256483717,
"acc_norm": 0.8076923076923077,
"acc_norm_stderr": 0.025819233256483717
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.65,
"acc_stderr": 0.0479372485441102,
"acc_norm": 0.65,
"acc_norm_stderr": 0.0479372485441102
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.7790549169859514,
"acc_stderr": 0.01483620516733356,
"acc_norm": 0.7790549169859514,
"acc_norm_stderr": 0.01483620516733356
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.5895953757225434,
"acc_stderr": 0.02648339204209818,
"acc_norm": 0.5895953757225434,
"acc_norm_stderr": 0.02648339204209818
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.3206703910614525,
"acc_stderr": 0.015609929559348402,
"acc_norm": 0.3206703910614525,
"acc_norm_stderr": 0.015609929559348402
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.6045751633986928,
"acc_stderr": 0.027996723180631438,
"acc_norm": 0.6045751633986928,
"acc_norm_stderr": 0.027996723180631438
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.6977491961414791,
"acc_stderr": 0.026082700695399662,
"acc_norm": 0.6977491961414791,
"acc_norm_stderr": 0.026082700695399662
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.6790123456790124,
"acc_stderr": 0.02597656601086274,
"acc_norm": 0.6790123456790124,
"acc_norm_stderr": 0.02597656601086274
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.42907801418439717,
"acc_stderr": 0.02952591430255856,
"acc_norm": 0.42907801418439717,
"acc_norm_stderr": 0.02952591430255856
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.4452411994784876,
"acc_stderr": 0.012693421303973294,
"acc_norm": 0.4452411994784876,
"acc_norm_stderr": 0.012693421303973294
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.5919117647058824,
"acc_stderr": 0.029855261393483924,
"acc_norm": 0.5919117647058824,
"acc_norm_stderr": 0.029855261393483924
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.5522875816993464,
"acc_stderr": 0.020116925347422425,
"acc_norm": 0.5522875816993464,
"acc_norm_stderr": 0.020116925347422425
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6181818181818182,
"acc_stderr": 0.046534298079135075,
"acc_norm": 0.6181818181818182,
"acc_norm_stderr": 0.046534298079135075
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.5020408163265306,
"acc_stderr": 0.0320089533497105,
"acc_norm": 0.5020408163265306,
"acc_norm_stderr": 0.0320089533497105
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.7263681592039801,
"acc_stderr": 0.03152439186555404,
"acc_norm": 0.7263681592039801,
"acc_norm_stderr": 0.03152439186555404
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.8,
"acc_stderr": 0.040201512610368445,
"acc_norm": 0.8,
"acc_norm_stderr": 0.040201512610368445
},
"harness|hendrycksTest-virology|5": {
"acc": 0.4759036144578313,
"acc_stderr": 0.03887971849597264,
"acc_norm": 0.4759036144578313,
"acc_norm_stderr": 0.03887971849597264
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.7602339181286549,
"acc_stderr": 0.032744852119469564,
"acc_norm": 0.7602339181286549,
"acc_norm_stderr": 0.032744852119469564
},
"harness|truthfulqa:mc|0": {
"mc1": 0.3268053855569155,
"mc1_stderr": 0.01641987473113502,
"mc2": 0.4693887506938676,
"mc2_stderr": 0.015134250861855079
},
"harness|winogrande|5": {
"acc": 0.7221783741120757,
"acc_stderr": 0.01258891818387159
},
"harness|gsm8k|5": {
"acc": 0.10083396512509477,
"acc_stderr": 0.008294031192126605
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7167909741401672,
-0.8244264125823975,
0.28581923246383667,
0.2044079303741455,
-0.2124743014574051,
-0.053529903292655945,
0.020952360704541206,
-0.21795852482318878,
0.591240644454956,
-0.04831762611865997,
-0.4814358949661255,
-0.6801446080207825,
-0.43890276551246643,
0.23092120885849,
-0.03302910923957825,
0.7809721827507019,
-0.15924128890037537,
-0.12700067460536957,
0.07985062152147293,
0.004255163483321667,
-0.19542014598846436,
-0.3501034080982208,
-0.4841260015964508,
-0.3344300091266632,
0.20012755692005157,
0.4184504449367523,
0.44885915517807007,
0.8395688533782959,
0.719303548336029,
0.29852014780044556,
-0.37343043088912964,
-0.05140938237309456,
-0.16658611595630646,
-0.3268786668777466,
0.3935672342777252,
-0.37385863065719604,
-0.7946441173553467,
0.32724377512931824,
0.7767057418823242,
0.6578149795532227,
-0.06705155223608017,
0.28098824620246887,
0.0478365384042263,
0.533450186252594,
-0.3541758358478546,
0.025170370936393738,
-0.27369797229766846,
0.2550935447216034,
-0.20975367724895477,
-0.29007017612457275,
-0.3088870942592621,
-0.2059321254491806,
-0.10312565416097641,
-0.9413888454437256,
0.29806050658226013,
0.28745752573013306,
1.5661917924880981,
-0.10158290714025497,
-0.2572207748889923,
0.14720986783504486,
-0.0488758347928524,
0.9875247478485107,
-0.8429749011993408,
0.3483739495277405,
0.7499639391899109,
0.0903831273317337,
-0.20394538342952728,
-0.6508500576019287,
-0.5983864068984985,
0.06251464784145355,
-0.3503534495830536,
0.3513438403606415,
-0.061744965612888336,
-0.17797791957855225,
0.37493544816970825,
0.6752772331237793,
-0.6410378217697144,
0.2080029398202896,
-0.7016195058822632,
-0.20425546169281006,
1.052039623260498,
0.30975398421287537,
0.053113903850317,
-0.35129716992378235,
-0.7145128846168518,
-0.6847418546676636,
-0.4094528257846832,
0.2529670298099518,
0.43484678864479065,
0.3114526569843292,
-0.39561453461647034,
0.6767429709434509,
-0.3900790214538574,
0.5245001912117004,
0.4192797839641571,
0.032868966460227966,
0.8783776164054871,
-0.645595371723175,
-0.5110622644424438,
-0.059661611914634705,
1.1198378801345825,
0.5783048272132874,
0.0009023422608152032,
0.18948698043823242,
0.06757146120071411,
-0.026990598067641258,
0.025837471708655357,
-0.8801570534706116,
-0.2740047872066498,
0.17694790661334991,
-0.40487948060035706,
-0.5093197226524353,
0.34598350524902344,
-0.8912768363952637,
0.09339842200279236,
-0.007679919246584177,
0.4418846070766449,
-0.4498797655105591,
-0.1359138786792755,
0.2688116729259491,
-0.4603440761566162,
0.8186224699020386,
-0.18129853904247284,
-0.750214695930481,
0.4143657982349396,
0.5356277823448181,
0.7776259779930115,
-0.12306950986385345,
-0.4930386245250702,
-0.12046574801206589,
-0.1538897603750229,
-0.2760513722896576,
0.5261847376823425,
-0.24274316430091858,
-0.44596239924430847,
-0.3432161509990692,
0.35073164105415344,
-0.22887937724590302,
-0.339143306016922,
0.7520927786827087,
-0.19697172939777374,
0.21742726862430573,
-0.4498225748538971,
-0.6503265500068665,
0.11664501577615738,
0.3012566566467285,
-0.4233820140361786,
1.2577885389328003,
0.2272728830575943,
-0.8473672866821289,
0.4166557192802429,
-0.5781253576278687,
-0.14721548557281494,
0.008818448521196842,
-0.010542214848101139,
-0.782024085521698,
-0.25441843271255493,
0.15510940551757812,
0.40408068895339966,
-0.16018494963645935,
-0.13240626454353333,
-0.37791720032691956,
-0.380819171667099,
0.3671717345714569,
-0.1378767043352127,
1.2346446514129639,
-0.01440616138279438,
-0.7948631048202515,
-0.10536294430494308,
-1.2128795385360718,
0.2589357793331146,
0.22164995968341827,
-0.3377871513366699,
-0.1610821634531021,
-0.4664117693901062,
-0.01649635285139084,
0.16475661098957062,
0.3125857710838318,
-0.8323457837104797,
0.2738928198814392,
-0.3305594325065613,
0.20791834592819214,
1.2562528848648071,
0.01931602507829666,
0.18056455254554749,
-0.5417709350585938,
0.5284324288368225,
0.2205594778060913,
0.19456501305103302,
0.37440919876098633,
-0.6313827633857727,
-0.8370739817619324,
-0.4868472218513489,
-0.07391039282083511,
0.5835793018341064,
-0.15682542324066162,
1.1351311206817627,
0.1456049531698227,
-0.9162058234214783,
-0.4516984820365906,
-0.16739347577095032,
0.49025407433509827,
0.7878032326698303,
0.5815993547439575,
-0.10280096530914307,
-0.6572903394699097,
-1.0716696977615356,
-0.2780533730983734,
-0.1710207164287567,
0.16105104982852936,
0.17663925886154175,
1.0331777334213257,
-0.26616370677948,
0.5551080703735352,
-1.0373598337173462,
-0.16023536026477814,
0.20187310874462128,
-0.09809878468513489,
0.7568268179893494,
0.7143685221672058,
0.5298221707344055,
-0.6411159634590149,
-0.4849986135959625,
0.17856726050376892,
-0.8834210634231567,
-0.09321554750204086,
0.13810297846794128,
-0.311209499835968,
0.15115395188331604,
0.13039109110832214,
-0.6987820267677307,
0.5268263816833496,
0.230280801653862,
-1.1259034872055054,
1.0121008157730103,
-0.3416750729084015,
0.5512468814849854,
-1.0154677629470825,
0.20594659447669983,
-0.011129734106361866,
0.01864503137767315,
-0.4799690246582031,
0.08141680806875229,
0.08777462691068649,
0.4375191330909729,
-0.5221603512763977,
0.7974705696105957,
-0.6699486374855042,
-0.09607374668121338,
0.46264731884002686,
0.11872225999832153,
-0.09431194514036179,
0.35183846950531006,
-0.16389037668704987,
0.7670527696609497,
0.7876096963882446,
-0.449302613735199,
0.5168980956077576,
0.41055047512054443,
-0.21261493861675262,
0.6877182722091675,
-0.4925796389579773,
-0.29480689764022827,
0.27543094754219055,
-0.03378206863999367,
-0.8061546683311462,
-0.48324328660964966,
0.02799580618739128,
-0.5772078037261963,
-0.1570710986852646,
0.37513577938079834,
-0.25400638580322266,
-0.8017594814300537,
-0.9348341822624207,
0.3082422912120819,
0.752295732498169,
-0.4671817719936371,
-0.24927818775177002,
0.07629156857728958,
0.09671337902545929,
-0.7962837219238281,
-0.8042625784873962,
-0.4943203628063202,
-0.2562938630580902,
-0.7255668640136719,
0.33509087562561035,
-0.27330538630485535,
-0.27858954668045044,
-0.1203240156173706,
-0.2168237268924713,
-0.3248394727706909,
0.02802816405892372,
0.14973750710487366,
0.6668868064880371,
-0.4108830690383911,
-0.33523648977279663,
-0.2574527859687805,
-0.20503023266792297,
0.2266940027475357,
-0.13081997632980347,
0.37824323773384094,
-0.49938637018203735,
-0.3570155203342438,
-0.5105591416358948,
-0.03918600454926491,
0.7465433478355408,
-0.08234263211488724,
0.6786032319068909,
0.44420182704925537,
-0.31002068519592285,
0.03249605372548103,
-0.27217674255371094,
-0.33274373412132263,
-0.5801942944526672,
0.28284555673599243,
-0.459981769323349,
-1.0307881832122803,
0.7903875708580017,
0.5365388989448547,
0.06741847842931747,
1.1618444919586182,
0.5719712376594543,
-0.2894917130470276,
1.0080188512802124,
0.04051894322037697,
0.34640902280807495,
0.3627643883228302,
-0.7237952947616577,
0.047318365424871445,
-0.9243040680885315,
-0.3221244215965271,
-0.5850236415863037,
-0.5034200549125671,
-0.714830756187439,
-0.07951612025499344,
0.2764876186847687,
0.17428936064243317,
-0.6605483293533325,
0.6040844917297363,
-0.871799111366272,
0.5798381567001343,
0.5690557360649109,
0.23957501351833344,
0.18052199482917786,
-0.14052818715572357,
-0.3583650290966034,
-0.13550084829330444,
-0.4582985043525696,
-0.22826972603797913,
1.2114229202270508,
0.32689517736434937,
0.7194065451622009,
0.06285823881626129,
0.8865209817886353,
0.01696234941482544,
-0.10217989981174469,
-0.5722444653511047,
0.6391294002532959,
0.08616174012422562,
-0.7733606100082397,
-0.3948858082294464,
-0.5240170955657959,
-1.1064767837524414,
0.44146817922592163,
-0.10961899161338806,
-0.8557371497154236,
0.14284038543701172,
0.027553200721740723,
-0.17986153066158295,
0.47186407446861267,
-0.5683792233467102,
0.8717456459999084,
-0.13899867236614227,
-0.4696422517299652,
0.09338991343975067,
-0.8383644819259644,
0.4534779191017151,
0.23519833385944366,
0.23718446493148804,
0.082056425511837,
0.20921626687049866,
1.2090953588485718,
-0.8381482362747192,
0.4473152160644531,
0.08654642850160599,
0.049812886863946915,
0.34337764978408813,
-0.20206308364868164,
0.4966059625148773,
0.102512426674366,
-0.016936970874667168,
-0.08675780147314072,
0.3226187527179718,
-0.8564414978027344,
0.004213819745928049,
0.9302152991294861,
-0.9813361167907715,
-0.5837215781211853,
-0.9226963520050049,
-0.519502580165863,
0.13385266065597534,
0.5399236679077148,
0.45310893654823303,
0.532568097114563,
0.036300111562013626,
0.48641303181648254,
0.8353148102760315,
-0.12089332938194275,
0.6352081894874573,
0.23091591894626617,
0.08790142834186554,
-0.6654890179634094,
0.8502807021141052,
0.07523760944604874,
0.3591601550579071,
0.22185319662094116,
0.4356880187988281,
-0.5633966326713562,
-0.17466630041599274,
-0.21582120656967163,
0.5212472677230835,
-0.6127186417579651,
-0.2326943278312683,
-0.35805416107177734,
-0.3741661310195923,
-0.731824517250061,
-0.6394252181053162,
-0.3218551278114319,
-0.5412102341651917,
-0.5420791506767273,
-0.4440792500972748,
0.5912971496582031,
0.4532034397125244,
-0.35832417011260986,
0.07962173968553543,
-0.4713529944419861,
0.24512603878974915,
0.29180431365966797,
0.5538893938064575,
-0.4360659420490265,
-0.5765000581741333,
0.09530626237392426,
-0.1484656035900116,
-0.6078593730926514,
-0.9606718420982361,
0.34392425417900085,
-0.034687671810388565,
0.5028355717658997,
0.5695904493331909,
0.027695635333657265,
0.8203871250152588,
-0.16449613869190216,
1.0630459785461426,
0.3333790898323059,
-0.7863537073135376,
0.7202662229537964,
-0.3172948956489563,
0.18371881544589996,
0.6225199699401855,
0.17661753296852112,
-0.18325011432170868,
-0.6719744801521301,
-1.3758035898208618,
-0.7676512598991394,
0.671391487121582,
0.3952437937259674,
-0.30864399671554565,
0.07280527055263519,
0.1974957436323166,
-0.2813242971897125,
-0.1612921953201294,
-0.6950008869171143,
-0.864082396030426,
-0.17389710247516632,
-0.45816802978515625,
0.05866482853889465,
0.07559216022491455,
-0.3516944348812103,
-0.8181915283203125,
0.910070538520813,
-0.010010083205997944,
0.5459970235824585,
0.500597357749939,
0.06089310720562935,
0.04849718511104584,
0.4650385081768036,
0.9157331585884094,
0.737045168876648,
-0.4523641765117645,
0.43682241439819336,
0.3779558837413788,
-1.078312635421753,
0.42668408155441284,
0.32607197761535645,
-0.05493464693427086,
-0.02972945012152195,
0.428451269865036,
0.4379684031009674,
0.021542774513363838,
-0.2033466398715973,
0.6319580078125,
-0.056121934205293655,
-0.555735170841217,
-0.3594076931476593,
0.09246747940778732,
-0.10803312063217163,
-0.018504587933421135,
0.37076443433761597,
-0.14184819161891937,
-0.028596557676792145,
-0.5195322036743164,
0.4615101218223572,
0.369994580745697,
-0.4618491530418396,
-0.1852281391620636,
0.7392843961715698,
-0.16881801187992096,
-0.16395680606365204,
0.2999366223812103,
-0.19947536289691925,
-0.6223493218421936,
1.151739478111267,
0.6492701172828674,
0.6776270270347595,
-0.27037641406059265,
-0.05508757755160332,
0.8934433460235596,
0.39316463470458984,
-0.07993018627166748,
0.5530638098716736,
0.32081612944602966,
-0.19172994792461395,
0.1818920075893402,
-0.8831313252449036,
-0.04149923846125603,
0.1901385337114334,
-0.795579195022583,
0.342838317155838,
-0.5487880706787109,
-0.16480575501918793,
0.020305197685956955,
0.4171152412891388,
-0.4247433543205261,
0.5396032333374023,
-0.42711785435676575,
1.22800874710083,
-0.9804160594940186,
0.6666190028190613,
0.7570080757141113,
-0.5190324187278748,
-1.0067369937896729,
-0.553057849407196,
0.029532162472605705,
-0.7566488981246948,
0.5188855528831482,
-0.024858970195055008,
0.1934051364660263,
-0.04973515495657921,
-0.707451343536377,
-0.9138254523277283,
1.4103937149047852,
-0.005615119822323322,
-0.4557727873325348,
0.24328944087028503,
-0.07572471350431442,
0.47091856598854065,
0.15086360275745392,
0.5494433641433716,
0.7422084212303162,
0.7895277738571167,
-0.05306173861026764,
-0.7536560297012329,
0.32697945833206177,
-0.5059009790420532,
-0.33342358469963074,
0.5003196001052856,
-0.9303380250930786,
1.2217072248458862,
0.00785030983388424,
0.20592939853668213,
-0.14073148369789124,
0.6412450671195984,
0.7967358827590942,
0.279870867729187,
0.36447572708129883,
0.9346944689750671,
0.8600888252258301,
-0.5098031163215637,
1.0144736766815186,
-0.20172575116157532,
0.872489333152771,
0.6223982572555542,
0.23796463012695312,
0.7880382537841797,
0.7086986899375916,
-0.5390101075172424,
0.5251899361610413,
0.8437376022338867,
-0.312186062335968,
0.3810436427593231,
0.27882248163223267,
-0.13775017857551575,
-0.12720288336277008,
0.40552183985710144,
-0.8900423049926758,
0.12131407856941223,
0.10371817648410797,
-0.33211472630500793,
0.09873388707637787,
-0.4761716425418854,
0.3013473451137543,
-0.09481663256883621,
-0.03950526565313339,
0.35853156447410583,
0.07119050621986389,
-0.4835435450077057,
0.9389485716819763,
-0.14350354671478271,
0.7749367356300354,
-0.502004086971283,
-0.08090579509735107,
-0.3422868251800537,
0.6075353026390076,
-0.4642867147922516,
-1.0345251560211182,
0.1536702662706375,
0.06688035279512405,
-0.06996773928403854,
-0.14660686254501343,
0.6849837303161621,
-0.18547213077545166,
-0.7701410055160522,
0.11047163605690002,
-0.011111612431704998,
0.12486676126718521,
0.5062102675437927,
-0.6113640666007996,
-0.3077579438686371,
-0.05628941208124161,
-0.5257588624954224,
0.10066583007574081,
0.23005782067775726,
0.2627270519733429,
0.5163846015930176,
0.6409387588500977,
0.160465270280838,
0.4283747971057892,
-0.5581827759742737,
0.7595533728599548,
-1.040474772453308,
-0.7762991189956665,
-0.8814743757247925,
0.4979793429374695,
-0.3120519518852234,
-0.9199221730232239,
0.9553749561309814,
1.0524661540985107,
0.8572661280632019,
0.02124389261007309,
0.6289846897125244,
-0.3605304956436157,
0.22979244589805603,
-0.3804711699485779,
0.9191678166389465,
-0.8464933633804321,
-0.1982090324163437,
-0.26191067695617676,
-0.7363817095756531,
-0.3863743841648102,
0.8553579449653625,
-0.12470143288373947,
-0.0013756792759522796,
1.1062848567962646,
0.6714715361595154,
-0.13990648090839386,
0.07073506712913513,
-0.07644101232290268,
0.6021139621734619,
0.3698607087135315,
0.9907116293907166,
0.6813876628875732,
-0.7911503911018372,
0.31443512439727783,
-0.5484928488731384,
-0.4486255347728729,
-0.38499924540519714,
-0.4702627658843994,
-0.8784684538841248,
-0.5266206860542297,
-0.24087505042552948,
-0.6282324194908142,
-0.12704384326934814,
0.977291464805603,
0.45364969968795776,
-0.8629786968231201,
-0.43054789304733276,
-0.16341479122638702,
0.1213141679763794,
-0.5421490669250488,
-0.4015723168849945,
0.7190030813217163,
-0.11285400390625,
-0.523919403553009,
0.21452271938323975,
-0.1414824277162552,
0.20799769461154938,
0.06045595556497574,
-0.4144625663757324,
-0.6712318062782288,
-0.019384076818823814,
0.3974398970603943,
0.3501368463039398,
-0.7330390810966492,
-0.7144355773925781,
0.3354029655456543,
-0.5073553919792175,
0.4272914528846741,
-0.03633934631943703,
-0.5333131551742554,
0.044413454830646515,
0.7134799361228943,
0.4675435721874237,
0.687425971031189,
-0.07257566601037979,
0.06955164670944214,
-0.6556582450866699,
0.22694829106330872,
-0.02699870616197586,
0.31944456696510315,
-0.021724583581089973,
-0.33755049109458923,
0.7479313611984253,
0.6922863125801086,
-0.5365909934043884,
-1.0830109119415283,
-0.4106100797653198,
-1.4599992036819458,
-0.02493453212082386,
1.1148451566696167,
0.022540748119354248,
-0.4967609643936157,
0.2814643979072571,
-0.16748318076133728,
0.18941353261470795,
-0.29967373609542847,
0.7649992108345032,
0.7523207664489746,
-0.356376588344574,
0.10446546971797943,
-0.6134428977966309,
0.37901419401168823,
0.5240074992179871,
-1.2290096282958984,
-0.11904305964708328,
0.23441824316978455,
0.33831024169921875,
0.3978542387485504,
0.5889137387275696,
-0.1259806752204895,
0.3398042321205139,
0.22823846340179443,
0.033415600657463074,
0.02644258737564087,
0.05287942662835121,
-0.2829038202762604,
0.0617532841861248,
-0.22094473242759705,
-0.4493144154548645
]
|
amirali900/Anime-Face-Dataset-10k | amirali900 | 2023-12-04T11:29:36Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:29:27Z | ---
dataset_info:
features:
- name: image
dtype: image
splits:
- name: train
num_bytes: 61809562.0
num_examples: 10000
download_size: 60422985
dataset_size: 61809562.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
HassenMh/ArabNER | HassenMh | 2023-12-04T12:01:23Z | 0 | 0 | [
"license:cc-by-nc-4.0",
"region:us"
]
| null | 2023-12-04T11:39:03Z | ---
license: cc-by-nc-4.0
---
# Create dataset for arabic named entiy
| [
-0.2401806265115738,
0.006916309241205454,
-0.13747748732566833,
0.3876284658908844,
-0.2879617512226105,
-0.1675509214401245,
-0.004798816051334143,
-0.07970966398715973,
0.6874086856842041,
0.6083184480667114,
-0.3667666018009186,
-0.7526214122772217,
-0.575701892375946,
0.33960339426994324,
-0.37514784932136536,
0.988761842250824,
-0.24225908517837524,
-0.14838072657585144,
0.5089592337608337,
-0.18434476852416992,
-0.29335036873817444,
-0.1496211439371109,
-0.7373642921447754,
0.39589211344718933,
0.08125749230384827,
1.308081030845642,
0.787907600402832,
0.2411460280418396,
0.4752015173435211,
0.2298728972673416,
0.4849342107772827,
0.5847575068473816,
-0.1589634120464325,
0.5688050389289856,
0.22754621505737305,
-0.09994245320558548,
0.08323561400175095,
-0.3366524279117584,
0.6177706122398376,
0.4959949553012848,
-0.39360475540161133,
0.6638136506080627,
-0.20604662597179413,
0.7645728588104248,
-0.6582054495811462,
-0.2321794182062149,
-0.5255439281463623,
0.0005804796819575131,
-0.4073519706726074,
0.35910770297050476,
0.1730847805738449,
-0.6836533546447754,
-0.06705983728170395,
-0.4667973816394806,
0.2741769254207611,
0.08327610045671463,
1.1111007928848267,
-0.02837636135518551,
-0.2561552822589874,
-0.6379405856132507,
-0.38111957907676697,
0.6505456566810608,
-0.7980284690856934,
0.36241206526756287,
0.8726142048835754,
0.48610082268714905,
-0.3432192802429199,
-0.888373613357544,
-0.4242766201496124,
-0.1309995800256729,
0.23452645540237427,
0.1644905060529709,
0.2721937298774719,
-0.7094523310661316,
0.21607713401317596,
0.14014989137649536,
-0.396139532327652,
-0.7364980578422546,
-0.3196403682231903,
0.00017513085913378745,
0.8709526658058167,
0.24614204466342926,
0.5961676239967346,
-0.007921934127807617,
0.1444517821073532,
0.672595202922821,
-0.7747138142585754,
-0.04658341780304909,
0.6666417717933655,
0.8400139212608337,
-0.412670373916626,
0.7551701664924622,
-0.32728996872901917,
0.04662080109119415,
-0.038547977805137634,
0.005283594597131014,
0.33451902866363525,
-0.048109155148267746,
-0.45425906777381897,
0.7831277251243591,
0.22670559585094452,
-0.08233550935983658,
0.814427375793457,
-0.3145602345466614,
0.14923347532749176,
-0.024815497919917107,
0.08473668247461319,
-1.3419517278671265,
-0.5602303147315979,
0.47930893301963806,
-0.41395068168640137,
-0.3825594484806061,
0.31931591033935547,
-0.3236619532108307,
-0.7007295489311218,
-0.40040716528892517,
-0.0017843469977378845,
-0.6702187657356262,
-0.4778001308441162,
0.35613322257995605,
-0.08030883222818375,
0.14951421320438385,
0.04342396557331085,
-0.9991106390953064,
0.2581503689289093,
0.05173785611987114,
0.4921455383300781,
0.29032784700393677,
0.07324796915054321,
-0.09428010135889053,
0.6583773493766785,
-0.47531068325042725,
0.18909235298633575,
-0.6025376915931702,
-0.45513251423835754,
0.3253215253353119,
0.12813740968704224,
0.0011368989944458008,
-0.625541627407074,
0.5338172316551208,
-0.34790122509002686,
-0.20874638855457306,
-0.3966778814792633,
-0.15442924201488495,
-0.12478828430175781,
0.12045610696077347,
-0.6129823327064514,
0.8840333819389343,
0.4651920795440674,
-0.8157439231872559,
0.518386960029602,
-0.6594305038452148,
-0.5909097790718079,
0.6251527667045593,
-0.10195207595825195,
-0.4198516309261322,
-0.10687997937202454,
0.3402305543422699,
-0.2204914540052414,
-0.3324449956417084,
0.504418671131134,
0.14631323516368866,
0.06383315473794937,
0.45402488112449646,
-0.17423327267169952,
0.6945727467536926,
0.5710554122924805,
-0.034937478601932526,
-0.49448201060295105,
-1.2190165519714355,
0.4174557030200958,
-0.08337023854255676,
-0.18679462373256683,
-0.15671639144420624,
-0.09317935258150101,
0.5517151951789856,
-0.20338737964630127,
0.2642911672592163,
-0.806608259677887,
0.048294324427843094,
-0.3313591182231903,
0.06809543073177338,
0.3417133390903473,
0.17316864430904388,
-0.19691228866577148,
-0.2993481457233429,
0.5892807245254517,
0.029954126104712486,
-0.12347385287284851,
0.5610966086387634,
-0.23011718690395355,
-1.4734975099563599,
-0.43748602271080017,
0.656853973865509,
0.6631074547767639,
-0.9393587112426758,
0.3605966567993164,
-0.15297473967075348,
-0.663956344127655,
-0.40000057220458984,
-0.25080186128616333,
0.2524143159389496,
0.014766134321689606,
0.1327270269393921,
-0.1221424862742424,
-0.8999008536338806,
-1.3690437078475952,
-0.12344386428594589,
0.22281700372695923,
-0.17998991906642914,
0.438482403755188,
0.854900062084198,
-0.6191554665565491,
1.0644140243530273,
-0.6128361821174622,
-0.4883255958557129,
-0.20886993408203125,
-0.1827048659324646,
0.7747707366943359,
0.8733822703361511,
0.5730862021446228,
-0.6549440026283264,
-0.8607825636863708,
-0.10822921991348267,
-0.6644014716148376,
-0.028409728780388832,
0.5500284433364868,
-0.9319517016410828,
-0.0028200994711369276,
-0.24603430926799774,
-0.6114315986633301,
0.7804415225982666,
0.29809650778770447,
-0.6594040989875793,
0.4529828727245331,
0.4814126193523407,
0.37244710326194763,
-1.8897351026535034,
-0.038938745856285095,
-0.32590609788894653,
-0.06694585084915161,
-0.3142523467540741,
-0.07918233424425125,
-0.312425822019577,
-0.5373382568359375,
-0.6798818707466125,
0.29063311219215393,
-0.4036817252635956,
0.42189908027648926,
0.04996699467301369,
-0.7748119831085205,
-0.44390013813972473,
-0.13096806406974792,
0.022192208096385002,
0.6033081412315369,
0.9789965748786926,
-0.48570215702056885,
0.6564894914627075,
0.7500303387641907,
-0.30717557668685913,
0.28487709164619446,
-0.5445413589477539,
0.010938279330730438,
0.03544335439801216,
-0.3693603277206421,
-0.6704112887382507,
-0.8581839203834534,
0.43993544578552246,
-0.4563463628292084,
-0.036634113639593124,
-0.4257987439632416,
-0.3681502342224121,
-0.274542897939682,
0.17029452323913574,
0.733724057674408,
0.6949990391731262,
-0.49839892983436584,
0.6272665858268738,
0.4890592396259308,
-0.2793366611003876,
-0.5431012511253357,
-0.7782139778137207,
0.258620947599411,
-0.5593503713607788,
-0.29103758931159973,
0.20873093605041504,
0.30835220217704773,
-0.2788279354572296,
-0.2060832977294922,
-0.07875309139490128,
-0.42010799050331116,
-0.33883610367774963,
0.5317539572715759,
0.07547750324010849,
-0.04250558093190193,
0.5525307059288025,
-0.31599539518356323,
0.23808813095092773,
0.05951651930809021,
-0.27362513542175293,
0.4921255111694336,
-0.3366605341434479,
-0.016719425097107887,
-0.19932667911052704,
0.6270273327827454,
0.09977016597986221,
-0.22949941456317902,
0.8832961916923523,
0.41017135977745056,
-0.8599882125854492,
-0.40848803520202637,
-0.18279804289340973,
0.10805770009756088,
-0.521289587020874,
0.2630065381526947,
-0.5789957642555237,
-0.46344292163848877,
0.5007618069648743,
0.09121567010879517,
0.20224176347255707,
0.3392925262451172,
0.4514261782169342,
0.18874718248844147,
0.506812572479248,
0.34795260429382324,
-0.10359687358140945,
-0.10573593527078629,
-0.23472709953784943,
0.4051644504070282,
-0.3096711337566376,
-0.25895532965660095,
-0.5085334181785583,
-0.29882293939590454,
-0.8584041595458984,
-0.13552029430866241,
0.021841658279299736,
-0.1997280716896057,
-1.0899759531021118,
0.37580427527427673,
-0.6358534097671509,
0.4000329077243805,
0.40279045701026917,
0.20412100851535797,
-0.1907896250486374,
0.31881439685821533,
0.24897760152816772,
-0.20413784682750702,
-0.5009549856185913,
-0.8252937197685242,
1.2882574796676636,
-0.007921699434518814,
0.979496955871582,
0.9032268524169922,
1.1691492795944214,
0.41487911343574524,
0.7539153695106506,
-0.6182606220245361,
0.3075528144836426,
-0.31073570251464844,
-0.3229369819164276,
-0.32657966017723083,
-0.06789052486419678,
-1.1355209350585938,
-0.43030858039855957,
0.012456119060516357,
-0.4208981692790985,
0.1591031551361084,
-0.22282569110393524,
-0.2518940269947052,
-0.02203684113919735,
-0.15677379071712494,
0.5052631497383118,
-0.1889921873807907,
-0.17171962559223175,
0.3230581283569336,
-0.41180655360221863,
0.38849925994873047,
0.10668311268091202,
0.025672391057014465,
-0.5646063685417175,
-0.06365912407636642,
1.0967398881912231,
-0.6909970641136169,
0.5287537574768066,
-0.42991960048675537,
0.12832355499267578,
0.47312796115875244,
0.32852914929389954,
0.15257632732391357,
0.7788589000701904,
-0.09472421556711197,
-0.057679545134305954,
-0.13904455304145813,
-0.3199903666973114,
-0.3666771650314331,
0.774630606174469,
-0.481214314699173,
-0.1293381303548813,
-0.5373039245605469,
-0.621802568435669,
-0.02423436939716339,
-0.010495218448340893,
0.17200785875320435,
0.9222044944763184,
-0.053437504917383194,
0.1478111892938614,
0.6134346723556519,
-0.13373149931430817,
0.5201770663261414,
0.9099595546722412,
-0.009927213191986084,
-0.894434928894043,
0.8597429394721985,
0.30911025404930115,
-0.5110828876495361,
-0.21968455612659454,
-0.19201697409152985,
0.03341815620660782,
-0.3746534287929535,
-0.7998700141906738,
-0.025682145729660988,
-0.3480246067047119,
-0.49732935428619385,
-0.19512856006622314,
-0.7115871906280518,
-0.6090214848518372,
0.038687653839588165,
-0.2811259329319,
-0.4103672206401825,
-0.12503431737422943,
-0.05950931832194328,
0.8198142051696777,
0.5894060134887695,
0.01511428039520979,
0.3156602680683136,
-0.8297152519226074,
0.4181770086288452,
0.11069238185882568,
0.4594857692718506,
-0.44529247283935547,
-0.713687002658844,
-0.7888662219047546,
-0.04099026694893837,
-0.27270641922950745,
-1.126948356628418,
1.2070332765579224,
0.7250756621360779,
0.29847416281700134,
0.565540611743927,
0.34246543049812317,
0.8310591578483582,
-0.6523573398590088,
0.6191756725311279,
-0.128550723195076,
-0.8574471473693848,
0.9740831255912781,
-0.26589271426200867,
0.13303440809249878,
0.7108820080757141,
1.0197303295135498,
-0.600555419921875,
-0.2163965106010437,
-0.9578347206115723,
-1.0870622396469116,
0.40924230217933655,
0.9302480816841125,
0.008225105702877045,
-0.32412752509117126,
0.1423625349998474,
0.4663863182067871,
0.311771959066391,
-0.4421621561050415,
-0.6041092872619629,
0.18228287994861603,
-0.9404175877571106,
0.5104315280914307,
-0.40702271461486816,
-0.5190637707710266,
-0.5436005592346191,
1.2338746786117554,
-0.003170110285282135,
0.2218516618013382,
0.15971779823303223,
0.19765305519104004,
0.07103003561496735,
0.25687655806541443,
0.04160604998469353,
0.5252886414527893,
-0.445767879486084,
-0.08904775977134705,
0.18671049177646637,
-0.6321609020233154,
0.5226393938064575,
0.43986383080482483,
-0.0130746616050601,
0.20843882858753204,
0.06221534684300423,
0.4355139434337616,
-0.25689277052879333,
-0.782224178314209,
-0.20083624124526978,
-0.1654859185218811,
-0.1846877783536911,
-1.3520573377609253,
0.014846828766167164,
-0.12021487951278687,
0.14114944636821747,
0.6034005284309387,
-0.1868068128824234,
0.22356301546096802,
-0.5507578253746033,
0.3977943956851959,
0.36055639386177063,
-0.2888565957546234,
0.08841872960329056,
0.29853397607803345,
0.2642892599105835,
-0.38869795203208923,
1.3343420028686523,
-0.07286430150270462,
-0.5435041785240173,
1.2680885791778564,
0.7794852256774902,
0.7950076460838318,
-0.36831173300743103,
0.21187834441661835,
0.5861104130744934,
0.16763609647750854,
0.4574000835418701,
1.1851681470870972,
-0.058216337114572525,
-1.5185556411743164,
0.7320744395256042,
-1.0298670530319214,
-0.16678296029567719,
0.14575831592082977,
-0.6959297060966492,
0.1652146726846695,
-0.3620603382587433,
-0.41351309418678284,
0.0841805562376976,
-0.056646108627319336,
-0.9981172680854797,
0.6078225374221802,
0.26052775979042053,
0.9144983291625977,
-1.011961579322815,
0.5358479619026184,
0.9815058708190918,
-0.5464684963226318,
-0.8413178324699402,
-0.11128216236829758,
-0.5811079144477844,
-0.7536514401435852,
1.0904206037521362,
0.6442087292671204,
0.28946009278297424,
0.23619119822978973,
-0.6488975882530212,
-1.668305516242981,
0.8173443675041199,
0.2393181324005127,
-0.5745648741722107,
0.47043928503990173,
0.2390466183423996,
-0.05573129653930664,
-0.7167125344276428,
0.22472994029521942,
0.9548671245574951,
0.7341378331184387,
-0.0712260827422142,
-0.6620330810546875,
-0.03647409379482269,
-0.632283091545105,
-0.03501736745238304,
0.30851730704307556,
-0.5590019226074219,
0.8192591071128845,
-0.38161054253578186,
-0.7190167307853699,
0.2786264419555664,
0.9747516512870789,
0.4229764938354492,
0.2139328122138977,
0.16164208948612213,
1.0735424757003784,
0.5740997195243835,
-0.15283413231372833,
0.6048476099967957,
-0.0993666723370552,
0.059922754764556885,
1.090863585472107,
-0.5224558711051941,
0.3675655424594879,
0.2603417932987213,
-0.560110330581665,
0.7156875729560852,
0.9195721745491028,
-0.13676898181438446,
0.6887173652648926,
0.7442150115966797,
-0.6803314089775085,
-0.16280247271060944,
-0.6076197028160095,
-0.6016614437103271,
0.6214650273323059,
0.4620151221752167,
-0.6159264445304871,
-0.0363859124481678,
-0.034583333879709244,
0.1269850730895996,
0.00677088275551796,
-0.44601964950561523,
0.4891429841518402,
-0.027579108253121376,
-0.35354819893836975,
0.41678211092948914,
0.2189032882452011,
0.3518967926502228,
-0.6619763970375061,
-0.20875881612300873,
-0.11866100877523422,
0.0078975735232234,
-0.40864482522010803,
-0.5907630920410156,
0.24981184303760529,
-0.03998192399740219,
-0.30245956778526306,
0.4753056466579437,
0.5165717005729675,
-1.0508915185928345,
-1.2055178880691528,
-0.4244936406612396,
0.23775722086429596,
0.4654960632324219,
0.2605664134025574,
-0.3205406665802002,
-0.5406005382537842,
0.14301685988903046,
0.05062057450413704,
-0.09463313966989517,
0.42232856154441833,
-0.004662016872316599,
0.38839831948280334,
0.4263227880001068,
0.12839822471141815,
-0.23641876876354218,
0.3707585334777832,
0.6034267544746399,
-0.7742037773132324,
-0.38321438431739807,
-0.832009494304657,
0.10949509590864182,
-0.19523489475250244,
-0.6499453186988831,
0.9293937087059021,
1.2400600910186768,
0.16642434895038605,
-0.30916139483451843,
1.218982458114624,
-0.7527778148651123,
0.223521426320076,
-0.31580421328544617,
1.081011414527893,
-0.1623704880475998,
-0.6364609599113464,
0.2862353026866913,
-0.6690904498100281,
-0.0028873730916529894,
0.42686375975608826,
0.13438643515110016,
-0.009733962826430798,
0.3197977840900421,
1.2010782957077026,
0.1077713593840599,
0.3710577189922333,
0.04219834879040718,
0.04624205827713013,
0.1654745191335678,
0.8983753323554993,
0.6233108043670654,
-0.5917961597442627,
-0.263611763715744,
0.11097201704978943,
-0.1149819865822792,
0.20714639127254486,
-0.7810161709785461,
-0.9474005699157715,
-0.24436843395233154,
-0.1886051744222641,
-0.45500048995018005,
0.5671092867851257,
1.4644423723220825,
0.8039824366569519,
-1.4920339584350586,
-0.31726667284965515,
-0.1742863655090332,
-0.2935071885585785,
0.08985182642936707,
-0.22094619274139404,
0.8030095100402832,
-0.03339340165257454,
-0.6949496865272522,
0.27081379294395447,
-0.6570915579795837,
0.4548749029636383,
0.3316437900066376,
-0.1231810674071312,
0.016331259161233902,
0.32132935523986816,
0.18853062391281128,
0.3815440237522125,
-0.22902405261993408,
-0.2959238290786743,
-0.9296367764472961,
-0.008445040322840214,
-0.2523511052131653,
0.5148213505744934,
-0.708989143371582,
0.247786745429039,
0.16926242411136627,
0.6919742226600647,
0.03793687745928764,
0.166212260723114,
0.6516172885894775,
-0.916292667388916,
0.4865196943283081,
0.0752643272280693,
0.46314749121665955,
0.44011422991752625,
-0.5651192665100098,
0.782513439655304,
0.11844781041145325,
-0.46680617332458496,
-0.499732106924057,
0.321745902299881,
-0.6915319561958313,
0.52161705493927,
0.8415575623512268,
0.04973580315709114,
0.02277899719774723,
-0.21965129673480988,
-0.49005356431007385,
0.555507242679596,
-0.7927305698394775,
0.7377945780754089,
0.4214034974575043,
-0.026372313499450684,
0.2111823707818985,
-0.27977314591407776,
0.7953328490257263,
0.1165061816573143,
-0.9497553706169128,
-0.09365814924240112,
0.27317559719085693,
0.3598063886165619,
-0.32832634449005127,
0.3196626901626587,
0.22196321189403534,
0.3513886034488678,
0.3210282623767853,
0.3876650333404541,
-0.44508877396583557,
-0.4877658188343048,
0.516319990158081,
0.06649508327245712,
-0.17351366579532623,
-0.7989525198936462
]
|
mirfan899/movies_reviews_summaries | mirfan899 | 2023-12-04T11:44:23Z | 0 | 0 | [
"license:mit",
"region:us"
]
| null | 2023-12-04T11:42:26Z | ---
license: mit
---
Dataset consists of imdb urdu reviews with summaries. | [
-0.5844095349311829,
0.08291565626859665,
-0.29075658321380615,
0.5135771036148071,
-0.6384684443473816,
0.1611950546503067,
0.4446498155593872,
0.05278714373707771,
0.7720213532447815,
1.026498794555664,
-0.9139237999916077,
-0.3988197445869446,
-0.5262588858604431,
0.5814207792282104,
-0.786936342716217,
1.5573378801345825,
0.13430170714855194,
0.20776759088039398,
0.5329711437225342,
-0.35030633211135864,
0.09457452595233917,
-0.23282058537006378,
0.07047175616025925,
-0.16633491218090057,
0.3425358831882477,
1.155839204788208,
0.9970809817314148,
0.0247226320207119,
0.5333486199378967,
0.23779736459255219,
0.40229782462120056,
0.5940739512443542,
-0.42684534192085266,
0.3439032733440399,
-0.2832523584365845,
-0.09681734442710876,
-0.12105254828929901,
-0.20692938566207886,
0.8099956512451172,
0.5856847763061523,
-0.1581469178199768,
0.47335073351860046,
-0.4218381643295288,
1.2769958972930908,
-0.5591598153114319,
-0.22733359038829803,
-0.0502227321267128,
0.5178865194320679,
-0.136132150888443,
0.10499279946088791,
0.09350433200597763,
-0.16281509399414062,
-0.23918278515338898,
-0.2006840854883194,
-0.08088730275630951,
0.24613884091377258,
0.8903940916061401,
0.18080206215381622,
-0.9237942099571228,
-0.2363852709531784,
-0.7898200750350952,
0.7059864401817322,
-0.7479974031448364,
0.571503758430481,
0.43028250336647034,
0.505253255367279,
-0.07191625982522964,
-0.13589102029800415,
-0.4709129333496094,
-0.05880188196897507,
-0.37984558939933777,
0.251598984003067,
0.1603257805109024,
-0.24317088723182678,
0.12490066140890121,
1.1199870109558105,
-0.5842249393463135,
-0.3864089548587799,
-0.8639959096908569,
0.10110029578208923,
0.5142342448234558,
0.4918314814567566,
0.47643521428108215,
-0.43305525183677673,
-0.019370825961232185,
-0.17605431377887726,
-0.674356997013092,
-0.07940138131380081,
0.743963360786438,
-0.15108130872249603,
-0.2475997358560562,
1.157257318496704,
-1.0127090215682983,
0.7073301672935486,
-0.2818450927734375,
0.09740007668733597,
0.4705362319946289,
-0.7496287226676941,
-0.6269919276237488,
0.4840584695339203,
0.7069317102432251,
1.2172839641571045,
0.8084136247634888,
0.15705646574497223,
-0.1093577966094017,
-0.2002703994512558,
-0.0933113619685173,
-0.8691050410270691,
-0.20499396324157715,
0.5035539269447327,
-0.565966010093689,
-0.2149130403995514,
0.15083731710910797,
-0.8665479421615601,
-0.6160311102867126,
-0.33843979239463806,
-0.27734947204589844,
-0.26411905884742737,
-0.38060569763183594,
-0.10682857781648636,
-0.48311328887939453,
0.17749980092048645,
0.06562888622283936,
-0.8857175707817078,
0.42054715752601624,
0.029952343553304672,
0.9882543087005615,
0.09817026555538177,
-0.3187321424484253,
-0.07170048356056213,
0.17456769943237305,
-0.1325220912694931,
1.1595155000686646,
-0.11323536187410355,
-0.8067814111709595,
-0.28771737217903137,
0.30283060669898987,
0.07961351424455643,
-0.404770165681839,
0.3630710542201996,
-0.3435882031917572,
0.1091996505856514,
-0.14571762084960938,
-0.1130293682217598,
-0.5743743181228638,
0.4896109402179718,
-1.0889700651168823,
0.7648448348045349,
0.41125863790512085,
-0.9431092739105225,
0.3766602873802185,
-0.6030347943305969,
-0.5540847778320312,
-0.3234882354736328,
-0.10062514990568161,
-0.4999261498451233,
-0.174940824508667,
0.6132954359054565,
0.2480681836605072,
-0.16563303768634796,
-0.021241089329123497,
0.024445954710245132,
-0.60558021068573,
0.6014204621315002,
0.3075869381427765,
0.7350836992263794,
0.8539456725120544,
-0.15165656805038452,
0.13023075461387634,
-0.8815475702285767,
0.16059015691280365,
-0.42753949761390686,
0.13481195271015167,
0.10576201975345612,
-0.2064637988805771,
0.2678886353969574,
0.2434510439634323,
-0.27521392703056335,
-0.38776496052742004,
0.0912371575832367,
-0.8059602379798889,
-0.07731984555721283,
0.30804386734962463,
0.6822171807289124,
0.18424366414546967,
-0.5789080262184143,
0.8994199633598328,
0.34984976053237915,
0.18011048436164856,
-0.2550370991230011,
-0.01933714561164379,
-0.38751718401908875,
-0.2107015699148178,
0.21369832754135132,
0.75145423412323,
-0.36948361992836,
0.23673982918262482,
-0.2647073268890381,
-0.601925253868103,
-0.17050552368164062,
0.6198132634162903,
0.5251251459121704,
0.08582556992769241,
-0.0749393180012703,
-0.1588471233844757,
-0.6193705201148987,
-1.5990866422653198,
-0.14298518002033234,
0.02788511849939823,
-0.05330510810017586,
0.14670459926128387,
0.5029047131538391,
-0.3891860842704773,
0.9577000141143799,
-0.3606165647506714,
-0.5986261367797852,
-0.5176137089729309,
-0.1941348761320114,
1.0367687940597534,
0.20044049620628357,
0.45949724316596985,
-1.3242486715316772,
-0.6147086024284363,
0.06422461569309235,
-0.3472716212272644,
-0.0592493861913681,
0.15539883077144623,
-0.14736801385879517,
-0.22936902940273285,
0.05693827569484711,
-0.15908671915531158,
0.5748071074485779,
0.25629347562789917,
-0.560911238193512,
0.5669673085212708,
0.11988986283540726,
1.1367332935333252,
-1.5240055322647095,
-0.17746302485466003,
-0.29729801416397095,
-0.0075897397473454475,
-0.019842933863401413,
-0.707082211971283,
-0.13370470702648163,
0.01359765324741602,
-0.4440705478191376,
0.44912755489349365,
-0.02538396045565605,
-0.17944011092185974,
-0.3152954876422882,
0.006559016183018684,
0.27425864338874817,
0.4527159333229065,
0.10083833336830139,
0.7590647339820862,
0.35212281346321106,
-0.7306654453277588,
0.7819977402687073,
0.6005409955978394,
-0.8234180808067322,
0.5554323792457581,
-0.5344159603118896,
-0.34501218795776367,
-0.15643110871315002,
-0.1522500365972519,
-1.000566840171814,
-0.8280868530273438,
0.04444020241498947,
-0.4862179756164551,
-0.345451295375824,
-0.25541919469833374,
-0.43185368180274963,
-0.11427862197160721,
-0.8134843707084656,
0.16768591105937958,
0.05970574915409088,
-0.20092694461345673,
0.4683419167995453,
0.7534201145172119,
-0.4452578127384186,
-0.9080175757408142,
-0.7653065323829651,
0.3067847490310669,
-0.3772340714931488,
0.014783527702093124,
0.04059256240725517,
-0.10522222518920898,
-1.1302177906036377,
0.21390968561172485,
-0.05933881178498268,
-0.5853388905525208,
-0.2741498351097107,
0.44589537382125854,
0.14498572051525116,
-0.07352408021688461,
-0.12421638518571854,
0.35366544127464294,
0.2693904936313629,
-0.18724684417247772,
0.511401891708374,
0.2739294171333313,
-0.22846855223178864,
0.08907154202461243,
0.09969954192638397,
1.0803444385528564,
0.8689877986907959,
0.34531641006469727,
0.7436122894287109,
0.6783665418624878,
-0.15536771714687347,
-0.1182112768292427,
-0.160844087600708,
0.026828056201338768,
-0.299434095621109,
0.6306934356689453,
-0.13260307908058167,
-0.15994969010353088,
0.5685195326805115,
0.2931709289550781,
-0.12066198140382767,
0.7876995205879211,
0.7935963869094849,
-0.3854111135005951,
0.9512906670570374,
0.3952752947807312,
-0.28001639246940613,
0.20312602818012238,
-0.34103789925575256,
0.4160807728767395,
-0.7408017516136169,
-0.49502620100975037,
-0.19033899903297424,
-0.30213525891304016,
-0.35553932189941406,
0.460873544216156,
0.39767786860466003,
0.1115567609667778,
-0.43518441915512085,
0.13577839732170105,
-0.5099007487297058,
0.9507927298545837,
0.5996872782707214,
0.47276562452316284,
0.1864810585975647,
-0.03824453055858612,
-0.056582286953926086,
0.20814816653728485,
-0.023813456296920776,
-0.5322443842887878,
1.234106421470642,
-0.4686742126941681,
1.1719915866851807,
0.49684396386146545,
-0.001620517228730023,
1.0879794359207153,
0.07062695920467377,
-0.49796879291534424,
0.258854478597641,
-0.3157718777656555,
-0.9639368653297424,
-0.25543034076690674,
0.1190585270524025,
-0.2185266613960266,
-0.11845704913139343,
-0.3190896809101105,
-0.3879660367965698,
0.3536143898963928,
-0.05356647074222565,
-0.2883259654045105,
0.19754190742969513,
-0.5841878056526184,
0.27817094326019287,
-0.3770659565925598,
-0.3075889050960541,
-0.4138382077217102,
-0.8639265298843384,
0.9265395998954773,
0.06989871710538864,
-0.0005218267324380577,
-0.5308625102043152,
0.35137230157852173,
1.0798876285552979,
-0.8170703053474426,
0.29452651739120483,
0.02983870916068554,
0.5202988386154175,
0.18378779292106628,
0.03212900832295418,
-0.17949844896793365,
0.41340282559394836,
-0.1217077448964119,
0.09298884123563766,
0.3645712435245514,
-0.2557346522808075,
-0.3496190905570984,
0.7244127988815308,
-0.832029402256012,
-0.017269164323806763,
-0.9540178775787354,
-0.7228087186813354,
-0.41871392726898193,
0.11120791733264923,
0.32014021277427673,
0.9919095635414124,
0.13314487040042877,
0.33747005462646484,
0.5094248652458191,
-0.24667099118232727,
0.2172853648662567,
0.4622429311275482,
-0.5980351567268372,
-1.1631988286972046,
0.19261904060840607,
0.10831961780786514,
-0.22223573923110962,
0.37430936098098755,
0.02122422121465206,
-0.6262192130088806,
-0.21061202883720398,
-0.8206238150596619,
-0.04386819899082184,
-0.8650102615356445,
-0.5245414972305298,
-0.7812674045562744,
-0.3869630694389343,
-0.40948042273521423,
0.15734727680683136,
-0.02499399520456791,
-0.712384819984436,
0.4786929786205292,
-0.503791093826294,
0.9625835418701172,
1.166669487953186,
0.09799077361822128,
0.9129697680473328,
-0.6067342758178711,
0.7094700932502747,
0.046770595014095306,
0.49406737089157104,
-0.27035364508628845,
-0.5215555429458618,
-0.8322972059249878,
-0.059078045189380646,
-0.20654740929603577,
-0.880656898021698,
0.6666326522827148,
0.491597056388855,
0.056299399584531784,
0.7457175850868225,
0.020033810287714005,
0.6149522066116333,
-0.12411680072546005,
0.7382259964942932,
-0.18950305879116058,
-0.5381752252578735,
0.6984819769859314,
-0.48053911328315735,
0.476370245218277,
0.8245394229888916,
0.6367758512496948,
-0.5901053547859192,
-0.038048505783081055,
-0.25289779901504517,
-0.8169044256210327,
0.6930578947067261,
0.269235223531723,
-0.45839816331863403,
0.304529070854187,
0.129291832447052,
0.29819774627685547,
0.5885025262832642,
-0.7290237545967102,
-0.3486373722553253,
-0.518637478351593,
-0.48737525939941406,
-0.20714858174324036,
-0.8160814642906189,
0.05865330621600151,
-0.21469998359680176,
1.1187089681625366,
0.3738417327404022,
0.1479620337486267,
0.176962748169899,
-0.1995256543159485,
-0.03162388876080513,
0.27062079310417175,
0.6198360323905945,
0.829346239566803,
-0.8179044127464294,
-0.03880298137664795,
-0.10915907472372055,
-0.5962753891944885,
0.32754045724868774,
-0.30469003319740295,
0.0429379865527153,
0.10151631385087967,
0.4854033887386322,
0.3963242471218109,
0.041348692029714584,
-1.0910054445266724,
0.08056510239839554,
-0.04305512085556984,
0.008868562988936901,
-0.7542442679405212,
0.1906566619873047,
-0.4876735806465149,
0.006782893557101488,
0.6534807085990906,
0.14346188306808472,
1.0091632604599,
-0.6088817119598389,
0.6391135454177856,
-0.08342190831899643,
-0.31213313341140747,
-0.12342796474695206,
0.24722450971603394,
-0.24910221993923187,
-0.05836359038949013,
1.1845669746398926,
0.3886124789714813,
-0.6041958928108215,
0.5389474630355835,
0.2176392823457718,
0.8193853497505188,
-0.5166392922401428,
0.45301535725593567,
0.7908096313476562,
0.2398073822259903,
0.14194448292255402,
0.47923293709754944,
-0.41568198800086975,
-0.609705924987793,
-0.5074616074562073,
-0.8256200551986694,
-1.154208779335022,
-0.10295503586530685,
-0.7288604378700256,
0.5283175110816956,
-0.5665255784988403,
0.13019397854804993,
-0.44356849789619446,
-0.04214441031217575,
-0.04858894273638725,
0.7159292101860046,
-0.4250900149345398,
0.7565130591392517,
-1.0777770280838013,
0.7620587944984436,
0.21250462532043457,
-0.5595805048942566,
-0.4883871078491211,
-0.5351821780204773,
-0.17305265367031097,
-0.558068037033081,
0.9959667921066284,
0.19031691551208496,
-0.674163281917572,
-0.2638303339481354,
-0.182272270321846,
-0.8332332372665405,
0.6733778715133667,
-0.027648402377963066,
-0.4423231780529022,
0.4276193678379059,
0.1932218372821808,
0.18527339398860931,
-0.48009783029556274,
0.7791005373001099,
0.6888370513916016,
0.49083665013313293,
-0.20916731655597687,
-0.5392566919326782,
-0.7906532287597656,
-0.9570839405059814,
-0.9971378445625305,
0.21213699877262115,
-0.4784926772117615,
0.8973286747932434,
-0.10607841610908508,
0.05188034847378731,
-0.1518610119819641,
0.36297348141670227,
0.1661803275346756,
0.27447912096977234,
0.6158848404884338,
0.3610054552555084,
0.21828514337539673,
-0.09336979687213898,
0.9582579731941223,
-0.24443218111991882,
-0.020944055169820786,
1.428396463394165,
-0.26382580399513245,
0.47883516550064087,
0.5927292108535767,
-0.34302613139152527,
0.7536686062812805,
1.1453285217285156,
-0.09370004385709763,
0.7180376052856445,
0.0487527921795845,
-0.08761810511350632,
0.18631693720817566,
-0.4508053958415985,
-0.09616544097661972,
0.4774506986141205,
0.4582410752773285,
-0.33409538865089417,
-0.5752925872802734,
0.1921248883008957,
-0.22067613899707794,
0.2399297058582306,
-0.5507599115371704,
1.0458250045776367,
-0.05784573033452034,
-0.48088353872299194,
0.2149766981601715,
-0.16889937222003937,
0.2744823098182678,
-0.8989542722702026,
-0.2894873321056366,
-0.4093320667743683,
0.25567659735679626,
-0.5015839338302612,
-0.9113357067108154,
0.6765655279159546,
0.09648682177066803,
-0.8729433417320251,
0.358921080827713,
0.3083857595920563,
-0.5082112550735474,
-0.889541745185852,
-0.21500633656978607,
0.08521617203950882,
0.33472511172294617,
0.28595495223999023,
-0.6721998453140259,
0.16695407032966614,
0.05233597382903099,
-0.11391820758581161,
-0.22058461606502533,
-0.08441212773323059,
-0.3000599145889282,
0.5281614065170288,
0.1748088151216507,
0.407219260931015,
-0.18500171601772308,
0.14338651299476624,
0.6205596327781677,
-1.0744963884353638,
-1.0377248525619507,
-0.9502180814743042,
0.20570732653141022,
-0.5761998891830444,
-0.3383180499076843,
0.9251314401626587,
1.2813923358917236,
0.42135491967201233,
-0.49954038858413696,
0.7404834032058716,
-0.2536380887031555,
0.9405931830406189,
-0.7661468982696533,
0.8611879944801331,
-0.0387955904006958,
0.1261611133813858,
-0.24191778898239136,
-0.9146565198898315,
-0.31355050206184387,
0.6505375504493713,
-0.16575860977172852,
0.030180446803569794,
0.4539584517478943,
0.9812515377998352,
-0.12755648791790009,
0.22617830336093903,
0.03700898587703705,
0.40897831320762634,
-0.08139998465776443,
0.4411325752735138,
0.9847232699394226,
-0.5270203351974487,
-0.18641899526119232,
-0.3942861557006836,
-0.040215712040662766,
-0.3411455750465393,
-0.8969430327415466,
-1.0037447214126587,
-0.7366244196891785,
-0.039448752999305725,
-0.3048991560935974,
-0.25960996747016907,
1.4022380113601685,
0.7069743871688843,
-1.4175366163253784,
-0.703877329826355,
0.4312553107738495,
0.21949021518230438,
-0.043128352612257004,
-0.2018413543701172,
0.9050711393356323,
0.4575656056404114,
-0.7272158861160278,
0.4405803978443146,
0.36517098546028137,
-0.11651966720819473,
-0.26121753454208374,
0.12950436770915985,
-0.3449278473854065,
0.19331401586532593,
0.2290673553943634,
0.07402992248535156,
-0.14909423887729645,
0.30878713726997375,
-0.43864214420318604,
0.3004673421382904,
-0.05729570612311363,
0.7226278185844421,
-0.6662378311157227,
0.4317879378795624,
0.1944737732410431,
0.00402363296598196,
0.3899824917316437,
0.10081207752227783,
0.5822425484657288,
-0.4984229505062103,
0.42353495955467224,
0.04512753710150719,
0.655512273311615,
0.364880234003067,
-0.9063998460769653,
0.7088910341262817,
-0.1880846470594406,
-0.5438018441200256,
-1.044053554534912,
-0.06808266788721085,
-1.2727320194244385,
0.4350966513156891,
0.6327799558639526,
0.31848421692848206,
-0.4789905548095703,
-0.21742232143878937,
-0.48713409900665283,
-0.26704445481300354,
-0.3231685757637024,
0.621216893196106,
0.8401197195053101,
-0.44640204310417175,
-0.04686380922794342,
-0.12154720723628998,
0.4038596451282501,
-0.12117573618888855,
-0.6837642788887024,
-0.12246851623058319,
0.3190258741378784,
0.42636191844940186,
-0.09031057357788086,
0.48343780636787415,
-0.19405217468738556,
0.40658482909202576,
-0.21973377466201782,
-0.03072326071560383,
-0.4820398986339569,
-0.6503053307533264,
0.004087276291102171,
0.1043604165315628,
-0.1678089052438736,
-0.2270493507385254
]
|
boeddeker/espnet_libri_css_diarize_spectral_rttm | boeddeker | 2023-12-04T11:54:56Z | 0 | 0 | [
"license:mit",
"region:us"
]
| null | 2023-12-04T11:50:37Z | ---
license: mit
---
The RTTM files are generated by executing the `libri_css` recipe from `ESPnet` (https://github.com/espnet/espnet/tree/master/egs/libri_css/asr1).
| [
-0.503957986831665,
-0.5511685013771057,
-0.02124878577888012,
-0.16924656927585602,
-0.35214126110076904,
0.2419399619102478,
0.136137917637825,
-0.139096200466156,
0.19362670183181763,
0.45969733595848083,
-1.142065167427063,
-0.5248368978500366,
-0.21966546773910522,
0.17594411969184875,
-0.4682861566543579,
1.0444581508636475,
-0.40849238634109497,
0.08009186387062073,
0.6799753904342651,
-0.320240318775177,
-0.292220801115036,
0.46677735447883606,
-0.7910323143005371,
-0.40631037950515747,
0.3785232901573181,
0.7321153879165649,
0.36645111441612244,
0.8662745952606201,
0.6526855230331421,
0.18495041131973267,
0.3144059181213379,
-0.319438099861145,
-0.3087494969367981,
0.25862663984298706,
-0.21671071648597717,
0.29174280166625977,
-0.4795439839363098,
-0.007675408385694027,
0.39100778102874756,
-0.3745304048061371,
-0.32887640595436096,
0.9305363297462463,
-0.013614760711789131,
0.9926698803901672,
-0.5694048404693604,
-0.6009374260902405,
-0.15443016588687897,
0.2569449245929718,
-0.31869199872016907,
-0.9382848143577576,
-0.24650603532791138,
-0.5146468281745911,
-0.09374567866325378,
-0.5695851445198059,
0.4907643496990204,
0.18004651367664337,
0.8917495012283325,
-0.014070315286517143,
-0.746383547782898,
-0.42098987102508545,
-0.7205080986022949,
0.616757869720459,
-0.6620649695396423,
0.5492333769798279,
-0.13093864917755127,
0.7305564284324646,
-0.3259243667125702,
-1.0551748275756836,
-0.3081645369529724,
0.2983175814151764,
-0.00365822808817029,
0.17265011370182037,
-0.37947240471839905,
-0.2545459270477295,
0.3446929156780243,
0.04465499147772789,
-1.3023591041564941,
-0.26665428280830383,
-0.6132354140281677,
0.3306643068790436,
0.452560693025589,
0.22096841037273407,
0.6362643241882324,
-0.32049760222435,
-0.40807491540908813,
-0.19079816341400146,
-1.1481616497039795,
-0.2120889574289322,
0.24297873675823212,
-0.12181799113750458,
-0.21941085159778595,
0.692351758480072,
-0.29407602548599243,
0.4147046208381653,
-0.12451992928981781,
-0.11031068116426468,
-0.004158389754593372,
-0.3408893048763275,
-0.42055144906044006,
0.5602750182151794,
0.7661582231521606,
0.503349244594574,
0.3864261209964752,
0.16270121932029724,
-0.26197919249534607,
-0.37072882056236267,
0.3434487581253052,
-0.7757909893989563,
-0.5949373841285706,
0.3141125440597534,
-0.31326010823249817,
-0.2653062045574188,
0.25460493564605713,
-0.5257105231285095,
0.27472856640815735,
-0.27354589104652405,
0.2603435814380646,
-0.8220763206481934,
-0.4657076597213745,
-0.08409470319747925,
-0.4608851373195648,
0.6509969234466553,
0.46688681840896606,
-0.25638726353645325,
-0.10422328859567642,
0.42671024799346924,
0.4000866711139679,
0.24294759333133698,
0.10779372602701187,
-0.7257069945335388,
0.8404061198234558,
-0.1533881574869156,
1.0751065015792847,
-0.11546620726585388,
-0.5834755897521973,
0.2068811058998108,
0.028004663065075874,
0.30525824427604675,
0.03529420867562294,
0.6942753791809082,
-0.8641562461853027,
-0.057096246629953384,
-0.578080952167511,
-0.30255791544914246,
-0.24352295696735382,
0.31615835428237915,
-0.689795732498169,
1.2171123027801514,
0.04317273572087288,
-1.1320812702178955,
0.42522481083869934,
-1.05374014377594,
-0.8830034732818604,
0.26429134607315063,
-0.08437655866146088,
-0.42576903104782104,
-0.007738823536783457,
0.07511158287525177,
-0.04614391177892685,
-0.31473949551582336,
-0.3977353870868683,
0.3865615129470825,
-0.33924463391304016,
0.3437398672103882,
-0.004204001743346453,
0.7353317141532898,
0.6804878115653992,
-0.4991738200187683,
0.43548712134361267,
-0.9089022874832153,
0.5010423064231873,
0.3056071102619171,
-0.63620924949646,
0.007341019343584776,
-0.09851951897144318,
0.5998329520225525,
-0.003196215955540538,
-0.27408578991889954,
-0.44895732402801514,
-0.136006698012352,
0.033749375492334366,
0.5142581462860107,
0.9343731999397278,
0.20900601148605347,
0.29287654161453247,
-0.5871989727020264,
0.6896809935569763,
-0.23879235982894897,
0.11642853170633316,
-0.00013966378173790872,
-0.014433315023779869,
-0.7589659690856934,
-0.09923218190670013,
-0.010669143870472908,
0.38745221495628357,
-0.5809150338172913,
-0.02024259604513645,
-0.2916499972343445,
-0.8842293620109558,
0.10932174324989319,
-0.0730966329574585,
0.39016175270080566,
-0.045026954263448715,
0.16182902455329895,
0.06768687814474106,
-0.6330320239067078,
-0.7858571410179138,
-0.38803574442863464,
0.4326186776161194,
0.24173064529895782,
-0.12165428698062897,
0.7760075926780701,
0.029892755672335625,
1.1437901258468628,
-0.42220303416252136,
-0.13644978404045105,
-0.4965187907218933,
0.21625807881355286,
0.1836923509836197,
0.8168304562568665,
0.8407407402992249,
-0.5277435779571533,
-1.2691335678100586,
0.17411185801029205,
-0.5245633721351624,
-0.2832699418067932,
0.15042954683303833,
-0.23385676741600037,
0.13567735254764557,
0.6158015727996826,
-0.5734876394271851,
0.7020337581634521,
0.4264785051345825,
-0.54311203956604,
1.0263015031814575,
0.16208040714263916,
0.5868100523948669,
-1.4673330783843994,
0.455289363861084,
0.34228625893592834,
-0.8413282632827759,
-0.41080495715141296,
0.1324053853750229,
-0.30774760246276855,
-0.2943650484085083,
-0.7175179123878479,
0.6731497645378113,
-1.022416591644287,
-0.21943548321723938,
0.27868005633354187,
-0.08313890546560287,
0.40419313311576843,
0.08921079337596893,
-0.1965881586074829,
0.8843986988067627,
0.22795109450817108,
-0.4536347985267639,
0.41250014305114746,
0.1340722292661667,
-0.42869988083839417,
0.36215221881866455,
-0.8008853197097778,
0.2541543245315552,
0.06567706167697906,
0.191509410738945,
-0.7063989043235779,
-0.3620661199092865,
0.6748093366622925,
-0.3080974519252777,
0.566240668296814,
-0.4633844196796417,
-0.6445797681808472,
-0.2157638520002365,
-0.45541828870773315,
0.4612450897693634,
0.44085821509361267,
-0.10136405378580093,
0.7710766792297363,
0.1590411365032196,
-0.0605182945728302,
-0.4170278310775757,
-0.5665251612663269,
-0.31378209590911865,
-0.14449849724769592,
-0.20375406742095947,
0.06292017549276352,
-0.21366406977176666,
-0.35628318786621094,
0.43534573912620544,
-0.23367780447006226,
0.12736353278160095,
-0.24684704840183258,
0.5985112190246582,
0.12192102521657944,
-0.8228445649147034,
-0.46742409467697144,
0.1546614021062851,
0.02666659839451313,
-0.15888918936252594,
-0.11914371699094772,
0.7498445510864258,
-0.05257667601108551,
-0.7585309743881226,
-1.1064298152923584,
0.35648879408836365,
0.35871627926826477,
-0.4119056463241577,
0.2744874656200409,
1.0807689428329468,
-0.03712709993124008,
-0.5012754201889038,
-0.7926026582717896,
-0.23207564651966095,
-0.5502393245697021,
0.09040602296590805,
-0.4056847095489502,
-0.5099644660949707,
0.3018754720687866,
-0.06108822301030159,
0.14899735152721405,
0.6557871699333191,
0.30835652351379395,
-0.19694630801677704,
0.6980332732200623,
0.09478724002838135,
0.31738921999931335,
0.6939505338668823,
-0.39258626103401184,
-0.2797340750694275,
-0.8778781294822693,
-0.013807983137667179,
-0.6332646608352661,
-0.5678998231887817,
-0.5033241510391235,
-0.4405214488506317,
0.7982510328292847,
-0.0693107545375824,
-0.8163256645202637,
0.506884753704071,
-1.1015808582305908,
0.8409133553504944,
0.6951794624328613,
0.27089762687683105,
0.38969239592552185,
0.33393898606300354,
-0.05339774489402771,
0.01166926696896553,
-0.8352709412574768,
-0.34167367219924927,
1.0663214921951294,
0.21447010338306427,
0.8340489268302917,
0.26601845026016235,
0.6678863763809204,
0.5933777093887329,
0.7292900681495667,
-0.25574153661727905,
0.5654352307319641,
0.19368518888950348,
-1.0423237085342407,
0.07233642041683197,
-0.043670736253261566,
-0.5399686098098755,
-0.48718133568763733,
-0.3382713794708252,
-0.31709444522857666,
-0.37227293848991394,
0.08834125846624374,
-0.07256407290697098,
0.5054353475570679,
-0.4083505868911743,
0.8477431535720825,
-0.30677613615989685,
-0.5711351633071899,
-0.3586341142654419,
-0.6148862838745117,
0.24007998406887054,
0.41752922534942627,
0.0651206225156784,
-0.03598923608660698,
0.6135923266410828,
1.0538115501403809,
-0.405752032995224,
0.3674564063549042,
0.012762182392179966,
0.36422669887542725,
0.8022435307502747,
0.8380762338638306,
0.5450658798217773,
0.3597482144832611,
-0.010782940313220024,
-0.14927184581756592,
0.06750357151031494,
-0.07606063783168793,
0.06207067146897316,
0.7163020372390747,
-0.6547577381134033,
-0.3816664218902588,
-0.9348984956741333,
-0.37489601969718933,
0.49754050374031067,
0.60764479637146,
0.50091952085495,
1.1109795570373535,
-0.4516740143299103,
0.34848108887672424,
0.6630620956420898,
-0.3921852111816406,
0.4031336307525635,
0.9124678373336792,
-0.3256817162036896,
-0.7202484607696533,
0.4901067912578583,
-0.025067154318094254,
-0.19108344614505768,
0.4986746609210968,
-0.10443675518035889,
0.05564507842063904,
-0.6395574808120728,
-0.830915093421936,
0.13852660357952118,
-0.965000569820404,
-0.6129810810089111,
-0.218027725815773,
-0.4925708472728729,
-0.3664209544658661,
-0.5780808329582214,
-0.1318279653787613,
-0.3386412262916565,
-0.21405377984046936,
0.0032973350025713444,
0.7564292550086975,
1.268878698348999,
-0.26136186718940735,
0.6066193580627441,
-1.083854079246521,
0.12440069019794464,
-0.05846351757645607,
0.17744757235050201,
-0.1854497492313385,
-0.2933156192302704,
-0.47536101937294006,
-0.044057633727788925,
-0.6521838307380676,
-0.7548336982727051,
0.6114471554756165,
0.12489763647317886,
0.3102705776691437,
0.43052783608436584,
-0.15325503051280975,
0.47494423389434814,
-0.8345375061035156,
0.5953787565231323,
0.5230012536048889,
-0.6527770161628723,
0.7572716474533081,
-0.9051632285118103,
0.2978985607624054,
0.46526506543159485,
0.34177201986312866,
-0.2699611485004425,
-0.24403023719787598,
-0.4579325020313263,
-0.6090008616447449,
1.1864063739776611,
0.4340515732765198,
-0.40586915612220764,
-0.06537391990423203,
0.31505730748176575,
-0.06635317206382751,
0.024380797520279884,
-0.653153121471405,
-0.16789352893829346,
-0.43524470925331116,
-0.22471533715724945,
0.33199188113212585,
-0.40794387459754944,
-0.5202329158782959,
-0.22117075324058533,
0.8026570677757263,
0.3469112813472748,
0.22364577651023865,
0.3105913996696472,
-0.06742841005325317,
-0.7868417501449585,
0.24851080775260925,
0.6892907023429871,
0.8329258561134338,
-0.6188313364982605,
-0.06368634104728699,
-0.22698178887367249,
-0.2583675980567932,
-0.15906347334384918,
-0.26752397418022156,
0.15639325976371765,
0.3332386910915375,
0.3830653429031372,
0.4637231230735779,
0.25958889722824097,
-0.557322084903717,
0.1368291825056076,
-0.1364431381225586,
0.23367993533611298,
-1.0558890104293823,
0.15922603011131287,
-0.05068492144346237,
0.3356204330921173,
0.5966612100601196,
0.1581670194864273,
0.25154909491539,
-0.3630785346031189,
0.6351031064987183,
0.5529159903526306,
-0.17670081555843353,
-0.6607021689414978,
0.9767043590545654,
0.2785664200782776,
-0.3745105564594269,
0.5189909338951111,
-0.4219309389591217,
-0.6741693615913391,
0.518409013748169,
0.8694812059402466,
0.9372734427452087,
-0.21018840372562408,
0.2669598460197449,
0.631426215171814,
0.19270093739032745,
0.156389981508255,
0.4611249566078186,
-0.007276055868715048,
-0.4572773873806,
-0.19718031585216522,
-1.1619101762771606,
-0.23514874279499054,
-0.3895759880542755,
-0.5619416236877441,
0.7918703556060791,
-0.676043689250946,
-0.1855829805135727,
-0.015038784593343735,
-0.22933627665042877,
-1.0248788595199585,
0.4071039855480194,
-0.17996519804000854,
1.5133311748504639,
-0.6893641352653503,
0.8486005663871765,
1.0368107557296753,
-0.4147263169288635,
-1.3165960311889648,
0.10364367067813873,
0.3986930251121521,
-0.8119384050369263,
1.063631534576416,
-0.1584140509366989,
-0.1606837511062622,
0.63709956407547,
-0.12051533162593842,
-0.7149179577827454,
1.294754981994629,
0.028582926839590073,
-0.2703457176685333,
-0.03247695788741112,
0.3623485863208771,
0.09476398676633835,
-0.15458200871944427,
0.3722066581249237,
0.0028682583943009377,
0.6259025931358337,
0.46728751063346863,
-0.6122187972068787,
0.05668604001402855,
-0.5166289806365967,
-0.17548735439777374,
0.3722531497478485,
-0.23393553495407104,
0.6776911020278931,
0.06872580945491791,
-0.26381832361221313,
-0.25748711824417114,
0.3816382884979248,
0.28372839093208313,
0.1528099775314331,
-0.04379637539386749,
0.9129760265350342,
-0.4890310764312744,
-0.22446666657924652,
0.9965287446975708,
-0.3093928396701813,
0.540701150894165,
1.1986371278762817,
-0.2510232925415039,
0.413933128118515,
0.2223118245601654,
-0.047533269971609116,
0.6650664806365967,
0.6589548587799072,
-0.15076039731502533,
0.41895970702171326,
-0.30824506282806396,
-0.07907833158969879,
0.1104942262172699,
-0.14456498622894287,
-0.5208520293235779,
0.5456804633140564,
0.29052862524986267,
-0.3509383201599121,
-0.4172761142253876,
-0.5511299967765808,
0.3969210088253021,
-0.4746946692466736,
-0.24291369318962097,
0.7941957116127014,
0.11460340768098831,
-0.4105181396007538,
0.5375720262527466,
0.03990090265870094,
0.07902168482542038,
-0.8808077573776245,
-0.043508417904376984,
-0.055174730718135834,
-0.09761662036180496,
-0.2513192296028137,
-1.2367814779281616,
0.41667497158050537,
0.03138335794210434,
0.1690361648797989,
-0.2607256770133972,
0.796733021736145,
-0.184157595038414,
-0.6094486713409424,
0.035282909870147705,
0.5657307505607605,
-0.22479379177093506,
0.4231073558330536,
-0.7103203535079956,
0.3580971658229828,
0.18544970452785492,
-1.0751073360443115,
0.17918767035007477,
0.5010657906532288,
0.3513546586036682,
0.4273468255996704,
0.5951061844825745,
0.18948209285736084,
0.24481599032878876,
-0.22462935745716095,
1.0547130107879639,
-0.5205404758453369,
-0.4505392611026764,
-0.6996639966964722,
0.8296836018562317,
-0.08708218485116959,
-0.0647735521197319,
0.8229302167892456,
1.137645959854126,
0.5902726650238037,
-0.6989533305168152,
0.7134092450141907,
-0.7654897570610046,
0.19958586990833282,
-0.6116647124290466,
1.1348865032196045,
-0.8389116525650024,
-0.06094225123524666,
-0.28737691044807434,
-0.9470359683036804,
-0.3420005440711975,
0.3513462245464325,
0.1226416677236557,
-0.16359560191631317,
0.7533522844314575,
0.9944719076156616,
-0.7433602213859558,
0.008004187606275082,
-0.22021347284317017,
0.003066696459427476,
0.28954052925109863,
0.22621658444404602,
0.2569330036640167,
-0.4431517422199249,
0.5327634215354919,
-0.2098432332277298,
0.1400984525680542,
-0.34814557433128357,
-1.085138201713562,
-0.8090405464172363,
-0.5166110396385193,
-0.2704508602619171,
-0.5619287490844727,
0.16898328065872192,
1.4000905752182007,
0.5480416417121887,
-1.0926152467727661,
-0.2168228179216385,
0.010979852639138699,
-0.06619202345609665,
0.11026563495397568,
-0.2717534601688385,
0.6264544725418091,
0.392291396856308,
-0.4212448000907898,
0.2007705271244049,
0.29832643270492554,
-0.015395304188132286,
0.08089610934257507,
-0.19046618044376373,
-0.4431709051132202,
0.008522657677531242,
0.2585802376270294,
0.3036191761493683,
-0.30872035026550293,
-0.4644026756286621,
-0.3840119242668152,
0.010021781548857689,
0.18799513578414917,
0.9705133438110352,
-0.38186565041542053,
-0.0026322361081838608,
0.6347941160202026,
-0.12009001523256302,
0.2595675587654114,
0.011921791359782219,
0.45472341775894165,
-1.1736713647842407,
0.23340629041194916,
-0.0826488807797432,
0.328188955783844,
0.2123231738805771,
0.033540572971105576,
0.7354998588562012,
0.125042125582695,
-0.6096429228782654,
-1.0717840194702148,
0.23996561765670776,
-1.232016682624817,
-0.0659051164984703,
1.2009708881378174,
0.24331839382648468,
-0.4078980088233948,
0.3308996558189392,
-0.18263843655586243,
0.9968335628509521,
-0.5688749551773071,
0.28499701619148254,
-0.03843819350004196,
0.011571013368666172,
-0.31974416971206665,
-0.9495564103126526,
0.9747374057769775,
-0.30058667063713074,
-0.417899489402771,
-0.07670919597148895,
0.26308855414390564,
1.0209858417510986,
0.15453208982944489,
0.41210541129112244,
-0.11990375816822052,
0.3551865816116333,
-0.15960155427455902,
0.29964685440063477,
-0.41905418038368225,
-0.19643357396125793,
0.6308392882347107,
0.1601872593164444,
0.11319540441036224,
0.0508384145796299
]
|
open-llm-leaderboard/details_mlabonne__NeuralHermes-2.5-Mistral-7B | open-llm-leaderboard | 2023-12-04T11:54:49Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:54:06Z | ---
pretty_name: Evaluation run of mlabonne/NeuralHermes-2.5-Mistral-7B
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [mlabonne/NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_mlabonne__NeuralHermes-2.5-Mistral-7B\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:51:15.903375](https://huggingface.co/datasets/open-llm-leaderboard/details_mlabonne__NeuralHermes-2.5-Mistral-7B/blob/main/results_2023-12-04T11-51-15.903375.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.6355941629435156,\n\
\ \"acc_stderr\": 0.03230794527671688,\n \"acc_norm\": 0.637383178314279,\n\
\ \"acc_norm_stderr\": 0.03295364147633226,\n \"mc1\": 0.3769889840881273,\n\
\ \"mc1_stderr\": 0.01696551757893035,\n \"mc2\": 0.5492935605551788,\n\
\ \"mc2_stderr\": 0.015342233606445274\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.6245733788395904,\n \"acc_stderr\": 0.014150631435111726,\n\
\ \"acc_norm\": 0.6655290102389079,\n \"acc_norm_stderr\": 0.013787460322441374\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6593308105954989,\n\
\ \"acc_stderr\": 0.004729656826803945,\n \"acc_norm\": 0.8490340569607648,\n\
\ \"acc_norm_stderr\": 0.003572839969521997\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.32,\n \"acc_stderr\": 0.04688261722621503,\n \
\ \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.04688261722621503\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5851851851851851,\n\
\ \"acc_stderr\": 0.04256193767901408,\n \"acc_norm\": 0.5851851851851851,\n\
\ \"acc_norm_stderr\": 0.04256193767901408\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.6973684210526315,\n \"acc_stderr\": 0.037385206761196686,\n\
\ \"acc_norm\": 0.6973684210526315,\n \"acc_norm_stderr\": 0.037385206761196686\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.56,\n\
\ \"acc_stderr\": 0.04988876515698589,\n \"acc_norm\": 0.56,\n \
\ \"acc_norm_stderr\": 0.04988876515698589\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.6943396226415094,\n \"acc_stderr\": 0.028353298073322666,\n\
\ \"acc_norm\": 0.6943396226415094,\n \"acc_norm_stderr\": 0.028353298073322666\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.7569444444444444,\n\
\ \"acc_stderr\": 0.03586879280080341,\n \"acc_norm\": 0.7569444444444444,\n\
\ \"acc_norm_stderr\": 0.03586879280080341\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.49,\n \"acc_stderr\": 0.05024183937956912,\n \
\ \"acc_norm\": 0.49,\n \"acc_norm_stderr\": 0.05024183937956912\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\"\
: 0.45,\n \"acc_stderr\": 0.05,\n \"acc_norm\": 0.45,\n \"\
acc_norm_stderr\": 0.05\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.27,\n \"acc_stderr\": 0.044619604333847394,\n \
\ \"acc_norm\": 0.27,\n \"acc_norm_stderr\": 0.044619604333847394\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6127167630057804,\n\
\ \"acc_stderr\": 0.03714325906302065,\n \"acc_norm\": 0.6127167630057804,\n\
\ \"acc_norm_stderr\": 0.03714325906302065\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.37254901960784315,\n \"acc_stderr\": 0.04810840148082635,\n\
\ \"acc_norm\": 0.37254901960784315,\n \"acc_norm_stderr\": 0.04810840148082635\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.77,\n \"acc_stderr\": 0.042295258468165065,\n \"acc_norm\": 0.77,\n\
\ \"acc_norm_stderr\": 0.042295258468165065\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.5659574468085107,\n \"acc_stderr\": 0.03240038086792747,\n\
\ \"acc_norm\": 0.5659574468085107,\n \"acc_norm_stderr\": 0.03240038086792747\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.47368421052631576,\n\
\ \"acc_stderr\": 0.04697085136647863,\n \"acc_norm\": 0.47368421052631576,\n\
\ \"acc_norm_stderr\": 0.04697085136647863\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.5103448275862069,\n \"acc_stderr\": 0.04165774775728762,\n\
\ \"acc_norm\": 0.5103448275862069,\n \"acc_norm_stderr\": 0.04165774775728762\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.42592592592592593,\n \"acc_stderr\": 0.02546714904546955,\n \"\
acc_norm\": 0.42592592592592593,\n \"acc_norm_stderr\": 0.02546714904546955\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.46825396825396826,\n\
\ \"acc_stderr\": 0.04463112720677172,\n \"acc_norm\": 0.46825396825396826,\n\
\ \"acc_norm_stderr\": 0.04463112720677172\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.35,\n \"acc_stderr\": 0.047937248544110196,\n \
\ \"acc_norm\": 0.35,\n \"acc_norm_stderr\": 0.047937248544110196\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\"\
: 0.7774193548387097,\n \"acc_stderr\": 0.023664216671642507,\n \"\
acc_norm\": 0.7774193548387097,\n \"acc_norm_stderr\": 0.023664216671642507\n\
\ },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\"\
: 0.5172413793103449,\n \"acc_stderr\": 0.035158955511656986,\n \"\
acc_norm\": 0.5172413793103449,\n \"acc_norm_stderr\": 0.035158955511656986\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.65,\n \"acc_stderr\": 0.047937248544110196,\n \"acc_norm\"\
: 0.65,\n \"acc_norm_stderr\": 0.047937248544110196\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.7878787878787878,\n \"acc_stderr\": 0.03192271569548301,\n\
\ \"acc_norm\": 0.7878787878787878,\n \"acc_norm_stderr\": 0.03192271569548301\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.7878787878787878,\n \"acc_stderr\": 0.029126522834586815,\n \"\
acc_norm\": 0.7878787878787878,\n \"acc_norm_stderr\": 0.029126522834586815\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.8860103626943006,\n \"acc_stderr\": 0.022935144053919436,\n\
\ \"acc_norm\": 0.8860103626943006,\n \"acc_norm_stderr\": 0.022935144053919436\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.6051282051282051,\n \"acc_stderr\": 0.0247843169421564,\n \
\ \"acc_norm\": 0.6051282051282051,\n \"acc_norm_stderr\": 0.0247843169421564\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.28888888888888886,\n \"acc_stderr\": 0.027634907264178544,\n \
\ \"acc_norm\": 0.28888888888888886,\n \"acc_norm_stderr\": 0.027634907264178544\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.6596638655462185,\n \"acc_stderr\": 0.03077805742293167,\n \
\ \"acc_norm\": 0.6596638655462185,\n \"acc_norm_stderr\": 0.03077805742293167\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.3443708609271523,\n \"acc_stderr\": 0.038796870240733264,\n \"\
acc_norm\": 0.3443708609271523,\n \"acc_norm_stderr\": 0.038796870240733264\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.8348623853211009,\n \"acc_stderr\": 0.015919557829976037,\n \"\
acc_norm\": 0.8348623853211009,\n \"acc_norm_stderr\": 0.015919557829976037\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.5231481481481481,\n \"acc_stderr\": 0.03406315360711507,\n \"\
acc_norm\": 0.5231481481481481,\n \"acc_norm_stderr\": 0.03406315360711507\n\
\ },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\"\
: 0.7892156862745098,\n \"acc_stderr\": 0.028626547912437413,\n \"\
acc_norm\": 0.7892156862745098,\n \"acc_norm_stderr\": 0.028626547912437413\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.810126582278481,\n \"acc_stderr\": 0.02553010046023349,\n \
\ \"acc_norm\": 0.810126582278481,\n \"acc_norm_stderr\": 0.02553010046023349\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.7040358744394619,\n\
\ \"acc_stderr\": 0.030636591348699796,\n \"acc_norm\": 0.7040358744394619,\n\
\ \"acc_norm_stderr\": 0.030636591348699796\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.7938931297709924,\n \"acc_stderr\": 0.035477710041594654,\n\
\ \"acc_norm\": 0.7938931297709924,\n \"acc_norm_stderr\": 0.035477710041594654\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.768595041322314,\n \"acc_stderr\": 0.03849856098794088,\n \"acc_norm\"\
: 0.768595041322314,\n \"acc_norm_stderr\": 0.03849856098794088\n },\n\
\ \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7962962962962963,\n\
\ \"acc_stderr\": 0.03893542518824847,\n \"acc_norm\": 0.7962962962962963,\n\
\ \"acc_norm_stderr\": 0.03893542518824847\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.7975460122699386,\n \"acc_stderr\": 0.031570650789119005,\n\
\ \"acc_norm\": 0.7975460122699386,\n \"acc_norm_stderr\": 0.031570650789119005\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.49107142857142855,\n\
\ \"acc_stderr\": 0.04745033255489123,\n \"acc_norm\": 0.49107142857142855,\n\
\ \"acc_norm_stderr\": 0.04745033255489123\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.7669902912621359,\n \"acc_stderr\": 0.04185832598928315,\n\
\ \"acc_norm\": 0.7669902912621359,\n \"acc_norm_stderr\": 0.04185832598928315\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8632478632478633,\n\
\ \"acc_stderr\": 0.02250903393707781,\n \"acc_norm\": 0.8632478632478633,\n\
\ \"acc_norm_stderr\": 0.02250903393707781\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.7,\n \"acc_stderr\": 0.046056618647183814,\n \
\ \"acc_norm\": 0.7,\n \"acc_norm_stderr\": 0.046056618647183814\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.822477650063857,\n\
\ \"acc_stderr\": 0.013664230995834834,\n \"acc_norm\": 0.822477650063857,\n\
\ \"acc_norm_stderr\": 0.013664230995834834\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.7196531791907514,\n \"acc_stderr\": 0.02418242749657761,\n\
\ \"acc_norm\": 0.7196531791907514,\n \"acc_norm_stderr\": 0.02418242749657761\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.3128491620111732,\n\
\ \"acc_stderr\": 0.01550689259464726,\n \"acc_norm\": 0.3128491620111732,\n\
\ \"acc_norm_stderr\": 0.01550689259464726\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.7516339869281046,\n \"acc_stderr\": 0.02473998135511359,\n\
\ \"acc_norm\": 0.7516339869281046,\n \"acc_norm_stderr\": 0.02473998135511359\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6784565916398714,\n\
\ \"acc_stderr\": 0.026527724079528872,\n \"acc_norm\": 0.6784565916398714,\n\
\ \"acc_norm_stderr\": 0.026527724079528872\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.7469135802469136,\n \"acc_stderr\": 0.024191808600713,\n\
\ \"acc_norm\": 0.7469135802469136,\n \"acc_norm_stderr\": 0.024191808600713\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.5106382978723404,\n \"acc_stderr\": 0.02982074719142244,\n \
\ \"acc_norm\": 0.5106382978723404,\n \"acc_norm_stderr\": 0.02982074719142244\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.46740547588005216,\n\
\ \"acc_stderr\": 0.012743072942653342,\n \"acc_norm\": 0.46740547588005216,\n\
\ \"acc_norm_stderr\": 0.012743072942653342\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.6727941176470589,\n \"acc_stderr\": 0.028501452860396546,\n\
\ \"acc_norm\": 0.6727941176470589,\n \"acc_norm_stderr\": 0.028501452860396546\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.6666666666666666,\n \"acc_stderr\": 0.019070985589687492,\n \
\ \"acc_norm\": 0.6666666666666666,\n \"acc_norm_stderr\": 0.019070985589687492\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6454545454545455,\n\
\ \"acc_stderr\": 0.045820048415054174,\n \"acc_norm\": 0.6454545454545455,\n\
\ \"acc_norm_stderr\": 0.045820048415054174\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.7387755102040816,\n \"acc_stderr\": 0.028123429335142773,\n\
\ \"acc_norm\": 0.7387755102040816,\n \"acc_norm_stderr\": 0.028123429335142773\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.8159203980099502,\n\
\ \"acc_stderr\": 0.027403859410786855,\n \"acc_norm\": 0.8159203980099502,\n\
\ \"acc_norm_stderr\": 0.027403859410786855\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.84,\n \"acc_stderr\": 0.03684529491774709,\n \
\ \"acc_norm\": 0.84,\n \"acc_norm_stderr\": 0.03684529491774709\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.5542168674698795,\n\
\ \"acc_stderr\": 0.03869543323472101,\n \"acc_norm\": 0.5542168674698795,\n\
\ \"acc_norm_stderr\": 0.03869543323472101\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.8304093567251462,\n \"acc_stderr\": 0.02878210810540171,\n\
\ \"acc_norm\": 0.8304093567251462,\n \"acc_norm_stderr\": 0.02878210810540171\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.3769889840881273,\n\
\ \"mc1_stderr\": 0.01696551757893035,\n \"mc2\": 0.5492935605551788,\n\
\ \"mc2_stderr\": 0.015342233606445274\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7829518547750592,\n \"acc_stderr\": 0.01158587171020941\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.6133434420015162,\n \
\ \"acc_stderr\": 0.013413955095965309\n }\n}\n```"
repo_url: https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-51-15.903375.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-51-15.903375.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- '**/details_harness|winogrande|5_2023-12-04T11-51-15.903375.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-51-15.903375.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_51_15.903375
path:
- results_2023-12-04T11-51-15.903375.parquet
- split: latest
path:
- results_2023-12-04T11-51-15.903375.parquet
---
# Dataset Card for Evaluation run of mlabonne/NeuralHermes-2.5-Mistral-7B
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [mlabonne/NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_mlabonne__NeuralHermes-2.5-Mistral-7B",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:51:15.903375](https://huggingface.co/datasets/open-llm-leaderboard/details_mlabonne__NeuralHermes-2.5-Mistral-7B/blob/main/results_2023-12-04T11-51-15.903375.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.6355941629435156,
"acc_stderr": 0.03230794527671688,
"acc_norm": 0.637383178314279,
"acc_norm_stderr": 0.03295364147633226,
"mc1": 0.3769889840881273,
"mc1_stderr": 0.01696551757893035,
"mc2": 0.5492935605551788,
"mc2_stderr": 0.015342233606445274
},
"harness|arc:challenge|25": {
"acc": 0.6245733788395904,
"acc_stderr": 0.014150631435111726,
"acc_norm": 0.6655290102389079,
"acc_norm_stderr": 0.013787460322441374
},
"harness|hellaswag|10": {
"acc": 0.6593308105954989,
"acc_stderr": 0.004729656826803945,
"acc_norm": 0.8490340569607648,
"acc_norm_stderr": 0.003572839969521997
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.32,
"acc_stderr": 0.04688261722621503,
"acc_norm": 0.32,
"acc_norm_stderr": 0.04688261722621503
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.5851851851851851,
"acc_stderr": 0.04256193767901408,
"acc_norm": 0.5851851851851851,
"acc_norm_stderr": 0.04256193767901408
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.6973684210526315,
"acc_stderr": 0.037385206761196686,
"acc_norm": 0.6973684210526315,
"acc_norm_stderr": 0.037385206761196686
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.56,
"acc_stderr": 0.04988876515698589,
"acc_norm": 0.56,
"acc_norm_stderr": 0.04988876515698589
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.6943396226415094,
"acc_stderr": 0.028353298073322666,
"acc_norm": 0.6943396226415094,
"acc_norm_stderr": 0.028353298073322666
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.7569444444444444,
"acc_stderr": 0.03586879280080341,
"acc_norm": 0.7569444444444444,
"acc_norm_stderr": 0.03586879280080341
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.49,
"acc_stderr": 0.05024183937956912,
"acc_norm": 0.49,
"acc_norm_stderr": 0.05024183937956912
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.45,
"acc_stderr": 0.05,
"acc_norm": 0.45,
"acc_norm_stderr": 0.05
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.27,
"acc_stderr": 0.044619604333847394,
"acc_norm": 0.27,
"acc_norm_stderr": 0.044619604333847394
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.6127167630057804,
"acc_stderr": 0.03714325906302065,
"acc_norm": 0.6127167630057804,
"acc_norm_stderr": 0.03714325906302065
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.37254901960784315,
"acc_stderr": 0.04810840148082635,
"acc_norm": 0.37254901960784315,
"acc_norm_stderr": 0.04810840148082635
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.77,
"acc_stderr": 0.042295258468165065,
"acc_norm": 0.77,
"acc_norm_stderr": 0.042295258468165065
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.5659574468085107,
"acc_stderr": 0.03240038086792747,
"acc_norm": 0.5659574468085107,
"acc_norm_stderr": 0.03240038086792747
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.47368421052631576,
"acc_stderr": 0.04697085136647863,
"acc_norm": 0.47368421052631576,
"acc_norm_stderr": 0.04697085136647863
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.5103448275862069,
"acc_stderr": 0.04165774775728762,
"acc_norm": 0.5103448275862069,
"acc_norm_stderr": 0.04165774775728762
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.42592592592592593,
"acc_stderr": 0.02546714904546955,
"acc_norm": 0.42592592592592593,
"acc_norm_stderr": 0.02546714904546955
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.46825396825396826,
"acc_stderr": 0.04463112720677172,
"acc_norm": 0.46825396825396826,
"acc_norm_stderr": 0.04463112720677172
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.35,
"acc_stderr": 0.047937248544110196,
"acc_norm": 0.35,
"acc_norm_stderr": 0.047937248544110196
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.7774193548387097,
"acc_stderr": 0.023664216671642507,
"acc_norm": 0.7774193548387097,
"acc_norm_stderr": 0.023664216671642507
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.5172413793103449,
"acc_stderr": 0.035158955511656986,
"acc_norm": 0.5172413793103449,
"acc_norm_stderr": 0.035158955511656986
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.65,
"acc_stderr": 0.047937248544110196,
"acc_norm": 0.65,
"acc_norm_stderr": 0.047937248544110196
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.7878787878787878,
"acc_stderr": 0.03192271569548301,
"acc_norm": 0.7878787878787878,
"acc_norm_stderr": 0.03192271569548301
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.7878787878787878,
"acc_stderr": 0.029126522834586815,
"acc_norm": 0.7878787878787878,
"acc_norm_stderr": 0.029126522834586815
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.8860103626943006,
"acc_stderr": 0.022935144053919436,
"acc_norm": 0.8860103626943006,
"acc_norm_stderr": 0.022935144053919436
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.6051282051282051,
"acc_stderr": 0.0247843169421564,
"acc_norm": 0.6051282051282051,
"acc_norm_stderr": 0.0247843169421564
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.28888888888888886,
"acc_stderr": 0.027634907264178544,
"acc_norm": 0.28888888888888886,
"acc_norm_stderr": 0.027634907264178544
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.6596638655462185,
"acc_stderr": 0.03077805742293167,
"acc_norm": 0.6596638655462185,
"acc_norm_stderr": 0.03077805742293167
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.3443708609271523,
"acc_stderr": 0.038796870240733264,
"acc_norm": 0.3443708609271523,
"acc_norm_stderr": 0.038796870240733264
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.8348623853211009,
"acc_stderr": 0.015919557829976037,
"acc_norm": 0.8348623853211009,
"acc_norm_stderr": 0.015919557829976037
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.5231481481481481,
"acc_stderr": 0.03406315360711507,
"acc_norm": 0.5231481481481481,
"acc_norm_stderr": 0.03406315360711507
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.7892156862745098,
"acc_stderr": 0.028626547912437413,
"acc_norm": 0.7892156862745098,
"acc_norm_stderr": 0.028626547912437413
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.810126582278481,
"acc_stderr": 0.02553010046023349,
"acc_norm": 0.810126582278481,
"acc_norm_stderr": 0.02553010046023349
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.7040358744394619,
"acc_stderr": 0.030636591348699796,
"acc_norm": 0.7040358744394619,
"acc_norm_stderr": 0.030636591348699796
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.7938931297709924,
"acc_stderr": 0.035477710041594654,
"acc_norm": 0.7938931297709924,
"acc_norm_stderr": 0.035477710041594654
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.768595041322314,
"acc_stderr": 0.03849856098794088,
"acc_norm": 0.768595041322314,
"acc_norm_stderr": 0.03849856098794088
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.7962962962962963,
"acc_stderr": 0.03893542518824847,
"acc_norm": 0.7962962962962963,
"acc_norm_stderr": 0.03893542518824847
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.7975460122699386,
"acc_stderr": 0.031570650789119005,
"acc_norm": 0.7975460122699386,
"acc_norm_stderr": 0.031570650789119005
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.49107142857142855,
"acc_stderr": 0.04745033255489123,
"acc_norm": 0.49107142857142855,
"acc_norm_stderr": 0.04745033255489123
},
"harness|hendrycksTest-management|5": {
"acc": 0.7669902912621359,
"acc_stderr": 0.04185832598928315,
"acc_norm": 0.7669902912621359,
"acc_norm_stderr": 0.04185832598928315
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8632478632478633,
"acc_stderr": 0.02250903393707781,
"acc_norm": 0.8632478632478633,
"acc_norm_stderr": 0.02250903393707781
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.7,
"acc_stderr": 0.046056618647183814,
"acc_norm": 0.7,
"acc_norm_stderr": 0.046056618647183814
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.822477650063857,
"acc_stderr": 0.013664230995834834,
"acc_norm": 0.822477650063857,
"acc_norm_stderr": 0.013664230995834834
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.7196531791907514,
"acc_stderr": 0.02418242749657761,
"acc_norm": 0.7196531791907514,
"acc_norm_stderr": 0.02418242749657761
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.3128491620111732,
"acc_stderr": 0.01550689259464726,
"acc_norm": 0.3128491620111732,
"acc_norm_stderr": 0.01550689259464726
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.7516339869281046,
"acc_stderr": 0.02473998135511359,
"acc_norm": 0.7516339869281046,
"acc_norm_stderr": 0.02473998135511359
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.6784565916398714,
"acc_stderr": 0.026527724079528872,
"acc_norm": 0.6784565916398714,
"acc_norm_stderr": 0.026527724079528872
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.7469135802469136,
"acc_stderr": 0.024191808600713,
"acc_norm": 0.7469135802469136,
"acc_norm_stderr": 0.024191808600713
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.5106382978723404,
"acc_stderr": 0.02982074719142244,
"acc_norm": 0.5106382978723404,
"acc_norm_stderr": 0.02982074719142244
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.46740547588005216,
"acc_stderr": 0.012743072942653342,
"acc_norm": 0.46740547588005216,
"acc_norm_stderr": 0.012743072942653342
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.6727941176470589,
"acc_stderr": 0.028501452860396546,
"acc_norm": 0.6727941176470589,
"acc_norm_stderr": 0.028501452860396546
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.6666666666666666,
"acc_stderr": 0.019070985589687492,
"acc_norm": 0.6666666666666666,
"acc_norm_stderr": 0.019070985589687492
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6454545454545455,
"acc_stderr": 0.045820048415054174,
"acc_norm": 0.6454545454545455,
"acc_norm_stderr": 0.045820048415054174
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.7387755102040816,
"acc_stderr": 0.028123429335142773,
"acc_norm": 0.7387755102040816,
"acc_norm_stderr": 0.028123429335142773
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.8159203980099502,
"acc_stderr": 0.027403859410786855,
"acc_norm": 0.8159203980099502,
"acc_norm_stderr": 0.027403859410786855
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.84,
"acc_stderr": 0.03684529491774709,
"acc_norm": 0.84,
"acc_norm_stderr": 0.03684529491774709
},
"harness|hendrycksTest-virology|5": {
"acc": 0.5542168674698795,
"acc_stderr": 0.03869543323472101,
"acc_norm": 0.5542168674698795,
"acc_norm_stderr": 0.03869543323472101
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.8304093567251462,
"acc_stderr": 0.02878210810540171,
"acc_norm": 0.8304093567251462,
"acc_norm_stderr": 0.02878210810540171
},
"harness|truthfulqa:mc|0": {
"mc1": 0.3769889840881273,
"mc1_stderr": 0.01696551757893035,
"mc2": 0.5492935605551788,
"mc2_stderr": 0.015342233606445274
},
"harness|winogrande|5": {
"acc": 0.7829518547750592,
"acc_stderr": 0.01158587171020941
},
"harness|gsm8k|5": {
"acc": 0.6133434420015162,
"acc_stderr": 0.013413955095965309
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7078136205673218,
-0.8392787575721741,
0.2545621395111084,
0.2584901750087738,
-0.1527472585439682,
-0.10572966933250427,
-0.02412072755396366,
-0.23490653932094574,
0.5751185417175293,
-0.0778590738773346,
-0.47979500889778137,
-0.7250164151191711,
-0.4399723708629608,
0.24278400838375092,
-0.023671993985772133,
0.8148162364959717,
-0.15896271169185638,
-0.10792060196399689,
0.0665920302271843,
-0.020966898649930954,
-0.2323353886604309,
-0.35774487257003784,
-0.5476503372192383,
-0.3754822909832001,
0.23590654134750366,
0.3807663321495056,
0.40599194169044495,
0.795495331287384,
0.7011463642120361,
0.3051173985004425,
-0.3726978600025177,
-0.037220317870378494,
-0.14978915452957153,
-0.27899909019470215,
0.3698100447654724,
-0.3597375750541687,
-0.8295250535011292,
0.2721005976200104,
0.7349633574485779,
0.6510364413261414,
-0.08944657444953918,
0.3069198727607727,
0.07339052110910416,
0.578639030456543,
-0.34817662835121155,
0.03057638742029667,
-0.2637723386287689,
0.24046868085861206,
-0.15161250531673431,
-0.28532296419143677,
-0.30416661500930786,
-0.23843896389007568,
-0.11830689013004303,
-0.832754373550415,
0.2772355377674103,
0.27413108944892883,
1.5450568199157715,
-0.1428607553243637,
-0.221939355134964,
0.1265806257724762,
-0.09354368597269058,
1.0097233057022095,
-0.8907477259635925,
0.36642083525657654,
0.7597373127937317,
0.11383462697267532,
-0.1839442104101181,
-0.6273364424705505,
-0.5841547250747681,
0.07947966456413269,
-0.3658266067504883,
0.35212209820747375,
-0.12900234758853912,
-0.14228670299053192,
0.37061238288879395,
0.6289331912994385,
-0.6745474338531494,
0.1690211147069931,
-0.6584598422050476,
-0.1957464963197708,
1.0360335111618042,
0.33144497871398926,
0.035648077726364136,
-0.38074374198913574,
-0.7065852880477905,
-0.6368194818496704,
-0.3542083501815796,
0.2910541892051697,
0.4291510581970215,
0.35052576661109924,
-0.39045315980911255,
0.684139609336853,
-0.4003656804561615,
0.5907331705093384,
0.4179113507270813,
0.021793287247419357,
0.8554449081420898,
-0.64861661195755,
-0.5404872894287109,
-0.042828064411878586,
1.1081138849258423,
0.5703467726707458,
0.05926129221916199,
0.20968061685562134,
0.006360487546771765,
-0.12038116902112961,
0.014346480369567871,
-0.8868550062179565,
-0.32625362277030945,
0.16801953315734863,
-0.4436785578727722,
-0.5029770731925964,
0.32469063997268677,
-0.8795858025550842,
0.13424210250377655,
-0.06549543142318726,
0.42295289039611816,
-0.5027284026145935,
-0.14187660813331604,
0.25221356749534607,
-0.4446013271808624,
0.7786279916763306,
-0.15370391309261322,
-0.7757840752601624,
0.38233932852745056,
0.49319541454315186,
0.8053873777389526,
-0.09661068767309189,
-0.427796334028244,
-0.07674101740121841,
-0.16294632852077484,
-0.2823020815849304,
0.5501340627670288,
-0.2624683082103729,
-0.4063785970211029,
-0.29527580738067627,
0.28128868341445923,
-0.2662695050239563,
-0.3625127077102661,
0.7202100157737732,
-0.21758493781089783,
0.2047566920518875,
-0.43315592408180237,
-0.6461490392684937,
0.1157737672328949,
0.375814288854599,
-0.4115831255912781,
1.288504958152771,
0.23530951142311096,
-0.8412949442863464,
0.39031532406806946,
-0.5731046795845032,
-0.15546506643295288,
-0.08125832676887512,
-0.03679211810231209,
-0.7552387118339539,
-0.23749400675296783,
0.1653321087360382,
0.4182981848716736,
-0.13736486434936523,
-0.1349666565656662,
-0.3919667601585388,
-0.34877774119377136,
0.3737203776836395,
-0.24397611618041992,
1.260352373123169,
-0.04353227838873863,
-0.801714301109314,
-0.10762973129749298,
-1.2434797286987305,
0.3047226369380951,
0.17579405009746552,
-0.38758254051208496,
-0.17090845108032227,
-0.46629562973976135,
0.02019142173230648,
0.2195727378129959,
0.299580842256546,
-0.7895114421844482,
0.2623547613620758,
-0.361209511756897,
0.16706381738185883,
1.2731131315231323,
0.03147134557366371,
0.1475406438112259,
-0.5266748070716858,
0.5134397149085999,
0.25407758355140686,
0.18579354882240295,
0.38616153597831726,
-0.6203886270523071,
-0.8202325105667114,
-0.5060421824455261,
-0.02160458452999592,
0.6123657822608948,
-0.18095850944519043,
1.152660608291626,
0.08033369481563568,
-0.9044636487960815,
-0.44081535935401917,
-0.12444407492876053,
0.4727464020252228,
0.7882819175720215,
0.6149731874465942,
-0.008683273568749428,
-0.6335753798484802,
-1.134454607963562,
-0.27818360924720764,
-0.17919033765792847,
0.14620517194271088,
0.22072702646255493,
0.9881417155265808,
-0.24837817251682281,
0.589597761631012,
-1.0087162256240845,
-0.1831226646900177,
0.21688781678676605,
-0.05569218844175339,
0.7935837507247925,
0.7554939389228821,
0.5636582374572754,
-0.61484295129776,
-0.4885292649269104,
0.1925799399614334,
-0.9034333229064941,
-0.07541997730731964,
0.12788313627243042,
-0.30940720438957214,
0.12767934799194336,
0.18712997436523438,
-0.71988844871521,
0.5418515801429749,
0.22798623144626617,
-1.0627596378326416,
1.05557119846344,
-0.3341811001300812,
0.5488128066062927,
-1.041106939315796,
0.19114573299884796,
-0.032603226602077484,
0.04530256614089012,
-0.48877641558647156,
-0.018294012174010277,
0.08964895457029343,
0.442673921585083,
-0.4891693592071533,
0.803462564945221,
-0.6987544298171997,
-0.036600906401872635,
0.44101789593696594,
0.09810374677181244,
-0.1345941573381424,
0.37806981801986694,
-0.19821538031101227,
0.7904165387153625,
0.7941998839378357,
-0.4582354724407196,
0.5090325474739075,
0.357666015625,
-0.21055066585540771,
0.7204774022102356,
-0.5211814045906067,
-0.3032660186290741,
0.2902511954307556,
-0.07410892099142075,
-0.8466014862060547,
-0.44612860679626465,
0.03881767764687538,
-0.6279610395431519,
-0.10640130937099457,
0.35933125019073486,
-0.2694620192050934,
-0.7804418802261353,
-0.9028569459915161,
0.3204701542854309,
0.7048048973083496,
-0.4606586694717407,
-0.16892167925834656,
0.019670864567160606,
0.0950234904885292,
-0.8599433898925781,
-0.844011127948761,
-0.465760201215744,
-0.21601590514183044,
-0.722836434841156,
0.3191302418708801,
-0.2600906193256378,
-0.27704936265945435,
-0.0694374218583107,
-0.24222934246063232,
-0.33468097448349,
-0.00607273867353797,
0.14197127521038055,
0.6224152445793152,
-0.4607057273387909,
-0.29415997862815857,
-0.20010553300380707,
-0.16336488723754883,
0.2620845437049866,
-0.15143230557441711,
0.36513400077819824,
-0.47460365295410156,
-0.3838101029396057,
-0.4547721743583679,
-0.03324815258383751,
0.714637041091919,
-0.07368887215852737,
0.716723620891571,
0.48885858058929443,
-0.33912891149520874,
-0.028272151947021484,
-0.2970638573169708,
-0.32906851172447205,
-0.5882492661476135,
0.2749939560890198,
-0.45632800459861755,
-1.0411368608474731,
0.8022162914276123,
0.5107219219207764,
0.05164182558655739,
1.1325037479400635,
0.5857862234115601,
-0.3187538683414459,
1.0142581462860107,
0.039814479649066925,
0.3314554691314697,
0.37423691153526306,
-0.6987319588661194,
0.11038193106651306,
-0.8911775946617126,
-0.34751221537590027,
-0.5797733664512634,
-0.5423896908760071,
-0.697531521320343,
-0.07595633715391159,
0.2647484242916107,
0.20821161568164825,
-0.6391332745552063,
0.5897883176803589,
-0.8775386214256287,
0.5642638802528381,
0.5702604055404663,
0.27743977308273315,
0.11911778897047043,
-0.09730375558137894,
-0.4249345362186432,
-0.12487439066171646,
-0.5040771961212158,
-0.253739595413208,
1.1987253427505493,
0.2701793611049652,
0.7304874658584595,
0.08148232102394104,
0.8965162634849548,
0.050382573157548904,
-0.08100854605436325,
-0.5859308838844299,
0.6555002331733704,
0.12616358697414398,
-0.8079186081886292,
-0.3942376673221588,
-0.5266131162643433,
-1.1262085437774658,
0.41129347681999207,
-0.13367395102977753,
-0.8624110221862793,
0.19148917496204376,
0.017875786870718002,
-0.21812225878238678,
0.5122990012168884,
-0.567355751991272,
0.8435275554656982,
-0.11708603799343109,
-0.47971752285957336,
0.0951944887638092,
-0.8047186136245728,
0.44373270869255066,
0.2476126253604889,
0.20218543708324432,
0.06077141687273979,
0.2379966825246811,
1.1706897020339966,
-0.7653679847717285,
0.4631054699420929,
0.06927474588155746,
0.04746623337268829,
0.35039040446281433,
-0.18754996359348297,
0.44563132524490356,
0.11506471037864685,
-0.018326791003346443,
-0.06230005994439125,
0.2872173488140106,
-0.8550679087638855,
-0.06751507520675659,
0.9504651427268982,
-0.9438783526420593,
-0.5856058597564697,
-0.907638669013977,
-0.5266439914703369,
0.110197514295578,
0.5469708442687988,
0.3839287757873535,
0.5588396191596985,
0.006285740528255701,
0.48869961500167847,
0.8725938200950623,
-0.12312420457601547,
0.651736319065094,
0.2101927399635315,
0.11361099779605865,
-0.6925340890884399,
0.8525521755218506,
0.08481424301862717,
0.30910778045654297,
0.266269713640213,
0.37680432200431824,
-0.5270048379898071,
-0.21612140536308289,
-0.18982641398906708,
0.47824299335479736,
-0.6323437094688416,
-0.2881565988063812,
-0.37817829847335815,
-0.4094425439834595,
-0.7486626505851746,
-0.6020224094390869,
-0.29678231477737427,
-0.507914125919342,
-0.544340968132019,
-0.45933958888053894,
0.5740016102790833,
0.4707462787628174,
-0.4134434759616852,
0.021894993260502815,
-0.4961549639701843,
0.2256825864315033,
0.3500797748565674,
0.5521023869514465,
-0.3578079342842102,
-0.5539998412132263,
0.03998373821377754,
-0.12299127876758575,
-0.5726378560066223,
-0.954954981803894,
0.32098156213760376,
-0.062489528208971024,
0.5286234021186829,
0.6133438944816589,
0.014818570576608181,
0.843194842338562,
-0.21759937703609467,
1.044057846069336,
0.36060646176338196,
-0.7505548000335693,
0.7382822632789612,
-0.3234093487262726,
0.19069568812847137,
0.6328397393226624,
0.17479307949543,
-0.18001903593540192,
-0.6281782388687134,
-1.3251012563705444,
-0.7908584475517273,
0.6390756964683533,
0.42954543232917786,
-0.24524137377738953,
0.005890294443815947,
0.17496350407600403,
-0.32108885049819946,
-0.18937991559505463,
-0.6592662930488586,
-0.8935277462005615,
-0.1580697000026703,
-0.5027503967285156,
0.08670876920223236,
0.04791354387998581,
-0.37371787428855896,
-0.8548157215118408,
0.8878343105316162,
0.023301303386688232,
0.6333248019218445,
0.511008620262146,
0.07849650084972382,
0.09946493059396744,
0.450833797454834,
0.9796661138534546,
0.7358613014221191,
-0.4589017331600189,
0.4597127139568329,
0.39305394887924194,
-1.047542929649353,
0.46368446946144104,
0.3418452739715576,
-0.047786254435777664,
0.03958617523312569,
0.4791490137577057,
0.44901180267333984,
0.038963668048381805,
-0.19365496933460236,
0.6145133972167969,
-0.038731060922145844,
-0.5776581764221191,
-0.40436863899230957,
0.09409988671541214,
-0.06708252429962158,
0.017063550651073456,
0.38232141733169556,
-0.06785321980714798,
-0.04840119928121567,
-0.4405323565006256,
0.48234105110168457,
0.35053831338882446,
-0.5188340544700623,
-0.1890287846326828,
0.705552875995636,
-0.20350930094718933,
-0.17181286215782166,
0.3287088871002197,
-0.1741105318069458,
-0.5906018018722534,
1.136134386062622,
0.6080619096755981,
0.6983557343482971,
-0.26515406370162964,
-0.07484132796525955,
0.9361549615859985,
0.41422635316848755,
-0.045855533331632614,
0.5276985168457031,
0.3227248787879944,
-0.23670269548892975,
0.1842045783996582,
-0.8595736622810364,
0.024247514083981514,
0.16154323518276215,
-0.8372717499732971,
0.30313464999198914,
-0.5515694618225098,
-0.26071712374687195,
0.04549741744995117,
0.3597833812236786,
-0.4589557945728302,
0.5375047326087952,
-0.4214947521686554,
1.257564902305603,
-0.9610384702682495,
0.6930839419364929,
0.7810494899749756,
-0.5490729212760925,
-1.0099741220474243,
-0.5425505042076111,
-0.0011129309423267841,
-0.7632091045379639,
0.6119612455368042,
-0.040098030120134354,
0.17312392592430115,
-0.051299985498189926,
-0.7187739610671997,
-0.9072837233543396,
1.3908843994140625,
-0.0037945739459246397,
-0.427506685256958,
0.20989352464675903,
-0.07166240364313126,
0.4685796797275543,
0.15495696663856506,
0.6037386655807495,
0.723153829574585,
0.8028853535652161,
-0.1281721442937851,
-0.7179637551307678,
0.29560643434524536,
-0.5279775857925415,
-0.3130508363246918,
0.4541640281677246,
-0.877893328666687,
1.2000702619552612,
0.014420932158827782,
0.22732634842395782,
-0.18235008418560028,
0.684398889541626,
0.788828432559967,
0.27071574330329895,
0.35847988724708557,
0.9367234706878662,
0.8331226110458374,
-0.500817596912384,
1.0062662363052368,
-0.25969409942626953,
0.8471515774726868,
0.6917332410812378,
0.2915397882461548,
0.8025882840156555,
0.7100310921669006,
-0.5349698066711426,
0.5595526099205017,
0.8267425298690796,
-0.29863041639328003,
0.35811272263526917,
0.2970614731311798,
-0.1517547219991684,
-0.16099362075328827,
0.4192335605621338,
-0.876075267791748,
0.12033345550298691,
0.07854267209768295,
-0.37890923023223877,
0.05677414312958717,
-0.4427611231803894,
0.29072776436805725,
-0.07857917994260788,
-0.027463367208838463,
0.3741992712020874,
0.08956917375326157,
-0.42849117517471313,
0.9770417213439941,
-0.14032858610153198,
0.7815274000167847,
-0.5040075182914734,
-0.09273183345794678,
-0.3795730471611023,
0.6135236620903015,
-0.4443153738975525,
-1.0408620834350586,
0.1279078871011734,
0.06440554559230804,
-0.1569259911775589,
-0.1581619828939438,
0.7077643275260925,
-0.2100670337677002,
-0.7991255521774292,
0.16439196467399597,
0.04758104681968689,
0.09440768510103226,
0.49191513657569885,
-0.7004489302635193,
-0.3782981038093567,
-0.06992306560277939,
-0.5605714917182922,
0.1018451526761055,
0.3101082146167755,
0.31563276052474976,
0.5332933664321899,
0.6428332328796387,
0.17927847802639008,
0.44523975253105164,
-0.5425727367401123,
0.7790163159370422,
-1.0417150259017944,
-0.6761215329170227,
-0.9017317295074463,
0.47245195508003235,
-0.34319737553596497,
-0.9142968654632568,
0.9932974576950073,
1.048059105873108,
0.8699864149093628,
0.006508013233542442,
0.6193846464157104,
-0.34848493337631226,
0.2175958752632141,
-0.3896027207374573,
0.9546838998794556,
-0.8433271050453186,
-0.23824802041053772,
-0.2395198941230774,
-0.7580649256706238,
-0.3684806227684021,
0.8726835250854492,
-0.13934165239334106,
0.07497456669807434,
1.0824556350708008,
0.7128003835678101,
-0.14094729721546173,
0.02493342012166977,
-0.05476224422454834,
0.5712623596191406,
0.34477031230926514,
0.9828643798828125,
0.6373372077941895,
-0.7934213876724243,
0.33806392550468445,
-0.534966766834259,
-0.406689316034317,
-0.36382216215133667,
-0.4481087028980255,
-0.9222531318664551,
-0.5119718313217163,
-0.2209617793560028,
-0.6469042897224426,
-0.1207975447177887,
1.0209367275238037,
0.47696152329444885,
-0.9306293725967407,
-0.4348040223121643,
-0.13737010955810547,
0.13171282410621643,
-0.6116136908531189,
-0.40892839431762695,
0.737828254699707,
-0.15782412886619568,
-0.5279666781425476,
0.19891120493412018,
-0.14039023220539093,
0.2219073325395584,
0.08648610860109329,
-0.3975670635700226,
-0.734056830406189,
0.018334051594138145,
0.456315815448761,
0.308170348405838,
-0.712335467338562,
-0.6860405206680298,
0.35610365867614746,
-0.5493902564048767,
0.4164709150791168,
-0.007993650622665882,
-0.5032143592834473,
0.050762686878442764,
0.7172448635101318,
0.4973176419734955,
0.6388587355613708,
-0.06222939491271973,
0.060841288417577744,
-0.6688463687896729,
0.19521644711494446,
0.017714399844408035,
0.2902962863445282,
-0.04220021143555641,
-0.30217304825782776,
0.7230188250541687,
0.6876295804977417,
-0.5140463709831238,
-1.051911473274231,
-0.47427499294281006,
-1.4426459074020386,
-0.04765279218554497,
1.13218092918396,
0.019429724663496017,
-0.49745607376098633,
0.2565072476863861,
-0.1435752958059311,
0.1986934393644333,
-0.3176940381526947,
0.7522413730621338,
0.7917913198471069,
-0.3347568213939667,
0.09603530913591385,
-0.6458494663238525,
0.3814273178577423,
0.5627091526985168,
-1.1588163375854492,
-0.1028178259730339,
0.23269039392471313,
0.31792357563972473,
0.37391138076782227,
0.6034208536148071,
-0.10146809369325638,
0.2880893349647522,
0.2502202093601227,
0.0848613828420639,
0.006047439761459827,
0.042373333126306534,
-0.2907460927963257,
0.09286025166511536,
-0.25958284735679626,
-0.43433645367622375
]
|
hkust-nlp/deita-images | hkust-nlp | 2023-12-04T11:57:48Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T11:56:21Z | ---
license: apache-2.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
lingkoai/test | lingkoai | 2023-12-04T12:09:34Z | 0 | 0 | [
"art",
"region:us"
]
| null | 2023-12-04T11:57:48Z | ---
tags:
- art
pretty_name: lingko
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
open-llm-leaderboard/details_Minirecord__Mini_DPO_test02 | open-llm-leaderboard | 2023-12-04T11:59:49Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T11:59:06Z | ---
pretty_name: Evaluation run of Minirecord/Mini_DPO_test02
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [Minirecord/Mini_DPO_test02](https://huggingface.co/Minirecord/Mini_DPO_test02)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Minirecord__Mini_DPO_test02\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:56:14.353700](https://huggingface.co/datasets/open-llm-leaderboard/details_Minirecord__Mini_DPO_test02/blob/main/results_2023-12-04T11-56-14.353700.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.6168729607530143,\n\
\ \"acc_stderr\": 0.03275935687592929,\n \"acc_norm\": 0.6223546289993482,\n\
\ \"acc_norm_stderr\": 0.033429838036267936,\n \"mc1\": 0.31946144430844553,\n\
\ \"mc1_stderr\": 0.016322644182960498,\n \"mc2\": 0.48469236116826936,\n\
\ \"mc2_stderr\": 0.014679613330954367\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5699658703071673,\n \"acc_stderr\": 0.014467631559137994,\n\
\ \"acc_norm\": 0.5972696245733788,\n \"acc_norm_stderr\": 0.01433223630679014\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6425014937263493,\n\
\ \"acc_stderr\": 0.00478283835222253,\n \"acc_norm\": 0.8388767177853017,\n\
\ \"acc_norm_stderr\": 0.0036689326296725643\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.33,\n \"acc_stderr\": 0.04725815626252605,\n \
\ \"acc_norm\": 0.33,\n \"acc_norm_stderr\": 0.04725815626252605\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.6074074074074074,\n\
\ \"acc_stderr\": 0.0421850621536888,\n \"acc_norm\": 0.6074074074074074,\n\
\ \"acc_norm_stderr\": 0.0421850621536888\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.6513157894736842,\n \"acc_stderr\": 0.0387813988879761,\n\
\ \"acc_norm\": 0.6513157894736842,\n \"acc_norm_stderr\": 0.0387813988879761\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.57,\n\
\ \"acc_stderr\": 0.049756985195624284,\n \"acc_norm\": 0.57,\n \
\ \"acc_norm_stderr\": 0.049756985195624284\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.6830188679245283,\n \"acc_stderr\": 0.028637235639800886,\n\
\ \"acc_norm\": 0.6830188679245283,\n \"acc_norm_stderr\": 0.028637235639800886\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.6875,\n\
\ \"acc_stderr\": 0.038760854559127644,\n \"acc_norm\": 0.6875,\n\
\ \"acc_norm_stderr\": 0.038760854559127644\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.42,\n \"acc_stderr\": 0.049604496374885836,\n \
\ \"acc_norm\": 0.42,\n \"acc_norm_stderr\": 0.049604496374885836\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"\
acc\": 0.54,\n \"acc_stderr\": 0.05009082659620333,\n \"acc_norm\"\
: 0.54,\n \"acc_norm_stderr\": 0.05009082659620333\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.35,\n \"acc_stderr\": 0.047937248544110196,\n \
\ \"acc_norm\": 0.35,\n \"acc_norm_stderr\": 0.047937248544110196\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6127167630057804,\n\
\ \"acc_stderr\": 0.03714325906302065,\n \"acc_norm\": 0.6127167630057804,\n\
\ \"acc_norm_stderr\": 0.03714325906302065\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.3235294117647059,\n \"acc_stderr\": 0.04655010411319616,\n\
\ \"acc_norm\": 0.3235294117647059,\n \"acc_norm_stderr\": 0.04655010411319616\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.79,\n \"acc_stderr\": 0.04093601807403326,\n \"acc_norm\": 0.79,\n\
\ \"acc_norm_stderr\": 0.04093601807403326\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.5574468085106383,\n \"acc_stderr\": 0.032469569197899575,\n\
\ \"acc_norm\": 0.5574468085106383,\n \"acc_norm_stderr\": 0.032469569197899575\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.5087719298245614,\n\
\ \"acc_stderr\": 0.04702880432049615,\n \"acc_norm\": 0.5087719298245614,\n\
\ \"acc_norm_stderr\": 0.04702880432049615\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.5586206896551724,\n \"acc_stderr\": 0.04137931034482757,\n\
\ \"acc_norm\": 0.5586206896551724,\n \"acc_norm_stderr\": 0.04137931034482757\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.3835978835978836,\n \"acc_stderr\": 0.0250437573185202,\n \"acc_norm\"\
: 0.3835978835978836,\n \"acc_norm_stderr\": 0.0250437573185202\n },\n\
\ \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.373015873015873,\n\
\ \"acc_stderr\": 0.04325506042017086,\n \"acc_norm\": 0.373015873015873,\n\
\ \"acc_norm_stderr\": 0.04325506042017086\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.45,\n \"acc_stderr\": 0.049999999999999996,\n \
\ \"acc_norm\": 0.45,\n \"acc_norm_stderr\": 0.049999999999999996\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\"\
: 0.7129032258064516,\n \"acc_stderr\": 0.025736542745594528,\n \"\
acc_norm\": 0.7129032258064516,\n \"acc_norm_stderr\": 0.025736542745594528\n\
\ },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\"\
: 0.4876847290640394,\n \"acc_stderr\": 0.035169204442208966,\n \"\
acc_norm\": 0.4876847290640394,\n \"acc_norm_stderr\": 0.035169204442208966\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.72,\n \"acc_stderr\": 0.04512608598542127,\n \"acc_norm\"\
: 0.72,\n \"acc_norm_stderr\": 0.04512608598542127\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.7333333333333333,\n \"acc_stderr\": 0.03453131801885417,\n\
\ \"acc_norm\": 0.7333333333333333,\n \"acc_norm_stderr\": 0.03453131801885417\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.7777777777777778,\n \"acc_stderr\": 0.029620227874790482,\n \"\
acc_norm\": 0.7777777777777778,\n \"acc_norm_stderr\": 0.029620227874790482\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.8704663212435233,\n \"acc_stderr\": 0.02423353229775873,\n\
\ \"acc_norm\": 0.8704663212435233,\n \"acc_norm_stderr\": 0.02423353229775873\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.6230769230769231,\n \"acc_stderr\": 0.024570975364225995,\n\
\ \"acc_norm\": 0.6230769230769231,\n \"acc_norm_stderr\": 0.024570975364225995\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.3148148148148148,\n \"acc_stderr\": 0.028317533496066468,\n \
\ \"acc_norm\": 0.3148148148148148,\n \"acc_norm_stderr\": 0.028317533496066468\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.6218487394957983,\n \"acc_stderr\": 0.03149930577784906,\n \
\ \"acc_norm\": 0.6218487394957983,\n \"acc_norm_stderr\": 0.03149930577784906\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.3443708609271523,\n \"acc_stderr\": 0.038796870240733264,\n \"\
acc_norm\": 0.3443708609271523,\n \"acc_norm_stderr\": 0.038796870240733264\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.8055045871559633,\n \"acc_stderr\": 0.01697028909045804,\n \"\
acc_norm\": 0.8055045871559633,\n \"acc_norm_stderr\": 0.01697028909045804\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.44907407407407407,\n \"acc_stderr\": 0.03392238405321617,\n \"\
acc_norm\": 0.44907407407407407,\n \"acc_norm_stderr\": 0.03392238405321617\n\
\ },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\"\
: 0.7892156862745098,\n \"acc_stderr\": 0.028626547912437406,\n \"\
acc_norm\": 0.7892156862745098,\n \"acc_norm_stderr\": 0.028626547912437406\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.759493670886076,\n \"acc_stderr\": 0.02782078198114968,\n \
\ \"acc_norm\": 0.759493670886076,\n \"acc_norm_stderr\": 0.02782078198114968\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6771300448430493,\n\
\ \"acc_stderr\": 0.03138147637575499,\n \"acc_norm\": 0.6771300448430493,\n\
\ \"acc_norm_stderr\": 0.03138147637575499\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.7404580152671756,\n \"acc_stderr\": 0.038448761397852714,\n\
\ \"acc_norm\": 0.7404580152671756,\n \"acc_norm_stderr\": 0.038448761397852714\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.7768595041322314,\n \"acc_stderr\": 0.03800754475228732,\n \"\
acc_norm\": 0.7768595041322314,\n \"acc_norm_stderr\": 0.03800754475228732\n\
\ },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7592592592592593,\n\
\ \"acc_stderr\": 0.04133119440243838,\n \"acc_norm\": 0.7592592592592593,\n\
\ \"acc_norm_stderr\": 0.04133119440243838\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.7668711656441718,\n \"acc_stderr\": 0.0332201579577674,\n\
\ \"acc_norm\": 0.7668711656441718,\n \"acc_norm_stderr\": 0.0332201579577674\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.5089285714285714,\n\
\ \"acc_stderr\": 0.04745033255489122,\n \"acc_norm\": 0.5089285714285714,\n\
\ \"acc_norm_stderr\": 0.04745033255489122\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.7669902912621359,\n \"acc_stderr\": 0.04185832598928315,\n\
\ \"acc_norm\": 0.7669902912621359,\n \"acc_norm_stderr\": 0.04185832598928315\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8504273504273504,\n\
\ \"acc_stderr\": 0.023365051491753715,\n \"acc_norm\": 0.8504273504273504,\n\
\ \"acc_norm_stderr\": 0.023365051491753715\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.67,\n \"acc_stderr\": 0.047258156262526094,\n \
\ \"acc_norm\": 0.67,\n \"acc_norm_stderr\": 0.047258156262526094\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.8084291187739464,\n\
\ \"acc_stderr\": 0.014072859310451949,\n \"acc_norm\": 0.8084291187739464,\n\
\ \"acc_norm_stderr\": 0.014072859310451949\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.6763005780346821,\n \"acc_stderr\": 0.025190181327608405,\n\
\ \"acc_norm\": 0.6763005780346821,\n \"acc_norm_stderr\": 0.025190181327608405\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.2737430167597765,\n\
\ \"acc_stderr\": 0.014912413096372434,\n \"acc_norm\": 0.2737430167597765,\n\
\ \"acc_norm_stderr\": 0.014912413096372434\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.6895424836601307,\n \"acc_stderr\": 0.026493033225145898,\n\
\ \"acc_norm\": 0.6895424836601307,\n \"acc_norm_stderr\": 0.026493033225145898\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6945337620578779,\n\
\ \"acc_stderr\": 0.026160584450140446,\n \"acc_norm\": 0.6945337620578779,\n\
\ \"acc_norm_stderr\": 0.026160584450140446\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.7160493827160493,\n \"acc_stderr\": 0.025089478523765127,\n\
\ \"acc_norm\": 0.7160493827160493,\n \"acc_norm_stderr\": 0.025089478523765127\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.43617021276595747,\n \"acc_stderr\": 0.02958345203628407,\n \
\ \"acc_norm\": 0.43617021276595747,\n \"acc_norm_stderr\": 0.02958345203628407\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.44784876140808344,\n\
\ \"acc_stderr\": 0.012700582404768221,\n \"acc_norm\": 0.44784876140808344,\n\
\ \"acc_norm_stderr\": 0.012700582404768221\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.6397058823529411,\n \"acc_stderr\": 0.02916312857067073,\n\
\ \"acc_norm\": 0.6397058823529411,\n \"acc_norm_stderr\": 0.02916312857067073\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.630718954248366,\n \"acc_stderr\": 0.019524316744866353,\n \
\ \"acc_norm\": 0.630718954248366,\n \"acc_norm_stderr\": 0.019524316744866353\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6272727272727273,\n\
\ \"acc_stderr\": 0.04631381319425465,\n \"acc_norm\": 0.6272727272727273,\n\
\ \"acc_norm_stderr\": 0.04631381319425465\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.7224489795918367,\n \"acc_stderr\": 0.028666857790274648,\n\
\ \"acc_norm\": 0.7224489795918367,\n \"acc_norm_stderr\": 0.028666857790274648\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.835820895522388,\n\
\ \"acc_stderr\": 0.026193923544454132,\n \"acc_norm\": 0.835820895522388,\n\
\ \"acc_norm_stderr\": 0.026193923544454132\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.83,\n \"acc_stderr\": 0.03775251680686371,\n \
\ \"acc_norm\": 0.83,\n \"acc_norm_stderr\": 0.03775251680686371\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.5120481927710844,\n\
\ \"acc_stderr\": 0.03891364495835817,\n \"acc_norm\": 0.5120481927710844,\n\
\ \"acc_norm_stderr\": 0.03891364495835817\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.8187134502923976,\n \"acc_stderr\": 0.02954774168764004,\n\
\ \"acc_norm\": 0.8187134502923976,\n \"acc_norm_stderr\": 0.02954774168764004\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.31946144430844553,\n\
\ \"mc1_stderr\": 0.016322644182960498,\n \"mc2\": 0.48469236116826936,\n\
\ \"mc2_stderr\": 0.014679613330954367\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7837411207576953,\n \"acc_stderr\": 0.01157061486140935\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.3502653525398029,\n \
\ \"acc_stderr\": 0.013140409455571276\n }\n}\n```"
repo_url: https://huggingface.co/Minirecord/Mini_DPO_test02
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-56-14.353700.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-56-14.353700.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- '**/details_harness|winogrande|5_2023-12-04T11-56-14.353700.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-56-14.353700.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_56_14.353700
path:
- results_2023-12-04T11-56-14.353700.parquet
- split: latest
path:
- results_2023-12-04T11-56-14.353700.parquet
---
# Dataset Card for Evaluation run of Minirecord/Mini_DPO_test02
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/Minirecord/Mini_DPO_test02
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [Minirecord/Mini_DPO_test02](https://huggingface.co/Minirecord/Mini_DPO_test02) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_Minirecord__Mini_DPO_test02",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:56:14.353700](https://huggingface.co/datasets/open-llm-leaderboard/details_Minirecord__Mini_DPO_test02/blob/main/results_2023-12-04T11-56-14.353700.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.6168729607530143,
"acc_stderr": 0.03275935687592929,
"acc_norm": 0.6223546289993482,
"acc_norm_stderr": 0.033429838036267936,
"mc1": 0.31946144430844553,
"mc1_stderr": 0.016322644182960498,
"mc2": 0.48469236116826936,
"mc2_stderr": 0.014679613330954367
},
"harness|arc:challenge|25": {
"acc": 0.5699658703071673,
"acc_stderr": 0.014467631559137994,
"acc_norm": 0.5972696245733788,
"acc_norm_stderr": 0.01433223630679014
},
"harness|hellaswag|10": {
"acc": 0.6425014937263493,
"acc_stderr": 0.00478283835222253,
"acc_norm": 0.8388767177853017,
"acc_norm_stderr": 0.0036689326296725643
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.33,
"acc_stderr": 0.04725815626252605,
"acc_norm": 0.33,
"acc_norm_stderr": 0.04725815626252605
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.6074074074074074,
"acc_stderr": 0.0421850621536888,
"acc_norm": 0.6074074074074074,
"acc_norm_stderr": 0.0421850621536888
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.6513157894736842,
"acc_stderr": 0.0387813988879761,
"acc_norm": 0.6513157894736842,
"acc_norm_stderr": 0.0387813988879761
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.57,
"acc_stderr": 0.049756985195624284,
"acc_norm": 0.57,
"acc_norm_stderr": 0.049756985195624284
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.6830188679245283,
"acc_stderr": 0.028637235639800886,
"acc_norm": 0.6830188679245283,
"acc_norm_stderr": 0.028637235639800886
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.6875,
"acc_stderr": 0.038760854559127644,
"acc_norm": 0.6875,
"acc_norm_stderr": 0.038760854559127644
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.42,
"acc_stderr": 0.049604496374885836,
"acc_norm": 0.42,
"acc_norm_stderr": 0.049604496374885836
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.54,
"acc_stderr": 0.05009082659620333,
"acc_norm": 0.54,
"acc_norm_stderr": 0.05009082659620333
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.35,
"acc_stderr": 0.047937248544110196,
"acc_norm": 0.35,
"acc_norm_stderr": 0.047937248544110196
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.6127167630057804,
"acc_stderr": 0.03714325906302065,
"acc_norm": 0.6127167630057804,
"acc_norm_stderr": 0.03714325906302065
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.3235294117647059,
"acc_stderr": 0.04655010411319616,
"acc_norm": 0.3235294117647059,
"acc_norm_stderr": 0.04655010411319616
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.79,
"acc_stderr": 0.04093601807403326,
"acc_norm": 0.79,
"acc_norm_stderr": 0.04093601807403326
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.5574468085106383,
"acc_stderr": 0.032469569197899575,
"acc_norm": 0.5574468085106383,
"acc_norm_stderr": 0.032469569197899575
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.5087719298245614,
"acc_stderr": 0.04702880432049615,
"acc_norm": 0.5087719298245614,
"acc_norm_stderr": 0.04702880432049615
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.5586206896551724,
"acc_stderr": 0.04137931034482757,
"acc_norm": 0.5586206896551724,
"acc_norm_stderr": 0.04137931034482757
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.3835978835978836,
"acc_stderr": 0.0250437573185202,
"acc_norm": 0.3835978835978836,
"acc_norm_stderr": 0.0250437573185202
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.373015873015873,
"acc_stderr": 0.04325506042017086,
"acc_norm": 0.373015873015873,
"acc_norm_stderr": 0.04325506042017086
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.45,
"acc_stderr": 0.049999999999999996,
"acc_norm": 0.45,
"acc_norm_stderr": 0.049999999999999996
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.7129032258064516,
"acc_stderr": 0.025736542745594528,
"acc_norm": 0.7129032258064516,
"acc_norm_stderr": 0.025736542745594528
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.4876847290640394,
"acc_stderr": 0.035169204442208966,
"acc_norm": 0.4876847290640394,
"acc_norm_stderr": 0.035169204442208966
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.72,
"acc_stderr": 0.04512608598542127,
"acc_norm": 0.72,
"acc_norm_stderr": 0.04512608598542127
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.7333333333333333,
"acc_stderr": 0.03453131801885417,
"acc_norm": 0.7333333333333333,
"acc_norm_stderr": 0.03453131801885417
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.7777777777777778,
"acc_stderr": 0.029620227874790482,
"acc_norm": 0.7777777777777778,
"acc_norm_stderr": 0.029620227874790482
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.8704663212435233,
"acc_stderr": 0.02423353229775873,
"acc_norm": 0.8704663212435233,
"acc_norm_stderr": 0.02423353229775873
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.6230769230769231,
"acc_stderr": 0.024570975364225995,
"acc_norm": 0.6230769230769231,
"acc_norm_stderr": 0.024570975364225995
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.3148148148148148,
"acc_stderr": 0.028317533496066468,
"acc_norm": 0.3148148148148148,
"acc_norm_stderr": 0.028317533496066468
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.6218487394957983,
"acc_stderr": 0.03149930577784906,
"acc_norm": 0.6218487394957983,
"acc_norm_stderr": 0.03149930577784906
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.3443708609271523,
"acc_stderr": 0.038796870240733264,
"acc_norm": 0.3443708609271523,
"acc_norm_stderr": 0.038796870240733264
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.8055045871559633,
"acc_stderr": 0.01697028909045804,
"acc_norm": 0.8055045871559633,
"acc_norm_stderr": 0.01697028909045804
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.44907407407407407,
"acc_stderr": 0.03392238405321617,
"acc_norm": 0.44907407407407407,
"acc_norm_stderr": 0.03392238405321617
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.7892156862745098,
"acc_stderr": 0.028626547912437406,
"acc_norm": 0.7892156862745098,
"acc_norm_stderr": 0.028626547912437406
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.759493670886076,
"acc_stderr": 0.02782078198114968,
"acc_norm": 0.759493670886076,
"acc_norm_stderr": 0.02782078198114968
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6771300448430493,
"acc_stderr": 0.03138147637575499,
"acc_norm": 0.6771300448430493,
"acc_norm_stderr": 0.03138147637575499
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.7404580152671756,
"acc_stderr": 0.038448761397852714,
"acc_norm": 0.7404580152671756,
"acc_norm_stderr": 0.038448761397852714
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.7768595041322314,
"acc_stderr": 0.03800754475228732,
"acc_norm": 0.7768595041322314,
"acc_norm_stderr": 0.03800754475228732
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.7592592592592593,
"acc_stderr": 0.04133119440243838,
"acc_norm": 0.7592592592592593,
"acc_norm_stderr": 0.04133119440243838
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.7668711656441718,
"acc_stderr": 0.0332201579577674,
"acc_norm": 0.7668711656441718,
"acc_norm_stderr": 0.0332201579577674
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.5089285714285714,
"acc_stderr": 0.04745033255489122,
"acc_norm": 0.5089285714285714,
"acc_norm_stderr": 0.04745033255489122
},
"harness|hendrycksTest-management|5": {
"acc": 0.7669902912621359,
"acc_stderr": 0.04185832598928315,
"acc_norm": 0.7669902912621359,
"acc_norm_stderr": 0.04185832598928315
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8504273504273504,
"acc_stderr": 0.023365051491753715,
"acc_norm": 0.8504273504273504,
"acc_norm_stderr": 0.023365051491753715
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.67,
"acc_stderr": 0.047258156262526094,
"acc_norm": 0.67,
"acc_norm_stderr": 0.047258156262526094
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.8084291187739464,
"acc_stderr": 0.014072859310451949,
"acc_norm": 0.8084291187739464,
"acc_norm_stderr": 0.014072859310451949
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.6763005780346821,
"acc_stderr": 0.025190181327608405,
"acc_norm": 0.6763005780346821,
"acc_norm_stderr": 0.025190181327608405
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.2737430167597765,
"acc_stderr": 0.014912413096372434,
"acc_norm": 0.2737430167597765,
"acc_norm_stderr": 0.014912413096372434
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.6895424836601307,
"acc_stderr": 0.026493033225145898,
"acc_norm": 0.6895424836601307,
"acc_norm_stderr": 0.026493033225145898
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.6945337620578779,
"acc_stderr": 0.026160584450140446,
"acc_norm": 0.6945337620578779,
"acc_norm_stderr": 0.026160584450140446
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.7160493827160493,
"acc_stderr": 0.025089478523765127,
"acc_norm": 0.7160493827160493,
"acc_norm_stderr": 0.025089478523765127
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.43617021276595747,
"acc_stderr": 0.02958345203628407,
"acc_norm": 0.43617021276595747,
"acc_norm_stderr": 0.02958345203628407
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.44784876140808344,
"acc_stderr": 0.012700582404768221,
"acc_norm": 0.44784876140808344,
"acc_norm_stderr": 0.012700582404768221
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.6397058823529411,
"acc_stderr": 0.02916312857067073,
"acc_norm": 0.6397058823529411,
"acc_norm_stderr": 0.02916312857067073
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.630718954248366,
"acc_stderr": 0.019524316744866353,
"acc_norm": 0.630718954248366,
"acc_norm_stderr": 0.019524316744866353
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6272727272727273,
"acc_stderr": 0.04631381319425465,
"acc_norm": 0.6272727272727273,
"acc_norm_stderr": 0.04631381319425465
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.7224489795918367,
"acc_stderr": 0.028666857790274648,
"acc_norm": 0.7224489795918367,
"acc_norm_stderr": 0.028666857790274648
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.835820895522388,
"acc_stderr": 0.026193923544454132,
"acc_norm": 0.835820895522388,
"acc_norm_stderr": 0.026193923544454132
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.83,
"acc_stderr": 0.03775251680686371,
"acc_norm": 0.83,
"acc_norm_stderr": 0.03775251680686371
},
"harness|hendrycksTest-virology|5": {
"acc": 0.5120481927710844,
"acc_stderr": 0.03891364495835817,
"acc_norm": 0.5120481927710844,
"acc_norm_stderr": 0.03891364495835817
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.8187134502923976,
"acc_stderr": 0.02954774168764004,
"acc_norm": 0.8187134502923976,
"acc_norm_stderr": 0.02954774168764004
},
"harness|truthfulqa:mc|0": {
"mc1": 0.31946144430844553,
"mc1_stderr": 0.016322644182960498,
"mc2": 0.48469236116826936,
"mc2_stderr": 0.014679613330954367
},
"harness|winogrande|5": {
"acc": 0.7837411207576953,
"acc_stderr": 0.01157061486140935
},
"harness|gsm8k|5": {
"acc": 0.3502653525398029,
"acc_stderr": 0.013140409455571276
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7273804545402527,
-0.8510388731956482,
0.2829612195491791,
0.2110147774219513,
-0.18397358059883118,
-0.05315606668591499,
0.050130389630794525,
-0.21424606442451477,
0.550886332988739,
-0.07455427944660187,
-0.5147231817245483,
-0.6694924831390381,
-0.46527132391929626,
0.25527989864349365,
-0.020141007378697395,
0.8123541474342346,
-0.1620635986328125,
-0.14373934268951416,
0.0567903108894825,
-0.018877647817134857,
-0.27426257729530334,
-0.3420107066631317,
-0.510718822479248,
-0.36660951375961304,
0.16234789788722992,
0.48558080196380615,
0.4474463164806366,
0.8089854121208191,
0.7025163769721985,
0.2866457402706146,
-0.328540176153183,
-0.014812042936682701,
-0.1535099297761917,
-0.33430203795433044,
0.43177056312561035,
-0.3794300854206085,
-0.8806478977203369,
0.30873528122901917,
0.7576498985290527,
0.6347483992576599,
-0.06667323410511017,
0.3249063491821289,
0.061501894146203995,
0.6067698001861572,
-0.3202919363975525,
0.05479849874973297,
-0.2813315987586975,
0.23106369376182556,
-0.18542887270450592,
-0.26995164155960083,
-0.30347996950149536,
-0.19999749958515167,
-0.15475186705589294,
-0.8435418605804443,
0.2775057554244995,
0.34802624583244324,
1.5085127353668213,
-0.1296781748533249,
-0.23779603838920593,
0.059149693697690964,
-0.12786415219306946,
1.0075582265853882,
-0.8586455583572388,
0.3369467258453369,
0.8109897971153259,
0.12499505281448364,
-0.2125786542892456,
-0.5750246047973633,
-0.6811178922653198,
0.06436420977115631,
-0.44262585043907166,
0.33164799213409424,
-0.07128801196813583,
-0.16109824180603027,
0.42393025755882263,
0.7188774347305298,
-0.6726512908935547,
0.197004035115242,
-0.6083859801292419,
-0.135380819439888,
1.071241855621338,
0.3501931130886078,
0.07294223457574844,
-0.40499207377433777,
-0.6809478402137756,
-0.6794090270996094,
-0.3842059373855591,
0.2784776985645294,
0.4503636360168457,
0.3606276214122772,
-0.4141056537628174,
0.7055842876434326,
-0.41726914048194885,
0.5935549139976501,
0.443850576877594,
-0.03220979869365692,
0.871239960193634,
-0.6642318964004517,
-0.5472937226295471,
-0.07340868562459946,
1.1590583324432373,
0.5539866089820862,
0.012928550131618977,
0.2897073030471802,
0.003939519170671701,
-0.10413908213376999,
-0.052319351583719254,
-0.8396860361099243,
-0.33906376361846924,
0.1876291036605835,
-0.4139846861362457,
-0.5104814767837524,
0.3176945447921753,
-0.943317174911499,
0.12410697340965271,
-0.03401558846235275,
0.4068671762943268,
-0.49786341190338135,
-0.12276603281497955,
0.23096980154514313,
-0.42233583331108093,
0.7684310078620911,
-0.19294676184654236,
-0.8572098016738892,
0.42697447538375854,
0.5460385680198669,
0.7836246490478516,
-0.07159862667322159,
-0.4194345474243164,
-0.11211160570383072,
-0.14182455837726593,
-0.24269269406795502,
0.5228204131126404,
-0.24969926476478577,
-0.43744465708732605,
-0.30920928716659546,
0.26892802119255066,
-0.26822155714035034,
-0.35751277208328247,
0.7013556361198425,
-0.21861764788627625,
0.21723006665706635,
-0.4126442074775696,
-0.622509241104126,
0.1903490126132965,
0.3967755138874054,
-0.4320451021194458,
1.3683425188064575,
0.2416304498910904,
-0.8418528437614441,
0.44444912672042847,
-0.5824213624000549,
-0.15557792782783508,
-0.032243337482213974,
-0.09675095230340958,
-0.7852708697319031,
-0.26505905389785767,
0.18915574252605438,
0.3735460042953491,
-0.15510648488998413,
-0.1718190312385559,
-0.3823876976966858,
-0.36941418051719666,
0.34172797203063965,
-0.1346975564956665,
1.2351278066635132,
-0.049833036959171295,
-0.7885682582855225,
-0.17490288615226746,
-1.2702103853225708,
0.2867782413959503,
0.22794091701507568,
-0.3683565855026245,
-0.2285139560699463,
-0.4550885856151581,
-0.07329090684652328,
0.1903398483991623,
0.26857835054397583,
-0.8277221918106079,
0.312177449464798,
-0.35668763518333435,
0.1449650675058365,
1.2629135847091675,
-0.00862404890358448,
0.16946110129356384,
-0.5637914538383484,
0.517617404460907,
0.21703971922397614,
0.2102522850036621,
0.4234607219696045,
-0.6202024221420288,
-0.8145030736923218,
-0.5275143980979919,
-0.019091451540589333,
0.6339537501335144,
-0.20324403047561646,
1.1583267450332642,
0.059121545404195786,
-0.8863741755485535,
-0.45029565691947937,
-0.12971165776252747,
0.4803610146045685,
0.8135355710983276,
0.5872093439102173,
-0.010500366799533367,
-0.6530970931053162,
-1.1061855554580688,
-0.2608664929866791,
-0.21030372381210327,
0.12379278987646103,
0.24355556070804596,
1.0513086318969727,
-0.2603169083595276,
0.6245375871658325,
-1.0749876499176025,
-0.2406095266342163,
0.16705864667892456,
-0.06464891135692596,
0.8059895634651184,
0.7305080890655518,
0.6083692908287048,
-0.6557222008705139,
-0.570014476776123,
0.15679410099983215,
-0.8541247844696045,
-0.07464098185300827,
0.13490603864192963,
-0.31084394454956055,
0.10866326838731766,
0.10907895863056183,
-0.7044463157653809,
0.5134462118148804,
0.2543069124221802,
-1.042641282081604,
1.0164735317230225,
-0.3334704339504242,
0.5849587321281433,
-0.9710251688957214,
0.16245995461940765,
-0.12034749239683151,
0.0300113745033741,
-0.4701150357723236,
-0.008956976234912872,
0.09038063138723373,
0.42397817969322205,
-0.4745868742465973,
0.7952436804771423,
-0.6932610869407654,
-0.07601658999919891,
0.4333665668964386,
0.16251061856746674,
-0.11439019441604614,
0.3216209411621094,
-0.23734556138515472,
0.8003338575363159,
0.7687761187553406,
-0.5012352466583252,
0.5312829613685608,
0.43485504388809204,
-0.2037683129310608,
0.6952795386314392,
-0.4781915545463562,
-0.2546757757663727,
0.2963511049747467,
-0.06579040735960007,
-0.8765560388565063,
-0.4656025767326355,
0.06999445706605911,
-0.5997087955474854,
-0.08676061779260635,
0.3337160646915436,
-0.3312559127807617,
-0.8434723019599915,
-0.9382185935974121,
0.33149781823158264,
0.78121018409729,
-0.4461837708950043,
-0.20140118896961212,
0.0982075184583664,
0.11837807297706604,
-0.8031787276268005,
-0.8608734011650085,
-0.5076660513877869,
-0.2028523087501526,
-0.7229737639427185,
0.3353997766971588,
-0.2816614806652069,
-0.31678470969200134,
-0.10854338109493256,
-0.21515049040317535,
-0.3268659710884094,
-0.007740924600511789,
0.10133656859397888,
0.6431976556777954,
-0.3979109525680542,
-0.26686418056488037,
-0.2357625663280487,
-0.18804259598255157,
0.2052788883447647,
-0.08903545886278152,
0.3851706087589264,
-0.4603893458843231,
-0.39494389295578003,
-0.41343313455581665,
0.0060823336243629456,
0.7027465105056763,
-0.03239766135811806,
0.7228858470916748,
0.38746675848960876,
-0.317681223154068,
-0.020231595262885094,
-0.27594277262687683,
-0.3005965054035187,
-0.5859742760658264,
0.2284506857395172,
-0.5367039442062378,
-1.0269365310668945,
0.7880430221557617,
0.5224850177764893,
0.03747155889868736,
1.1687160730361938,
0.5962599515914917,
-0.35730162262916565,
1.043817400932312,
0.07865221053361893,
0.3584681749343872,
0.4043642282485962,
-0.6752509474754333,
0.0830841213464737,
-0.9325275421142578,
-0.3022940158843994,
-0.5678864121437073,
-0.5050133466720581,
-0.7324596643447876,
-0.0830322802066803,
0.2730850875377655,
0.16838479042053223,
-0.6272489428520203,
0.5869221687316895,
-0.8595492839813232,
0.5564687848091125,
0.5805269479751587,
0.25928688049316406,
0.19929753243923187,
-0.1589173525571823,
-0.4095762372016907,
-0.14755357801914215,
-0.4741319715976715,
-0.27348971366882324,
1.1834264993667603,
0.2628066837787628,
0.737849235534668,
0.07861961424350739,
0.9301185607910156,
0.11849766969680786,
-0.10171239823102951,
-0.6162885427474976,
0.642201840877533,
0.0877608209848404,
-0.8080570101737976,
-0.41222313046455383,
-0.5126644372940063,
-1.084179401397705,
0.4274546802043915,
-0.1300724744796753,
-0.8363792300224304,
0.14998111128807068,
0.09193845838308334,
-0.22463569045066833,
0.48506176471710205,
-0.5267389416694641,
0.8353089094161987,
-0.17322011291980743,
-0.4478200376033783,
0.12185024470090866,
-0.798686683177948,
0.4857178330421448,
0.2084178626537323,
0.2791368365287781,
0.0009449926437810063,
0.2250898778438568,
1.1841561794281006,
-0.8282307386398315,
0.44667643308639526,
0.06897272169589996,
0.07549425214529037,
0.35231274366378784,
-0.17876042425632477,
0.522864580154419,
0.1182476058602333,
-0.015959056094288826,
-0.11179151386022568,
0.3151359558105469,
-0.8485532402992249,
-0.05004453659057617,
0.9263433218002319,
-0.9581550359725952,
-0.5995053648948669,
-0.9430835843086243,
-0.4930513799190521,
0.0930216833949089,
0.5840920209884644,
0.3669385015964508,
0.4993343651294708,
-0.004972151946276426,
0.43652454018592834,
0.8710626363754272,
-0.10408882051706314,
0.6039631366729736,
0.2738688588142395,
0.10422954708337784,
-0.6630783677101135,
0.7743591666221619,
0.06828441470861435,
0.36372795701026917,
0.30122801661491394,
0.4541371166706085,
-0.5399318933486938,
-0.2200411856174469,
-0.2499341368675232,
0.5166738033294678,
-0.6332991719245911,
-0.260771781206131,
-0.38081732392311096,
-0.3162500560283661,
-0.7953875660896301,
-0.5671659708023071,
-0.3413862884044647,
-0.5092886090278625,
-0.4964916706085205,
-0.4744056761264801,
0.6154730319976807,
0.4691409468650818,
-0.4050985872745514,
0.0339466854929924,
-0.5340030789375305,
0.28407931327819824,
0.35686156153678894,
0.5329293012619019,
-0.4065725803375244,
-0.5814496278762817,
0.07483232021331787,
-0.11272608488798141,
-0.5398254990577698,
-0.9478091597557068,
0.31263917684555054,
-0.03619765117764473,
0.5218901038169861,
0.534419596195221,
0.09619812667369843,
0.8690947890281677,
-0.22805538773536682,
1.0382949113845825,
0.3367205560207367,
-0.7863929271697998,
0.7897701263427734,
-0.33427008986473083,
0.13833679258823395,
0.6958026885986328,
0.17300626635551453,
-0.19059708714485168,
-0.6417526602745056,
-1.3228204250335693,
-0.7953905463218689,
0.686835765838623,
0.39281564950942993,
-0.2734082341194153,
0.014508867636322975,
0.16319847106933594,
-0.28754723072052,
-0.1843980848789215,
-0.6771267056465149,
-0.8895701766014099,
-0.11831514537334442,
-0.49680256843566895,
0.10284825414419174,
-0.01592622883617878,
-0.42809218168258667,
-0.819281280040741,
0.8781318068504333,
0.008122457191348076,
0.6003870964050293,
0.5048930644989014,
0.08169835805892944,
0.07672189176082611,
0.46788933873176575,
0.9496275782585144,
0.7363802790641785,
-0.4887262284755707,
0.44741666316986084,
0.4157581329345703,
-1.0550187826156616,
0.5026583075523376,
0.3105428218841553,
-0.10616914182901382,
-0.02059263177216053,
0.47199931740760803,
0.41935381293296814,
0.03279009461402893,
-0.1960461437702179,
0.6458015441894531,
-0.05045405775308609,
-0.568021833896637,
-0.4519638419151306,
0.05691012740135193,
-0.1450081169605255,
-0.05503268912434578,
0.36889198422431946,
-0.15750908851623535,
-0.047607991844415665,
-0.535193920135498,
0.4925764799118042,
0.3408183157444,
-0.4969584047794342,
-0.15007930994033813,
0.7188563346862793,
-0.16885913908481598,
-0.1601402312517166,
0.3579765260219574,
-0.1913125365972519,
-0.5889906287193298,
1.1298171281814575,
0.5856620073318481,
0.6721905469894409,
-0.19634178280830383,
-0.09672129899263382,
0.9175286293029785,
0.4321117401123047,
-0.059492625296115875,
0.5386320948600769,
0.3278893232345581,
-0.2390138953924179,
0.1931116133928299,
-0.8695093393325806,
-0.04697593301534653,
0.14791488647460938,
-0.8340139389038086,
0.33712419867515564,
-0.5354968905448914,
-0.19987662136554718,
-0.008375716395676136,
0.40721604228019714,
-0.472368448972702,
0.562829852104187,
-0.3932517468929291,
1.2151591777801514,
-1.018122673034668,
0.7329224348068237,
0.7564989328384399,
-0.5652015805244446,
-1.0109477043151855,
-0.5266055464744568,
0.02529836632311344,
-0.8027174472808838,
0.6138237118721008,
-0.07437589764595032,
0.17986291646957397,
-0.08825121074914932,
-0.6436552405357361,
-0.9346123933792114,
1.4126149415969849,
-0.06484683603048325,
-0.4707393944263458,
0.2690821886062622,
-0.04016044735908508,
0.4621128737926483,
0.13841892778873444,
0.6032012701034546,
0.7995614409446716,
0.8008256554603577,
-0.10341660678386688,
-0.7637134790420532,
0.3619479835033417,
-0.4798569977283478,
-0.3477173447608948,
0.48134875297546387,
-0.9439855217933655,
1.247892141342163,
0.02197582647204399,
0.19767193496227264,
-0.19524478912353516,
0.6355140805244446,
0.8066689968109131,
0.30529487133026123,
0.4228585660457611,
0.9149323105812073,
0.8619577884674072,
-0.5098689198493958,
1.0549911260604858,
-0.19324009120464325,
0.8769501447677612,
0.7323136329650879,
0.23576150834560394,
0.7888598442077637,
0.6927720308303833,
-0.591178834438324,
0.5646018981933594,
0.8288930654525757,
-0.29688435792922974,
0.41610854864120483,
0.2698952555656433,
-0.130507230758667,
-0.12454211711883545,
0.4574820399284363,
-0.881434977054596,
0.15086248517036438,
0.04597613215446472,
-0.37972569465637207,
0.15338881313800812,
-0.4610006809234619,
0.29538267850875854,
-0.07112739980220795,
-0.01517548318952322,
0.3969465494155884,
0.07095730304718018,
-0.4550166428089142,
0.9210636615753174,
-0.17707523703575134,
0.7747334241867065,
-0.5267677903175354,
-0.07742051780223846,
-0.3889898359775543,
0.6649430394172668,
-0.4452800750732422,
-1.0430238246917725,
0.177676260471344,
0.049821529537439346,
-0.17307060956954956,
-0.19811798632144928,
0.6973022222518921,
-0.1910942941904068,
-0.7754597067832947,
0.17242169380187988,
0.04023801535367966,
0.08729515969753265,
0.5179728269577026,
-0.6922826170921326,
-0.3486255407333374,
-0.055262304842472076,
-0.5555044412612915,
0.1579718291759491,
0.2945695221424103,
0.3327247202396393,
0.5039283037185669,
0.6486653089523315,
0.1715305894613266,
0.431294709444046,
-0.5454097986221313,
0.8061031699180603,
-1.0388368368148804,
-0.7223485708236694,
-0.950843334197998,
0.48800918459892273,
-0.3716835379600525,
-0.8777735829353333,
1.0303387641906738,
1.0457499027252197,
0.9072914123535156,
-0.02856399305164814,
0.6398781538009644,
-0.4342658817768097,
0.30299970507621765,
-0.3999033570289612,
0.9209988713264465,
-0.8588506579399109,
-0.2218586653470993,
-0.2561454772949219,
-0.6781509518623352,
-0.36489248275756836,
0.8282803297042847,
-0.17123958468437195,
0.019791411235928535,
1.092907190322876,
0.6513083577156067,
-0.11772453039884567,
-0.00026703585172072053,
-0.05841122940182686,
0.5378805994987488,
0.3676581084728241,
0.9712938070297241,
0.6526492238044739,
-0.8440011143684387,
0.39602750539779663,
-0.5945098996162415,
-0.4801599085330963,
-0.38547855615615845,
-0.4914838969707489,
-0.8817563652992249,
-0.4582434594631195,
-0.23915623128414154,
-0.5847533941268921,
-0.18818306922912598,
0.971890389919281,
0.4522188603878021,
-0.9143164157867432,
-0.41483160853385925,
-0.11027656495571136,
0.15538783371448517,
-0.6110180020332336,
-0.4231291115283966,
0.7304427623748779,
-0.09463988989591599,
-0.5829698443412781,
0.2115601748228073,
-0.14310507476329803,
0.24317382276058197,
0.12771187722682953,
-0.3835378587245941,
-0.7348877787590027,
-0.004778722301125526,
0.46375128626823425,
0.3253198564052582,
-0.6922005414962769,
-0.7433263659477234,
0.32085761427879333,
-0.544482946395874,
0.4161735475063324,
0.018618082627654076,
-0.4871252477169037,
0.09839704632759094,
0.7775582075119019,
0.41803231835365295,
0.6846272349357605,
-0.02911011315882206,
0.06744932383298874,
-0.6903027296066284,
0.2414766550064087,
0.03143671154975891,
0.2857303023338318,
-0.047351907938718796,
-0.3526352047920227,
0.771037220954895,
0.7034788131713867,
-0.5463275909423828,
-1.0942450761795044,
-0.4093462824821472,
-1.4189454317092896,
0.015067677944898605,
1.1204627752304077,
0.011784391477704048,
-0.4810888171195984,
0.23956382274627686,
-0.12850616872310638,
0.1681542992591858,
-0.2937800884246826,
0.7648671865463257,
0.7692364454269409,
-0.42210710048675537,
0.11583517491817474,
-0.6451358199119568,
0.4114031195640564,
0.5308297276496887,
-1.166637897491455,
-0.0870811864733696,
0.2212340235710144,
0.3175797164440155,
0.3526364862918854,
0.7104281187057495,
-0.11714804172515869,
0.23215538263320923,
0.30103716254234314,
0.01652698963880539,
0.002310435986146331,
0.08968599140644073,
-0.23472732305526733,
0.04274686053395271,
-0.21413859724998474,
-0.5077252388000488
]
|
open-llm-leaderboard/details_KoboldAI__LLaMA2-13B-Psyfighter2 | open-llm-leaderboard | 2023-12-04T12:01:02Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:00:19Z | ---
pretty_name: Evaluation run of KoboldAI/LLaMA2-13B-Psyfighter2
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_KoboldAI__LLaMA2-13B-Psyfighter2\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:57:24.228849](https://huggingface.co/datasets/open-llm-leaderboard/details_KoboldAI__LLaMA2-13B-Psyfighter2/blob/main/results_2023-12-04T11-57-24.228849.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5470210161245963,\n\
\ \"acc_stderr\": 0.033586335697642675,\n \"acc_norm\": 0.5564143725807108,\n\
\ \"acc_norm_stderr\": 0.03444006583011199,\n \"mc1\": 0.3769889840881273,\n\
\ \"mc1_stderr\": 0.016965517578930354,\n \"mc2\": 0.5299552830341843,\n\
\ \"mc2_stderr\": 0.01569290592260198\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5725255972696246,\n \"acc_stderr\": 0.014456862944650649,\n\
\ \"acc_norm\": 0.6006825938566553,\n \"acc_norm_stderr\": 0.014312094557946707\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6502688707428799,\n\
\ \"acc_stderr\": 0.004759103432380757,\n \"acc_norm\": 0.8401712806213901,\n\
\ \"acc_norm_stderr\": 0.0036569821653861826\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.32,\n \"acc_stderr\": 0.04688261722621503,\n \
\ \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.04688261722621503\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.4888888888888889,\n\
\ \"acc_stderr\": 0.04318275491977976,\n \"acc_norm\": 0.4888888888888889,\n\
\ \"acc_norm_stderr\": 0.04318275491977976\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.5723684210526315,\n \"acc_stderr\": 0.040260970832965634,\n\
\ \"acc_norm\": 0.5723684210526315,\n \"acc_norm_stderr\": 0.040260970832965634\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.54,\n\
\ \"acc_stderr\": 0.05009082659620332,\n \"acc_norm\": 0.54,\n \
\ \"acc_norm_stderr\": 0.05009082659620332\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.5962264150943396,\n \"acc_stderr\": 0.03019761160019795,\n\
\ \"acc_norm\": 0.5962264150943396,\n \"acc_norm_stderr\": 0.03019761160019795\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.5972222222222222,\n\
\ \"acc_stderr\": 0.04101405519842426,\n \"acc_norm\": 0.5972222222222222,\n\
\ \"acc_norm_stderr\": 0.04101405519842426\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.34,\n \"acc_stderr\": 0.04760952285695235,\n \
\ \"acc_norm\": 0.34,\n \"acc_norm_stderr\": 0.04760952285695235\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\"\
: 0.41,\n \"acc_stderr\": 0.049431107042371025,\n \"acc_norm\": 0.41,\n\
\ \"acc_norm_stderr\": 0.049431107042371025\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.31,\n \"acc_stderr\": 0.04648231987117316,\n \
\ \"acc_norm\": 0.31,\n \"acc_norm_stderr\": 0.04648231987117316\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.5375722543352601,\n\
\ \"acc_stderr\": 0.0380168510452446,\n \"acc_norm\": 0.5375722543352601,\n\
\ \"acc_norm_stderr\": 0.0380168510452446\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.30392156862745096,\n \"acc_stderr\": 0.04576665403207762,\n\
\ \"acc_norm\": 0.30392156862745096,\n \"acc_norm_stderr\": 0.04576665403207762\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.66,\n \"acc_stderr\": 0.04760952285695238,\n \"acc_norm\": 0.66,\n\
\ \"acc_norm_stderr\": 0.04760952285695238\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.46808510638297873,\n \"acc_stderr\": 0.03261936918467382,\n\
\ \"acc_norm\": 0.46808510638297873,\n \"acc_norm_stderr\": 0.03261936918467382\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.35964912280701755,\n\
\ \"acc_stderr\": 0.045144961328736334,\n \"acc_norm\": 0.35964912280701755,\n\
\ \"acc_norm_stderr\": 0.045144961328736334\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.5310344827586206,\n \"acc_stderr\": 0.04158632762097828,\n\
\ \"acc_norm\": 0.5310344827586206,\n \"acc_norm_stderr\": 0.04158632762097828\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.30158730158730157,\n \"acc_stderr\": 0.023636975996101813,\n \"\
acc_norm\": 0.30158730158730157,\n \"acc_norm_stderr\": 0.023636975996101813\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.29365079365079366,\n\
\ \"acc_stderr\": 0.04073524322147125,\n \"acc_norm\": 0.29365079365079366,\n\
\ \"acc_norm_stderr\": 0.04073524322147125\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.37,\n \"acc_stderr\": 0.04852365870939099,\n \
\ \"acc_norm\": 0.37,\n \"acc_norm_stderr\": 0.04852365870939099\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.6419354838709678,\n\
\ \"acc_stderr\": 0.027273890594300645,\n \"acc_norm\": 0.6419354838709678,\n\
\ \"acc_norm_stderr\": 0.027273890594300645\n },\n \"harness|hendrycksTest-high_school_chemistry|5\"\
: {\n \"acc\": 0.4236453201970443,\n \"acc_stderr\": 0.034767257476490364,\n\
\ \"acc_norm\": 0.4236453201970443,\n \"acc_norm_stderr\": 0.034767257476490364\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.52,\n \"acc_stderr\": 0.050211673156867795,\n \"acc_norm\"\
: 0.52,\n \"acc_norm_stderr\": 0.050211673156867795\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.6787878787878788,\n \"acc_stderr\": 0.036462049632538115,\n\
\ \"acc_norm\": 0.6787878787878788,\n \"acc_norm_stderr\": 0.036462049632538115\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.7070707070707071,\n \"acc_stderr\": 0.032424979581788166,\n \"\
acc_norm\": 0.7070707070707071,\n \"acc_norm_stderr\": 0.032424979581788166\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.7772020725388601,\n \"acc_stderr\": 0.03003114797764154,\n\
\ \"acc_norm\": 0.7772020725388601,\n \"acc_norm_stderr\": 0.03003114797764154\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.5051282051282051,\n \"acc_stderr\": 0.025349672906838653,\n\
\ \"acc_norm\": 0.5051282051282051,\n \"acc_norm_stderr\": 0.025349672906838653\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.3,\n \"acc_stderr\": 0.0279404571362284,\n \"acc_norm\":\
\ 0.3,\n \"acc_norm_stderr\": 0.0279404571362284\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\"\
: {\n \"acc\": 0.5546218487394958,\n \"acc_stderr\": 0.032284106267163895,\n\
\ \"acc_norm\": 0.5546218487394958,\n \"acc_norm_stderr\": 0.032284106267163895\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.2847682119205298,\n \"acc_stderr\": 0.03684881521389023,\n \"\
acc_norm\": 0.2847682119205298,\n \"acc_norm_stderr\": 0.03684881521389023\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.7302752293577982,\n \"acc_stderr\": 0.019028486711115438,\n \"\
acc_norm\": 0.7302752293577982,\n \"acc_norm_stderr\": 0.019028486711115438\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.38425925925925924,\n \"acc_stderr\": 0.03317354514310742,\n \"\
acc_norm\": 0.38425925925925924,\n \"acc_norm_stderr\": 0.03317354514310742\n\
\ },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\"\
: 0.75,\n \"acc_stderr\": 0.03039153369274154,\n \"acc_norm\": 0.75,\n\
\ \"acc_norm_stderr\": 0.03039153369274154\n },\n \"harness|hendrycksTest-high_school_world_history|5\"\
: {\n \"acc\": 0.7468354430379747,\n \"acc_stderr\": 0.0283046579430353,\n\
\ \"acc_norm\": 0.7468354430379747,\n \"acc_norm_stderr\": 0.0283046579430353\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6681614349775785,\n\
\ \"acc_stderr\": 0.03160295143776678,\n \"acc_norm\": 0.6681614349775785,\n\
\ \"acc_norm_stderr\": 0.03160295143776678\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.6259541984732825,\n \"acc_stderr\": 0.042438692422305246,\n\
\ \"acc_norm\": 0.6259541984732825,\n \"acc_norm_stderr\": 0.042438692422305246\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.768595041322314,\n \"acc_stderr\": 0.03849856098794088,\n \"acc_norm\"\
: 0.768595041322314,\n \"acc_norm_stderr\": 0.03849856098794088\n },\n\
\ \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7222222222222222,\n\
\ \"acc_stderr\": 0.043300437496507416,\n \"acc_norm\": 0.7222222222222222,\n\
\ \"acc_norm_stderr\": 0.043300437496507416\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.656441717791411,\n \"acc_stderr\": 0.037311335196738925,\n\
\ \"acc_norm\": 0.656441717791411,\n \"acc_norm_stderr\": 0.037311335196738925\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.38392857142857145,\n\
\ \"acc_stderr\": 0.04616143075028547,\n \"acc_norm\": 0.38392857142857145,\n\
\ \"acc_norm_stderr\": 0.04616143075028547\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.6796116504854369,\n \"acc_stderr\": 0.04620284082280041,\n\
\ \"acc_norm\": 0.6796116504854369,\n \"acc_norm_stderr\": 0.04620284082280041\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8205128205128205,\n\
\ \"acc_stderr\": 0.02514093595033544,\n \"acc_norm\": 0.8205128205128205,\n\
\ \"acc_norm_stderr\": 0.02514093595033544\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.52,\n \"acc_stderr\": 0.05021167315686779,\n \
\ \"acc_norm\": 0.52,\n \"acc_norm_stderr\": 0.05021167315686779\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.7471264367816092,\n\
\ \"acc_stderr\": 0.015543377313719683,\n \"acc_norm\": 0.7471264367816092,\n\
\ \"acc_norm_stderr\": 0.015543377313719683\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.6242774566473989,\n \"acc_stderr\": 0.026074314851657083,\n\
\ \"acc_norm\": 0.6242774566473989,\n \"acc_norm_stderr\": 0.026074314851657083\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.34301675977653634,\n\
\ \"acc_stderr\": 0.015876912673057738,\n \"acc_norm\": 0.34301675977653634,\n\
\ \"acc_norm_stderr\": 0.015876912673057738\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.6209150326797386,\n \"acc_stderr\": 0.027780141207023344,\n\
\ \"acc_norm\": 0.6209150326797386,\n \"acc_norm_stderr\": 0.027780141207023344\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.617363344051447,\n\
\ \"acc_stderr\": 0.027604689028581986,\n \"acc_norm\": 0.617363344051447,\n\
\ \"acc_norm_stderr\": 0.027604689028581986\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.6141975308641975,\n \"acc_stderr\": 0.027085401226132146,\n\
\ \"acc_norm\": 0.6141975308641975,\n \"acc_norm_stderr\": 0.027085401226132146\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.40425531914893614,\n \"acc_stderr\": 0.02927553215970473,\n \
\ \"acc_norm\": 0.40425531914893614,\n \"acc_norm_stderr\": 0.02927553215970473\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.42959582790091266,\n\
\ \"acc_stderr\": 0.012643004623790203,\n \"acc_norm\": 0.42959582790091266,\n\
\ \"acc_norm_stderr\": 0.012643004623790203\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.5183823529411765,\n \"acc_stderr\": 0.030352303395351964,\n\
\ \"acc_norm\": 0.5183823529411765,\n \"acc_norm_stderr\": 0.030352303395351964\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.5637254901960784,\n \"acc_stderr\": 0.02006287424353913,\n \
\ \"acc_norm\": 0.5637254901960784,\n \"acc_norm_stderr\": 0.02006287424353913\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6,\n\
\ \"acc_stderr\": 0.0469237132203465,\n \"acc_norm\": 0.6,\n \
\ \"acc_norm_stderr\": 0.0469237132203465\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.6326530612244898,\n \"acc_stderr\": 0.03086214492108756,\n\
\ \"acc_norm\": 0.6326530612244898,\n \"acc_norm_stderr\": 0.03086214492108756\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.7263681592039801,\n\
\ \"acc_stderr\": 0.03152439186555401,\n \"acc_norm\": 0.7263681592039801,\n\
\ \"acc_norm_stderr\": 0.03152439186555401\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.83,\n \"acc_stderr\": 0.03775251680686371,\n \
\ \"acc_norm\": 0.83,\n \"acc_norm_stderr\": 0.03775251680686371\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4819277108433735,\n\
\ \"acc_stderr\": 0.038899512528272166,\n \"acc_norm\": 0.4819277108433735,\n\
\ \"acc_norm_stderr\": 0.038899512528272166\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.783625730994152,\n \"acc_stderr\": 0.031581495393387324,\n\
\ \"acc_norm\": 0.783625730994152,\n \"acc_norm_stderr\": 0.031581495393387324\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.3769889840881273,\n\
\ \"mc1_stderr\": 0.016965517578930354,\n \"mc2\": 0.5299552830341843,\n\
\ \"mc2_stderr\": 0.01569290592260198\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7434885556432518,\n \"acc_stderr\": 0.012273648008759987\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.014404852160727824,\n \
\ \"acc_stderr\": 0.003282055917136976\n }\n}\n```"
repo_url: https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-57-24.228849.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-57-24.228849.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- '**/details_harness|winogrande|5_2023-12-04T11-57-24.228849.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-57-24.228849.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_57_24.228849
path:
- results_2023-12-04T11-57-24.228849.parquet
- split: latest
path:
- results_2023-12-04T11-57-24.228849.parquet
---
# Dataset Card for Evaluation run of KoboldAI/LLaMA2-13B-Psyfighter2
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_KoboldAI__LLaMA2-13B-Psyfighter2",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:57:24.228849](https://huggingface.co/datasets/open-llm-leaderboard/details_KoboldAI__LLaMA2-13B-Psyfighter2/blob/main/results_2023-12-04T11-57-24.228849.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.5470210161245963,
"acc_stderr": 0.033586335697642675,
"acc_norm": 0.5564143725807108,
"acc_norm_stderr": 0.03444006583011199,
"mc1": 0.3769889840881273,
"mc1_stderr": 0.016965517578930354,
"mc2": 0.5299552830341843,
"mc2_stderr": 0.01569290592260198
},
"harness|arc:challenge|25": {
"acc": 0.5725255972696246,
"acc_stderr": 0.014456862944650649,
"acc_norm": 0.6006825938566553,
"acc_norm_stderr": 0.014312094557946707
},
"harness|hellaswag|10": {
"acc": 0.6502688707428799,
"acc_stderr": 0.004759103432380757,
"acc_norm": 0.8401712806213901,
"acc_norm_stderr": 0.0036569821653861826
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.32,
"acc_stderr": 0.04688261722621503,
"acc_norm": 0.32,
"acc_norm_stderr": 0.04688261722621503
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.4888888888888889,
"acc_stderr": 0.04318275491977976,
"acc_norm": 0.4888888888888889,
"acc_norm_stderr": 0.04318275491977976
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.5723684210526315,
"acc_stderr": 0.040260970832965634,
"acc_norm": 0.5723684210526315,
"acc_norm_stderr": 0.040260970832965634
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.54,
"acc_stderr": 0.05009082659620332,
"acc_norm": 0.54,
"acc_norm_stderr": 0.05009082659620332
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.5962264150943396,
"acc_stderr": 0.03019761160019795,
"acc_norm": 0.5962264150943396,
"acc_norm_stderr": 0.03019761160019795
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.5972222222222222,
"acc_stderr": 0.04101405519842426,
"acc_norm": 0.5972222222222222,
"acc_norm_stderr": 0.04101405519842426
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.34,
"acc_stderr": 0.04760952285695235,
"acc_norm": 0.34,
"acc_norm_stderr": 0.04760952285695235
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.41,
"acc_stderr": 0.049431107042371025,
"acc_norm": 0.41,
"acc_norm_stderr": 0.049431107042371025
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.31,
"acc_stderr": 0.04648231987117316,
"acc_norm": 0.31,
"acc_norm_stderr": 0.04648231987117316
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.5375722543352601,
"acc_stderr": 0.0380168510452446,
"acc_norm": 0.5375722543352601,
"acc_norm_stderr": 0.0380168510452446
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.30392156862745096,
"acc_stderr": 0.04576665403207762,
"acc_norm": 0.30392156862745096,
"acc_norm_stderr": 0.04576665403207762
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.66,
"acc_stderr": 0.04760952285695238,
"acc_norm": 0.66,
"acc_norm_stderr": 0.04760952285695238
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.46808510638297873,
"acc_stderr": 0.03261936918467382,
"acc_norm": 0.46808510638297873,
"acc_norm_stderr": 0.03261936918467382
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.35964912280701755,
"acc_stderr": 0.045144961328736334,
"acc_norm": 0.35964912280701755,
"acc_norm_stderr": 0.045144961328736334
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.5310344827586206,
"acc_stderr": 0.04158632762097828,
"acc_norm": 0.5310344827586206,
"acc_norm_stderr": 0.04158632762097828
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.30158730158730157,
"acc_stderr": 0.023636975996101813,
"acc_norm": 0.30158730158730157,
"acc_norm_stderr": 0.023636975996101813
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.29365079365079366,
"acc_stderr": 0.04073524322147125,
"acc_norm": 0.29365079365079366,
"acc_norm_stderr": 0.04073524322147125
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.37,
"acc_stderr": 0.04852365870939099,
"acc_norm": 0.37,
"acc_norm_stderr": 0.04852365870939099
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.6419354838709678,
"acc_stderr": 0.027273890594300645,
"acc_norm": 0.6419354838709678,
"acc_norm_stderr": 0.027273890594300645
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.4236453201970443,
"acc_stderr": 0.034767257476490364,
"acc_norm": 0.4236453201970443,
"acc_norm_stderr": 0.034767257476490364
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.52,
"acc_stderr": 0.050211673156867795,
"acc_norm": 0.52,
"acc_norm_stderr": 0.050211673156867795
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.6787878787878788,
"acc_stderr": 0.036462049632538115,
"acc_norm": 0.6787878787878788,
"acc_norm_stderr": 0.036462049632538115
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.7070707070707071,
"acc_stderr": 0.032424979581788166,
"acc_norm": 0.7070707070707071,
"acc_norm_stderr": 0.032424979581788166
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.7772020725388601,
"acc_stderr": 0.03003114797764154,
"acc_norm": 0.7772020725388601,
"acc_norm_stderr": 0.03003114797764154
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.5051282051282051,
"acc_stderr": 0.025349672906838653,
"acc_norm": 0.5051282051282051,
"acc_norm_stderr": 0.025349672906838653
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.3,
"acc_stderr": 0.0279404571362284,
"acc_norm": 0.3,
"acc_norm_stderr": 0.0279404571362284
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.5546218487394958,
"acc_stderr": 0.032284106267163895,
"acc_norm": 0.5546218487394958,
"acc_norm_stderr": 0.032284106267163895
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.2847682119205298,
"acc_stderr": 0.03684881521389023,
"acc_norm": 0.2847682119205298,
"acc_norm_stderr": 0.03684881521389023
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.7302752293577982,
"acc_stderr": 0.019028486711115438,
"acc_norm": 0.7302752293577982,
"acc_norm_stderr": 0.019028486711115438
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.38425925925925924,
"acc_stderr": 0.03317354514310742,
"acc_norm": 0.38425925925925924,
"acc_norm_stderr": 0.03317354514310742
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.75,
"acc_stderr": 0.03039153369274154,
"acc_norm": 0.75,
"acc_norm_stderr": 0.03039153369274154
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.7468354430379747,
"acc_stderr": 0.0283046579430353,
"acc_norm": 0.7468354430379747,
"acc_norm_stderr": 0.0283046579430353
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6681614349775785,
"acc_stderr": 0.03160295143776678,
"acc_norm": 0.6681614349775785,
"acc_norm_stderr": 0.03160295143776678
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.6259541984732825,
"acc_stderr": 0.042438692422305246,
"acc_norm": 0.6259541984732825,
"acc_norm_stderr": 0.042438692422305246
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.768595041322314,
"acc_stderr": 0.03849856098794088,
"acc_norm": 0.768595041322314,
"acc_norm_stderr": 0.03849856098794088
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.7222222222222222,
"acc_stderr": 0.043300437496507416,
"acc_norm": 0.7222222222222222,
"acc_norm_stderr": 0.043300437496507416
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.656441717791411,
"acc_stderr": 0.037311335196738925,
"acc_norm": 0.656441717791411,
"acc_norm_stderr": 0.037311335196738925
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.38392857142857145,
"acc_stderr": 0.04616143075028547,
"acc_norm": 0.38392857142857145,
"acc_norm_stderr": 0.04616143075028547
},
"harness|hendrycksTest-management|5": {
"acc": 0.6796116504854369,
"acc_stderr": 0.04620284082280041,
"acc_norm": 0.6796116504854369,
"acc_norm_stderr": 0.04620284082280041
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8205128205128205,
"acc_stderr": 0.02514093595033544,
"acc_norm": 0.8205128205128205,
"acc_norm_stderr": 0.02514093595033544
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.52,
"acc_stderr": 0.05021167315686779,
"acc_norm": 0.52,
"acc_norm_stderr": 0.05021167315686779
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.7471264367816092,
"acc_stderr": 0.015543377313719683,
"acc_norm": 0.7471264367816092,
"acc_norm_stderr": 0.015543377313719683
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.6242774566473989,
"acc_stderr": 0.026074314851657083,
"acc_norm": 0.6242774566473989,
"acc_norm_stderr": 0.026074314851657083
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.34301675977653634,
"acc_stderr": 0.015876912673057738,
"acc_norm": 0.34301675977653634,
"acc_norm_stderr": 0.015876912673057738
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.6209150326797386,
"acc_stderr": 0.027780141207023344,
"acc_norm": 0.6209150326797386,
"acc_norm_stderr": 0.027780141207023344
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.617363344051447,
"acc_stderr": 0.027604689028581986,
"acc_norm": 0.617363344051447,
"acc_norm_stderr": 0.027604689028581986
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.6141975308641975,
"acc_stderr": 0.027085401226132146,
"acc_norm": 0.6141975308641975,
"acc_norm_stderr": 0.027085401226132146
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.40425531914893614,
"acc_stderr": 0.02927553215970473,
"acc_norm": 0.40425531914893614,
"acc_norm_stderr": 0.02927553215970473
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.42959582790091266,
"acc_stderr": 0.012643004623790203,
"acc_norm": 0.42959582790091266,
"acc_norm_stderr": 0.012643004623790203
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.5183823529411765,
"acc_stderr": 0.030352303395351964,
"acc_norm": 0.5183823529411765,
"acc_norm_stderr": 0.030352303395351964
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.5637254901960784,
"acc_stderr": 0.02006287424353913,
"acc_norm": 0.5637254901960784,
"acc_norm_stderr": 0.02006287424353913
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6,
"acc_stderr": 0.0469237132203465,
"acc_norm": 0.6,
"acc_norm_stderr": 0.0469237132203465
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.6326530612244898,
"acc_stderr": 0.03086214492108756,
"acc_norm": 0.6326530612244898,
"acc_norm_stderr": 0.03086214492108756
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.7263681592039801,
"acc_stderr": 0.03152439186555401,
"acc_norm": 0.7263681592039801,
"acc_norm_stderr": 0.03152439186555401
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.83,
"acc_stderr": 0.03775251680686371,
"acc_norm": 0.83,
"acc_norm_stderr": 0.03775251680686371
},
"harness|hendrycksTest-virology|5": {
"acc": 0.4819277108433735,
"acc_stderr": 0.038899512528272166,
"acc_norm": 0.4819277108433735,
"acc_norm_stderr": 0.038899512528272166
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.783625730994152,
"acc_stderr": 0.031581495393387324,
"acc_norm": 0.783625730994152,
"acc_norm_stderr": 0.031581495393387324
},
"harness|truthfulqa:mc|0": {
"mc1": 0.3769889840881273,
"mc1_stderr": 0.016965517578930354,
"mc2": 0.5299552830341843,
"mc2_stderr": 0.01569290592260198
},
"harness|winogrande|5": {
"acc": 0.7434885556432518,
"acc_stderr": 0.012273648008759987
},
"harness|gsm8k|5": {
"acc": 0.014404852160727824,
"acc_stderr": 0.003282055917136976
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7057144641876221,
-0.8621290326118469,
0.29629841446876526,
0.22724997997283936,
-0.1865757703781128,
-0.050851430743932724,
0.02243097871541977,
-0.21389663219451904,
0.5819445252418518,
-0.035293594002723694,
-0.48054373264312744,
-0.6445844769477844,
-0.46318894624710083,
0.22639630734920502,
0.015413552522659302,
0.8361973166465759,
-0.20200327038764954,
-0.15889407694339752,
0.06655743718147278,
-0.011173682287335396,
-0.2459006905555725,
-0.3855395019054413,
-0.4764765501022339,
-0.364431232213974,
0.18694168329238892,
0.4400423765182495,
0.437397837638855,
0.8153283596038818,
0.6801398396492004,
0.30417588353157043,
-0.3217397630214691,
-0.04570803418755531,
-0.1694536656141281,
-0.2700529098510742,
0.40240058302879333,
-0.39546146988868713,
-0.7891584038734436,
0.28437477350234985,
0.7576697468757629,
0.5988203883171082,
-0.05632806196808815,
0.28245723247528076,
0.03228146582841873,
0.5595765709877014,
-0.3503077030181885,
0.06617005914449692,
-0.26494014263153076,
0.22144462168216705,
-0.21053937077522278,
-0.27164509892463684,
-0.2954641282558441,
-0.2307547628879547,
-0.15332280099391937,
-0.895562469959259,
0.2682996988296509,
0.2772676646709442,
1.5626696348190308,
-0.11990638822317123,
-0.2770879566669464,
0.07885735481977463,
-0.06693208962678909,
1.0149325132369995,
-0.8602761030197144,
0.32979825139045715,
0.7648277282714844,
0.11711054295301437,
-0.19746758043766022,
-0.6021777987480164,
-0.6109653115272522,
0.10813415795564651,
-0.37985727190971375,
0.3450494408607483,
-0.07359015196561813,
-0.16478581726551056,
0.3834475874900818,
0.6372988224029541,
-0.6534376740455627,
0.17666205763816833,
-0.6683833599090576,
-0.17856350541114807,
1.0806909799575806,
0.3266940116882324,
0.05841168388724327,
-0.3772396743297577,
-0.6761689782142639,
-0.6763088703155518,
-0.36055558919906616,
0.2738780677318573,
0.4881669282913208,
0.3259257376194,
-0.3757379949092865,
0.7200872302055359,
-0.4288305342197418,
0.5468095541000366,
0.42469343543052673,
-0.01751107908785343,
0.9022461771965027,
-0.653481125831604,
-0.5224189758300781,
-0.02141869254410267,
1.1050838232040405,
0.5951364636421204,
0.05620016157627106,
0.21680501103401184,
0.04632457718253136,
-0.044155631214380264,
0.011207962408661842,
-0.8957269191741943,
-0.30740734934806824,
0.19428394734859467,
-0.41635239124298096,
-0.5570277571678162,
0.3386158049106598,
-0.8822134733200073,
0.10571794211864471,
-0.03900047019124031,
0.40361616015434265,
-0.45462289452552795,
-0.15345752239227295,
0.22732864320278168,
-0.45675212144851685,
0.8258495330810547,
-0.21407419443130493,
-0.7935283184051514,
0.3688979744911194,
0.5402908325195312,
0.7669262886047363,
-0.08011831343173981,
-0.41905367374420166,
-0.10587649047374725,
-0.13852284848690033,
-0.29303261637687683,
0.5437632203102112,
-0.2771378755569458,
-0.4158584475517273,
-0.28574830293655396,
0.3367852568626404,
-0.2347012758255005,
-0.3342059850692749,
0.7389044761657715,
-0.2073909193277359,
0.16855022311210632,
-0.4310927093029022,
-0.6445263624191284,
0.14122965931892395,
0.3428766131401062,
-0.4026466906070709,
1.3186110258102417,
0.23946578800678253,
-0.8483373522758484,
0.4016733169555664,
-0.5418246388435364,
-0.17358343303203583,
-0.03375261649489403,
-0.027090996503829956,
-0.8174881339073181,
-0.24227406084537506,
0.16408377885818481,
0.39810827374458313,
-0.10448629409074783,
-0.09305161237716675,
-0.4238157272338867,
-0.36839818954467773,
0.36240220069885254,
-0.14566780626773834,
1.23885178565979,
-0.009536180645227432,
-0.7603369355201721,
-0.14985187351703644,
-1.2199358940124512,
0.32487115263938904,
0.21427473425865173,
-0.3609393835067749,
-0.18521961569786072,
-0.4627661108970642,
0.0134956743568182,
0.19311484694480896,
0.32487645745277405,
-0.8016757965087891,
0.30814293026924133,
-0.3532227873802185,
0.19416800141334534,
1.2504966259002686,
0.049168024212121964,
0.15669618546962738,
-0.5277326703071594,
0.49223020672798157,
0.19197092950344086,
0.1800438016653061,
0.3748382329940796,
-0.633049726486206,
-0.7879529595375061,
-0.47776615619659424,
-0.0788591280579567,
0.6306318640708923,
-0.2086600959300995,
1.1433411836624146,
0.10576163232326508,
-0.9455235600471497,
-0.4340068995952606,
-0.1269371509552002,
0.47832003235816956,
0.7819572687149048,
0.5562968254089355,
-0.01323737669736147,
-0.664933443069458,
-1.120754361152649,
-0.33097994327545166,
-0.19112101197242737,
0.1329084187746048,
0.194841668009758,
1.0368276834487915,
-0.2691672444343567,
0.5743556618690491,
-1.0155223608016968,
-0.18060682713985443,
0.16489043831825256,
-0.06660470366477966,
0.8078187704086304,
0.7299692034721375,
0.5756426453590393,
-0.6576131582260132,
-0.5116727948188782,
0.1923464983701706,
-0.9082830548286438,
-0.11572764068841934,
0.11852645128965378,
-0.33513450622558594,
0.12692974507808685,
0.11444535851478577,
-0.6992473006248474,
0.5358214378356934,
0.21685901284217834,
-1.1006934642791748,
1.0163131952285767,
-0.33934611082077026,
0.5874969959259033,
-1.041195273399353,
0.18419130146503448,
-0.0526546910405159,
0.05243576318025589,
-0.5385804772377014,
0.03890383616089821,
0.10018101334571838,
0.4240359365940094,
-0.4716682434082031,
0.7852033376693726,
-0.649050772190094,
-0.07805981487035751,
0.42770916223526,
0.14978055655956268,
-0.13093841075897217,
0.36050933599472046,
-0.1799342930316925,
0.7765694260597229,
0.7623847723007202,
-0.4390670955181122,
0.5235929489135742,
0.41969799995422363,
-0.2022034078836441,
0.7368411421775818,
-0.49641358852386475,
-0.29027360677719116,
0.2761339545249939,
-0.03625328093767166,
-0.8585799932479858,
-0.5052135586738586,
0.0852200984954834,
-0.6071529388427734,
-0.13440293073654175,
0.34866082668304443,
-0.3146398961544037,
-0.7949647903442383,
-0.9424627423286438,
0.32686692476272583,
0.7327007055282593,
-0.42736124992370605,
-0.20646029710769653,
0.07248520106077194,
0.06375142186880112,
-0.7985310554504395,
-0.8382407426834106,
-0.4849233627319336,
-0.22578881680965424,
-0.704604983329773,
0.2861821949481964,
-0.2630520761013031,
-0.28970927000045776,
-0.12910272181034088,
-0.2210119515657425,
-0.3267017602920532,
0.014618344604969025,
0.17403513193130493,
0.6784469485282898,
-0.39891955256462097,
-0.28711026906967163,
-0.20663775503635406,
-0.18724466860294342,
0.23413041234016418,
-0.09896639734506607,
0.36622288823127747,
-0.4651069939136505,
-0.38133180141448975,
-0.45554155111312866,
-0.03360327333211899,
0.7014850974082947,
-0.06155853345990181,
0.7132073044776917,
0.4438188374042511,
-0.30626896023750305,
0.05006494000554085,
-0.3033371567726135,
-0.2739434838294983,
-0.5830302238464355,
0.3068755567073822,
-0.47469574213027954,
-1.0404927730560303,
0.7685798406600952,
0.5144585967063904,
0.06599801778793335,
1.140878438949585,
0.6096485257148743,
-0.2900225818157196,
1.0405762195587158,
0.02713526040315628,
0.32273533940315247,
0.39195555448532104,
-0.6645057797431946,
0.11460466682910919,
-0.8975338935852051,
-0.3557622730731964,
-0.5961247682571411,
-0.5093321204185486,
-0.7422903180122375,
-0.07262162119150162,
0.2572309672832489,
0.189254492521286,
-0.6913334131240845,
0.594470739364624,
-0.8643115758895874,
0.5795499086380005,
0.5381652116775513,
0.2725066840648651,
0.12695564329624176,
-0.10312239825725555,
-0.33739641308784485,
-0.1438256800174713,
-0.4475952684879303,
-0.2480543702840805,
1.2251495122909546,
0.28886693716049194,
0.7035403251647949,
0.04680982977151871,
0.9154706001281738,
0.08088523149490356,
-0.09561358392238617,
-0.5771125555038452,
0.6040492057800293,
0.1372501701116562,
-0.8040627241134644,
-0.3905181586742401,
-0.5115711688995361,
-1.06746244430542,
0.4204171299934387,
-0.10812807828187943,
-0.8703435659408569,
0.14218111336231232,
0.014232639223337173,
-0.15999406576156616,
0.5030958652496338,
-0.5604926347732544,
0.8528376221656799,
-0.15760430693626404,
-0.46895700693130493,
0.11415328830480576,
-0.8277124762535095,
0.4597336947917938,
0.2151293009519577,
0.2454812377691269,
0.07290203869342804,
0.21999265253543854,
1.1987876892089844,
-0.8223339319229126,
0.44709280133247375,
0.05677118897438049,
0.0308669526129961,
0.36081188917160034,
-0.18949127197265625,
0.5388144850730896,
0.09339289367198944,
-0.022921519353985786,
-0.10502303391695023,
0.32245057821273804,
-0.8973209261894226,
-0.0634542852640152,
0.923491358757019,
-0.9813523292541504,
-0.5639097690582275,
-0.9131652116775513,
-0.5231764912605286,
0.10006076097488403,
0.5671917796134949,
0.38710862398147583,
0.5267511010169983,
0.04631887748837471,
0.4630959630012512,
0.8605236411094666,
-0.12336152046918869,
0.5869631767272949,
0.21309170126914978,
0.11816314607858658,
-0.6951918601989746,
0.8644344210624695,
0.06949283927679062,
0.3278433084487915,
0.25371986627578735,
0.3745843470096588,
-0.5624840259552002,
-0.14888648688793182,
-0.21579113602638245,
0.5313431620597839,
-0.6321563720703125,
-0.2612667977809906,
-0.3491733968257904,
-0.36711442470550537,
-0.7523384690284729,
-0.6448218822479248,
-0.2965949773788452,
-0.5267316699028015,
-0.5109327435493469,
-0.48054102063179016,
0.594206690788269,
0.48707324266433716,
-0.3391735553741455,
0.0648486316204071,
-0.45698311924934387,
0.24425062537193298,
0.3083750009536743,
0.5458139181137085,
-0.4031032919883728,
-0.5703585743904114,
0.08473978191614151,
-0.13067618012428284,
-0.5892258882522583,
-0.9757735729217529,
0.3314959406852722,
-0.07395464926958084,
0.5176919102668762,
0.6131343841552734,
0.05695659667253494,
0.8492106795310974,
-0.17891941964626312,
1.0436230897903442,
0.3302724361419678,
-0.7648612856864929,
0.7489432096481323,
-0.30553382635116577,
0.15422505140304565,
0.6375632286071777,
0.1489933878183365,
-0.18929122388362885,
-0.6736382842063904,
-1.3319231271743774,
-0.7516858577728271,
0.6834153532981873,
0.4279242157936096,
-0.2904091477394104,
0.0414801724255085,
0.1702122539281845,
-0.30564257502555847,
-0.17194177210330963,
-0.6474525928497314,
-0.8809614181518555,
-0.19245898723602295,
-0.5189036130905151,
0.06155477091670036,
0.02349483221769333,
-0.36313894391059875,
-0.7910823225975037,
0.9105820059776306,
0.013157082721590996,
0.5948128700256348,
0.475864976644516,
0.061731237918138504,
0.08812234550714493,
0.4677005708217621,
0.9421126842498779,
0.7099087834358215,
-0.4456523060798645,
0.4294542670249939,
0.40854522585868835,
-1.0462921857833862,
0.4838203191757202,
0.3334485590457916,
-0.057041049003601074,
-0.008394770324230194,
0.47056305408477783,
0.42272356152534485,
0.06855496019124985,
-0.220645010471344,
0.6209638714790344,
-0.00030836203950457275,
-0.5772181749343872,
-0.37952637672424316,
0.06681373715400696,
-0.11297506093978882,
0.02892371080815792,
0.3582158386707306,
-0.13888125121593475,
-0.037800710648298264,
-0.4896901547908783,
0.4608260989189148,
0.3435699939727783,
-0.4764600694179535,
-0.14948096871376038,
0.7360318303108215,
-0.21404403448104858,
-0.16502730548381805,
0.32196199893951416,
-0.1584269255399704,
-0.6246204376220703,
1.16116464138031,
0.6165072321891785,
0.6657990217208862,
-0.23736152052879333,
-0.05269589275121689,
0.9218072891235352,
0.3765842020511627,
-0.07488413155078888,
0.5108843445777893,
0.27801811695098877,
-0.19473496079444885,
0.21276189386844635,
-0.8558647632598877,
-0.014685987494885921,
0.13717523217201233,
-0.8256849050521851,
0.3287813663482666,
-0.5132430195808411,
-0.19085943698883057,
-0.001812900067307055,
0.45264431834220886,
-0.44208481907844543,
0.5094031095504761,
-0.4182041883468628,
1.214908480644226,
-1.0167768001556396,
0.6981149315834045,
0.7567132115364075,
-0.5429764986038208,
-1.0057438611984253,
-0.5676449537277222,
-0.004151034168899059,
-0.7863465547561646,
0.5643245577812195,
-0.02253318391740322,
0.2178116887807846,
-0.10343585163354874,
-0.7163751721382141,
-0.8928329348564148,
1.4080638885498047,
-0.048634547740221024,
-0.4583113491535187,
0.23123601078987122,
-0.036358900368213654,
0.46845129132270813,
0.16623112559318542,
0.6059937477111816,
0.7734435200691223,
0.8363902568817139,
-0.11894285678863525,
-0.6987166404724121,
0.3279332220554352,
-0.5229219198226929,
-0.2945299744606018,
0.4715862274169922,
-0.9311807751655579,
1.1780595779418945,
0.021856652572751045,
0.2335669994354248,
-0.12086399644613266,
0.6420672535896301,
0.8407838940620422,
0.31286150217056274,
0.3431944251060486,
0.9164644479751587,
0.8466804027557373,
-0.5198855996131897,
1.020277976989746,
-0.2096342146396637,
0.8896966576576233,
0.6355652809143066,
0.2514641284942627,
0.7700347304344177,
0.7000377178192139,
-0.5589487552642822,
0.5426714420318604,
0.829242467880249,
-0.3231220841407776,
0.3890746533870697,
0.2636556327342987,
-0.12177736312150955,
-0.16010834276676178,
0.4417251944541931,
-0.8844194412231445,
0.09172902256250381,
0.06800173223018646,
-0.3690928518772125,
0.08306843787431717,
-0.4434262216091156,
0.3391773998737335,
-0.08544832468032837,
-0.013200431130826473,
0.3745333254337311,
0.026055118069052696,
-0.44786807894706726,
0.9294515252113342,
-0.1419048309326172,
0.754027783870697,
-0.5357022881507874,
-0.101204052567482,
-0.36711084842681885,
0.6146124005317688,
-0.44000497460365295,
-1.0608595609664917,
0.12585502862930298,
0.07521722465753555,
-0.12112310528755188,
-0.16043849289417267,
0.7306351065635681,
-0.2143661230802536,
-0.8052611351013184,
0.10915236175060272,
-0.005217466503381729,
0.1333646923303604,
0.5013302564620972,
-0.648466169834137,
-0.28884515166282654,
-0.06342491507530212,
-0.5377622246742249,
0.14483189582824707,
0.30822935700416565,
0.2776811122894287,
0.5078851580619812,
0.6336327195167542,
0.1560133993625641,
0.4034786522388458,
-0.5927404761314392,
0.7872669696807861,
-1.003131628036499,
-0.7481383085250854,
-0.9030502438545227,
0.44472143054008484,
-0.3513088524341583,
-0.8844547271728516,
0.9880226254463196,
1.0655436515808105,
0.8669385313987732,
-0.019946575164794922,
0.6656143665313721,
-0.38695961236953735,
0.23172920942306519,
-0.3500328063964844,
0.9443646669387817,
-0.8236854672431946,
-0.2661343514919281,
-0.28298550844192505,
-0.7110849618911743,
-0.3612845242023468,
0.8486723303794861,
-0.17005346715450287,
0.010076181031763554,
1.014146089553833,
0.6918126344680786,
-0.11078764498233795,
0.029437445104122162,
-0.07304733991622925,
0.5640698075294495,
0.38197848200798035,
1.0107498168945312,
0.630235493183136,
-0.8309296369552612,
0.37430524826049805,
-0.5420671105384827,
-0.4459589123725891,
-0.4262256622314453,
-0.4444403052330017,
-0.8938052654266357,
-0.5071534514427185,
-0.20496466755867004,
-0.6288642287254333,
-0.10343312472105026,
0.9612690806388855,
0.4377945065498352,
-0.9108421206474304,
-0.41581928730010986,
-0.12021876871585846,
0.15766559541225433,
-0.5794566869735718,
-0.4182155728340149,
0.7319096326828003,
-0.12316257506608963,
-0.5302371382713318,
0.1613733023405075,
-0.1630955934524536,
0.18963345885276794,
0.12160507589578629,
-0.45384690165519714,
-0.6833070516586304,
0.009620456025004387,
0.44441187381744385,
0.361632764339447,
-0.7166774272918701,
-0.7108898162841797,
0.3025488257408142,
-0.5108007192611694,
0.39984405040740967,
0.010352222248911858,
-0.5341836214065552,
0.07294199615716934,
0.730781614780426,
0.4823562800884247,
0.6549727916717529,
-0.0221677515655756,
0.019903574138879776,
-0.6389073133468628,
0.21910564601421356,
-0.044371627271175385,
0.2743300199508667,
-0.044481657445430756,
-0.3252667784690857,
0.7438574433326721,
0.7024549841880798,
-0.5485550165176392,
-1.0881839990615845,
-0.43721500039100647,
-1.4200499057769775,
-0.020649291574954987,
1.1205540895462036,
0.0267165657132864,
-0.5028083324432373,
0.263200581073761,
-0.18712274730205536,
0.2156393975019455,
-0.31528183817863464,
0.7575764656066895,
0.7847189903259277,
-0.3599403500556946,
0.1280842274427414,
-0.6540152430534363,
0.3606322705745697,
0.4922623038291931,
-1.182267189025879,
-0.09615718573331833,
0.20632687211036682,
0.3402334749698639,
0.35813456773757935,
0.5959744453430176,
-0.11883944272994995,
0.2837289273738861,
0.2840237021446228,
0.029371939599514008,
-0.003900488605722785,
0.07164452224969864,
-0.25080811977386475,
0.05576765537261963,
-0.28804266452789307,
-0.449785441160202
]
|
open-llm-leaderboard/details_Medilora__medilora-qwen-14b | open-llm-leaderboard | 2023-12-04T12:01:56Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:01:12Z | ---
pretty_name: Evaluation run of Medilora/medilora-qwen-14b
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [Medilora/medilora-qwen-14b](https://huggingface.co/Medilora/medilora-qwen-14b)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Medilora__medilora-qwen-14b\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T11:58:35.188155](https://huggingface.co/datasets/open-llm-leaderboard/details_Medilora__medilora-qwen-14b/blob/main/results_2023-12-04T11-58-35.188155.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.6559355919072443,\n\
\ \"acc_stderr\": 0.03225211233928835,\n \"acc_norm\": 0.65931119421255,\n\
\ \"acc_norm_stderr\": 0.03289326762517802,\n \"mc1\": 0.3243574051407589,\n\
\ \"mc1_stderr\": 0.01638797677964794,\n \"mc2\": 0.4774778409132138,\n\
\ \"mc2_stderr\": 0.015634826376144897\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5307167235494881,\n \"acc_stderr\": 0.014583792546304037,\n\
\ \"acc_norm\": 0.5665529010238908,\n \"acc_norm_stderr\": 0.0144813762245589\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6042620991834295,\n\
\ \"acc_stderr\": 0.004880092083408044,\n \"acc_norm\": 0.7907787293367855,\n\
\ \"acc_norm_stderr\": 0.004059213774735545\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.32,\n \"acc_stderr\": 0.04688261722621504,\n \
\ \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.04688261722621504\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5925925925925926,\n\
\ \"acc_stderr\": 0.04244633238353228,\n \"acc_norm\": 0.5925925925925926,\n\
\ \"acc_norm_stderr\": 0.04244633238353228\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.6644736842105263,\n \"acc_stderr\": 0.03842498559395268,\n\
\ \"acc_norm\": 0.6644736842105263,\n \"acc_norm_stderr\": 0.03842498559395268\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.68,\n\
\ \"acc_stderr\": 0.046882617226215034,\n \"acc_norm\": 0.68,\n \
\ \"acc_norm_stderr\": 0.046882617226215034\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.690566037735849,\n \"acc_stderr\": 0.028450154794118637,\n\
\ \"acc_norm\": 0.690566037735849,\n \"acc_norm_stderr\": 0.028450154794118637\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.7916666666666666,\n\
\ \"acc_stderr\": 0.03396116205845334,\n \"acc_norm\": 0.7916666666666666,\n\
\ \"acc_norm_stderr\": 0.03396116205845334\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.49,\n \"acc_stderr\": 0.05024183937956911,\n \
\ \"acc_norm\": 0.49,\n \"acc_norm_stderr\": 0.05024183937956911\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\"\
: 0.57,\n \"acc_stderr\": 0.04975698519562428,\n \"acc_norm\": 0.57,\n\
\ \"acc_norm_stderr\": 0.04975698519562428\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.43,\n \"acc_stderr\": 0.049756985195624284,\n \
\ \"acc_norm\": 0.43,\n \"acc_norm_stderr\": 0.049756985195624284\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6936416184971098,\n\
\ \"acc_stderr\": 0.035149425512674394,\n \"acc_norm\": 0.6936416184971098,\n\
\ \"acc_norm_stderr\": 0.035149425512674394\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.43137254901960786,\n \"acc_stderr\": 0.04928099597287534,\n\
\ \"acc_norm\": 0.43137254901960786,\n \"acc_norm_stderr\": 0.04928099597287534\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.76,\n \"acc_stderr\": 0.042923469599092816,\n \"acc_norm\": 0.76,\n\
\ \"acc_norm_stderr\": 0.042923469599092816\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.6,\n \"acc_stderr\": 0.03202563076101735,\n \
\ \"acc_norm\": 0.6,\n \"acc_norm_stderr\": 0.03202563076101735\n },\n\
\ \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.49122807017543857,\n\
\ \"acc_stderr\": 0.047028804320496165,\n \"acc_norm\": 0.49122807017543857,\n\
\ \"acc_norm_stderr\": 0.047028804320496165\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.6,\n \"acc_stderr\": 0.040824829046386284,\n \
\ \"acc_norm\": 0.6,\n \"acc_norm_stderr\": 0.040824829046386284\n \
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.5291005291005291,\n \"acc_stderr\": 0.025707658614154947,\n \"\
acc_norm\": 0.5291005291005291,\n \"acc_norm_stderr\": 0.025707658614154947\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.5,\n\
\ \"acc_stderr\": 0.04472135954999579,\n \"acc_norm\": 0.5,\n \
\ \"acc_norm_stderr\": 0.04472135954999579\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.44,\n \"acc_stderr\": 0.04988876515698589,\n \
\ \"acc_norm\": 0.44,\n \"acc_norm_stderr\": 0.04988876515698589\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.7677419354838709,\n\
\ \"acc_stderr\": 0.024022256130308235,\n \"acc_norm\": 0.7677419354838709,\n\
\ \"acc_norm_stderr\": 0.024022256130308235\n },\n \"harness|hendrycksTest-high_school_chemistry|5\"\
: {\n \"acc\": 0.5911330049261084,\n \"acc_stderr\": 0.03459058815883232,\n\
\ \"acc_norm\": 0.5911330049261084,\n \"acc_norm_stderr\": 0.03459058815883232\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.65,\n \"acc_stderr\": 0.0479372485441102,\n \"acc_norm\"\
: 0.65,\n \"acc_norm_stderr\": 0.0479372485441102\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.7818181818181819,\n \"acc_stderr\": 0.03225078108306289,\n\
\ \"acc_norm\": 0.7818181818181819,\n \"acc_norm_stderr\": 0.03225078108306289\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.8484848484848485,\n \"acc_stderr\": 0.025545650426603617,\n \"\
acc_norm\": 0.8484848484848485,\n \"acc_norm_stderr\": 0.025545650426603617\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.8704663212435233,\n \"acc_stderr\": 0.02423353229775873,\n\
\ \"acc_norm\": 0.8704663212435233,\n \"acc_norm_stderr\": 0.02423353229775873\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.658974358974359,\n \"acc_stderr\": 0.024035489676335065,\n \
\ \"acc_norm\": 0.658974358974359,\n \"acc_norm_stderr\": 0.024035489676335065\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.3851851851851852,\n \"acc_stderr\": 0.029670906124630886,\n \
\ \"acc_norm\": 0.3851851851851852,\n \"acc_norm_stderr\": 0.029670906124630886\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.7563025210084033,\n \"acc_stderr\": 0.027886828078380558,\n\
\ \"acc_norm\": 0.7563025210084033,\n \"acc_norm_stderr\": 0.027886828078380558\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.3576158940397351,\n \"acc_stderr\": 0.03913453431177258,\n \"\
acc_norm\": 0.3576158940397351,\n \"acc_norm_stderr\": 0.03913453431177258\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.8348623853211009,\n \"acc_stderr\": 0.015919557829976044,\n \"\
acc_norm\": 0.8348623853211009,\n \"acc_norm_stderr\": 0.015919557829976044\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.6064814814814815,\n \"acc_stderr\": 0.03331747876370312,\n \"\
acc_norm\": 0.6064814814814815,\n \"acc_norm_stderr\": 0.03331747876370312\n\
\ },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\"\
: 0.803921568627451,\n \"acc_stderr\": 0.027865942286639325,\n \"\
acc_norm\": 0.803921568627451,\n \"acc_norm_stderr\": 0.027865942286639325\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.7974683544303798,\n \"acc_stderr\": 0.026160568246601446,\n \
\ \"acc_norm\": 0.7974683544303798,\n \"acc_norm_stderr\": 0.026160568246601446\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.7130044843049327,\n\
\ \"acc_stderr\": 0.03036037971029195,\n \"acc_norm\": 0.7130044843049327,\n\
\ \"acc_norm_stderr\": 0.03036037971029195\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.7557251908396947,\n \"acc_stderr\": 0.03768335959728742,\n\
\ \"acc_norm\": 0.7557251908396947,\n \"acc_norm_stderr\": 0.03768335959728742\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.7851239669421488,\n \"acc_stderr\": 0.037494924487096966,\n \"\
acc_norm\": 0.7851239669421488,\n \"acc_norm_stderr\": 0.037494924487096966\n\
\ },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7314814814814815,\n\
\ \"acc_stderr\": 0.042844679680521934,\n \"acc_norm\": 0.7314814814814815,\n\
\ \"acc_norm_stderr\": 0.042844679680521934\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.7423312883435583,\n \"acc_stderr\": 0.03436150827846917,\n\
\ \"acc_norm\": 0.7423312883435583,\n \"acc_norm_stderr\": 0.03436150827846917\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.5178571428571429,\n\
\ \"acc_stderr\": 0.047427623612430116,\n \"acc_norm\": 0.5178571428571429,\n\
\ \"acc_norm_stderr\": 0.047427623612430116\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.7961165048543689,\n \"acc_stderr\": 0.039891398595317706,\n\
\ \"acc_norm\": 0.7961165048543689,\n \"acc_norm_stderr\": 0.039891398595317706\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8760683760683761,\n\
\ \"acc_stderr\": 0.02158649400128137,\n \"acc_norm\": 0.8760683760683761,\n\
\ \"acc_norm_stderr\": 0.02158649400128137\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.72,\n \"acc_stderr\": 0.045126085985421276,\n \
\ \"acc_norm\": 0.72,\n \"acc_norm_stderr\": 0.045126085985421276\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.8173690932311622,\n\
\ \"acc_stderr\": 0.01381633538997313,\n \"acc_norm\": 0.8173690932311622,\n\
\ \"acc_norm_stderr\": 0.01381633538997313\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.7167630057803468,\n \"acc_stderr\": 0.02425790170532338,\n\
\ \"acc_norm\": 0.7167630057803468,\n \"acc_norm_stderr\": 0.02425790170532338\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.39106145251396646,\n\
\ \"acc_stderr\": 0.01632076376380838,\n \"acc_norm\": 0.39106145251396646,\n\
\ \"acc_norm_stderr\": 0.01632076376380838\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.7124183006535948,\n \"acc_stderr\": 0.02591780611714716,\n\
\ \"acc_norm\": 0.7124183006535948,\n \"acc_norm_stderr\": 0.02591780611714716\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.7202572347266881,\n\
\ \"acc_stderr\": 0.02549425935069491,\n \"acc_norm\": 0.7202572347266881,\n\
\ \"acc_norm_stderr\": 0.02549425935069491\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.6851851851851852,\n \"acc_stderr\": 0.02584224870090217,\n\
\ \"acc_norm\": 0.6851851851851852,\n \"acc_norm_stderr\": 0.02584224870090217\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.5106382978723404,\n \"acc_stderr\": 0.02982074719142244,\n \
\ \"acc_norm\": 0.5106382978723404,\n \"acc_norm_stderr\": 0.02982074719142244\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.5104302477183833,\n\
\ \"acc_stderr\": 0.012767457253930657,\n \"acc_norm\": 0.5104302477183833,\n\
\ \"acc_norm_stderr\": 0.012767457253930657\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.6911764705882353,\n \"acc_stderr\": 0.028064998167040094,\n\
\ \"acc_norm\": 0.6911764705882353,\n \"acc_norm_stderr\": 0.028064998167040094\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.6584967320261438,\n \"acc_stderr\": 0.019184639328092487,\n \
\ \"acc_norm\": 0.6584967320261438,\n \"acc_norm_stderr\": 0.019184639328092487\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6454545454545455,\n\
\ \"acc_stderr\": 0.045820048415054174,\n \"acc_norm\": 0.6454545454545455,\n\
\ \"acc_norm_stderr\": 0.045820048415054174\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.7591836734693878,\n \"acc_stderr\": 0.027372942201788163,\n\
\ \"acc_norm\": 0.7591836734693878,\n \"acc_norm_stderr\": 0.027372942201788163\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.8955223880597015,\n\
\ \"acc_stderr\": 0.021628920516700637,\n \"acc_norm\": 0.8955223880597015,\n\
\ \"acc_norm_stderr\": 0.021628920516700637\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.88,\n \"acc_stderr\": 0.032659863237109066,\n \
\ \"acc_norm\": 0.88,\n \"acc_norm_stderr\": 0.032659863237109066\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.5240963855421686,\n\
\ \"acc_stderr\": 0.03887971849597264,\n \"acc_norm\": 0.5240963855421686,\n\
\ \"acc_norm_stderr\": 0.03887971849597264\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.8011695906432749,\n \"acc_stderr\": 0.030611116557432528,\n\
\ \"acc_norm\": 0.8011695906432749,\n \"acc_norm_stderr\": 0.030611116557432528\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.3243574051407589,\n\
\ \"mc1_stderr\": 0.01638797677964794,\n \"mc2\": 0.4774778409132138,\n\
\ \"mc2_stderr\": 0.015634826376144897\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7490134175217048,\n \"acc_stderr\": 0.012185776220516137\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.5860500379075056,\n \
\ \"acc_stderr\": 0.013566991960151781\n }\n}\n```"
repo_url: https://huggingface.co/Medilora/medilora-qwen-14b
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-58-35.188155.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T11-58-35.188155.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- '**/details_harness|winogrande|5_2023-12-04T11-58-35.188155.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T11-58-35.188155.parquet'
- config_name: results
data_files:
- split: 2023_12_04T11_58_35.188155
path:
- results_2023-12-04T11-58-35.188155.parquet
- split: latest
path:
- results_2023-12-04T11-58-35.188155.parquet
---
# Dataset Card for Evaluation run of Medilora/medilora-qwen-14b
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/Medilora/medilora-qwen-14b
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [Medilora/medilora-qwen-14b](https://huggingface.co/Medilora/medilora-qwen-14b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_Medilora__medilora-qwen-14b",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T11:58:35.188155](https://huggingface.co/datasets/open-llm-leaderboard/details_Medilora__medilora-qwen-14b/blob/main/results_2023-12-04T11-58-35.188155.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.6559355919072443,
"acc_stderr": 0.03225211233928835,
"acc_norm": 0.65931119421255,
"acc_norm_stderr": 0.03289326762517802,
"mc1": 0.3243574051407589,
"mc1_stderr": 0.01638797677964794,
"mc2": 0.4774778409132138,
"mc2_stderr": 0.015634826376144897
},
"harness|arc:challenge|25": {
"acc": 0.5307167235494881,
"acc_stderr": 0.014583792546304037,
"acc_norm": 0.5665529010238908,
"acc_norm_stderr": 0.0144813762245589
},
"harness|hellaswag|10": {
"acc": 0.6042620991834295,
"acc_stderr": 0.004880092083408044,
"acc_norm": 0.7907787293367855,
"acc_norm_stderr": 0.004059213774735545
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.32,
"acc_stderr": 0.04688261722621504,
"acc_norm": 0.32,
"acc_norm_stderr": 0.04688261722621504
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.5925925925925926,
"acc_stderr": 0.04244633238353228,
"acc_norm": 0.5925925925925926,
"acc_norm_stderr": 0.04244633238353228
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.6644736842105263,
"acc_stderr": 0.03842498559395268,
"acc_norm": 0.6644736842105263,
"acc_norm_stderr": 0.03842498559395268
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.68,
"acc_stderr": 0.046882617226215034,
"acc_norm": 0.68,
"acc_norm_stderr": 0.046882617226215034
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.690566037735849,
"acc_stderr": 0.028450154794118637,
"acc_norm": 0.690566037735849,
"acc_norm_stderr": 0.028450154794118637
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.7916666666666666,
"acc_stderr": 0.03396116205845334,
"acc_norm": 0.7916666666666666,
"acc_norm_stderr": 0.03396116205845334
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.49,
"acc_stderr": 0.05024183937956911,
"acc_norm": 0.49,
"acc_norm_stderr": 0.05024183937956911
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.57,
"acc_stderr": 0.04975698519562428,
"acc_norm": 0.57,
"acc_norm_stderr": 0.04975698519562428
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.43,
"acc_stderr": 0.049756985195624284,
"acc_norm": 0.43,
"acc_norm_stderr": 0.049756985195624284
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.6936416184971098,
"acc_stderr": 0.035149425512674394,
"acc_norm": 0.6936416184971098,
"acc_norm_stderr": 0.035149425512674394
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.43137254901960786,
"acc_stderr": 0.04928099597287534,
"acc_norm": 0.43137254901960786,
"acc_norm_stderr": 0.04928099597287534
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.76,
"acc_stderr": 0.042923469599092816,
"acc_norm": 0.76,
"acc_norm_stderr": 0.042923469599092816
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.6,
"acc_stderr": 0.03202563076101735,
"acc_norm": 0.6,
"acc_norm_stderr": 0.03202563076101735
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.49122807017543857,
"acc_stderr": 0.047028804320496165,
"acc_norm": 0.49122807017543857,
"acc_norm_stderr": 0.047028804320496165
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.6,
"acc_stderr": 0.040824829046386284,
"acc_norm": 0.6,
"acc_norm_stderr": 0.040824829046386284
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.5291005291005291,
"acc_stderr": 0.025707658614154947,
"acc_norm": 0.5291005291005291,
"acc_norm_stderr": 0.025707658614154947
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.5,
"acc_stderr": 0.04472135954999579,
"acc_norm": 0.5,
"acc_norm_stderr": 0.04472135954999579
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.44,
"acc_stderr": 0.04988876515698589,
"acc_norm": 0.44,
"acc_norm_stderr": 0.04988876515698589
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.7677419354838709,
"acc_stderr": 0.024022256130308235,
"acc_norm": 0.7677419354838709,
"acc_norm_stderr": 0.024022256130308235
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.5911330049261084,
"acc_stderr": 0.03459058815883232,
"acc_norm": 0.5911330049261084,
"acc_norm_stderr": 0.03459058815883232
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.65,
"acc_stderr": 0.0479372485441102,
"acc_norm": 0.65,
"acc_norm_stderr": 0.0479372485441102
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.7818181818181819,
"acc_stderr": 0.03225078108306289,
"acc_norm": 0.7818181818181819,
"acc_norm_stderr": 0.03225078108306289
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.8484848484848485,
"acc_stderr": 0.025545650426603617,
"acc_norm": 0.8484848484848485,
"acc_norm_stderr": 0.025545650426603617
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.8704663212435233,
"acc_stderr": 0.02423353229775873,
"acc_norm": 0.8704663212435233,
"acc_norm_stderr": 0.02423353229775873
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.658974358974359,
"acc_stderr": 0.024035489676335065,
"acc_norm": 0.658974358974359,
"acc_norm_stderr": 0.024035489676335065
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.3851851851851852,
"acc_stderr": 0.029670906124630886,
"acc_norm": 0.3851851851851852,
"acc_norm_stderr": 0.029670906124630886
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.7563025210084033,
"acc_stderr": 0.027886828078380558,
"acc_norm": 0.7563025210084033,
"acc_norm_stderr": 0.027886828078380558
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.3576158940397351,
"acc_stderr": 0.03913453431177258,
"acc_norm": 0.3576158940397351,
"acc_norm_stderr": 0.03913453431177258
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.8348623853211009,
"acc_stderr": 0.015919557829976044,
"acc_norm": 0.8348623853211009,
"acc_norm_stderr": 0.015919557829976044
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.6064814814814815,
"acc_stderr": 0.03331747876370312,
"acc_norm": 0.6064814814814815,
"acc_norm_stderr": 0.03331747876370312
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.803921568627451,
"acc_stderr": 0.027865942286639325,
"acc_norm": 0.803921568627451,
"acc_norm_stderr": 0.027865942286639325
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.7974683544303798,
"acc_stderr": 0.026160568246601446,
"acc_norm": 0.7974683544303798,
"acc_norm_stderr": 0.026160568246601446
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.7130044843049327,
"acc_stderr": 0.03036037971029195,
"acc_norm": 0.7130044843049327,
"acc_norm_stderr": 0.03036037971029195
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.7557251908396947,
"acc_stderr": 0.03768335959728742,
"acc_norm": 0.7557251908396947,
"acc_norm_stderr": 0.03768335959728742
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.7851239669421488,
"acc_stderr": 0.037494924487096966,
"acc_norm": 0.7851239669421488,
"acc_norm_stderr": 0.037494924487096966
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.7314814814814815,
"acc_stderr": 0.042844679680521934,
"acc_norm": 0.7314814814814815,
"acc_norm_stderr": 0.042844679680521934
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.7423312883435583,
"acc_stderr": 0.03436150827846917,
"acc_norm": 0.7423312883435583,
"acc_norm_stderr": 0.03436150827846917
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.5178571428571429,
"acc_stderr": 0.047427623612430116,
"acc_norm": 0.5178571428571429,
"acc_norm_stderr": 0.047427623612430116
},
"harness|hendrycksTest-management|5": {
"acc": 0.7961165048543689,
"acc_stderr": 0.039891398595317706,
"acc_norm": 0.7961165048543689,
"acc_norm_stderr": 0.039891398595317706
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8760683760683761,
"acc_stderr": 0.02158649400128137,
"acc_norm": 0.8760683760683761,
"acc_norm_stderr": 0.02158649400128137
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.72,
"acc_stderr": 0.045126085985421276,
"acc_norm": 0.72,
"acc_norm_stderr": 0.045126085985421276
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.8173690932311622,
"acc_stderr": 0.01381633538997313,
"acc_norm": 0.8173690932311622,
"acc_norm_stderr": 0.01381633538997313
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.7167630057803468,
"acc_stderr": 0.02425790170532338,
"acc_norm": 0.7167630057803468,
"acc_norm_stderr": 0.02425790170532338
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.39106145251396646,
"acc_stderr": 0.01632076376380838,
"acc_norm": 0.39106145251396646,
"acc_norm_stderr": 0.01632076376380838
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.7124183006535948,
"acc_stderr": 0.02591780611714716,
"acc_norm": 0.7124183006535948,
"acc_norm_stderr": 0.02591780611714716
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.7202572347266881,
"acc_stderr": 0.02549425935069491,
"acc_norm": 0.7202572347266881,
"acc_norm_stderr": 0.02549425935069491
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.6851851851851852,
"acc_stderr": 0.02584224870090217,
"acc_norm": 0.6851851851851852,
"acc_norm_stderr": 0.02584224870090217
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.5106382978723404,
"acc_stderr": 0.02982074719142244,
"acc_norm": 0.5106382978723404,
"acc_norm_stderr": 0.02982074719142244
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.5104302477183833,
"acc_stderr": 0.012767457253930657,
"acc_norm": 0.5104302477183833,
"acc_norm_stderr": 0.012767457253930657
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.6911764705882353,
"acc_stderr": 0.028064998167040094,
"acc_norm": 0.6911764705882353,
"acc_norm_stderr": 0.028064998167040094
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.6584967320261438,
"acc_stderr": 0.019184639328092487,
"acc_norm": 0.6584967320261438,
"acc_norm_stderr": 0.019184639328092487
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6454545454545455,
"acc_stderr": 0.045820048415054174,
"acc_norm": 0.6454545454545455,
"acc_norm_stderr": 0.045820048415054174
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.7591836734693878,
"acc_stderr": 0.027372942201788163,
"acc_norm": 0.7591836734693878,
"acc_norm_stderr": 0.027372942201788163
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.8955223880597015,
"acc_stderr": 0.021628920516700637,
"acc_norm": 0.8955223880597015,
"acc_norm_stderr": 0.021628920516700637
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.88,
"acc_stderr": 0.032659863237109066,
"acc_norm": 0.88,
"acc_norm_stderr": 0.032659863237109066
},
"harness|hendrycksTest-virology|5": {
"acc": 0.5240963855421686,
"acc_stderr": 0.03887971849597264,
"acc_norm": 0.5240963855421686,
"acc_norm_stderr": 0.03887971849597264
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.8011695906432749,
"acc_stderr": 0.030611116557432528,
"acc_norm": 0.8011695906432749,
"acc_norm_stderr": 0.030611116557432528
},
"harness|truthfulqa:mc|0": {
"mc1": 0.3243574051407589,
"mc1_stderr": 0.01638797677964794,
"mc2": 0.4774778409132138,
"mc2_stderr": 0.015634826376144897
},
"harness|winogrande|5": {
"acc": 0.7490134175217048,
"acc_stderr": 0.012185776220516137
},
"harness|gsm8k|5": {
"acc": 0.5860500379075056,
"acc_stderr": 0.013566991960151781
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7135739326477051,
-0.8304132223129272,
0.2923985719680786,
0.1965072751045227,
-0.18449099361896515,
-0.07356830686330795,
0.014780418947339058,
-0.2185608148574829,
0.5728241801261902,
-0.04274472966790199,
-0.523444652557373,
-0.7401828765869141,
-0.42627331614494324,
0.2556523084640503,
0.007654766086488962,
0.8324865102767944,
-0.19109080731868744,
-0.09262487292289734,
0.0963982343673706,
-0.05245183780789375,
-0.23722600936889648,
-0.34250113368034363,
-0.4920697808265686,
-0.3227657675743103,
0.2259494513273239,
0.40694835782051086,
0.44610756635665894,
0.8088480234146118,
0.6942099332809448,
0.29763421416282654,
-0.2999691367149353,
0.008232716470956802,
-0.15746398270130157,
-0.31860291957855225,
0.408523291349411,
-0.3662402331829071,
-0.8580057621002197,
0.30984964966773987,
0.7954739332199097,
0.6212417483329773,
-0.09740695357322693,
0.3127308785915375,
0.038435012102127075,
0.6052699089050293,
-0.33977681398391724,
0.03484366089105606,
-0.25325334072113037,
0.23621219396591187,
-0.20379109680652618,
-0.29165467619895935,
-0.32194268703460693,
-0.27093616127967834,
-0.12468931823968887,
-0.8754583597183228,
0.24127869307994843,
0.3102867901325226,
1.546941876411438,
-0.14121779799461365,
-0.25510552525520325,
0.1053604930639267,
-0.12150097638368607,
1.0196619033813477,
-0.8791365623474121,
0.322719007730484,
0.759050726890564,
0.14325661957263947,
-0.16168946027755737,
-0.5888466238975525,
-0.6009017825126648,
0.08492311090230942,
-0.3673447370529175,
0.3710091710090637,
-0.07203677296638489,
-0.1525266170501709,
0.37729138135910034,
0.650437593460083,
-0.6742528080940247,
0.17463797330856323,
-0.6713507771492004,
-0.14760757982730865,
1.0549777746200562,
0.38065531849861145,
0.07217028737068176,
-0.35800185799598694,
-0.681850790977478,
-0.6394011974334717,
-0.41191336512565613,
0.26899847388267517,
0.44562220573425293,
0.3318035900592804,
-0.4173301160335541,
0.688608705997467,
-0.3977515399456024,
0.5888184309005737,
0.38298842310905457,
-0.008116429671645164,
0.908346951007843,
-0.6386927366256714,
-0.553267776966095,
-0.08653026819229126,
1.120438575744629,
0.6081394553184509,
0.02080480381846428,
0.22940693795681,
0.019849497824907303,
-0.09435691684484482,
0.0036811826284974813,
-0.8738504648208618,
-0.30456972122192383,
0.18428783118724823,
-0.451004296541214,
-0.5335681438446045,
0.33777207136154175,
-0.8649622797966003,
0.15676942467689514,
-0.03973206505179405,
0.44557976722717285,
-0.47485730051994324,
-0.1298167109489441,
0.2661750018596649,
-0.3854864835739136,
0.7999899983406067,
-0.16712073981761932,
-0.7638828754425049,
0.3827972412109375,
0.5054505467414856,
0.7621211409568787,
-0.08975523710250854,
-0.44052761793136597,
-0.10527459532022476,
-0.13951735198497772,
-0.27498623728752136,
0.5600659251213074,
-0.258157342672348,
-0.40814635157585144,
-0.27479100227355957,
0.3243277966976166,
-0.30860254168510437,
-0.3477049469947815,
0.7918871641159058,
-0.20575977861881256,
0.27675560116767883,
-0.40817752480506897,
-0.6597313284873962,
0.12332424521446228,
0.37241050601005554,
-0.4140951335430145,
1.277995228767395,
0.26764556765556335,
-0.858508288860321,
0.41871020197868347,
-0.5972415208816528,
-0.1340295374393463,
-0.017648957669734955,
-0.06406441330909729,
-0.8109989166259766,
-0.26634201407432556,
0.15275606513023376,
0.40549102425575256,
-0.1587907373905182,
-0.100936159491539,
-0.3826552629470825,
-0.3524214029312134,
0.35896819829940796,
-0.18824374675750732,
1.2454696893692017,
-0.03858693689107895,
-0.7203250527381897,
-0.09723599255084991,
-1.2520536184310913,
0.33855998516082764,
0.18328261375427246,
-0.4092036187648773,
-0.1921280026435852,
-0.4658133387565613,
0.002990551758557558,
0.21854671835899353,
0.271008163690567,
-0.8226355910301208,
0.29903197288513184,
-0.37026116251945496,
0.17399294674396515,
1.262819528579712,
0.0046476153656840324,
0.1381220668554306,
-0.6087082028388977,
0.5609493851661682,
0.16962213814258575,
0.22789356112480164,
0.39652591943740845,
-0.5933130979537964,
-0.758287787437439,
-0.539266049861908,
-0.007823094725608826,
0.6171528697013855,
-0.21428841352462769,
1.1314923763275146,
0.07504157721996307,
-0.923121988773346,
-0.5062382817268372,
-0.16474801301956177,
0.5239869952201843,
0.8097373843193054,
0.5783470869064331,
-0.01457094307988882,
-0.6381248831748962,
-1.12600576877594,
-0.28435665369033813,
-0.1609424501657486,
0.11418242752552032,
0.24608257412910461,
1.0181154012680054,
-0.24951335787773132,
0.5591678619384766,
-1.0507558584213257,
-0.19483241438865662,
0.16481947898864746,
-0.06706135720014572,
0.8355992436408997,
0.7481848001480103,
0.6113746762275696,
-0.6690614819526672,
-0.5146236419677734,
0.15122437477111816,
-0.8735145926475525,
-0.10668465495109558,
0.13654914498329163,
-0.3400953710079193,
0.12751510739326477,
0.1285398155450821,
-0.7047969698905945,
0.5169416666030884,
0.2821625769138336,
-1.116044044494629,
1.0914642810821533,
-0.34835246205329895,
0.5925248861312866,
-1.0601906776428223,
0.19698560237884521,
-0.06181490421295166,
0.06352784484624863,
-0.4851647615432739,
-0.0033852935303002596,
0.11510760337114334,
0.4606013298034668,
-0.4963969588279724,
0.790290355682373,
-0.6525484323501587,
-0.05143200606107712,
0.46980202198028564,
0.12081731855869293,
-0.1148589476943016,
0.377625048160553,
-0.23786352574825287,
0.7873733043670654,
0.768292248249054,
-0.4765993654727936,
0.5135097503662109,
0.39475762844085693,
-0.23193824291229248,
0.7353888750076294,
-0.5014234781265259,
-0.34622830152511597,
0.2979569137096405,
-0.07765860855579376,
-0.8485689163208008,
-0.47565150260925293,
0.04849037155508995,
-0.6002921462059021,
-0.09602514654397964,
0.35103070735931396,
-0.2666870951652527,
-0.814052939414978,
-0.9508751630783081,
0.3481106758117676,
0.7249541282653809,
-0.4307698905467987,
-0.16344806551933289,
0.04590223729610443,
0.10455579310655594,
-0.8110151886940002,
-0.8037906885147095,
-0.5200209021568298,
-0.24530699849128723,
-0.7313416004180908,
0.3438684046268463,
-0.3045614957809448,
-0.2781599760055542,
-0.07511085271835327,
-0.2025626301765442,
-0.3338629901409149,
0.014058872126042843,
0.1282171756029129,
0.7044913172721863,
-0.448174387216568,
-0.273494690656662,
-0.2364630401134491,
-0.18945997953414917,
0.26664257049560547,
-0.10953136533498764,
0.36110252141952515,
-0.4204658269882202,
-0.38055410981178284,
-0.4467996656894684,
-0.013051914982497692,
0.758388102054596,
-0.07584960013628006,
0.762097179889679,
0.42560282349586487,
-0.30217260122299194,
0.01651749759912491,
-0.2761828303337097,
-0.2682432234287262,
-0.5746033191680908,
0.2574808895587921,
-0.4797745645046234,
-1.0424010753631592,
0.7963966727256775,
0.5200322866439819,
0.09441016614437103,
1.1514700651168823,
0.5790664553642273,
-0.3241627812385559,
1.0431791543960571,
0.05102376639842987,
0.3309119939804077,
0.3946899473667145,
-0.6825693249702454,
0.07395780831575394,
-0.9490825533866882,
-0.3021869361400604,
-0.6021950840950012,
-0.49686017632484436,
-0.7707120776176453,
-0.06424934417009354,
0.3010775148868561,
0.11344197392463684,
-0.6603934168815613,
0.5480225086212158,
-0.8213405609130859,
0.5638285875320435,
0.5554584264755249,
0.30546003580093384,
0.1576581448316574,
-0.17181165516376495,
-0.3989318311214447,
-0.14151063561439514,
-0.4858910143375397,
-0.25317469239234924,
1.250245451927185,
0.27503731846809387,
0.7320782542228699,
0.08085110783576965,
0.9056068658828735,
0.10035012662410736,
-0.04157600924372673,
-0.5785002708435059,
0.6148440837860107,
0.1130400002002716,
-0.7824416756629944,
-0.4188978374004364,
-0.5364368557929993,
-1.1008087396621704,
0.43594104051589966,
-0.16926158964633942,
-0.8328896164894104,
0.12123078852891922,
0.03191103786230087,
-0.22719481587409973,
0.4941938519477844,
-0.5379874110221863,
0.8669880628585815,
-0.126058429479599,
-0.4722612500190735,
0.11027264595031738,
-0.8215298652648926,
0.47407275438308716,
0.1992230862379074,
0.2856113314628601,
0.05009425804018974,
0.2565004229545593,
1.2146953344345093,
-0.8088274002075195,
0.42940863966941833,
0.07523767650127411,
0.03704242408275604,
0.3028397560119629,
-0.17597751319408417,
0.473827600479126,
0.047419771552085876,
0.0020699631422758102,
-0.1540433168411255,
0.3028753697872162,
-0.8726546168327332,
-0.056830424815416336,
0.9031463265419006,
-0.9410566687583923,
-0.5726529955863953,
-0.8827101588249207,
-0.5383973717689514,
0.09737526625394821,
0.5797383189201355,
0.3961021602153778,
0.5974257588386536,
-0.010978620499372482,
0.4796142578125,
0.869542121887207,
-0.12180765718221664,
0.5782262682914734,
0.26742762327194214,
0.08446967601776123,
-0.6917816996574402,
0.8093358278274536,
0.0974317118525505,
0.3489701747894287,
0.2766926884651184,
0.3963773250579834,
-0.5352743864059448,
-0.205184668302536,
-0.23898492753505707,
0.5304649472236633,
-0.5986630916595459,
-0.28825923800468445,
-0.3653653562068939,
-0.35640189051628113,
-0.7058973908424377,
-0.6196044087409973,
-0.30793818831443787,
-0.5079755783081055,
-0.46561163663864136,
-0.4829961955547333,
0.5591959953308105,
0.46602699160575867,
-0.3552676737308502,
0.03390870988368988,
-0.5138986706733704,
0.24808160960674286,
0.3101275861263275,
0.5491956472396851,
-0.4111858308315277,
-0.569959282875061,
0.04891880974173546,
-0.14082705974578857,
-0.5567827224731445,
-0.9599896669387817,
0.3409871757030487,
-0.0686706081032753,
0.52199786901474,
0.5911815166473389,
0.07201161980628967,
0.805724024772644,
-0.20281243324279785,
1.0307880640029907,
0.3257571756839752,
-0.7458088397979736,
0.7239316701889038,
-0.37578728795051575,
0.16212114691734314,
0.6272170543670654,
0.1656707227230072,
-0.17025822401046753,
-0.67189621925354,
-1.3418793678283691,
-0.7905450463294983,
0.6382492184638977,
0.39167118072509766,
-0.27374547719955444,
0.05310411751270294,
0.15059122443199158,
-0.3132978677749634,
-0.17083925008773804,
-0.6754438877105713,
-0.8820633292198181,
-0.07988826185464859,
-0.5364972949028015,
0.09602649509906769,
0.004783026874065399,
-0.38820579648017883,
-0.8132296800613403,
0.9188172817230225,
0.02699120156466961,
0.5743870735168457,
0.47573453187942505,
0.08647746592760086,
0.05398120358586311,
0.4837878346443176,
0.9629648327827454,
0.7696569561958313,
-0.4619320333003998,
0.41843143105506897,
0.3911484479904175,
-1.0555293560028076,
0.447981059551239,
0.3332328498363495,
-0.08500693738460541,
-0.012459401041269302,
0.47611311078071594,
0.38124552369117737,
0.07892420142889023,
-0.2192879468202591,
0.6188093423843384,
-0.0544862225651741,
-0.5955053567886353,
-0.37828177213668823,
0.07261151075363159,
-0.11756056547164917,
0.008300482295453548,
0.3806440830230713,
-0.1474379003047943,
-0.02390400692820549,
-0.4859781563282013,
0.46405693888664246,
0.3564947247505188,
-0.45379695296287537,
-0.1467951536178589,
0.7107418775558472,
-0.18396499752998352,
-0.13376790285110474,
0.30942291021347046,
-0.16409261524677277,
-0.6248318552970886,
1.141367793083191,
0.6096600294113159,
0.691322386264801,
-0.29550760984420776,
-0.06879609823226929,
0.9326490759849548,
0.39186495542526245,
-0.04434027522802353,
0.5749387741088867,
0.3340595066547394,
-0.23068180680274963,
0.18468306958675385,
-0.8568581938743591,
-0.03898054361343384,
0.14868241548538208,
-0.8621880412101746,
0.3230157196521759,
-0.5011148452758789,
-0.20732171833515167,
-0.0003326776495669037,
0.4091986417770386,
-0.4542894959449768,
0.5525820255279541,
-0.44991567730903625,
1.237873911857605,
-1.004043698310852,
0.690043032169342,
0.761231541633606,
-0.5268097519874573,
-1.0432478189468384,
-0.553278386592865,
-0.008795225992798805,
-0.7760095000267029,
0.5418235063552856,
-0.04998580366373062,
0.16770179569721222,
-0.06768423318862915,
-0.710995614528656,
-0.8822861313819885,
1.4196922779083252,
-0.06959068775177002,
-0.4478837847709656,
0.23515263199806213,
-0.1016196608543396,
0.46150970458984375,
0.10741742700338364,
0.5582348108291626,
0.7433842420578003,
0.7905086278915405,
-0.12795577943325043,
-0.7519156336784363,
0.3237495422363281,
-0.5209256410598755,
-0.35370832681655884,
0.49227479100227356,
-0.8889610171318054,
1.2350741624832153,
0.002489883452653885,
0.22527919709682465,
-0.16062922775745392,
0.6232585906982422,
0.8011759519577026,
0.3156212568283081,
0.3517327606678009,
0.9173556566238403,
0.8537139892578125,
-0.4932960569858551,
1.0021313428878784,
-0.22277721762657166,
0.8535878658294678,
0.6896142363548279,
0.27543607354164124,
0.8002023100852966,
0.6670071482658386,
-0.5523314476013184,
0.5411266684532166,
0.8066197633743286,
-0.30169329047203064,
0.3958497643470764,
0.27147024869918823,
-0.14394870400428772,
-0.14514385163784027,
0.4318908751010895,
-0.8859105110168457,
0.1164512038230896,
0.07961060106754303,
-0.42086851596832275,
0.09116537123918533,
-0.4313656687736511,
0.34573206305503845,
-0.06213464215397835,
-0.05123275890946388,
0.37523552775382996,
0.03307467699050903,
-0.448627769947052,
0.9490382671356201,
-0.14826466143131256,
0.7519809007644653,
-0.521467387676239,
-0.10304709523916245,
-0.36920928955078125,
0.6191266775131226,
-0.4432470500469208,
-1.0506349802017212,
0.1279640793800354,
0.07766185700893402,
-0.14335796236991882,
-0.16307461261749268,
0.6858152151107788,
-0.21989375352859497,
-0.7809721231460571,
0.11031094938516617,
0.0756872296333313,
0.10011457651853561,
0.5245369076728821,
-0.6643020510673523,
-0.3281764090061188,
-0.044636812061071396,
-0.5471208095550537,
0.11922112107276917,
0.3239389657974243,
0.2920142114162445,
0.5531900525093079,
0.6352510452270508,
0.16858331859111786,
0.3990495204925537,
-0.5279088020324707,
0.8265777230262756,
-1.0317212343215942,
-0.7285339832305908,
-0.9412674307823181,
0.4753781259059906,
-0.3125111162662506,
-0.8924699425697327,
0.9977431893348694,
1.0531061887741089,
0.8904387354850769,
-0.02988717332482338,
0.6315116286277771,
-0.3652924597263336,
0.28413477540016174,
-0.42622753977775574,
0.9552628993988037,
-0.8208791613578796,
-0.24604329466819763,
-0.2818755805492401,
-0.7105549573898315,
-0.3880804777145386,
0.8614168763160706,
-0.1877141147851944,
0.008840722031891346,
1.0661873817443848,
0.6602638363838196,
-0.10974046587944031,
0.009488385170698166,
-0.036818284541368484,
0.5686116814613342,
0.3497738540172577,
1.012320637702942,
0.6597829461097717,
-0.7868582606315613,
0.33087724447250366,
-0.4929262697696686,
-0.44587811827659607,
-0.3977658152580261,
-0.46275100111961365,
-0.8909581899642944,
-0.4867931306362152,
-0.22276771068572998,
-0.6410103440284729,
-0.1354118287563324,
1.0259474515914917,
0.43091750144958496,
-0.8971490263938904,
-0.4134259819984436,
-0.07973907142877579,
0.15129928290843964,
-0.5869728326797485,
-0.4076474606990814,
0.7508420944213867,
-0.0906732976436615,
-0.5273762345314026,
0.15977364778518677,
-0.16274559497833252,
0.22369639575481415,
0.10510730743408203,
-0.4050672650337219,
-0.6837007403373718,
0.01856008917093277,
0.4369802176952362,
0.32274019718170166,
-0.6897435784339905,
-0.6849345564842224,
0.30422285199165344,
-0.5460396409034729,
0.4281773269176483,
-0.018592922016978264,
-0.4928398132324219,
0.04819638654589653,
0.7088736295700073,
0.43219244480133057,
0.6230496168136597,
-0.028370333835482597,
0.0782892107963562,
-0.6175283193588257,
0.171585813164711,
0.0033038535621017218,
0.30489256978034973,
-0.06654393672943115,
-0.30388668179512024,
0.7563470005989075,
0.662781298160553,
-0.5394515991210938,
-1.0877184867858887,
-0.4300982654094696,
-1.4174760580062866,
-0.01262204721570015,
1.0777615308761597,
-0.012279685586690903,
-0.5155906081199646,
0.2671206295490265,
-0.2032688409090042,
0.17149682343006134,
-0.2929612994194031,
0.7771974205970764,
0.7871105670928955,
-0.3566935360431671,
0.11190212517976761,
-0.6742607951164246,
0.403782457113266,
0.5014495849609375,
-1.2034467458724976,
-0.0897718071937561,
0.2604270279407501,
0.32842424511909485,
0.3162362575531006,
0.657971203327179,
-0.13350358605384827,
0.29694291949272156,
0.1991267204284668,
0.037350792437791824,
0.02037300169467926,
0.044686365872621536,
-0.24072447419166565,
0.06582560390233994,
-0.23645338416099548,
-0.49284324049949646
]
|
open-llm-leaderboard/details_Medilora__medilora-mistral-7b | open-llm-leaderboard | 2023-12-04T12:12:52Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:12:06Z | ---
pretty_name: Evaluation run of Medilora/medilora-mistral-7b
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [Medilora/medilora-mistral-7b](https://huggingface.co/Medilora/medilora-mistral-7b)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Medilora__medilora-mistral-7b\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T12:09:16.453203](https://huggingface.co/datasets/open-llm-leaderboard/details_Medilora__medilora-mistral-7b/blob/main/results_2023-12-04T12-09-16.453203.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.6225779223336574,\n\
\ \"acc_stderr\": 0.03262923869284095,\n \"acc_norm\": 0.6256207177826597,\n\
\ \"acc_norm_stderr\": 0.03328227496804697,\n \"mc1\": 0.3329253365973072,\n\
\ \"mc1_stderr\": 0.016497402382012055,\n \"mc2\": 0.49909817615808516,\n\
\ \"mc2_stderr\": 0.014849029663559004\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5861774744027304,\n \"acc_stderr\": 0.014392730009221007,\n\
\ \"acc_norm\": 0.6168941979522184,\n \"acc_norm_stderr\": 0.014206472661672874\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6324437363075085,\n\
\ \"acc_stderr\": 0.004811543077792712,\n \"acc_norm\": 0.8313085042820155,\n\
\ \"acc_norm_stderr\": 0.003737138752336941\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.27,\n \"acc_stderr\": 0.044619604333847415,\n \
\ \"acc_norm\": 0.27,\n \"acc_norm_stderr\": 0.044619604333847415\n \
\ },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5481481481481482,\n\
\ \"acc_stderr\": 0.042992689054808644,\n \"acc_norm\": 0.5481481481481482,\n\
\ \"acc_norm_stderr\": 0.042992689054808644\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.6710526315789473,\n \"acc_stderr\": 0.03823428969926604,\n\
\ \"acc_norm\": 0.6710526315789473,\n \"acc_norm_stderr\": 0.03823428969926604\n\
\ },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.53,\n\
\ \"acc_stderr\": 0.05016135580465919,\n \"acc_norm\": 0.53,\n \
\ \"acc_norm_stderr\": 0.05016135580465919\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.660377358490566,\n \"acc_stderr\": 0.029146904747798335,\n\
\ \"acc_norm\": 0.660377358490566,\n \"acc_norm_stderr\": 0.029146904747798335\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.7013888888888888,\n\
\ \"acc_stderr\": 0.03827052357950756,\n \"acc_norm\": 0.7013888888888888,\n\
\ \"acc_norm_stderr\": 0.03827052357950756\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.45,\n \"acc_stderr\": 0.05,\n \"acc_norm\"\
: 0.45,\n \"acc_norm_stderr\": 0.05\n },\n \"harness|hendrycksTest-college_computer_science|5\"\
: {\n \"acc\": 0.46,\n \"acc_stderr\": 0.05009082659620333,\n \
\ \"acc_norm\": 0.46,\n \"acc_norm_stderr\": 0.05009082659620333\n \
\ },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.32,\n\
\ \"acc_stderr\": 0.04688261722621504,\n \"acc_norm\": 0.32,\n \
\ \"acc_norm_stderr\": 0.04688261722621504\n },\n \"harness|hendrycksTest-college_medicine|5\"\
: {\n \"acc\": 0.5953757225433526,\n \"acc_stderr\": 0.03742461193887248,\n\
\ \"acc_norm\": 0.5953757225433526,\n \"acc_norm_stderr\": 0.03742461193887248\n\
\ },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.4215686274509804,\n\
\ \"acc_stderr\": 0.04913595201274498,\n \"acc_norm\": 0.4215686274509804,\n\
\ \"acc_norm_stderr\": 0.04913595201274498\n },\n \"harness|hendrycksTest-computer_security|5\"\
: {\n \"acc\": 0.75,\n \"acc_stderr\": 0.04351941398892446,\n \
\ \"acc_norm\": 0.75,\n \"acc_norm_stderr\": 0.04351941398892446\n \
\ },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.5148936170212766,\n\
\ \"acc_stderr\": 0.032671518489247764,\n \"acc_norm\": 0.5148936170212766,\n\
\ \"acc_norm_stderr\": 0.032671518489247764\n },\n \"harness|hendrycksTest-econometrics|5\"\
: {\n \"acc\": 0.5350877192982456,\n \"acc_stderr\": 0.046920083813689104,\n\
\ \"acc_norm\": 0.5350877192982456,\n \"acc_norm_stderr\": 0.046920083813689104\n\
\ },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\"\
: 0.503448275862069,\n \"acc_stderr\": 0.0416656757710158,\n \"acc_norm\"\
: 0.503448275862069,\n \"acc_norm_stderr\": 0.0416656757710158\n },\n\
\ \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.41005291005291006,\n\
\ \"acc_stderr\": 0.02533120243894443,\n \"acc_norm\": 0.41005291005291006,\n\
\ \"acc_norm_stderr\": 0.02533120243894443\n },\n \"harness|hendrycksTest-formal_logic|5\"\
: {\n \"acc\": 0.42857142857142855,\n \"acc_stderr\": 0.04426266681379909,\n\
\ \"acc_norm\": 0.42857142857142855,\n \"acc_norm_stderr\": 0.04426266681379909\n\
\ },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.38,\n\
\ \"acc_stderr\": 0.04878317312145633,\n \"acc_norm\": 0.38,\n \
\ \"acc_norm_stderr\": 0.04878317312145633\n },\n \"harness|hendrycksTest-high_school_biology|5\"\
: {\n \"acc\": 0.7387096774193549,\n \"acc_stderr\": 0.024993053397764815,\n\
\ \"acc_norm\": 0.7387096774193549,\n \"acc_norm_stderr\": 0.024993053397764815\n\
\ },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\"\
: 0.5221674876847291,\n \"acc_stderr\": 0.03514528562175008,\n \"\
acc_norm\": 0.5221674876847291,\n \"acc_norm_stderr\": 0.03514528562175008\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.65,\n \"acc_stderr\": 0.047937248544110196,\n \"acc_norm\"\
: 0.65,\n \"acc_norm_stderr\": 0.047937248544110196\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.793939393939394,\n \"acc_stderr\": 0.0315841532404771,\n\
\ \"acc_norm\": 0.793939393939394,\n \"acc_norm_stderr\": 0.0315841532404771\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.7676767676767676,\n \"acc_stderr\": 0.030088629490217483,\n \"\
acc_norm\": 0.7676767676767676,\n \"acc_norm_stderr\": 0.030088629490217483\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.8808290155440415,\n \"acc_stderr\": 0.023381935348121437,\n\
\ \"acc_norm\": 0.8808290155440415,\n \"acc_norm_stderr\": 0.023381935348121437\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.6333333333333333,\n \"acc_stderr\": 0.024433016466052466,\n\
\ \"acc_norm\": 0.6333333333333333,\n \"acc_norm_stderr\": 0.024433016466052466\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.3074074074074074,\n \"acc_stderr\": 0.028133252578815632,\n \
\ \"acc_norm\": 0.3074074074074074,\n \"acc_norm_stderr\": 0.028133252578815632\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.6428571428571429,\n \"acc_stderr\": 0.031124619309328177,\n\
\ \"acc_norm\": 0.6428571428571429,\n \"acc_norm_stderr\": 0.031124619309328177\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.3509933774834437,\n \"acc_stderr\": 0.03896981964257375,\n \"\
acc_norm\": 0.3509933774834437,\n \"acc_norm_stderr\": 0.03896981964257375\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.8293577981651377,\n \"acc_stderr\": 0.016129271025099864,\n \"\
acc_norm\": 0.8293577981651377,\n \"acc_norm_stderr\": 0.016129271025099864\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.4675925925925926,\n \"acc_stderr\": 0.03402801581358966,\n \"\
acc_norm\": 0.4675925925925926,\n \"acc_norm_stderr\": 0.03402801581358966\n\
\ },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\"\
: 0.8088235294117647,\n \"acc_stderr\": 0.027599174300640766,\n \"\
acc_norm\": 0.8088235294117647,\n \"acc_norm_stderr\": 0.027599174300640766\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.7848101265822784,\n \"acc_stderr\": 0.026750826994676166,\n \
\ \"acc_norm\": 0.7848101265822784,\n \"acc_norm_stderr\": 0.026750826994676166\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6771300448430493,\n\
\ \"acc_stderr\": 0.03138147637575499,\n \"acc_norm\": 0.6771300448430493,\n\
\ \"acc_norm_stderr\": 0.03138147637575499\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.7633587786259542,\n \"acc_stderr\": 0.03727673575596915,\n\
\ \"acc_norm\": 0.7633587786259542,\n \"acc_norm_stderr\": 0.03727673575596915\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.7851239669421488,\n \"acc_stderr\": 0.037494924487096966,\n \"\
acc_norm\": 0.7851239669421488,\n \"acc_norm_stderr\": 0.037494924487096966\n\
\ },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7870370370370371,\n\
\ \"acc_stderr\": 0.03957835471980981,\n \"acc_norm\": 0.7870370370370371,\n\
\ \"acc_norm_stderr\": 0.03957835471980981\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.7300613496932515,\n \"acc_stderr\": 0.034878251684978906,\n\
\ \"acc_norm\": 0.7300613496932515,\n \"acc_norm_stderr\": 0.034878251684978906\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.49107142857142855,\n\
\ \"acc_stderr\": 0.04745033255489124,\n \"acc_norm\": 0.49107142857142855,\n\
\ \"acc_norm_stderr\": 0.04745033255489124\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.7766990291262136,\n \"acc_stderr\": 0.04123553189891431,\n\
\ \"acc_norm\": 0.7766990291262136,\n \"acc_norm_stderr\": 0.04123553189891431\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8589743589743589,\n\
\ \"acc_stderr\": 0.022801382534597524,\n \"acc_norm\": 0.8589743589743589,\n\
\ \"acc_norm_stderr\": 0.022801382534597524\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.7,\n \"acc_stderr\": 0.046056618647183814,\n \
\ \"acc_norm\": 0.7,\n \"acc_norm_stderr\": 0.046056618647183814\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.8058748403575989,\n\
\ \"acc_stderr\": 0.014143970276657574,\n \"acc_norm\": 0.8058748403575989,\n\
\ \"acc_norm_stderr\": 0.014143970276657574\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.6878612716763006,\n \"acc_stderr\": 0.024946792225272314,\n\
\ \"acc_norm\": 0.6878612716763006,\n \"acc_norm_stderr\": 0.024946792225272314\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.33743016759776534,\n\
\ \"acc_stderr\": 0.015813901283913048,\n \"acc_norm\": 0.33743016759776534,\n\
\ \"acc_norm_stderr\": 0.015813901283913048\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.7222222222222222,\n \"acc_stderr\": 0.025646863097137897,\n\
\ \"acc_norm\": 0.7222222222222222,\n \"acc_norm_stderr\": 0.025646863097137897\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.662379421221865,\n\
\ \"acc_stderr\": 0.026858825879488544,\n \"acc_norm\": 0.662379421221865,\n\
\ \"acc_norm_stderr\": 0.026858825879488544\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.691358024691358,\n \"acc_stderr\": 0.02570264026060374,\n\
\ \"acc_norm\": 0.691358024691358,\n \"acc_norm_stderr\": 0.02570264026060374\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.5106382978723404,\n \"acc_stderr\": 0.02982074719142244,\n \
\ \"acc_norm\": 0.5106382978723404,\n \"acc_norm_stderr\": 0.02982074719142244\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.45632333767926986,\n\
\ \"acc_stderr\": 0.012721420501462546,\n \"acc_norm\": 0.45632333767926986,\n\
\ \"acc_norm_stderr\": 0.012721420501462546\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.5992647058823529,\n \"acc_stderr\": 0.029768263528933105,\n\
\ \"acc_norm\": 0.5992647058823529,\n \"acc_norm_stderr\": 0.029768263528933105\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.6421568627450981,\n \"acc_stderr\": 0.019393058402355442,\n \
\ \"acc_norm\": 0.6421568627450981,\n \"acc_norm_stderr\": 0.019393058402355442\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6818181818181818,\n\
\ \"acc_stderr\": 0.044612721759105085,\n \"acc_norm\": 0.6818181818181818,\n\
\ \"acc_norm_stderr\": 0.044612721759105085\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.7346938775510204,\n \"acc_stderr\": 0.028263889943784596,\n\
\ \"acc_norm\": 0.7346938775510204,\n \"acc_norm_stderr\": 0.028263889943784596\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.8308457711442786,\n\
\ \"acc_stderr\": 0.026508590656233264,\n \"acc_norm\": 0.8308457711442786,\n\
\ \"acc_norm_stderr\": 0.026508590656233264\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.86,\n \"acc_stderr\": 0.0348735088019777,\n \
\ \"acc_norm\": 0.86,\n \"acc_norm_stderr\": 0.0348735088019777\n },\n\
\ \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.5180722891566265,\n\
\ \"acc_stderr\": 0.03889951252827216,\n \"acc_norm\": 0.5180722891566265,\n\
\ \"acc_norm_stderr\": 0.03889951252827216\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.8245614035087719,\n \"acc_stderr\": 0.029170885500727665,\n\
\ \"acc_norm\": 0.8245614035087719,\n \"acc_norm_stderr\": 0.029170885500727665\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.3329253365973072,\n\
\ \"mc1_stderr\": 0.016497402382012055,\n \"mc2\": 0.49909817615808516,\n\
\ \"mc2_stderr\": 0.014849029663559004\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.77663772691397,\n \"acc_stderr\": 0.011705697565205201\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.5185746777862017,\n \
\ \"acc_stderr\": 0.013762977910317584\n }\n}\n```"
repo_url: https://huggingface.co/Medilora/medilora-mistral-7b
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|arc:challenge|25_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|gsm8k|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hellaswag|10_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-09-16.453203.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T12-09-16.453203.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- '**/details_harness|winogrande|5_2023-12-04T12-09-16.453203.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T12-09-16.453203.parquet'
- config_name: results
data_files:
- split: 2023_12_04T12_09_16.453203
path:
- results_2023-12-04T12-09-16.453203.parquet
- split: latest
path:
- results_2023-12-04T12-09-16.453203.parquet
---
# Dataset Card for Evaluation run of Medilora/medilora-mistral-7b
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/Medilora/medilora-mistral-7b
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [Medilora/medilora-mistral-7b](https://huggingface.co/Medilora/medilora-mistral-7b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_Medilora__medilora-mistral-7b",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T12:09:16.453203](https://huggingface.co/datasets/open-llm-leaderboard/details_Medilora__medilora-mistral-7b/blob/main/results_2023-12-04T12-09-16.453203.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.6225779223336574,
"acc_stderr": 0.03262923869284095,
"acc_norm": 0.6256207177826597,
"acc_norm_stderr": 0.03328227496804697,
"mc1": 0.3329253365973072,
"mc1_stderr": 0.016497402382012055,
"mc2": 0.49909817615808516,
"mc2_stderr": 0.014849029663559004
},
"harness|arc:challenge|25": {
"acc": 0.5861774744027304,
"acc_stderr": 0.014392730009221007,
"acc_norm": 0.6168941979522184,
"acc_norm_stderr": 0.014206472661672874
},
"harness|hellaswag|10": {
"acc": 0.6324437363075085,
"acc_stderr": 0.004811543077792712,
"acc_norm": 0.8313085042820155,
"acc_norm_stderr": 0.003737138752336941
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.27,
"acc_stderr": 0.044619604333847415,
"acc_norm": 0.27,
"acc_norm_stderr": 0.044619604333847415
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.5481481481481482,
"acc_stderr": 0.042992689054808644,
"acc_norm": 0.5481481481481482,
"acc_norm_stderr": 0.042992689054808644
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.6710526315789473,
"acc_stderr": 0.03823428969926604,
"acc_norm": 0.6710526315789473,
"acc_norm_stderr": 0.03823428969926604
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.53,
"acc_stderr": 0.05016135580465919,
"acc_norm": 0.53,
"acc_norm_stderr": 0.05016135580465919
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.660377358490566,
"acc_stderr": 0.029146904747798335,
"acc_norm": 0.660377358490566,
"acc_norm_stderr": 0.029146904747798335
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.7013888888888888,
"acc_stderr": 0.03827052357950756,
"acc_norm": 0.7013888888888888,
"acc_norm_stderr": 0.03827052357950756
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.45,
"acc_stderr": 0.05,
"acc_norm": 0.45,
"acc_norm_stderr": 0.05
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.46,
"acc_stderr": 0.05009082659620333,
"acc_norm": 0.46,
"acc_norm_stderr": 0.05009082659620333
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.32,
"acc_stderr": 0.04688261722621504,
"acc_norm": 0.32,
"acc_norm_stderr": 0.04688261722621504
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.5953757225433526,
"acc_stderr": 0.03742461193887248,
"acc_norm": 0.5953757225433526,
"acc_norm_stderr": 0.03742461193887248
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.4215686274509804,
"acc_stderr": 0.04913595201274498,
"acc_norm": 0.4215686274509804,
"acc_norm_stderr": 0.04913595201274498
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.75,
"acc_stderr": 0.04351941398892446,
"acc_norm": 0.75,
"acc_norm_stderr": 0.04351941398892446
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.5148936170212766,
"acc_stderr": 0.032671518489247764,
"acc_norm": 0.5148936170212766,
"acc_norm_stderr": 0.032671518489247764
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.5350877192982456,
"acc_stderr": 0.046920083813689104,
"acc_norm": 0.5350877192982456,
"acc_norm_stderr": 0.046920083813689104
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.503448275862069,
"acc_stderr": 0.0416656757710158,
"acc_norm": 0.503448275862069,
"acc_norm_stderr": 0.0416656757710158
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.41005291005291006,
"acc_stderr": 0.02533120243894443,
"acc_norm": 0.41005291005291006,
"acc_norm_stderr": 0.02533120243894443
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.42857142857142855,
"acc_stderr": 0.04426266681379909,
"acc_norm": 0.42857142857142855,
"acc_norm_stderr": 0.04426266681379909
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.38,
"acc_stderr": 0.04878317312145633,
"acc_norm": 0.38,
"acc_norm_stderr": 0.04878317312145633
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.7387096774193549,
"acc_stderr": 0.024993053397764815,
"acc_norm": 0.7387096774193549,
"acc_norm_stderr": 0.024993053397764815
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.5221674876847291,
"acc_stderr": 0.03514528562175008,
"acc_norm": 0.5221674876847291,
"acc_norm_stderr": 0.03514528562175008
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.65,
"acc_stderr": 0.047937248544110196,
"acc_norm": 0.65,
"acc_norm_stderr": 0.047937248544110196
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.793939393939394,
"acc_stderr": 0.0315841532404771,
"acc_norm": 0.793939393939394,
"acc_norm_stderr": 0.0315841532404771
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.7676767676767676,
"acc_stderr": 0.030088629490217483,
"acc_norm": 0.7676767676767676,
"acc_norm_stderr": 0.030088629490217483
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.8808290155440415,
"acc_stderr": 0.023381935348121437,
"acc_norm": 0.8808290155440415,
"acc_norm_stderr": 0.023381935348121437
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.6333333333333333,
"acc_stderr": 0.024433016466052466,
"acc_norm": 0.6333333333333333,
"acc_norm_stderr": 0.024433016466052466
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.3074074074074074,
"acc_stderr": 0.028133252578815632,
"acc_norm": 0.3074074074074074,
"acc_norm_stderr": 0.028133252578815632
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.6428571428571429,
"acc_stderr": 0.031124619309328177,
"acc_norm": 0.6428571428571429,
"acc_norm_stderr": 0.031124619309328177
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.3509933774834437,
"acc_stderr": 0.03896981964257375,
"acc_norm": 0.3509933774834437,
"acc_norm_stderr": 0.03896981964257375
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.8293577981651377,
"acc_stderr": 0.016129271025099864,
"acc_norm": 0.8293577981651377,
"acc_norm_stderr": 0.016129271025099864
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.4675925925925926,
"acc_stderr": 0.03402801581358966,
"acc_norm": 0.4675925925925926,
"acc_norm_stderr": 0.03402801581358966
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.8088235294117647,
"acc_stderr": 0.027599174300640766,
"acc_norm": 0.8088235294117647,
"acc_norm_stderr": 0.027599174300640766
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.7848101265822784,
"acc_stderr": 0.026750826994676166,
"acc_norm": 0.7848101265822784,
"acc_norm_stderr": 0.026750826994676166
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6771300448430493,
"acc_stderr": 0.03138147637575499,
"acc_norm": 0.6771300448430493,
"acc_norm_stderr": 0.03138147637575499
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.7633587786259542,
"acc_stderr": 0.03727673575596915,
"acc_norm": 0.7633587786259542,
"acc_norm_stderr": 0.03727673575596915
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.7851239669421488,
"acc_stderr": 0.037494924487096966,
"acc_norm": 0.7851239669421488,
"acc_norm_stderr": 0.037494924487096966
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.7870370370370371,
"acc_stderr": 0.03957835471980981,
"acc_norm": 0.7870370370370371,
"acc_norm_stderr": 0.03957835471980981
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.7300613496932515,
"acc_stderr": 0.034878251684978906,
"acc_norm": 0.7300613496932515,
"acc_norm_stderr": 0.034878251684978906
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.49107142857142855,
"acc_stderr": 0.04745033255489124,
"acc_norm": 0.49107142857142855,
"acc_norm_stderr": 0.04745033255489124
},
"harness|hendrycksTest-management|5": {
"acc": 0.7766990291262136,
"acc_stderr": 0.04123553189891431,
"acc_norm": 0.7766990291262136,
"acc_norm_stderr": 0.04123553189891431
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.8589743589743589,
"acc_stderr": 0.022801382534597524,
"acc_norm": 0.8589743589743589,
"acc_norm_stderr": 0.022801382534597524
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.7,
"acc_stderr": 0.046056618647183814,
"acc_norm": 0.7,
"acc_norm_stderr": 0.046056618647183814
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.8058748403575989,
"acc_stderr": 0.014143970276657574,
"acc_norm": 0.8058748403575989,
"acc_norm_stderr": 0.014143970276657574
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.6878612716763006,
"acc_stderr": 0.024946792225272314,
"acc_norm": 0.6878612716763006,
"acc_norm_stderr": 0.024946792225272314
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.33743016759776534,
"acc_stderr": 0.015813901283913048,
"acc_norm": 0.33743016759776534,
"acc_norm_stderr": 0.015813901283913048
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.7222222222222222,
"acc_stderr": 0.025646863097137897,
"acc_norm": 0.7222222222222222,
"acc_norm_stderr": 0.025646863097137897
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.662379421221865,
"acc_stderr": 0.026858825879488544,
"acc_norm": 0.662379421221865,
"acc_norm_stderr": 0.026858825879488544
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.691358024691358,
"acc_stderr": 0.02570264026060374,
"acc_norm": 0.691358024691358,
"acc_norm_stderr": 0.02570264026060374
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.5106382978723404,
"acc_stderr": 0.02982074719142244,
"acc_norm": 0.5106382978723404,
"acc_norm_stderr": 0.02982074719142244
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.45632333767926986,
"acc_stderr": 0.012721420501462546,
"acc_norm": 0.45632333767926986,
"acc_norm_stderr": 0.012721420501462546
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.5992647058823529,
"acc_stderr": 0.029768263528933105,
"acc_norm": 0.5992647058823529,
"acc_norm_stderr": 0.029768263528933105
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.6421568627450981,
"acc_stderr": 0.019393058402355442,
"acc_norm": 0.6421568627450981,
"acc_norm_stderr": 0.019393058402355442
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6818181818181818,
"acc_stderr": 0.044612721759105085,
"acc_norm": 0.6818181818181818,
"acc_norm_stderr": 0.044612721759105085
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.7346938775510204,
"acc_stderr": 0.028263889943784596,
"acc_norm": 0.7346938775510204,
"acc_norm_stderr": 0.028263889943784596
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.8308457711442786,
"acc_stderr": 0.026508590656233264,
"acc_norm": 0.8308457711442786,
"acc_norm_stderr": 0.026508590656233264
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.86,
"acc_stderr": 0.0348735088019777,
"acc_norm": 0.86,
"acc_norm_stderr": 0.0348735088019777
},
"harness|hendrycksTest-virology|5": {
"acc": 0.5180722891566265,
"acc_stderr": 0.03889951252827216,
"acc_norm": 0.5180722891566265,
"acc_norm_stderr": 0.03889951252827216
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.8245614035087719,
"acc_stderr": 0.029170885500727665,
"acc_norm": 0.8245614035087719,
"acc_norm_stderr": 0.029170885500727665
},
"harness|truthfulqa:mc|0": {
"mc1": 0.3329253365973072,
"mc1_stderr": 0.016497402382012055,
"mc2": 0.49909817615808516,
"mc2_stderr": 0.014849029663559004
},
"harness|winogrande|5": {
"acc": 0.77663772691397,
"acc_stderr": 0.011705697565205201
},
"harness|gsm8k|5": {
"acc": 0.5185746777862017,
"acc_stderr": 0.013762977910317584
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7253748178482056,
-0.841609537601471,
0.2702079117298126,
0.22205601632595062,
-0.1939278244972229,
-0.0845227912068367,
0.03196731209754944,
-0.21498098969459534,
0.5603115558624268,
-0.047959618270397186,
-0.4723096787929535,
-0.7145764827728271,
-0.4262929856777191,
0.24911364912986755,
-0.005792214069515467,
0.8304771184921265,
-0.19443854689598083,
-0.09852861613035202,
0.10760573297739029,
-0.05672001466155052,
-0.25751322507858276,
-0.3555845618247986,
-0.5113586783409119,
-0.36003634333610535,
0.22502949833869934,
0.3934817314147949,
0.43511873483657837,
0.8213024139404297,
0.7003840804100037,
0.30037540197372437,
-0.32861512899398804,
-0.008314123377203941,
-0.1731710284948349,
-0.3049282431602478,
0.4022190570831299,
-0.3682350814342499,
-0.8451035022735596,
0.2990683615207672,
0.7624674439430237,
0.6294438242912292,
-0.11637246608734131,
0.3045222759246826,
0.031343650072813034,
0.6041486263275146,
-0.34475091099739075,
0.04730667918920517,
-0.26432785391807556,
0.22869518399238586,
-0.2125241905450821,
-0.2728463113307953,
-0.31403210759162903,
-0.2453715205192566,
-0.1476430892944336,
-0.8670471906661987,
0.2595977187156677,
0.31103643774986267,
1.5456687211990356,
-0.1354314237833023,
-0.23041531443595886,
0.11843215674161911,
-0.11272038519382477,
1.0059856176376343,
-0.8797162175178528,
0.3471027910709381,
0.7636555433273315,
0.15186303853988647,
-0.18274371325969696,
-0.5971037149429321,
-0.6076207160949707,
0.10044590383768082,
-0.35375040769577026,
0.3503206670284271,
-0.0681099072098732,
-0.17197185754776,
0.3797922730445862,
0.6568693518638611,
-0.6524094343185425,
0.15688969194889069,
-0.6936797499656677,
-0.15218515694141388,
1.0379916429519653,
0.35808297991752625,
0.052604611963033676,
-0.33523210883140564,
-0.6910310387611389,
-0.6477259993553162,
-0.4040567874908447,
0.28437843918800354,
0.4121791124343872,
0.3316519260406494,
-0.4115428924560547,
0.6805709004402161,
-0.3943273425102234,
0.5995467901229858,
0.4078923463821411,
-0.005504639819264412,
0.9108137488365173,
-0.6187254786491394,
-0.5694980025291443,
-0.05863075703382492,
1.1064296960830688,
0.5905718803405762,
0.03592099994421005,
0.2369270920753479,
0.0030842956621199846,
-0.08117314428091049,
0.021343864500522614,
-0.8610668182373047,
-0.28209206461906433,
0.17480480670928955,
-0.4396979510784149,
-0.5230950117111206,
0.3356892764568329,
-0.8578675985336304,
0.1332901120185852,
-0.04105447605252266,
0.42777326703071594,
-0.48339635133743286,
-0.11348801106214523,
0.27543747425079346,
-0.4113050103187561,
0.8221424221992493,
-0.1655670702457428,
-0.7643228769302368,
0.3903678357601166,
0.5003204941749573,
0.7597951292991638,
-0.09132124483585358,
-0.4463091790676117,
-0.09122417867183685,
-0.11864952743053436,
-0.28599709272384644,
0.5588846206665039,
-0.25660181045532227,
-0.4144228994846344,
-0.2923215329647064,
0.31394249200820923,
-0.28731590509414673,
-0.34174907207489014,
0.7619171142578125,
-0.2117057740688324,
0.26311734318733215,
-0.4196934401988983,
-0.6244106888771057,
0.1091097816824913,
0.3768053352832794,
-0.4367208778858185,
1.2807972431182861,
0.26041126251220703,
-0.8652685284614563,
0.42143917083740234,
-0.5968999266624451,
-0.1389096975326538,
-0.03805246576666832,
-0.04635313153266907,
-0.7949971556663513,
-0.2627430558204651,
0.16945891082286835,
0.4160831868648529,
-0.17399783432483673,
-0.1094515398144722,
-0.3879314064979553,
-0.35966214537620544,
0.37242966890335083,
-0.20687070488929749,
1.225105881690979,
-0.014647684060037136,
-0.7392834424972534,
-0.11872341483831406,
-1.256631851196289,
0.30849459767341614,
0.17736607789993286,
-0.397392213344574,
-0.19809786975383759,
-0.47620469331741333,
0.00015745838754810393,
0.2178899496793747,
0.29009851813316345,
-0.8117737174034119,
0.2822568714618683,
-0.3809483051300049,
0.15748527646064758,
1.2765686511993408,
0.01554474513977766,
0.1217532604932785,
-0.5920799970626831,
0.5441416501998901,
0.20984847843647003,
0.22995273768901825,
0.3969096541404724,
-0.5945053696632385,
-0.7828789949417114,
-0.5267108678817749,
-0.03919832780957222,
0.5990052223205566,
-0.20594677329063416,
1.1178215742111206,
0.09863115847110748,
-0.9163061380386353,
-0.48906776309013367,
-0.1623474359512329,
0.5018755793571472,
0.8096058368682861,
0.593706488609314,
-0.030804522335529327,
-0.6199796199798584,
-1.1179561614990234,
-0.2992531955242157,
-0.14535608887672424,
0.14612659811973572,
0.2076365053653717,
1.0085645914077759,
-0.24158303439617157,
0.5739363431930542,
-1.036573052406311,
-0.20190787315368652,
0.1703692227602005,
-0.07988890260457993,
0.8510813117027283,
0.7544960379600525,
0.6034926176071167,
-0.6626248955726624,
-0.5246959328651428,
0.18704970180988312,
-0.8850722908973694,
-0.09557144343852997,
0.14558672904968262,
-0.32439088821411133,
0.13301782310009003,
0.1224851906299591,
-0.6996331214904785,
0.5255246162414551,
0.24333003163337708,
-1.0921869277954102,
1.0343226194381714,
-0.37073472142219543,
0.5858314037322998,
-1.0500813722610474,
0.19893816113471985,
-0.07474951446056366,
0.05741628259420395,
-0.4929104745388031,
-0.009055320173501968,
0.10521727800369263,
0.4550877511501312,
-0.5225358009338379,
0.8064102530479431,
-0.6847418546676636,
-0.04516972228884697,
0.4739958345890045,
0.09345467388629913,
-0.1367000937461853,
0.37225931882858276,
-0.2522611916065216,
0.784809410572052,
0.7834985852241516,
-0.47472697496414185,
0.5209653973579407,
0.3930245339870453,
-0.18894201517105103,
0.743241548538208,
-0.4999237060546875,
-0.3276892602443695,
0.28323084115982056,
-0.07269910722970963,
-0.8163033723831177,
-0.47615885734558105,
0.0392913818359375,
-0.5944929718971252,
-0.09862800687551498,
0.36222150921821594,
-0.26334813237190247,
-0.8079430460929871,
-0.953987717628479,
0.3501085042953491,
0.7221093773841858,
-0.42814111709594727,
-0.17389748990535736,
0.05073308199644089,
0.11245181411504745,
-0.8409412503242493,
-0.8070454597473145,
-0.5173171162605286,
-0.25100305676460266,
-0.7239910364151001,
0.3120279312133789,
-0.28181561827659607,
-0.27027153968811035,
-0.09866691380739212,
-0.22824615240097046,
-0.3445366621017456,
0.0019388225628063083,
0.13877733051776886,
0.6787810325622559,
-0.4312663972377777,
-0.3001548945903778,
-0.221692755818367,
-0.19025705754756927,
0.24098093807697296,
-0.10552025586366653,
0.3683762550354004,
-0.4608727693557739,
-0.39609700441360474,
-0.42543259263038635,
-0.021547308191657066,
0.7652167081832886,
-0.08808375149965286,
0.7510822415351868,
0.4338047504425049,
-0.31323641538619995,
-0.002674330957233906,
-0.29873648285865784,
-0.25591614842414856,
-0.578646183013916,
0.23782311379909515,
-0.49839088320732117,
-1.0356327295303345,
0.8147046566009521,
0.5237088203430176,
0.06992144882678986,
1.1575353145599365,
0.6048193573951721,
-0.28836148977279663,
1.0372318029403687,
0.0539882555603981,
0.3273651599884033,
0.38631007075309753,
-0.6717525720596313,
0.08193837851285934,
-0.9207228422164917,
-0.3180999457836151,
-0.5998239517211914,
-0.4814760684967041,
-0.7373203635215759,
-0.06833920627832413,
0.3078538477420807,
0.13601884245872498,
-0.6750309467315674,
0.5392110347747803,
-0.8487033247947693,
0.5692177414894104,
0.5500312447547913,
0.27681249380111694,
0.1568090319633484,
-0.13827335834503174,
-0.41714462637901306,
-0.12103597074747086,
-0.4791472256183624,
-0.247080460190773,
1.2277048826217651,
0.29152199625968933,
0.7666234374046326,
0.07069575041532516,
0.8891735076904297,
0.0937545895576477,
-0.03850703686475754,
-0.5630717873573303,
0.6089723706245422,
0.11585292965173721,
-0.7923402190208435,
-0.402872234582901,
-0.5164642333984375,
-1.130439043045044,
0.4472588896751404,
-0.14965780079364777,
-0.8159588575363159,
0.1270202100276947,
0.040029607713222504,
-0.19217711687088013,
0.4721882939338684,
-0.5508151650428772,
0.8529287576675415,
-0.11947930604219437,
-0.46255114674568176,
0.1132134199142456,
-0.8323163390159607,
0.4654274582862854,
0.19786608219146729,
0.27813592553138733,
0.05716819688677788,
0.25825467705726624,
1.2007484436035156,
-0.8198772668838501,
0.43333807587623596,
0.07181639224290848,
0.045179251581430435,
0.297805517911911,
-0.19262270629405975,
0.47051337361335754,
0.04964778199791908,
-0.0033389171585440636,
-0.13854928314685822,
0.3116005063056946,
-0.8726658821105957,
-0.062476012855768204,
0.9157397150993347,
-0.9392136931419373,
-0.572222113609314,
-0.9121355414390564,
-0.5240859985351562,
0.09234925359487534,
0.5817865133285522,
0.3894667327404022,
0.5894016027450562,
-0.0126021858304739,
0.46488121151924133,
0.8686860799789429,
-0.12728315591812134,
0.6013834476470947,
0.2625475525856018,
0.10032076388597488,
-0.6995200514793396,
0.8339712023735046,
0.08064770698547363,
0.3376777172088623,
0.26563340425491333,
0.39251309633255005,
-0.537564754486084,
-0.20153318345546722,
-0.22482667863368988,
0.5487064719200134,
-0.6182424426078796,
-0.2791841924190521,
-0.36055031418800354,
-0.36568981409072876,
-0.7353243827819824,
-0.6366326212882996,
-0.3042222857475281,
-0.5066763162612915,
-0.4744134545326233,
-0.4724789261817932,
0.5589686632156372,
0.49006035923957825,
-0.35979634523391724,
0.03183082118630409,
-0.5156072378158569,
0.2395949810743332,
0.29764312505722046,
0.5603158473968506,
-0.41047388315200806,
-0.5559863448143005,
0.050528526306152344,
-0.15345950424671173,
-0.5682222843170166,
-0.9774672389030457,
0.3584909439086914,
-0.08764816075563431,
0.5327150225639343,
0.5984934568405151,
0.050962820649147034,
0.8268288373947144,
-0.21359892189502716,
1.0257774591445923,
0.3365634083747864,
-0.750044047832489,
0.7238789200782776,
-0.34812691807746887,
0.16861270368099213,
0.6236264705657959,
0.15031923353672028,
-0.18797153234481812,
-0.6850308775901794,
-1.3483936786651611,
-0.7787281274795532,
0.6461459994316101,
0.4026740491390228,
-0.29030776023864746,
0.052854787558317184,
0.1439887136220932,
-0.30459311604499817,
-0.15386852622032166,
-0.6805835366249084,
-0.8930177092552185,
-0.12579837441444397,
-0.537708044052124,
0.09386689215898514,
0.03354990482330322,
-0.39994123578071594,
-0.8102695345878601,
0.9169019460678101,
0.02583916112780571,
0.5786476135253906,
0.48917004466056824,
0.08916588127613068,
0.07819297909736633,
0.49156200885772705,
0.969728946685791,
0.762408971786499,
-0.45676514506340027,
0.4379275143146515,
0.40598294138908386,
-1.0647557973861694,
0.46173375844955444,
0.3511642515659332,
-0.06450606137514114,
-0.014858946204185486,
0.4697125256061554,
0.3911568820476532,
0.04164847731590271,
-0.1995268315076828,
0.6175487637519836,
-0.05230570584535599,
-0.5498310923576355,
-0.3831086754798889,
0.07189475744962692,
-0.13015441596508026,
-0.0023422238882631063,
0.37663429975509644,
-0.1367529332637787,
-0.028302855789661407,
-0.4681752026081085,
0.45244765281677246,
0.3452928960323334,
-0.494952917098999,
-0.14676745235919952,
0.7124207615852356,
-0.19164258241653442,
-0.12408272922039032,
0.2902643084526062,
-0.14017215371131897,
-0.622543454170227,
1.1420031785964966,
0.6117266416549683,
0.6739754676818848,
-0.3026050329208374,
-0.08923185616731644,
0.8983809947967529,
0.40624114871025085,
-0.06437742710113525,
0.5665658712387085,
0.3509284257888794,
-0.22853489220142365,
0.1998298466205597,
-0.869864284992218,
-0.01622754894196987,
0.16642042994499207,
-0.8294478058815002,
0.32658907771110535,
-0.5107854008674622,
-0.1948380023241043,
-0.0008196216076612473,
0.3851237893104553,
-0.43646374344825745,
0.5601974129676819,
-0.45763665437698364,
1.2392750978469849,
-1.0047848224639893,
0.6872383952140808,
0.7846072912216187,
-0.5452575087547302,
-1.0565556287765503,
-0.5918548107147217,
-0.01303376629948616,
-0.7858813405036926,
0.5479974150657654,
-0.049821965396404266,
0.17568401992321014,
-0.08731862902641296,
-0.7235077619552612,
-0.8821967244148254,
1.4086132049560547,
-0.043559808284044266,
-0.4025934636592865,
0.24325740337371826,
-0.08843057602643967,
0.4690950810909271,
0.12142939865589142,
0.5740334987640381,
0.742657482624054,
0.7953914403915405,
-0.10521086305379868,
-0.7529597878456116,
0.3247188925743103,
-0.5185472965240479,
-0.3250511884689331,
0.493022620677948,
-0.8998699188232422,
1.236319899559021,
0.024314280599355698,
0.2541043758392334,
-0.1940048635005951,
0.6360687613487244,
0.80909264087677,
0.3123151659965515,
0.3547288477420807,
0.9143503308296204,
0.8412967324256897,
-0.4806787073612213,
1.0216052532196045,
-0.2160574495792389,
0.8683767914772034,
0.6654800772666931,
0.2791104316711426,
0.7820475697517395,
0.6825133562088013,
-0.5340372920036316,
0.5337518453598022,
0.8180751800537109,
-0.30273932218551636,
0.3856736421585083,
0.27648958563804626,
-0.1445772796869278,
-0.13161562383174896,
0.4322303235530853,
-0.9076642990112305,
0.10549040883779526,
0.08280593901872635,
-0.404049277305603,
0.07642354816198349,
-0.43652236461639404,
0.34462791681289673,
-0.07973995804786682,
-0.054769791662693024,
0.3638615906238556,
0.04992267116904259,
-0.45506706833839417,
0.9762505888938904,
-0.14278417825698853,
0.7377997040748596,
-0.5179075002670288,
-0.11652359366416931,
-0.38290584087371826,
0.630412220954895,
-0.43757399916648865,
-1.0271838903427124,
0.12004004418849945,
0.07698345184326172,
-0.1414320170879364,
-0.16914328932762146,
0.6951583027839661,
-0.20937186479568481,
-0.7809503674507141,
0.09909211099147797,
0.07226739823818207,
0.11083737015724182,
0.5249779224395752,
-0.6738943457603455,
-0.3482777774333954,
-0.05545751377940178,
-0.5336400866508484,
0.11553177237510681,
0.33604514598846436,
0.27969878911972046,
0.5535126328468323,
0.6464720964431763,
0.1873812973499298,
0.41473349928855896,
-0.5375187397003174,
0.8208733797073364,
-1.0454410314559937,
-0.733013391494751,
-0.9247693419456482,
0.4596530497074127,
-0.32115188241004944,
-0.8911069631576538,
0.9689822196960449,
1.0641708374023438,
0.8703563213348389,
-0.03292405977845192,
0.6379882097244263,
-0.35985440015792847,
0.27663975954055786,
-0.4157458245754242,
0.9488597512245178,
-0.8145152926445007,
-0.23213274776935577,
-0.2830184996128082,
-0.7051318883895874,
-0.3815065324306488,
0.8614319562911987,
-0.15323768556118011,
0.02434895932674408,
1.0940377712249756,
0.6692350506782532,
-0.12927764654159546,
0.0020055000204592943,
-0.038959335535764694,
0.5917125344276428,
0.3747512102127075,
1.0109533071517944,
0.6525184512138367,
-0.7808682322502136,
0.3203749358654022,
-0.4974821209907532,
-0.4390135407447815,
-0.380967915058136,
-0.45232802629470825,
-0.8946331143379211,
-0.4911074936389923,
-0.18318700790405273,
-0.6409125924110413,
-0.13162073493003845,
1.014830470085144,
0.42961469292640686,
-0.8917783498764038,
-0.4313681721687317,
-0.08509868383407593,
0.17102356255054474,
-0.5915170907974243,
-0.40821266174316406,
0.7380849719047546,
-0.11211410909891129,
-0.5248658061027527,
0.16220039129257202,
-0.14597073197364807,
0.23515574634075165,
0.10064737498760223,
-0.4020675718784332,
-0.6921042203903198,
0.020435383543372154,
0.44163060188293457,
0.3212312161922455,
-0.6997774243354797,
-0.6876745223999023,
0.30721622705459595,
-0.5467811822891235,
0.421747624874115,
-0.022599533200263977,
-0.5000641345977783,
0.04899676889181137,
0.7042657732963562,
0.4618961215019226,
0.6505479216575623,
-0.03172026947140694,
0.09102265536785126,
-0.6219797134399414,
0.1808980107307434,
-0.011881942860782146,
0.2994377315044403,
-0.04365842416882515,
-0.3012649714946747,
0.775151252746582,
0.6805871725082397,
-0.5283137559890747,
-1.0723649263381958,
-0.4619050621986389,
-1.4442898035049438,
-0.01706741750240326,
1.077914834022522,
0.004225160926580429,
-0.5241705775260925,
0.2516230344772339,
-0.2000788301229477,
0.1765875667333603,
-0.3229607343673706,
0.7695867419242859,
0.7835881114006042,
-0.3695562481880188,
0.13085024058818817,
-0.6601144671440125,
0.3994756042957306,
0.5099909901618958,
-1.2037322521209717,
-0.10741975903511047,
0.2644880414009094,
0.323633074760437,
0.33746010065078735,
0.6537438631057739,
-0.13152585923671722,
0.29253536462783813,
0.20276185870170593,
0.032209012657403946,
0.011524131521582603,
0.06598706543445587,
-0.26494789123535156,
0.09130271524190903,
-0.2344088852405548,
-0.47324898838996887
]
|
lawful-good-project/ipc_decisions_4k | lawful-good-project | 2023-12-04T12:26:05Z | 0 | 0 | [
"license:gpl-3.0",
"region:us"
]
| null | 2023-12-04T12:24:57Z | ---
license: gpl-3.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
satyambarnwal/balcony8 | satyambarnwal | 2023-12-04T12:37:51Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:37:48Z | ---
dataset_info:
features:
- name: original_image
dtype: image
- name: edit_prompt
dtype: string
- name: output_image
dtype: image
splits:
- name: train
num_bytes: 56784678.0
num_examples: 63
download_size: 29126186
dataset_size: 56784678.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
kedarphutane/ism_usecase_sample_dataset | kedarphutane | 2023-12-04T12:38:42Z | 0 | 0 | [
"license:mit",
"region:us"
]
| null | 2023-12-04T12:38:42Z | ---
license: mit
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
open-llm-leaderboard/details_TheBloke__orca_mini_v3_13B-GPTQ | open-llm-leaderboard | 2023-12-04T12:42:53Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:42:00Z | ---
pretty_name: Evaluation run of TheBloke/orca_mini_v3_13B-GPTQ
dataset_summary: "Dataset automatically created during the evaluation run of model\
\ [TheBloke/orca_mini_v3_13B-GPTQ](https://huggingface.co/TheBloke/orca_mini_v3_13B-GPTQ)\
\ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
\nThe dataset is composed of 63 configuration, each one coresponding to one of the\
\ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
\ found as a specific split in each configuration, the split being named using the\
\ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
\nAn additional configuration \"results\" store all the aggregated results of the\
\ run (and is used to compute and display the aggregated metrics on the [Open LLM\
\ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
\nTo load the details from a run, you can for instance do the following:\n```python\n\
from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_TheBloke__orca_mini_v3_13B-GPTQ\"\
,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
These are the [latest results from run 2023-12-04T12:38:59.699618](https://huggingface.co/datasets/open-llm-leaderboard/details_TheBloke__orca_mini_v3_13B-GPTQ/blob/main/results_2023-12-04T12-38-59.699618.json)(note\
\ that their might be results for other tasks in the repos if successive evals didn't\
\ cover the same tasks. You find each in the results and the \"latest\" split for\
\ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5613401785987572,\n\
\ \"acc_stderr\": 0.033576900106646816,\n \"acc_norm\": 0.5663280514839403,\n\
\ \"acc_norm_stderr\": 0.0342786577705747,\n \"mc1\": 0.3561811505507956,\n\
\ \"mc1_stderr\": 0.016763790728446335,\n \"mc2\": 0.4922092515317753,\n\
\ \"mc2_stderr\": 0.015510989644544924\n },\n \"harness|arc:challenge|25\"\
: {\n \"acc\": 0.5930034129692833,\n \"acc_stderr\": 0.01435639941800912,\n\
\ \"acc_norm\": 0.6194539249146758,\n \"acc_norm_stderr\": 0.014188277712349814\n\
\ },\n \"harness|hellaswag|10\": {\n \"acc\": 0.617805218084047,\n\
\ \"acc_stderr\": 0.004849306998727771,\n \"acc_norm\": 0.81557458673571,\n\
\ \"acc_norm_stderr\": 0.003870381199967957\n },\n \"harness|hendrycksTest-abstract_algebra|5\"\
: {\n \"acc\": 0.3,\n \"acc_stderr\": 0.04605661864718381,\n \
\ \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.04605661864718381\n },\n\
\ \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.4740740740740741,\n\
\ \"acc_stderr\": 0.04313531696750574,\n \"acc_norm\": 0.4740740740740741,\n\
\ \"acc_norm_stderr\": 0.04313531696750574\n },\n \"harness|hendrycksTest-astronomy|5\"\
: {\n \"acc\": 0.5,\n \"acc_stderr\": 0.04068942293855797,\n \
\ \"acc_norm\": 0.5,\n \"acc_norm_stderr\": 0.04068942293855797\n },\n\
\ \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.61,\n \
\ \"acc_stderr\": 0.04902071300001975,\n \"acc_norm\": 0.61,\n \
\ \"acc_norm_stderr\": 0.04902071300001975\n },\n \"harness|hendrycksTest-clinical_knowledge|5\"\
: {\n \"acc\": 0.6188679245283019,\n \"acc_stderr\": 0.029890609686286637,\n\
\ \"acc_norm\": 0.6188679245283019,\n \"acc_norm_stderr\": 0.029890609686286637\n\
\ },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.5902777777777778,\n\
\ \"acc_stderr\": 0.041124909746707884,\n \"acc_norm\": 0.5902777777777778,\n\
\ \"acc_norm_stderr\": 0.041124909746707884\n },\n \"harness|hendrycksTest-college_chemistry|5\"\
: {\n \"acc\": 0.38,\n \"acc_stderr\": 0.04878317312145633,\n \
\ \"acc_norm\": 0.38,\n \"acc_norm_stderr\": 0.04878317312145633\n \
\ },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\"\
: 0.44,\n \"acc_stderr\": 0.049888765156985884,\n \"acc_norm\": 0.44,\n\
\ \"acc_norm_stderr\": 0.049888765156985884\n },\n \"harness|hendrycksTest-college_mathematics|5\"\
: {\n \"acc\": 0.34,\n \"acc_stderr\": 0.04760952285695235,\n \
\ \"acc_norm\": 0.34,\n \"acc_norm_stderr\": 0.04760952285695235\n \
\ },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.4913294797687861,\n\
\ \"acc_stderr\": 0.03811890988940412,\n \"acc_norm\": 0.4913294797687861,\n\
\ \"acc_norm_stderr\": 0.03811890988940412\n },\n \"harness|hendrycksTest-college_physics|5\"\
: {\n \"acc\": 0.29411764705882354,\n \"acc_stderr\": 0.04533838195929776,\n\
\ \"acc_norm\": 0.29411764705882354,\n \"acc_norm_stderr\": 0.04533838195929776\n\
\ },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\":\
\ 0.74,\n \"acc_stderr\": 0.0440844002276808,\n \"acc_norm\": 0.74,\n\
\ \"acc_norm_stderr\": 0.0440844002276808\n },\n \"harness|hendrycksTest-conceptual_physics|5\"\
: {\n \"acc\": 0.4808510638297872,\n \"acc_stderr\": 0.03266204299064678,\n\
\ \"acc_norm\": 0.4808510638297872,\n \"acc_norm_stderr\": 0.03266204299064678\n\
\ },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.2894736842105263,\n\
\ \"acc_stderr\": 0.04266339443159394,\n \"acc_norm\": 0.2894736842105263,\n\
\ \"acc_norm_stderr\": 0.04266339443159394\n },\n \"harness|hendrycksTest-electrical_engineering|5\"\
: {\n \"acc\": 0.5103448275862069,\n \"acc_stderr\": 0.04165774775728763,\n\
\ \"acc_norm\": 0.5103448275862069,\n \"acc_norm_stderr\": 0.04165774775728763\n\
\ },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\"\
: 0.30952380952380953,\n \"acc_stderr\": 0.023809523809523846,\n \"\
acc_norm\": 0.30952380952380953,\n \"acc_norm_stderr\": 0.023809523809523846\n\
\ },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.3333333333333333,\n\
\ \"acc_stderr\": 0.04216370213557836,\n \"acc_norm\": 0.3333333333333333,\n\
\ \"acc_norm_stderr\": 0.04216370213557836\n },\n \"harness|hendrycksTest-global_facts|5\"\
: {\n \"acc\": 0.39,\n \"acc_stderr\": 0.04902071300001974,\n \
\ \"acc_norm\": 0.39,\n \"acc_norm_stderr\": 0.04902071300001974\n \
\ },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.6387096774193548,\n\
\ \"acc_stderr\": 0.02732754844795754,\n \"acc_norm\": 0.6387096774193548,\n\
\ \"acc_norm_stderr\": 0.02732754844795754\n },\n \"harness|hendrycksTest-high_school_chemistry|5\"\
: {\n \"acc\": 0.43842364532019706,\n \"acc_stderr\": 0.03491207857486519,\n\
\ \"acc_norm\": 0.43842364532019706,\n \"acc_norm_stderr\": 0.03491207857486519\n\
\ },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \
\ \"acc\": 0.6,\n \"acc_stderr\": 0.049236596391733084,\n \"acc_norm\"\
: 0.6,\n \"acc_norm_stderr\": 0.049236596391733084\n },\n \"harness|hendrycksTest-high_school_european_history|5\"\
: {\n \"acc\": 0.6848484848484848,\n \"acc_stderr\": 0.0362773057502241,\n\
\ \"acc_norm\": 0.6848484848484848,\n \"acc_norm_stderr\": 0.0362773057502241\n\
\ },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\"\
: 0.7373737373737373,\n \"acc_stderr\": 0.03135305009533086,\n \"\
acc_norm\": 0.7373737373737373,\n \"acc_norm_stderr\": 0.03135305009533086\n\
\ },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n\
\ \"acc\": 0.8082901554404145,\n \"acc_stderr\": 0.02840895362624527,\n\
\ \"acc_norm\": 0.8082901554404145,\n \"acc_norm_stderr\": 0.02840895362624527\n\
\ },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \
\ \"acc\": 0.541025641025641,\n \"acc_stderr\": 0.025265525491284295,\n \
\ \"acc_norm\": 0.541025641025641,\n \"acc_norm_stderr\": 0.025265525491284295\n\
\ },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"\
acc\": 0.3148148148148148,\n \"acc_stderr\": 0.02831753349606647,\n \
\ \"acc_norm\": 0.3148148148148148,\n \"acc_norm_stderr\": 0.02831753349606647\n\
\ },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \
\ \"acc\": 0.5840336134453782,\n \"acc_stderr\": 0.032016501007396114,\n\
\ \"acc_norm\": 0.5840336134453782,\n \"acc_norm_stderr\": 0.032016501007396114\n\
\ },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\"\
: 0.2847682119205298,\n \"acc_stderr\": 0.03684881521389024,\n \"\
acc_norm\": 0.2847682119205298,\n \"acc_norm_stderr\": 0.03684881521389024\n\
\ },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\"\
: 0.7541284403669725,\n \"acc_stderr\": 0.018461940968708436,\n \"\
acc_norm\": 0.7541284403669725,\n \"acc_norm_stderr\": 0.018461940968708436\n\
\ },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\"\
: 0.4861111111111111,\n \"acc_stderr\": 0.03408655867977749,\n \"\
acc_norm\": 0.4861111111111111,\n \"acc_norm_stderr\": 0.03408655867977749\n\
\ },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\"\
: 0.7352941176470589,\n \"acc_stderr\": 0.030964517926923403,\n \"\
acc_norm\": 0.7352941176470589,\n \"acc_norm_stderr\": 0.030964517926923403\n\
\ },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"\
acc\": 0.7637130801687764,\n \"acc_stderr\": 0.027652153144159256,\n \
\ \"acc_norm\": 0.7637130801687764,\n \"acc_norm_stderr\": 0.027652153144159256\n\
\ },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6278026905829597,\n\
\ \"acc_stderr\": 0.03244305283008731,\n \"acc_norm\": 0.6278026905829597,\n\
\ \"acc_norm_stderr\": 0.03244305283008731\n },\n \"harness|hendrycksTest-human_sexuality|5\"\
: {\n \"acc\": 0.6564885496183206,\n \"acc_stderr\": 0.041649760719448786,\n\
\ \"acc_norm\": 0.6564885496183206,\n \"acc_norm_stderr\": 0.041649760719448786\n\
\ },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\":\
\ 0.743801652892562,\n \"acc_stderr\": 0.03984979653302872,\n \"acc_norm\"\
: 0.743801652892562,\n \"acc_norm_stderr\": 0.03984979653302872\n },\n\
\ \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.75,\n \
\ \"acc_stderr\": 0.04186091791394607,\n \"acc_norm\": 0.75,\n \
\ \"acc_norm_stderr\": 0.04186091791394607\n },\n \"harness|hendrycksTest-logical_fallacies|5\"\
: {\n \"acc\": 0.6748466257668712,\n \"acc_stderr\": 0.036803503712864616,\n\
\ \"acc_norm\": 0.6748466257668712,\n \"acc_norm_stderr\": 0.036803503712864616\n\
\ },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.3482142857142857,\n\
\ \"acc_stderr\": 0.04521829902833585,\n \"acc_norm\": 0.3482142857142857,\n\
\ \"acc_norm_stderr\": 0.04521829902833585\n },\n \"harness|hendrycksTest-management|5\"\
: {\n \"acc\": 0.7669902912621359,\n \"acc_stderr\": 0.04185832598928315,\n\
\ \"acc_norm\": 0.7669902912621359,\n \"acc_norm_stderr\": 0.04185832598928315\n\
\ },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.7777777777777778,\n\
\ \"acc_stderr\": 0.0272360139461967,\n \"acc_norm\": 0.7777777777777778,\n\
\ \"acc_norm_stderr\": 0.0272360139461967\n },\n \"harness|hendrycksTest-medical_genetics|5\"\
: {\n \"acc\": 0.61,\n \"acc_stderr\": 0.04902071300001975,\n \
\ \"acc_norm\": 0.61,\n \"acc_norm_stderr\": 0.04902071300001975\n \
\ },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.756066411238825,\n\
\ \"acc_stderr\": 0.015357212665829461,\n \"acc_norm\": 0.756066411238825,\n\
\ \"acc_norm_stderr\": 0.015357212665829461\n },\n \"harness|hendrycksTest-moral_disputes|5\"\
: {\n \"acc\": 0.6473988439306358,\n \"acc_stderr\": 0.025722802200895803,\n\
\ \"acc_norm\": 0.6473988439306358,\n \"acc_norm_stderr\": 0.025722802200895803\n\
\ },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.3787709497206704,\n\
\ \"acc_stderr\": 0.016223533510365113,\n \"acc_norm\": 0.3787709497206704,\n\
\ \"acc_norm_stderr\": 0.016223533510365113\n },\n \"harness|hendrycksTest-nutrition|5\"\
: {\n \"acc\": 0.6078431372549019,\n \"acc_stderr\": 0.027956046165424516,\n\
\ \"acc_norm\": 0.6078431372549019,\n \"acc_norm_stderr\": 0.027956046165424516\n\
\ },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6655948553054662,\n\
\ \"acc_stderr\": 0.026795422327893934,\n \"acc_norm\": 0.6655948553054662,\n\
\ \"acc_norm_stderr\": 0.026795422327893934\n },\n \"harness|hendrycksTest-prehistory|5\"\
: {\n \"acc\": 0.6327160493827161,\n \"acc_stderr\": 0.0268228017595079,\n\
\ \"acc_norm\": 0.6327160493827161,\n \"acc_norm_stderr\": 0.0268228017595079\n\
\ },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"\
acc\": 0.40425531914893614,\n \"acc_stderr\": 0.029275532159704725,\n \
\ \"acc_norm\": 0.40425531914893614,\n \"acc_norm_stderr\": 0.029275532159704725\n\
\ },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.4198174706649283,\n\
\ \"acc_stderr\": 0.012604960816087377,\n \"acc_norm\": 0.4198174706649283,\n\
\ \"acc_norm_stderr\": 0.012604960816087377\n },\n \"harness|hendrycksTest-professional_medicine|5\"\
: {\n \"acc\": 0.5147058823529411,\n \"acc_stderr\": 0.03035969707904612,\n\
\ \"acc_norm\": 0.5147058823529411,\n \"acc_norm_stderr\": 0.03035969707904612\n\
\ },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"\
acc\": 0.5669934640522876,\n \"acc_stderr\": 0.020045442473324227,\n \
\ \"acc_norm\": 0.5669934640522876,\n \"acc_norm_stderr\": 0.020045442473324227\n\
\ },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6,\n\
\ \"acc_stderr\": 0.0469237132203465,\n \"acc_norm\": 0.6,\n \
\ \"acc_norm_stderr\": 0.0469237132203465\n },\n \"harness|hendrycksTest-security_studies|5\"\
: {\n \"acc\": 0.6530612244897959,\n \"acc_stderr\": 0.030472526026726496,\n\
\ \"acc_norm\": 0.6530612244897959,\n \"acc_norm_stderr\": 0.030472526026726496\n\
\ },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.6616915422885572,\n\
\ \"acc_stderr\": 0.033455630703391935,\n \"acc_norm\": 0.6616915422885572,\n\
\ \"acc_norm_stderr\": 0.033455630703391935\n },\n \"harness|hendrycksTest-us_foreign_policy|5\"\
: {\n \"acc\": 0.82,\n \"acc_stderr\": 0.038612291966536934,\n \
\ \"acc_norm\": 0.82,\n \"acc_norm_stderr\": 0.038612291966536934\n \
\ },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4578313253012048,\n\
\ \"acc_stderr\": 0.038786267710023595,\n \"acc_norm\": 0.4578313253012048,\n\
\ \"acc_norm_stderr\": 0.038786267710023595\n },\n \"harness|hendrycksTest-world_religions|5\"\
: {\n \"acc\": 0.7719298245614035,\n \"acc_stderr\": 0.03218093795602357,\n\
\ \"acc_norm\": 0.7719298245614035,\n \"acc_norm_stderr\": 0.03218093795602357\n\
\ },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.3561811505507956,\n\
\ \"mc1_stderr\": 0.016763790728446335,\n \"mc2\": 0.4922092515317753,\n\
\ \"mc2_stderr\": 0.015510989644544924\n },\n \"harness|winogrande|5\"\
: {\n \"acc\": 0.7576953433307024,\n \"acc_stderr\": 0.012042352526174789\n\
\ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.29492039423805916,\n \
\ \"acc_stderr\": 0.01256069801095475\n }\n}\n```"
repo_url: https://huggingface.co/TheBloke/orca_mini_v3_13B-GPTQ
leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
point_of_contact: [email protected]
configs:
- config_name: harness_arc_challenge_25
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|arc:challenge|25_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|arc:challenge|25_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_gsm8k_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|gsm8k|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|gsm8k|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hellaswag_10
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hellaswag|10_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hellaswag|10_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-38-59.699618.parquet'
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_abstract_algebra_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-abstract_algebra|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_anatomy_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-anatomy|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_astronomy_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-astronomy|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_business_ethics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-business_ethics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_clinical_knowledge_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_college_biology_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_biology|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_college_chemistry_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_college_computer_science_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_college_mathematics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_college_medicine_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_medicine|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_college_physics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-college_physics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_computer_security_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-computer_security|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_conceptual_physics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-conceptual_physics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_econometrics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-econometrics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_electrical_engineering_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-electrical_engineering|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_elementary_mathematics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_formal_logic_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-formal_logic|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_global_facts_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-global_facts|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_biology_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_biology|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_chemistry_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_computer_science_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_european_history_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_european_history|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_geography_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_geography|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_government_and_politics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_macroeconomics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_mathematics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_microeconomics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_physics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_physics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_psychology_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_psychology|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_statistics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_statistics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_us_history_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_us_history|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_high_school_world_history_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-high_school_world_history|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_human_aging_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_aging|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_human_sexuality_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-human_sexuality|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_international_law_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-international_law|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_jurisprudence_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-jurisprudence|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_logical_fallacies_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-logical_fallacies|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_machine_learning_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-machine_learning|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_management_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-management|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_marketing_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-marketing|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_medical_genetics_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-medical_genetics|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_miscellaneous_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-miscellaneous|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_moral_disputes_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_disputes|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_moral_scenarios_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-moral_scenarios|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_nutrition_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-nutrition|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_philosophy_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-philosophy|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_prehistory_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-prehistory|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_professional_accounting_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_accounting|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_professional_law_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_law|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_professional_medicine_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_medicine|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_professional_psychology_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-professional_psychology|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_public_relations_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-public_relations|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_security_studies_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-security_studies|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_sociology_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-sociology|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_us_foreign_policy_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_virology_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-virology|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_hendrycksTest_world_religions_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|hendrycksTest-world_religions|5_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_truthfulqa_mc_0
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|truthfulqa:mc|0_2023-12-04T12-38-59.699618.parquet'
- config_name: harness_winogrande_5
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- '**/details_harness|winogrande|5_2023-12-04T12-38-59.699618.parquet'
- split: latest
path:
- '**/details_harness|winogrande|5_2023-12-04T12-38-59.699618.parquet'
- config_name: results
data_files:
- split: 2023_12_04T12_38_59.699618
path:
- results_2023-12-04T12-38-59.699618.parquet
- split: latest
path:
- results_2023-12-04T12-38-59.699618.parquet
---
# Dataset Card for Evaluation run of TheBloke/orca_mini_v3_13B-GPTQ
## Dataset Description
- **Homepage:**
- **Repository:** https://huggingface.co/TheBloke/orca_mini_v3_13B-GPTQ
- **Paper:**
- **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
- **Point of Contact:** [email protected]
### Dataset Summary
Dataset automatically created during the evaluation run of model [TheBloke/orca_mini_v3_13B-GPTQ](https://huggingface.co/TheBloke/orca_mini_v3_13B-GPTQ) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.
The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
To load the details from a run, you can for instance do the following:
```python
from datasets import load_dataset
data = load_dataset("open-llm-leaderboard/details_TheBloke__orca_mini_v3_13B-GPTQ",
"harness_winogrande_5",
split="train")
```
## Latest results
These are the [latest results from run 2023-12-04T12:38:59.699618](https://huggingface.co/datasets/open-llm-leaderboard/details_TheBloke__orca_mini_v3_13B-GPTQ/blob/main/results_2023-12-04T12-38-59.699618.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
```python
{
"all": {
"acc": 0.5613401785987572,
"acc_stderr": 0.033576900106646816,
"acc_norm": 0.5663280514839403,
"acc_norm_stderr": 0.0342786577705747,
"mc1": 0.3561811505507956,
"mc1_stderr": 0.016763790728446335,
"mc2": 0.4922092515317753,
"mc2_stderr": 0.015510989644544924
},
"harness|arc:challenge|25": {
"acc": 0.5930034129692833,
"acc_stderr": 0.01435639941800912,
"acc_norm": 0.6194539249146758,
"acc_norm_stderr": 0.014188277712349814
},
"harness|hellaswag|10": {
"acc": 0.617805218084047,
"acc_stderr": 0.004849306998727771,
"acc_norm": 0.81557458673571,
"acc_norm_stderr": 0.003870381199967957
},
"harness|hendrycksTest-abstract_algebra|5": {
"acc": 0.3,
"acc_stderr": 0.04605661864718381,
"acc_norm": 0.3,
"acc_norm_stderr": 0.04605661864718381
},
"harness|hendrycksTest-anatomy|5": {
"acc": 0.4740740740740741,
"acc_stderr": 0.04313531696750574,
"acc_norm": 0.4740740740740741,
"acc_norm_stderr": 0.04313531696750574
},
"harness|hendrycksTest-astronomy|5": {
"acc": 0.5,
"acc_stderr": 0.04068942293855797,
"acc_norm": 0.5,
"acc_norm_stderr": 0.04068942293855797
},
"harness|hendrycksTest-business_ethics|5": {
"acc": 0.61,
"acc_stderr": 0.04902071300001975,
"acc_norm": 0.61,
"acc_norm_stderr": 0.04902071300001975
},
"harness|hendrycksTest-clinical_knowledge|5": {
"acc": 0.6188679245283019,
"acc_stderr": 0.029890609686286637,
"acc_norm": 0.6188679245283019,
"acc_norm_stderr": 0.029890609686286637
},
"harness|hendrycksTest-college_biology|5": {
"acc": 0.5902777777777778,
"acc_stderr": 0.041124909746707884,
"acc_norm": 0.5902777777777778,
"acc_norm_stderr": 0.041124909746707884
},
"harness|hendrycksTest-college_chemistry|5": {
"acc": 0.38,
"acc_stderr": 0.04878317312145633,
"acc_norm": 0.38,
"acc_norm_stderr": 0.04878317312145633
},
"harness|hendrycksTest-college_computer_science|5": {
"acc": 0.44,
"acc_stderr": 0.049888765156985884,
"acc_norm": 0.44,
"acc_norm_stderr": 0.049888765156985884
},
"harness|hendrycksTest-college_mathematics|5": {
"acc": 0.34,
"acc_stderr": 0.04760952285695235,
"acc_norm": 0.34,
"acc_norm_stderr": 0.04760952285695235
},
"harness|hendrycksTest-college_medicine|5": {
"acc": 0.4913294797687861,
"acc_stderr": 0.03811890988940412,
"acc_norm": 0.4913294797687861,
"acc_norm_stderr": 0.03811890988940412
},
"harness|hendrycksTest-college_physics|5": {
"acc": 0.29411764705882354,
"acc_stderr": 0.04533838195929776,
"acc_norm": 0.29411764705882354,
"acc_norm_stderr": 0.04533838195929776
},
"harness|hendrycksTest-computer_security|5": {
"acc": 0.74,
"acc_stderr": 0.0440844002276808,
"acc_norm": 0.74,
"acc_norm_stderr": 0.0440844002276808
},
"harness|hendrycksTest-conceptual_physics|5": {
"acc": 0.4808510638297872,
"acc_stderr": 0.03266204299064678,
"acc_norm": 0.4808510638297872,
"acc_norm_stderr": 0.03266204299064678
},
"harness|hendrycksTest-econometrics|5": {
"acc": 0.2894736842105263,
"acc_stderr": 0.04266339443159394,
"acc_norm": 0.2894736842105263,
"acc_norm_stderr": 0.04266339443159394
},
"harness|hendrycksTest-electrical_engineering|5": {
"acc": 0.5103448275862069,
"acc_stderr": 0.04165774775728763,
"acc_norm": 0.5103448275862069,
"acc_norm_stderr": 0.04165774775728763
},
"harness|hendrycksTest-elementary_mathematics|5": {
"acc": 0.30952380952380953,
"acc_stderr": 0.023809523809523846,
"acc_norm": 0.30952380952380953,
"acc_norm_stderr": 0.023809523809523846
},
"harness|hendrycksTest-formal_logic|5": {
"acc": 0.3333333333333333,
"acc_stderr": 0.04216370213557836,
"acc_norm": 0.3333333333333333,
"acc_norm_stderr": 0.04216370213557836
},
"harness|hendrycksTest-global_facts|5": {
"acc": 0.39,
"acc_stderr": 0.04902071300001974,
"acc_norm": 0.39,
"acc_norm_stderr": 0.04902071300001974
},
"harness|hendrycksTest-high_school_biology|5": {
"acc": 0.6387096774193548,
"acc_stderr": 0.02732754844795754,
"acc_norm": 0.6387096774193548,
"acc_norm_stderr": 0.02732754844795754
},
"harness|hendrycksTest-high_school_chemistry|5": {
"acc": 0.43842364532019706,
"acc_stderr": 0.03491207857486519,
"acc_norm": 0.43842364532019706,
"acc_norm_stderr": 0.03491207857486519
},
"harness|hendrycksTest-high_school_computer_science|5": {
"acc": 0.6,
"acc_stderr": 0.049236596391733084,
"acc_norm": 0.6,
"acc_norm_stderr": 0.049236596391733084
},
"harness|hendrycksTest-high_school_european_history|5": {
"acc": 0.6848484848484848,
"acc_stderr": 0.0362773057502241,
"acc_norm": 0.6848484848484848,
"acc_norm_stderr": 0.0362773057502241
},
"harness|hendrycksTest-high_school_geography|5": {
"acc": 0.7373737373737373,
"acc_stderr": 0.03135305009533086,
"acc_norm": 0.7373737373737373,
"acc_norm_stderr": 0.03135305009533086
},
"harness|hendrycksTest-high_school_government_and_politics|5": {
"acc": 0.8082901554404145,
"acc_stderr": 0.02840895362624527,
"acc_norm": 0.8082901554404145,
"acc_norm_stderr": 0.02840895362624527
},
"harness|hendrycksTest-high_school_macroeconomics|5": {
"acc": 0.541025641025641,
"acc_stderr": 0.025265525491284295,
"acc_norm": 0.541025641025641,
"acc_norm_stderr": 0.025265525491284295
},
"harness|hendrycksTest-high_school_mathematics|5": {
"acc": 0.3148148148148148,
"acc_stderr": 0.02831753349606647,
"acc_norm": 0.3148148148148148,
"acc_norm_stderr": 0.02831753349606647
},
"harness|hendrycksTest-high_school_microeconomics|5": {
"acc": 0.5840336134453782,
"acc_stderr": 0.032016501007396114,
"acc_norm": 0.5840336134453782,
"acc_norm_stderr": 0.032016501007396114
},
"harness|hendrycksTest-high_school_physics|5": {
"acc": 0.2847682119205298,
"acc_stderr": 0.03684881521389024,
"acc_norm": 0.2847682119205298,
"acc_norm_stderr": 0.03684881521389024
},
"harness|hendrycksTest-high_school_psychology|5": {
"acc": 0.7541284403669725,
"acc_stderr": 0.018461940968708436,
"acc_norm": 0.7541284403669725,
"acc_norm_stderr": 0.018461940968708436
},
"harness|hendrycksTest-high_school_statistics|5": {
"acc": 0.4861111111111111,
"acc_stderr": 0.03408655867977749,
"acc_norm": 0.4861111111111111,
"acc_norm_stderr": 0.03408655867977749
},
"harness|hendrycksTest-high_school_us_history|5": {
"acc": 0.7352941176470589,
"acc_stderr": 0.030964517926923403,
"acc_norm": 0.7352941176470589,
"acc_norm_stderr": 0.030964517926923403
},
"harness|hendrycksTest-high_school_world_history|5": {
"acc": 0.7637130801687764,
"acc_stderr": 0.027652153144159256,
"acc_norm": 0.7637130801687764,
"acc_norm_stderr": 0.027652153144159256
},
"harness|hendrycksTest-human_aging|5": {
"acc": 0.6278026905829597,
"acc_stderr": 0.03244305283008731,
"acc_norm": 0.6278026905829597,
"acc_norm_stderr": 0.03244305283008731
},
"harness|hendrycksTest-human_sexuality|5": {
"acc": 0.6564885496183206,
"acc_stderr": 0.041649760719448786,
"acc_norm": 0.6564885496183206,
"acc_norm_stderr": 0.041649760719448786
},
"harness|hendrycksTest-international_law|5": {
"acc": 0.743801652892562,
"acc_stderr": 0.03984979653302872,
"acc_norm": 0.743801652892562,
"acc_norm_stderr": 0.03984979653302872
},
"harness|hendrycksTest-jurisprudence|5": {
"acc": 0.75,
"acc_stderr": 0.04186091791394607,
"acc_norm": 0.75,
"acc_norm_stderr": 0.04186091791394607
},
"harness|hendrycksTest-logical_fallacies|5": {
"acc": 0.6748466257668712,
"acc_stderr": 0.036803503712864616,
"acc_norm": 0.6748466257668712,
"acc_norm_stderr": 0.036803503712864616
},
"harness|hendrycksTest-machine_learning|5": {
"acc": 0.3482142857142857,
"acc_stderr": 0.04521829902833585,
"acc_norm": 0.3482142857142857,
"acc_norm_stderr": 0.04521829902833585
},
"harness|hendrycksTest-management|5": {
"acc": 0.7669902912621359,
"acc_stderr": 0.04185832598928315,
"acc_norm": 0.7669902912621359,
"acc_norm_stderr": 0.04185832598928315
},
"harness|hendrycksTest-marketing|5": {
"acc": 0.7777777777777778,
"acc_stderr": 0.0272360139461967,
"acc_norm": 0.7777777777777778,
"acc_norm_stderr": 0.0272360139461967
},
"harness|hendrycksTest-medical_genetics|5": {
"acc": 0.61,
"acc_stderr": 0.04902071300001975,
"acc_norm": 0.61,
"acc_norm_stderr": 0.04902071300001975
},
"harness|hendrycksTest-miscellaneous|5": {
"acc": 0.756066411238825,
"acc_stderr": 0.015357212665829461,
"acc_norm": 0.756066411238825,
"acc_norm_stderr": 0.015357212665829461
},
"harness|hendrycksTest-moral_disputes|5": {
"acc": 0.6473988439306358,
"acc_stderr": 0.025722802200895803,
"acc_norm": 0.6473988439306358,
"acc_norm_stderr": 0.025722802200895803
},
"harness|hendrycksTest-moral_scenarios|5": {
"acc": 0.3787709497206704,
"acc_stderr": 0.016223533510365113,
"acc_norm": 0.3787709497206704,
"acc_norm_stderr": 0.016223533510365113
},
"harness|hendrycksTest-nutrition|5": {
"acc": 0.6078431372549019,
"acc_stderr": 0.027956046165424516,
"acc_norm": 0.6078431372549019,
"acc_norm_stderr": 0.027956046165424516
},
"harness|hendrycksTest-philosophy|5": {
"acc": 0.6655948553054662,
"acc_stderr": 0.026795422327893934,
"acc_norm": 0.6655948553054662,
"acc_norm_stderr": 0.026795422327893934
},
"harness|hendrycksTest-prehistory|5": {
"acc": 0.6327160493827161,
"acc_stderr": 0.0268228017595079,
"acc_norm": 0.6327160493827161,
"acc_norm_stderr": 0.0268228017595079
},
"harness|hendrycksTest-professional_accounting|5": {
"acc": 0.40425531914893614,
"acc_stderr": 0.029275532159704725,
"acc_norm": 0.40425531914893614,
"acc_norm_stderr": 0.029275532159704725
},
"harness|hendrycksTest-professional_law|5": {
"acc": 0.4198174706649283,
"acc_stderr": 0.012604960816087377,
"acc_norm": 0.4198174706649283,
"acc_norm_stderr": 0.012604960816087377
},
"harness|hendrycksTest-professional_medicine|5": {
"acc": 0.5147058823529411,
"acc_stderr": 0.03035969707904612,
"acc_norm": 0.5147058823529411,
"acc_norm_stderr": 0.03035969707904612
},
"harness|hendrycksTest-professional_psychology|5": {
"acc": 0.5669934640522876,
"acc_stderr": 0.020045442473324227,
"acc_norm": 0.5669934640522876,
"acc_norm_stderr": 0.020045442473324227
},
"harness|hendrycksTest-public_relations|5": {
"acc": 0.6,
"acc_stderr": 0.0469237132203465,
"acc_norm": 0.6,
"acc_norm_stderr": 0.0469237132203465
},
"harness|hendrycksTest-security_studies|5": {
"acc": 0.6530612244897959,
"acc_stderr": 0.030472526026726496,
"acc_norm": 0.6530612244897959,
"acc_norm_stderr": 0.030472526026726496
},
"harness|hendrycksTest-sociology|5": {
"acc": 0.6616915422885572,
"acc_stderr": 0.033455630703391935,
"acc_norm": 0.6616915422885572,
"acc_norm_stderr": 0.033455630703391935
},
"harness|hendrycksTest-us_foreign_policy|5": {
"acc": 0.82,
"acc_stderr": 0.038612291966536934,
"acc_norm": 0.82,
"acc_norm_stderr": 0.038612291966536934
},
"harness|hendrycksTest-virology|5": {
"acc": 0.4578313253012048,
"acc_stderr": 0.038786267710023595,
"acc_norm": 0.4578313253012048,
"acc_norm_stderr": 0.038786267710023595
},
"harness|hendrycksTest-world_religions|5": {
"acc": 0.7719298245614035,
"acc_stderr": 0.03218093795602357,
"acc_norm": 0.7719298245614035,
"acc_norm_stderr": 0.03218093795602357
},
"harness|truthfulqa:mc|0": {
"mc1": 0.3561811505507956,
"mc1_stderr": 0.016763790728446335,
"mc2": 0.4922092515317753,
"mc2_stderr": 0.015510989644544924
},
"harness|winogrande|5": {
"acc": 0.7576953433307024,
"acc_stderr": 0.012042352526174789
},
"harness|gsm8k|5": {
"acc": 0.29492039423805916,
"acc_stderr": 0.01256069801095475
}
}
```
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
[More Information Needed]
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
[More Information Needed]
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] | [
-0.7117683291435242,
-0.8739197254180908,
0.24585305154323578,
0.1715727150440216,
-0.18705998361110687,
-0.05782730132341385,
0.04634726792573929,
-0.26508453488349915,
0.5676092505455017,
-0.061030082404613495,
-0.48307955265045166,
-0.6973978281021118,
-0.4231622815132141,
0.20934921503067017,
-0.0226692296564579,
0.8344258666038513,
-0.1557813584804535,
-0.13054445385932922,
0.13644738495349884,
-0.070231132209301,
-0.2810600697994232,
-0.3358173966407776,
-0.5948426127433777,
-0.3544589877128601,
0.19075167179107666,
0.41037851572036743,
0.4957418441772461,
0.8068771362304688,
0.6192949414253235,
0.28051161766052246,
-0.32308101654052734,
-0.016120674088597298,
-0.16341088712215424,
-0.320666640996933,
0.39492231607437134,
-0.3507804870605469,
-0.8329211473464966,
0.27936509251594543,
0.7412899136543274,
0.6264098882675171,
-0.10390361398458481,
0.2808857262134552,
0.06385938078165054,
0.553875207901001,
-0.3492065966129303,
0.07142766565084457,
-0.2681733965873718,
0.24303419888019562,
-0.2148413062095642,
-0.26422038674354553,
-0.28246402740478516,
-0.28230106830596924,
-0.1276666820049286,
-0.8623480796813965,
0.282039612531662,
0.30927613377571106,
1.523744821548462,
-0.16081202030181885,
-0.28253060579299927,
0.08023414015769958,
-0.05749347433447838,
0.995220422744751,
-0.8745250105857849,
0.3521534204483032,
0.7408289909362793,
0.10531186312437057,
-0.1885802149772644,
-0.6012647151947021,
-0.6394466161727905,
0.06583351641893387,
-0.4133431017398834,
0.35675594210624695,
-0.03041371889412403,
-0.1806824803352356,
0.38547295331954956,
0.6746911406517029,
-0.7266334891319275,
0.15512609481811523,
-0.6400622725486755,
-0.17755912244319916,
1.0600720643997192,
0.3751658797264099,
0.08801321685314178,
-0.36562302708625793,
-0.6838750243186951,
-0.664675235748291,
-0.43212223052978516,
0.31234869360923767,
0.3950498104095459,
0.3525615930557251,
-0.3926020562648773,
0.7118512392044067,
-0.3940933346748352,
0.5911611914634705,
0.4003320634365082,
-0.0036449716426432133,
0.8634807467460632,
-0.7063760161399841,
-0.5689230561256409,
-0.043735720217227936,
1.1312780380249023,
0.5394384264945984,
0.013784447684884071,
0.27389344573020935,
0.015157225541770458,
-0.11793124675750732,
-0.016379741951823235,
-0.8453020453453064,
-0.3342021107673645,
0.16492070257663727,
-0.4070468544960022,
-0.48624560236930847,
0.31985095143318176,
-0.8441625237464905,
0.12352537363767624,
-0.009897838346660137,
0.42820408940315247,
-0.5392315983772278,
-0.11487137526273727,
0.25600284337997437,
-0.4269237816333771,
0.8419281840324402,
-0.15730153024196625,
-0.8189927339553833,
0.38636088371276855,
0.5024413466453552,
0.7654803395271301,
-0.06641741096973419,
-0.4206371307373047,
-0.12365640699863434,
-0.10619833320379257,
-0.2845737934112549,
0.5412550568580627,
-0.25764238834381104,
-0.4544817805290222,
-0.3023182153701782,
0.30135244131088257,
-0.288441002368927,
-0.319550484418869,
0.7447047233581543,
-0.23957891762256622,
0.23196379840373993,
-0.4647674560546875,
-0.6066427230834961,
0.11872726678848267,
0.3603678345680237,
-0.4299347698688507,
1.3244258165359497,
0.24805545806884766,
-0.8518775701522827,
0.47074708342552185,
-0.630033016204834,
-0.1674695760011673,
-0.006008523050695658,
-0.055667608976364136,
-0.7833889126777649,
-0.2712354362010956,
0.22029902040958405,
0.38187405467033386,
-0.14519767463207245,
-0.16400741040706635,
-0.3984108865261078,
-0.3652208149433136,
0.2992698848247528,
-0.1310238242149353,
1.2962027788162231,
-0.028524521738290787,
-0.7537052035331726,
-0.11677855998277664,
-1.1860332489013672,
0.31027907133102417,
0.2190931737422943,
-0.3812817633152008,
-0.1809757798910141,
-0.47972264885902405,
-0.040121424943208694,
0.18134601414203644,
0.2678225636482239,
-0.8110957145690918,
0.32433387637138367,
-0.3513351380825043,
0.24288798868656158,
1.2276555299758911,
0.03605455905199051,
0.1554872989654541,
-0.5724028944969177,
0.5419400334358215,
0.1735365241765976,
0.21496069431304932,
0.42597389221191406,
-0.6482905149459839,
-0.7772109508514404,
-0.5161430239677429,
-0.01506826188415289,
0.5810621976852417,
-0.2525559663772583,
1.1014827489852905,
0.08078382909297943,
-0.8948836922645569,
-0.4455070197582245,
-0.1744161993265152,
0.47027072310447693,
0.8038864731788635,
0.6014859080314636,
-0.09280229359865189,
-0.6109302043914795,
-1.0773531198501587,
-0.2835019826889038,
-0.18675579130649567,
0.12850278615951538,
0.23611681163311005,
1.0181047916412354,
-0.21765263378620148,
0.621056318283081,
-1.0120550394058228,
-0.20541583001613617,
0.16305013000965118,
-0.02357064187526703,
0.7990436553955078,
0.7525385618209839,
0.610366702079773,
-0.6746256351470947,
-0.5462164282798767,
0.1667979210615158,
-0.867428719997406,
-0.06451894342899323,
0.12736131250858307,
-0.32402172684669495,
0.14176872372627258,
0.12785522639751434,
-0.7416231632232666,
0.561851978302002,
0.2098110467195511,
-1.0673762559890747,
1.0604479312896729,
-0.3246516287326813,
0.5791471600532532,
-0.923665463924408,
0.18287929892539978,
-0.09964828193187714,
0.009407363831996918,
-0.4473729431629181,
0.005882749799638987,
0.10384631156921387,
0.4353148341178894,
-0.4960077404975891,
0.7995166778564453,
-0.6934877038002014,
-0.07160083949565887,
0.47495895624160767,
0.14317689836025238,
-0.11606162786483765,
0.3464183807373047,
-0.17985837161540985,
0.7945111989974976,
0.7730708718299866,
-0.45711255073547363,
0.5373439788818359,
0.4318143129348755,
-0.2285952866077423,
0.7007391452789307,
-0.5032094120979309,
-0.27131667733192444,
0.31428855657577515,
-0.011385682038962841,
-0.8561205863952637,
-0.4885006844997406,
0.057741086930036545,
-0.6105154156684875,
-0.08380907773971558,
0.3712092339992523,
-0.3088206648826599,
-0.8091645240783691,
-0.9837925434112549,
0.3540862798690796,
0.6985841393470764,
-0.45424631237983704,
-0.15116029977798462,
0.06953061372041702,
0.08276770263910294,
-0.812131404876709,
-0.8535018563270569,
-0.5198137760162354,
-0.2248445451259613,
-0.7359023094177246,
0.34407153725624084,
-0.2437663972377777,
-0.20379990339279175,
-0.0900479108095169,
-0.22098875045776367,
-0.31388822197914124,
-0.024053102359175682,
0.11013670265674591,
0.6647368669509888,
-0.42701858282089233,
-0.2911086678504944,
-0.22216901183128357,
-0.150456964969635,
0.23734205961227417,
-0.12262208014726639,
0.35615772008895874,
-0.4758480489253998,
-0.3803482949733734,
-0.36861705780029297,
-0.03203648328781128,
0.6893854141235352,
-0.07340880483388901,
0.7407055497169495,
0.4583485722541809,
-0.2807689607143402,
-0.00009445597243029624,
-0.2808130383491516,
-0.2766171395778656,
-0.5764678120613098,
0.2549024522304535,
-0.507331371307373,
-1.0817540884017944,
0.7769438028335571,
0.5866033434867859,
0.06529615074396133,
1.161250114440918,
0.6009964346885681,
-0.30230212211608887,
1.0565764904022217,
0.07962892204523087,
0.32986247539520264,
0.4044613242149353,
-0.6517588496208191,
0.0722077265381813,
-0.9089890718460083,
-0.3152736723423004,
-0.5941988229751587,
-0.470339298248291,
-0.7224634885787964,
-0.05215265601873398,
0.3338640034198761,
0.1656065136194229,
-0.7229030132293701,
0.6084293127059937,
-0.8647355437278748,
0.5543637275695801,
0.6067182421684265,
0.2873741388320923,
0.19502702355384827,
-0.17665798962116241,
-0.420166939496994,
-0.10027054697275162,
-0.5265336632728577,
-0.23800858855247498,
1.2232352495193481,
0.23812077939510345,
0.6927421689033508,
0.09883160144090652,
0.8522658944129944,
0.10988719761371613,
-0.04460066184401512,
-0.5719403028488159,
0.6137926578521729,
0.15464359521865845,
-0.8266502022743225,
-0.45518648624420166,
-0.531208336353302,
-1.1093010902404785,
0.403566837310791,
-0.11583155393600464,
-0.8747727870941162,
0.1473240852355957,
0.040216073393821716,
-0.2518182694911957,
0.46201038360595703,
-0.5461581945419312,
0.8943201899528503,
-0.12555524706840515,
-0.44584131240844727,
0.11470897495746613,
-0.8659763336181641,
0.5195073485374451,
0.17370274662971497,
0.23606975376605988,
0.08955226093530655,
0.20328576862812042,
1.157060146331787,
-0.8730315566062927,
0.4044893682003021,
0.08151836693286896,
0.06145865470170975,
0.36639803647994995,
-0.1948271095752716,
0.540379524230957,
0.10290715098381042,
-0.01853553205728531,
-0.132791668176651,
0.34602802991867065,
-0.8810757994651794,
-0.035266581922769547,
0.8910002112388611,
-0.9629068374633789,
-0.5592138767242432,
-0.903632402420044,
-0.468365341424942,
0.06562384963035583,
0.5642974376678467,
0.40223973989486694,
0.527740478515625,
0.010114181786775589,
0.4520733058452606,
0.8333301544189453,
-0.15163080394268036,
0.6182477474212646,
0.2609756886959076,
0.0819825530052185,
-0.6745781302452087,
0.811890184879303,
0.081417515873909,
0.3229595422744751,
0.2675013542175293,
0.38716888427734375,
-0.5849616527557373,
-0.21800732612609863,
-0.24149557948112488,
0.5165106654167175,
-0.6040393114089966,
-0.27852290868759155,
-0.38057994842529297,
-0.3593188524246216,
-0.7633157968521118,
-0.5872266292572021,
-0.30399182438850403,
-0.4993884861469269,
-0.46580180525779724,
-0.47499608993530273,
0.5825968384742737,
0.47468137741088867,
-0.4126070439815521,
0.012767119333148003,
-0.52491694688797,
0.23859629034996033,
0.38536280393600464,
0.4927886128425598,
-0.3827552795410156,
-0.5963846445083618,
0.04322239011526108,
-0.14113175868988037,
-0.6014952659606934,
-0.960383415222168,
0.3495734632015228,
-0.04084397479891777,
0.4933357834815979,
0.5622937679290771,
0.08895961940288544,
0.8678070306777954,
-0.1762421578168869,
1.0942641496658325,
0.3376825153827667,
-0.8163142800331116,
0.7025339007377625,
-0.3595682382583618,
0.1704016476869583,
0.6309701204299927,
0.18471677601337433,
-0.17696693539619446,
-0.6830383539199829,
-1.3369576930999756,
-0.799798309803009,
0.6960886120796204,
0.42042431235313416,
-0.2809286415576935,
0.049443114548921585,
0.14028961956501007,
-0.2925017774105072,
-0.15767408907413483,
-0.7145100235939026,
-0.8599492311477661,
-0.17334763705730438,
-0.4305526614189148,
0.11567755043506622,
0.03467884659767151,
-0.35708627104759216,
-0.8226120471954346,
0.948235273361206,
0.010007943958044052,
0.6132768392562866,
0.47737380862236023,
0.09597034752368927,
0.08268789201974869,
0.4529709219932556,
0.926699161529541,
0.7240090370178223,
-0.4701167345046997,
0.3922004699707031,
0.4201708436012268,
-1.045184850692749,
0.4148928225040436,
0.3223508298397064,
-0.06510747224092484,
-0.02902219444513321,
0.4615064561367035,
0.3658359944820404,
-0.0032516145147383213,
-0.2114892452955246,
0.6196358799934387,
-0.036252643913030624,
-0.5537521839141846,
-0.3648186922073364,
0.0839003399014473,
-0.11465752124786377,
0.0013912683352828026,
0.3753623366355896,
-0.16660404205322266,
-0.01730954833328724,
-0.5304486751556396,
0.43495914340019226,
0.3736916780471802,
-0.47763171792030334,
-0.145734041929245,
0.743802011013031,
-0.203095942735672,
-0.10163568705320358,
0.36299121379852295,
-0.19171293079853058,
-0.6070173978805542,
1.1340967416763306,
0.5368045568466187,
0.6777541041374207,
-0.2486792504787445,
-0.0865054577589035,
0.9000934362411499,
0.41494888067245483,
-0.06141000986099243,
0.5441241264343262,
0.30046284198760986,
-0.2532488703727722,
0.1548919975757599,
-0.8242558836936951,
-0.04983454570174217,
0.19463597238063812,
-0.8457695245742798,
0.3332558274269104,
-0.4980625510215759,
-0.22587217390537262,
0.022233959287405014,
0.400913804769516,
-0.4602620601654053,
0.5650439262390137,
-0.40897372364997864,
1.2232563495635986,
-0.9646449685096741,
0.7474426627159119,
0.7696433067321777,
-0.5590444207191467,
-1.0988584756851196,
-0.5786020755767822,
0.019526226446032524,
-0.7790379524230957,
0.5603166818618774,
-0.07613316178321838,
0.18353824317455292,
-0.09068216383457184,
-0.7352347373962402,
-0.9051910042762756,
1.4083878993988037,
-0.022375861182808876,
-0.3872464597225189,
0.25154632329940796,
-0.07583951205015182,
0.4451850354671478,
0.14133979380130768,
0.6524942517280579,
0.8009686470031738,
0.8040416240692139,
-0.09433061629533768,
-0.7760502099990845,
0.35762694478034973,
-0.49328848719596863,
-0.3196367919445038,
0.4679320156574249,
-0.9454594254493713,
1.2244336605072021,
0.054454505443573,
0.20800110697746277,
-0.15117183327674866,
0.637111485004425,
0.7952042818069458,
0.25561216473579407,
0.37357789278030396,
0.8878524899482727,
0.8348843455314636,
-0.5193836092948914,
1.033872365951538,
-0.178848996758461,
0.9070759415626526,
0.7124723196029663,
0.2551909387111664,
0.7615474462509155,
0.6299465298652649,
-0.5775763988494873,
0.5413194894790649,
0.8695241808891296,
-0.2806757390499115,
0.4284377098083496,
0.2577268183231354,
-0.13131168484687805,
-0.14641527831554413,
0.41530555486679077,
-0.9226391315460205,
0.10414473712444305,
0.09660036116838455,
-0.379537969827652,
0.08259519189596176,
-0.45441123843193054,
0.2775126099586487,
-0.15649615228176117,
-0.05590980127453804,
0.3741891384124756,
0.0607323944568634,
-0.4284840226173401,
0.979123055934906,
-0.14571119844913483,
0.7286898493766785,
-0.5151846408843994,
-0.07775671780109406,
-0.41218993067741394,
0.556607723236084,
-0.45093539357185364,
-1.0350446701049805,
0.18052615225315094,
0.048315808176994324,
-0.1176365539431572,
-0.1730644851922989,
0.6927087306976318,
-0.19047217071056366,
-0.7029871344566345,
0.12087367475032806,
0.06975549459457397,
0.11925774067640305,
0.4767574369907379,
-0.7401620149612427,
-0.34882408380508423,
-0.0372457280755043,
-0.5726159811019897,
0.15083734691143036,
0.3584109842777252,
0.29132309556007385,
0.5209435820579529,
0.6161544919013977,
0.13901326060295105,
0.3988276720046997,
-0.5649188160896301,
0.8276684284210205,
-1.0437184572219849,
-0.7234214544296265,
-0.9165077805519104,
0.4614494740962982,
-0.31613966822624207,
-0.8698612451553345,
0.995302140712738,
1.0455217361450195,
0.9039560556411743,
-0.027665797621011734,
0.6450307965278625,
-0.4101489782333374,
0.2805997133255005,
-0.3951070010662079,
0.9538911581039429,
-0.8736209273338318,
-0.21167869865894318,
-0.2599094808101654,
-0.7085121273994446,
-0.3594033718109131,
0.8432361483573914,
-0.19767165184020996,
0.06715352833271027,
1.091941237449646,
0.6786136627197266,
-0.11499208956956863,
0.09323764592409134,
-0.062020428478717804,
0.5823765993118286,
0.3564640283584595,
1.0306347608566284,
0.6690729260444641,
-0.7818441987037659,
0.3963942527770996,
-0.5088583827018738,
-0.4292377233505249,
-0.3841738700866699,
-0.49563419818878174,
-0.8702077865600586,
-0.40713322162628174,
-0.24674439430236816,
-0.6340212225914001,
-0.1258450448513031,
0.9903674721717834,
0.4837154746055603,
-0.9346216917037964,
-0.41028448939323425,
-0.1355888694524765,
0.15038590133190155,
-0.6095960140228271,
-0.41887903213500977,
0.7562962770462036,
-0.09614918380975723,
-0.5423112511634827,
0.1883735954761505,
-0.12740318477153778,
0.21638648211956024,
0.15300394594669342,
-0.364328533411026,
-0.6670964956283569,
0.0207558311522007,
0.43630552291870117,
0.4009876549243927,
-0.6857278943061829,
-0.7234957814216614,
0.2582992911338806,
-0.5583552718162537,
0.4267561137676239,
-0.029932549223303795,
-0.5408535003662109,
0.06207636371254921,
0.6992860436439514,
0.4467429220676422,
0.7281143069267273,
-0.016992704942822456,
0.08172110468149185,
-0.64760822057724,
0.17566506564617157,
0.012394031509757042,
0.29118165373802185,
-0.06260915845632553,
-0.30551740527153015,
0.8087966442108154,
0.6789342164993286,
-0.543478786945343,
-1.0503257513046265,
-0.43283429741859436,
-1.4577577114105225,
0.0035872904118150473,
1.0696660280227661,
-0.023418687283992767,
-0.46410495042800903,
0.20968936383724213,
-0.14655952155590057,
0.16788163781166077,
-0.3524038791656494,
0.7475597262382507,
0.7561768293380737,
-0.40034374594688416,
0.10811609029769897,
-0.6520485281944275,
0.4120573401451111,
0.5274391770362854,
-1.1618030071258545,
-0.12923847138881683,
0.23190434277057648,
0.3051771819591522,
0.32152971625328064,
0.6569181680679321,
-0.1129947379231453,
0.2972466051578522,
0.23401662707328796,
0.02296609804034233,
0.007427633740007877,
0.1261802464723587,
-0.2145601361989975,
0.10785506665706635,
-0.24829061329364777,
-0.4491429924964905
]
|
HuggingFaceH4/metamath_ift | HuggingFaceH4 | 2023-12-04T12:51:59Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:51:36Z | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: prompt_id
dtype: string
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train_ift
num_bytes: 383571305.55
num_examples: 375250
- name: test_ift
num_bytes: 20187963.45
num_examples: 19750
download_size: 203596725
dataset_size: 403759269.0
configs:
- config_name: default
data_files:
- split: train_ift
path: data/train_ift-*
- split: test_ift
path: data/test_ift-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Bilic/phishing | Bilic | 2023-12-04T13:13:31Z | 0 | 0 | [
"task_categories:text-classification",
"task_categories:summarization",
"task_categories:question-answering",
"task_categories:conversational",
"task_categories:text-to-speech",
"size_categories:10K<n<100K",
"license:mit",
"phishing",
"fraud",
"region:us"
]
| [
"text-classification",
"summarization",
"question-answering",
"conversational",
"text-to-speech"
]
| 2023-12-04T12:52:14Z | ---
license: mit
task_categories:
- text-classification
- summarization
- question-answering
- conversational
- text-to-speech
tags:
- phishing
- fraud
pretty_name: bilic-phishing
size_categories:
- 10K<n<100K
---
# Dataset Card for Cooperate Phishing
<!-- Provide a quick summary of the dataset. -->
Bilic Phishing Corpus contains over 20k chat dialogues with annotated summaries. There are two features: - dialogue: text of dialogue. - summary: A summary of the dialogure to determine phishing attempt. "
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Dialogue:** Intra Cooperate Conversation
- **Summary:** A summary of the dialogure to determine phishing attempt
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** https://huggingface.co/datasets/samsum
## Uses
Build models to Anti- Phishing detection in a conversation or dialogue
### Direct Use
For fraud prevention, security and clasfficiation models
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
[More Information Needed]
## Dataset Creation
### Curation Rationale
Below is an example of the dialogue and summary synthetic data we used to train a Mistral 7b model for real time fraud detection. We were faced with data constraints for real time dailogure, synthetic data becomes our ally in enhancing model performance.
[More Information Needed]
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
[More Information Needed]
#### Who are the source data producers?
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
[More Information Needed]
### Annotations [optional]
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
#### Annotation process
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
[More Information Needed]
#### Who are the annotators?
<!-- This section describes the people or systems who created the annotations. -->
[More Information Needed]
#### Personal and Sensitive Information
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
## Citation [optional]
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Dataset Card Authors [optional]
[More Information Needed]
## Dataset Card Contact
[More Information Needed] | [
-0.34610962867736816,
-0.7425955533981323,
0.0077726347371935844,
0.2916838526725769,
-0.3017407953739166,
-0.0726538747549057,
0.04912478104233742,
-0.7593410611152649,
0.3121316134929657,
0.7903555631637573,
-0.698813259601593,
-0.6282859444618225,
-0.32070761919021606,
0.15248839557170868,
-0.4177147150039673,
1.2508395910263062,
0.12469052523374557,
0.19722509384155273,
-0.07699562609195709,
0.016251035034656525,
-0.38533005118370056,
-0.7058407664299011,
-0.5783976912498474,
-0.00879539456218481,
0.38027557730674744,
0.660223662853241,
0.4946390986442566,
0.8338783979415894,
0.7597453594207764,
0.23984406888484955,
0.15504366159439087,
-0.0751764178276062,
-0.5675151944160461,
0.08470647782087326,
-0.16001872718334198,
-0.40290746092796326,
-0.5501686334609985,
0.2339717000722885,
0.34079188108444214,
0.6316606998443604,
-0.028355460613965988,
0.5865693688392639,
-0.20912297070026398,
0.5492339134216309,
-0.5299132466316223,
0.3547264635562897,
-0.28361761569976807,
0.03598456457257271,
-0.7190584540367126,
-0.2534240186214447,
-0.20802198350429535,
-0.5675557255744934,
0.2239258587360382,
-0.70926833152771,
0.46738341450691223,
0.407073438167572,
0.7224869728088379,
-0.0834721028804779,
-0.4048808217048645,
-0.4045991897583008,
-0.7514662742614746,
0.48034152388572693,
-0.5313482880592346,
-0.0932985246181488,
0.8390487432479858,
0.4533558189868927,
-0.08526765555143356,
-0.7839044332504272,
-0.5281256437301636,
-0.029766451567411423,
-0.2523709237575531,
0.08029404282569885,
0.030570905655622482,
0.08773486316204071,
0.6305303573608398,
0.7572126984596252,
-0.6123877167701721,
-0.29869285225868225,
-0.8652812242507935,
-0.43281126022338867,
0.9298092126846313,
0.294533371925354,
0.08855684101581573,
-0.226932555437088,
-0.20268751680850983,
-0.32168880105018616,
-0.49493929743766785,
0.004517656285315752,
0.7482240796089172,
0.26095905900001526,
-0.40912070870399475,
0.6403262615203857,
-0.35855376720428467,
0.542996883392334,
0.1235751286149025,
-0.08006120473146439,
0.4668216407299042,
-0.7924221158027649,
-0.07929482311010361,
0.15177249908447266,
0.536133348941803,
0.35646605491638184,
0.34149909019470215,
0.09416152536869049,
0.1011931523680687,
-0.06221501901745796,
0.2744741439819336,
-0.7625324130058289,
-0.499044269323349,
0.4225020706653595,
-0.7088895440101624,
-0.3199620842933655,
0.15940892696380615,
-1.2037264108657837,
-0.45904767513275146,
-0.43163028359413147,
0.09297912567853928,
-0.2632850110530853,
-0.2506937086582184,
-0.23495051264762878,
-0.3584463596343994,
0.21550492942333221,
0.12314453721046448,
-0.7521380186080933,
0.5887497067451477,
0.39111727476119995,
0.5173220634460449,
-0.010260445065796375,
-0.16947504878044128,
-0.22160941362380981,
0.19901862740516663,
-0.06957818567752838,
0.5073091387748718,
-0.45714500546455383,
-0.4539962410926819,
0.16881607472896576,
0.19871824979782104,
0.12495318055152893,
-0.40533554553985596,
0.6958935260772705,
-0.38098904490470886,
0.5307319760322571,
-0.4950752854347229,
-0.5715149641036987,
-0.37054410576820374,
0.16775314509868622,
-0.8175631165504456,
0.9982589483261108,
0.1385144740343094,
-1.0697276592254639,
0.2542690336704254,
-0.9588000774383545,
-0.5074663162231445,
0.14687910676002502,
0.009767401963472366,
-0.34942466020584106,
-0.21752099692821503,
-0.08109422773122787,
0.37195923924446106,
-0.3974602222442627,
0.07615049928426743,
-0.4648401141166687,
-0.1772729456424713,
0.3052239716053009,
-0.19880476593971252,
1.1904304027557373,
0.20799709856510162,
-0.3450322449207306,
-0.028059612959623337,
-0.9616334438323975,
-0.28119993209838867,
0.20097583532333374,
-0.0441281683743,
-0.1512574702501297,
-0.31928551197052,
0.4377802014350891,
-0.013414883054792881,
0.18540455400943756,
-0.5197578072547913,
0.13795237243175507,
-0.26790204644203186,
0.2107125222682953,
0.455587238073349,
0.46595096588134766,
0.2967320680618286,
-0.5057348608970642,
0.4843543469905853,
0.07741821557283401,
0.5880255699157715,
-0.17963434755802155,
-0.5310849547386169,
-0.6946592926979065,
-0.21228057146072388,
0.333699107170105,
0.846285343170166,
-0.4284830093383789,
0.6214110255241394,
-0.14104926586151123,
-0.6498677134513855,
-0.4693049192428589,
0.021736005321145058,
0.29032447934150696,
0.7087146639823914,
0.43622058629989624,
-0.25526610016822815,
-0.6808819770812988,
-0.9112601280212402,
0.07216142117977142,
-0.15877525508403778,
0.03872006759047508,
0.3061237037181854,
0.6340696215629578,
0.0640614703297615,
0.8807904124259949,
-0.5224823951721191,
-0.270824134349823,
-0.11004267632961273,
0.21173648536205292,
0.0809846967458725,
0.6385576725006104,
0.6250088214874268,
-1.0577235221862793,
-0.3034668564796448,
-0.510780930519104,
-0.7270491719245911,
-0.07857708632946014,
-0.17080555856227875,
-0.23619233071804047,
-0.04930521175265312,
0.051397159695625305,
-0.41890665888786316,
0.9076669216156006,
0.21063409745693207,
-0.42215150594711304,
0.44508787989616394,
-0.003766046604141593,
0.24445228278636932,
-1.1843411922454834,
0.30741408467292786,
-0.0022815673146396875,
0.04745718091726303,
-0.8009413480758667,
-0.3276050090789795,
-0.11845961958169937,
-0.11843476444482803,
-0.2785256803035736,
0.6605589389801025,
-0.40406420826911926,
0.035413723438978195,
-0.027193188667297363,
-0.09030508249998093,
-0.1758212149143219,
0.4247466027736664,
0.026268938556313515,
0.5627657771110535,
0.6246634721755981,
-0.6551622152328491,
0.7257246971130371,
0.42727136611938477,
-0.25517675280570984,
0.7689023613929749,
-0.6117386221885681,
-0.07778074592351913,
-0.08669518679380417,
0.4152968227863312,
-0.766534686088562,
-0.7305470108985901,
0.8399308919906616,
-0.5740967988967896,
0.1374647319316864,
-0.02705305442214012,
-0.6441693305969238,
-0.26114314794540405,
-0.3785865306854248,
0.4361381530761719,
0.24751439690589905,
-0.20108503103256226,
0.396443635225296,
0.6437108516693115,
-0.08028774708509445,
-0.4680349826812744,
-0.7406927347183228,
0.1943366676568985,
-0.44255927205085754,
-0.5612860918045044,
0.4912622272968292,
-0.2345094233751297,
-0.2923283576965332,
-0.019401980563998222,
0.38759011030197144,
-0.41141119599342346,
-0.0564020536839962,
0.4376554787158966,
0.3426706790924072,
0.1355331838130951,
0.12462102621793747,
-0.26299434900283813,
-0.15430764853954315,
0.06581570953130722,
0.14452366530895233,
0.30287328362464905,
0.27157580852508545,
-0.34211650490760803,
-0.6199924349784851,
0.6357157826423645,
0.25245901942253113,
-0.021947776898741722,
0.7041366100311279,
0.8079074621200562,
-0.6703781485557556,
0.24130022525787354,
-0.6689629554748535,
-0.39739683270454407,
-0.3756651282310486,
-0.1790369153022766,
-0.09470092505216599,
-0.36323070526123047,
0.7964426279067993,
0.22571222484111786,
0.309253990650177,
0.5868192315101624,
0.5583251118659973,
0.012693462893366814,
0.6073955297470093,
0.5396708846092224,
-0.08415006846189499,
0.5749561786651611,
-0.24377594888210297,
0.2551441490650177,
-0.5742530822753906,
-0.49743473529815674,
-0.6106122732162476,
-0.23013290762901306,
-0.818208634853363,
-0.0806359350681305,
0.08951590955257416,
-0.03206843510270119,
-0.2138175368309021,
0.43987104296684265,
-0.5338249802589417,
0.09428190439939499,
0.8144540786743164,
0.05787443742156029,
0.11940962076187134,
0.06827183812856674,
0.16293251514434814,
0.08022189140319824,
-0.4123246669769287,
-0.46445515751838684,
1.3130691051483154,
0.281791627407074,
0.6067830324172974,
0.049894336611032486,
0.6095765233039856,
0.6256885528564453,
0.1825263649225235,
-0.21416449546813965,
0.460127592086792,
0.2223857045173645,
-1.1451531648635864,
-0.35898318886756897,
-0.21005508303642273,
-1.0069568157196045,
-0.21993513405323029,
-0.41443759202957153,
-0.9095500707626343,
0.5563134551048279,
0.2129402756690979,
-0.4187127649784088,
-0.03633016347885132,
-0.6508200168609619,
0.8538461923599243,
-0.11785572022199631,
-0.28495317697525024,
-0.08913248032331467,
-0.9974736571311951,
0.44561198353767395,
-0.04270491376519203,
0.2223755568265915,
-0.23444683849811554,
0.10796986520290375,
0.7799186110496521,
-0.594889223575592,
1.046374797821045,
-0.23238512873649597,
0.4791078567504883,
0.4169033169746399,
-0.3565662205219269,
0.2905109226703644,
0.16260536015033722,
-0.09622175246477127,
0.2962987422943115,
0.36434975266456604,
-0.5507799983024597,
-0.3077179491519928,
0.3358534872531891,
-0.6058367490768433,
-0.1668587028980255,
-0.648794412612915,
-0.4007761776447296,
-0.04344560205936432,
0.06424964219331741,
0.4706959128379822,
0.4538491666316986,
-0.16469424962997437,
0.2777229845523834,
0.7014570236206055,
0.019892510026693344,
0.19762809574604034,
0.34112247824668884,
-0.004605028312653303,
-0.5342736840248108,
0.6514912247657776,
0.34326332807540894,
-0.1241687685251236,
0.2437102496623993,
0.07152723520994186,
-0.5247901082038879,
-0.3049735426902771,
-0.38881736993789673,
0.20280160009860992,
-0.6707621812820435,
-0.21862348914146423,
-0.5227662920951843,
-0.4300817847251892,
-0.7460911870002747,
0.16702701151371002,
0.08737651258707047,
-0.6007382273674011,
-0.4246908128261566,
-0.2200603038072586,
0.759222686290741,
0.4984855651855469,
-0.33867815136909485,
0.4190206527709961,
-0.6336513757705688,
0.3507130742073059,
0.11354304850101471,
0.15941676497459412,
-0.07925309985876083,
-0.3912779986858368,
-0.21151934564113617,
0.1877061277627945,
-0.1086522787809372,
-1.0557235479354858,
0.14637447893619537,
0.05536866560578346,
0.6660881638526917,
0.4664371609687805,
0.42089277505874634,
0.6244105100631714,
-0.05515822395682335,
0.9179616570472717,
-0.06951290369033813,
-0.5337724685668945,
0.64921635389328,
-0.30314382910728455,
-0.09762802720069885,
0.8516445159912109,
0.5524721741676331,
-0.5901634693145752,
0.0685218796133995,
-0.8928650617599487,
-0.766952633857727,
0.6787406802177429,
0.5278412103652954,
0.13086260855197906,
0.20187684893608093,
0.49822551012039185,
0.034163400530815125,
0.325844943523407,
-0.8207454681396484,
-0.6311778426170349,
-0.17987647652626038,
-0.2360983043909073,
0.10087902098894119,
-0.3987794518470764,
-0.5023630857467651,
-0.3150167167186737,
0.7202657461166382,
0.32394465804100037,
0.29365721344947815,
0.09804271906614304,
0.11106669902801514,
0.07260593771934509,
-0.06089957803487778,
0.5640614628791809,
0.7582082152366638,
-0.17434801161289215,
-0.014739188365638256,
0.0846155658364296,
-0.7988539934158325,
-0.17446953058242798,
0.4041665494441986,
-0.2941177189350128,
0.005889217834919691,
0.525628924369812,
0.587399959564209,
0.000614279240835458,
-0.4235721528530121,
0.4929387867450714,
-0.05551571026444435,
-0.15901777148246765,
-0.7511507868766785,
0.057957880198955536,
-0.25828397274017334,
-0.01498893741518259,
0.43565502762794495,
-0.21876190602779388,
0.32910317182540894,
-0.5597245693206787,
0.21782086789608002,
0.025822872295975685,
-0.06474959850311279,
-0.2559576630592346,
0.3995545506477356,
0.36334216594696045,
-0.43263959884643555,
0.674560010433197,
-0.1529904454946518,
-0.21576359868049622,
0.5634922981262207,
0.22048364579677582,
0.6938993334770203,
-0.5142888426780701,
0.20165695250034332,
0.507706880569458,
0.28691375255584717,
0.005229007452726364,
0.4422875940799713,
-0.23025600612163544,
-0.4986163377761841,
0.10485487431287766,
-0.4216443598270416,
-0.49216216802597046,
0.26131096482276917,
-0.737132728099823,
0.27513599395751953,
-0.5746015906333923,
-0.17395295202732086,
0.33325549960136414,
0.27524110674858093,
-0.7984191179275513,
0.23582492768764496,
-0.20468363165855408,
1.0075674057006836,
-0.9340360760688782,
0.6169537305831909,
0.49549806118011475,
-0.7846075892448425,
-0.4865533411502838,
-0.19826960563659668,
0.32550299167633057,
-0.54585200548172,
0.2566116154193878,
-0.004676146432757378,
0.4884965419769287,
-0.3571533262729645,
-0.6758594512939453,
-0.6751797199249268,
1.0688985586166382,
0.19503909349441528,
-0.31715714931488037,
0.14735084772109985,
0.4340916872024536,
0.5545426607131958,
-0.49963897466659546,
0.29959815740585327,
0.5135840773582458,
0.6271629929542542,
0.411639004945755,
-0.7103562951087952,
0.04805063083767891,
-0.30813029408454895,
-0.20271742343902588,
-0.2836928069591522,
-0.47235438227653503,
0.8013553023338318,
0.18294750154018402,
-0.15924842655658722,
-0.10638166964054108,
0.464893102645874,
0.09495937824249268,
0.6097117066383362,
0.36388224363327026,
0.3099784851074219,
0.8768901824951172,
-0.030552154406905174,
0.8731279969215393,
-0.4732987582683563,
0.10188929736614227,
1.2706859111785889,
-0.07858338207006454,
0.5372880101203918,
0.22774772346019745,
-0.18277889490127563,
0.2853129208087921,
1.2638782262802124,
-0.3037073016166687,
0.3073273301124573,
0.2942735254764557,
-0.2829964756965637,
-0.0010669805342331529,
-0.24013565480709076,
-0.5816622972488403,
0.4392007291316986,
0.3813174366950989,
-0.5410796403884888,
-0.0624040886759758,
0.017138823866844177,
0.15626490116119385,
-0.3002001643180847,
-0.14437922835350037,
0.8143005967140198,
-0.19805946946144104,
-0.3967277407646179,
-0.006870099809020758,
-0.021772323176264763,
0.22533828020095825,
-0.6412667036056519,
-0.21425914764404297,
-0.22525666654109955,
-0.037531621754169464,
-0.48843228816986084,
-0.6441624760627747,
0.46511608362197876,
0.06309880316257477,
-0.39648380875587463,
-0.08205478638410568,
0.8575378656387329,
-0.4161500334739685,
-0.6107690930366516,
-0.13739719986915588,
0.16317109763622284,
0.5302304029464722,
0.03191452845931053,
-0.8306403756141663,
0.041012704372406006,
-0.13752803206443787,
-0.16283270716667175,
0.13151271641254425,
0.2971475422382355,
-0.16178224980831146,
0.6079971790313721,
0.8046252131462097,
0.2223682850599289,
-0.003579417709261179,
-0.026502232998609543,
0.7315462827682495,
-0.6453015208244324,
-0.5462993383407593,
-0.4963463246822357,
0.4923360347747803,
-0.7723135352134705,
-0.3454183042049408,
0.8768570423126221,
0.8338717222213745,
0.8930558562278748,
0.21682681143283844,
0.7525009512901306,
-0.2397872507572174,
0.8883370757102966,
-0.21221984922885895,
0.5094369649887085,
-0.11288821697235107,
0.0594065859913826,
-0.13537850975990295,
-0.9379397034645081,
-0.2386624664068222,
0.6837499141693115,
-0.31523603200912476,
0.18680019676685333,
0.2645484209060669,
0.8092215657234192,
0.03566985949873924,
0.424296498298645,
-0.0021523728501051664,
0.1560450792312622,
0.07330190390348434,
0.06493277102708817,
0.45428529381752014,
-0.5775852799415588,
0.49618807435035706,
-0.5605189800262451,
-0.386273592710495,
-0.366038054227829,
-0.7956057786941528,
-0.8318141102790833,
-0.7899399995803833,
-0.5077311396598816,
-0.4481666088104248,
-0.02422541007399559,
0.8509195446968079,
0.9026543498039246,
-1.0290424823760986,
-0.3914435803890228,
0.16792705655097961,
0.037015870213508606,
-0.06445947289466858,
-0.2915840744972229,
0.29762282967567444,
-0.0014467978617176414,
-0.5927181839942932,
-0.08211696147918701,
0.1340281367301941,
0.2526649832725525,
-0.4268633723258972,
0.17336095869541168,
-0.27333900332450867,
0.16263140738010406,
0.2802467942237854,
0.552134096622467,
-0.4827165901660919,
-0.20041900873184204,
-0.10336311906576157,
-0.09380723536014557,
-0.10291720181703568,
0.8287380337715149,
-0.3521866798400879,
0.49224379658699036,
0.4761306047439575,
0.37660109996795654,
0.7433193922042847,
0.1748846173286438,
0.30784374475479126,
-0.5381938815116882,
0.027330178767442703,
0.2447119802236557,
0.16525381803512573,
0.19063258171081543,
-0.7284734845161438,
0.7277611494064331,
0.5033183693885803,
-0.4881839454174042,
-0.6943102478981018,
-0.1104516088962555,
-1.114571213722229,
0.018413620069622993,
1.0569908618927002,
-0.1237693578004837,
-0.20163580775260925,
-0.6417877674102783,
-0.28911662101745605,
0.2797156870365143,
-0.4893788695335388,
0.8629148006439209,
0.8908780813217163,
-0.30344778299331665,
-0.0063870069570839405,
-0.5436666011810303,
0.8918169140815735,
-0.3201310336589813,
-1.0428446531295776,
0.25853365659713745,
0.612423837184906,
0.26553788781166077,
0.2113264501094818,
0.8076921701431274,
-0.0711265578866005,
0.2303856760263443,
0.20396515727043152,
0.0054060486145317554,
-0.00716434745118022,
-0.21586984395980835,
-0.14712370932102203,
0.205193430185318,
-0.42855849862098694,
-0.4182467758655548
]
|
mjbuehler/GPTSilkomePretrained | mjbuehler | 2023-12-04T12:54:25Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T12:54:17Z | ---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 213036133
num_examples: 731354
download_size: 203708011
dataset_size: 213036133
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "GPTSilkomePretrained"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.45453935861587524,
-0.03867100924253464,
0.2139943540096283,
0.05735275149345398,
-0.2204960733652115,
0.003082027891650796,
0.26220574975013733,
0.06045615300536156,
0.6472813487052917,
0.4229591488838196,
-0.9445978999137878,
-0.7440866231918335,
-0.772437334060669,
-0.38592904806137085,
-0.12255656719207764,
1.4730693101882935,
-0.16477203369140625,
0.20191462337970734,
-0.40267646312713623,
-0.09002703428268433,
-0.46415361762046814,
-0.6101480722427368,
-0.6673162579536438,
-0.8074899911880493,
0.7651786804199219,
0.5787268877029419,
0.1332540661096573,
0.23266135156154633,
0.5617589354515076,
0.1676175594329834,
0.16824282705783844,
-0.3464429974555969,
-0.4167923629283905,
-0.021096298471093178,
-0.1274271160364151,
-0.4651898145675659,
-0.9485158920288086,
0.19368581473827362,
0.6105174422264099,
0.41889116168022156,
-0.28318119049072266,
0.8133494257926941,
0.02271830104291439,
0.7487216591835022,
-0.4427849352359772,
0.47399961948394775,
-0.08678235113620758,
0.11478660255670547,
-0.39983993768692017,
-0.16523191332817078,
0.2735065817832947,
-0.4848836064338684,
-0.11577720940113068,
-1.0523602962493896,
0.31200525164604187,
-0.29933664202690125,
0.7478086948394775,
0.24352070689201355,
0.0020181720610708,
-0.16670529544353485,
-0.471377432346344,
0.10488571226596832,
-0.1867746114730835,
0.34738922119140625,
0.7413763403892517,
0.5361859798431396,
0.11499422788619995,
-0.7818672060966492,
-0.1200440376996994,
0.01923399604856968,
-0.04222770780324936,
0.3252018988132477,
0.45705437660217285,
0.060468196868896484,
0.7148386240005493,
0.6230407953262329,
-0.6660157442092896,
-0.3487480878829956,
-0.514778733253479,
-0.32394248247146606,
0.7362386584281921,
0.14875571429729462,
0.24438098073005676,
0.22489036619663239,
-0.0647951290011406,
-0.23701462149620056,
-0.607584536075592,
-0.12564897537231445,
0.5530835390090942,
0.17828533053398132,
-1.1231803894042969,
0.579054594039917,
-0.12234602868556976,
0.37734758853912354,
-0.030038386583328247,
0.44840502738952637,
0.7820461392402649,
-0.22557973861694336,
-0.2507188022136688,
-0.0023751291446387768,
0.3066641092300415,
0.24144279956817627,
0.3687255382537842,
-0.0930924043059349,
-0.13431967794895172,
-0.000985471997410059,
0.1323450207710266,
-1.1965123414993286,
-1.019879937171936,
0.1422201246023178,
-0.4497601389884949,
-0.2393566370010376,
0.3736547529697418,
-0.8056036829948425,
-0.34963953495025635,
-0.5682647228240967,
0.25646889209747314,
0.04922362044453621,
-0.8071316480636597,
-0.3098542094230652,
-0.740506112575531,
0.3948736786842346,
0.2052573710680008,
-0.9995298981666565,
0.31057170033454895,
0.6817113757133484,
0.6589978933334351,
0.4977375864982605,
-0.3023642897605896,
-0.6183942556381226,
0.3790735602378845,
0.011150876060128212,
0.7059223651885986,
-0.6186294555664062,
-0.4669313430786133,
0.04528798162937164,
0.4273175299167633,
-0.06957727670669556,
-0.1518021672964096,
0.7330552935600281,
-0.327820360660553,
-0.0749237909913063,
-0.8613018989562988,
-0.6035566926002502,
0.09857449680566788,
0.4138621389865875,
-0.7847893238067627,
1.2229294776916504,
0.4068950116634369,
-0.6261087656021118,
0.7597390413284302,
-1.2585175037384033,
-0.28550997376441956,
0.663933515548706,
-0.10924066603183746,
-0.5253983736038208,
0.15180331468582153,
-0.05805516615509987,
0.5169827938079834,
0.12420660257339478,
0.5015284419059753,
-0.7429854273796082,
-0.14203819632530212,
-0.10178882628679276,
0.1468573808670044,
0.7740671634674072,
0.21159245073795319,
0.3021014332771301,
0.08940469473600388,
-0.8166211247444153,
-0.0017997045069932938,
0.2055041640996933,
-0.20229294896125793,
-0.2496330887079239,
-0.4656744599342346,
0.3857494592666626,
-0.0725424587726593,
0.2023945301771164,
-0.5181357860565186,
0.6335650086402893,
0.23211340606212616,
0.1376039981842041,
0.771346390247345,
0.039901770651340485,
0.3214666247367859,
-0.27422985434532166,
0.6387292742729187,
-0.1351843923330307,
0.5187008380889893,
0.20502261817455292,
-0.4750649631023407,
-0.5115123987197876,
0.053280942142009735,
0.5886087417602539,
0.6399964690208435,
-0.7886819243431091,
0.4922144114971161,
0.06824195384979248,
-0.6781682968139648,
-0.3240676820278168,
0.21061554551124573,
0.26925888657569885,
0.23490875959396362,
0.32019490003585815,
-0.5146554112434387,
-0.7502424120903015,
-0.5386404395103455,
0.19146360456943512,
0.12531808018684387,
-0.07382803410291672,
0.15889006853103638,
0.9701786637306213,
-0.49186334013938904,
0.5820884108543396,
-0.6804774403572083,
-0.21093320846557617,
0.021686825901269913,
-0.06267216056585312,
0.10659847408533096,
0.8779149055480957,
0.9004483819007874,
-0.6118634343147278,
-0.5196794867515564,
-0.5279210209846497,
-0.592162549495697,
-0.03717809170484543,
0.3947078585624695,
-0.42979365587234497,
-0.39783424139022827,
0.21240511536598206,
-0.3958236873149872,
0.5065188407897949,
0.8835126161575317,
-0.4925660490989685,
0.36515989899635315,
-0.0204492025077343,
0.1946142613887787,
-1.3254106044769287,
0.4389406144618988,
-0.0354861356317997,
-0.16677621006965637,
-0.4079412519931793,
-0.01579900085926056,
-0.06305909901857376,
-0.5233872532844543,
0.06033115088939667,
0.5337556004524231,
-0.5987346172332764,
-0.21415472030639648,
-0.03770697861909866,
-0.22762934863567352,
-0.33354267477989197,
0.2474994957447052,
0.18024121224880219,
0.7637987732887268,
1.2252875566482544,
-0.4678095877170563,
0.9154355525970459,
0.6063583493232727,
0.10760997235774994,
0.9869896769523621,
-0.7724202871322632,
0.3481447994709015,
-0.11381147801876068,
0.3392491638660431,
-0.7139569520950317,
-0.8213478922843933,
0.6766003966331482,
-0.4410199820995331,
0.6689169406890869,
-0.88994300365448,
-0.4684193432331085,
-0.7012677192687988,
-0.3612321615219116,
0.6842589974403381,
0.4969102144241333,
-0.704434871673584,
0.27999335527420044,
0.7321344017982483,
-0.00854011531919241,
-0.09072339534759521,
-0.8919891715049744,
0.01622520014643669,
-0.2266397327184677,
-0.014720612205564976,
0.11155223846435547,
-0.351176381111145,
0.42696696519851685,
-0.20669406652450562,
0.3804470896720886,
-0.18568602204322815,
-0.15951032936573029,
0.5509368777275085,
0.10943210870027542,
-0.24091219902038574,
0.5081124305725098,
-0.04295099526643753,
-0.8508468270301819,
0.15516838431358337,
-0.3221169412136078,
0.33343765139579773,
-0.07306750863790512,
-0.25896984338760376,
-0.41371265053749084,
0.3465310335159302,
0.023216377943754196,
-0.06475251913070679,
0.5210258960723877,
1.2883882522583008,
-0.6853618621826172,
0.023100974038243294,
-0.5182851552963257,
-0.22784925997257233,
-0.4921761751174927,
0.11012355238199234,
-0.23282621800899506,
-0.819828987121582,
0.4396791458129883,
-0.19828230142593384,
-0.162260040640831,
0.6644606590270996,
0.713534414768219,
0.020875699818134308,
0.5803242325782776,
0.6097912788391113,
-0.39826908707618713,
0.5019281506538391,
-0.4498023986816406,
-0.3461237847805023,
-0.880393385887146,
-0.41038423776626587,
-0.5166071057319641,
-0.4815264642238617,
-0.682106614112854,
-0.14091308414936066,
-0.052623964846134186,
-0.16125543415546417,
-0.39963245391845703,
0.5703563690185547,
-0.8593463897705078,
0.520422101020813,
0.7105845808982849,
0.20695559680461884,
-0.24191386997699738,
-0.07143966108560562,
0.2832045257091522,
0.11511929333209991,
-0.838525652885437,
-0.18948902189731598,
1.5087244510650635,
0.4968385100364685,
0.9539853930473328,
-0.008667120710015297,
0.897119402885437,
0.2190796285867691,
0.6915528774261475,
-0.2796032726764679,
0.31852710247039795,
0.03684360906481743,
-0.6320459246635437,
-0.08077624440193176,
-0.3323666453361511,
-0.7293398976325989,
-0.6351349949836731,
-0.3338783383369446,
-0.2444712370634079,
0.25917530059814453,
0.581967294216156,
0.0037774525117129087,
0.380384236574173,
-0.9141155481338501,
1.1221688985824585,
-0.16413401067256927,
-0.07470463961362839,
-0.07444249093532562,
-0.6306292414665222,
0.10448449105024338,
0.303424209356308,
-0.08818253874778748,
-0.1840774565935135,
-0.037809912115335464,
1.165996789932251,
-0.5010805130004883,
1.1028783321380615,
-0.9488570094108582,
0.08320337533950806,
0.1521195024251938,
-0.4992332458496094,
0.2632402777671814,
0.46732765436172485,
0.1823313683271408,
0.0882347971200943,
0.09371993690729141,
-0.6239862442016602,
-0.1589798778295517,
0.8213726878166199,
-0.764640212059021,
0.3243560194969177,
-0.35408809781074524,
-0.4581014811992645,
-0.27047228813171387,
0.24374940991401672,
0.4265168011188507,
0.6873279809951782,
-0.47410526871681213,
-0.18673557043075562,
0.7337782382965088,
0.30574363470077515,
0.23736824095249176,
0.08410875499248505,
-0.0740237832069397,
-0.5682109594345093,
1.0617749691009521,
0.23899395763874054,
-0.33668428659439087,
0.20600080490112305,
0.25660136342048645,
-0.32621636986732483,
-0.5519573092460632,
-0.592391848564148,
0.23971393704414368,
-0.39387068152427673,
-0.4368938207626343,
-0.13135842978954315,
-0.37511304020881653,
-0.5269904136657715,
-0.07502404600381851,
-0.32323789596557617,
-0.4206511080265045,
-0.5284569263458252,
-0.6783017516136169,
1.0296318531036377,
0.7940753698348999,
-0.6562671661376953,
0.6930333971977234,
-0.8676019310951233,
0.37952569127082825,
0.35115137696266174,
1.3218060731887817,
-0.34733811020851135,
-0.41005241870880127,
-0.5840750336647034,
0.004252301063388586,
-0.025280214846134186,
-0.507992684841156,
-0.24089239537715912,
0.24236583709716797,
0.7816322445869446,
0.15977546572685242,
-0.2548530697822571,
0.49291738867759705,
-0.15108555555343628,
0.5777230858802795,
0.38104447722435,
-0.4979507327079773,
0.7896831631660461,
-0.43041756749153137,
0.3596388101577759,
1.0777702331542969,
0.5960254073143005,
-0.4178307056427002,
0.2317255437374115,
-0.9699651002883911,
-0.5487587451934814,
0.48781469464302063,
0.03268992155790329,
0.29918429255485535,
0.308519572019577,
0.6520195603370667,
0.07513784617185593,
0.3858410716056824,
-0.7697547674179077,
-0.5480292439460754,
-0.21782515943050385,
-0.2614518404006958,
-0.009063462726771832,
-0.6056385636329651,
-0.49885663390159607,
-0.6618607640266418,
0.924705982208252,
-0.04016754776239395,
0.56580650806427,
-0.0297895185649395,
0.1106976792216301,
-0.1427251100540161,
-0.14042434096336365,
0.4801485538482666,
0.5579102635383606,
-0.3974013030529022,
-0.2134057879447937,
-0.009539335034787655,
-0.867626965045929,
-0.13889063894748688,
0.5063557028770447,
-0.017736392095685005,
-0.1674090474843979,
0.485042005777359,
0.8931592702865601,
-0.3415592610836029,
0.09028006345033646,
0.3209153413772583,
-0.09493992477655411,
-0.6341533660888672,
-0.49729016423225403,
0.16912785172462463,
0.13220539689064026,
0.1557200849056244,
-0.02685636281967163,
-0.1748870313167572,
0.1681535840034485,
-0.305713027715683,
0.44810745120048523,
0.16713085770606995,
-0.7451268434524536,
-0.545056164264679,
0.4860018491744995,
0.6914928555488586,
-0.33481693267822266,
0.8512029647827148,
-0.23415468633174896,
-0.6122297048568726,
0.47516196966171265,
0.15335702896118164,
0.9765834808349609,
-0.615416944026947,
0.40780678391456604,
0.7023715376853943,
0.34578782320022583,
0.0943140760064125,
0.6243953704833984,
-0.5377426147460938,
-0.5371918678283691,
-0.18888592720031738,
-0.28215479850769043,
-0.32789573073387146,
0.06646622717380524,
-0.9878047108650208,
0.16728442907333374,
-0.6250526905059814,
-0.3521203398704529,
-0.25542691349983215,
0.1466212272644043,
-0.9600406885147095,
0.3037736117839813,
0.17234094440937042,
1.2913484573364258,
-1.1900064945220947,
0.8616405725479126,
0.9564852118492126,
-0.3712444603443146,
-0.6668818593025208,
-0.16656576097011566,
-0.02527150698006153,
-0.8870959877967834,
0.025652630254626274,
0.14989759027957916,
0.3884880542755127,
-0.08226301521062851,
-0.869948148727417,
-0.498384028673172,
1.289144515991211,
0.33759605884552,
-0.713565468788147,
0.3240693211555481,
-0.058355435729026794,
0.387267529964447,
-0.19006220996379852,
0.32200223207473755,
0.5323630571365356,
0.7791756391525269,
0.28917428851127625,
-0.7202225923538208,
-0.10906345397233963,
-0.5744364857673645,
-0.20904909074306488,
0.43988192081451416,
-0.5651308298110962,
0.08929186314344406,
-0.03633657470345497,
0.14861612021923065,
-0.07191891223192215,
0.46871617436408997,
-0.06151527911424637,
0.44786691665649414,
0.33509668707847595,
0.9913192987442017,
0.8372989892959595,
-0.42633354663848877,
0.9737822413444519,
0.02858544886112213,
0.7192288041114807,
1.250687599182129,
-0.021381298080086708,
0.13737574219703674,
0.4677515923976898,
-0.25560542941093445,
0.2023470103740692,
0.7986881136894226,
-0.5530033707618713,
0.5862986445426941,
0.289754718542099,
-0.23955239355564117,
-0.3501850962638855,
0.1753605306148529,
-1.0450847148895264,
-0.1077028140425682,
0.4303671717643738,
-0.4431729316711426,
-0.18256732821464539,
0.10581038892269135,
-0.03195510432124138,
-0.44371795654296875,
-0.5441920161247253,
0.9243519902229309,
0.10611961036920547,
-0.058022450655698776,
0.025791244581341743,
-0.32570919394493103,
0.329315721988678,
-1.022172451019287,
-0.33350488543510437,
0.07146055996417999,
0.07870618253946304,
-0.5625004172325134,
-1.1955879926681519,
0.6899778842926025,
-0.3095244765281677,
-0.186406672000885,
-0.17541596293449402,
0.8590191006660461,
-0.5103347301483154,
-0.7671375274658203,
0.2481316775083542,
0.08771209418773651,
0.16051419079303741,
0.07540687173604965,
-1.3304882049560547,
0.07043223828077316,
-0.22367984056472778,
-0.17631389200687408,
0.35287365317344666,
0.16074348986148834,
0.2636927664279938,
0.5826901793479919,
0.5549716353416443,
0.0063303010538220406,
-0.4904741644859314,
0.4850699305534363,
1.0366603136062622,
-0.4159758388996124,
-0.6237107515335083,
-0.4747079908847809,
0.6713235974311829,
-0.4200302064418793,
-0.6921421885490417,
0.5872336030006409,
1.0145232677459717,
0.905659019947052,
-0.351947546005249,
0.9456509947776794,
-0.22687743604183197,
0.6092788577079773,
-0.4653617739677429,
0.690721333026886,
-0.2784203886985779,
-0.30022478103637695,
-0.21956968307495117,
-0.7686884999275208,
-0.5352156162261963,
0.6099711656570435,
-0.13092005252838135,
0.2522575557231903,
0.2982802093029022,
0.7994100451469421,
-0.44942620396614075,
0.15713879466056824,
-0.015420985408127308,
0.06971404701471329,
0.0702974945306778,
0.4275588393211365,
0.45159435272216797,
-0.5466259717941284,
0.07531615346670151,
-0.15463662147521973,
-0.5856971144676208,
0.09019587188959122,
-1.049595594406128,
-1.055614948272705,
-0.7116396427154541,
-0.7786130309104919,
-0.3934735059738159,
0.22455956041812897,
0.7790523767471313,
1.0910067558288574,
-1.015826940536499,
-0.2374494969844818,
-0.1696653962135315,
0.10340484976768494,
0.04868324473500252,
-0.10909727215766907,
0.5629828572273254,
0.1693180948495865,
-0.3420943021774292,
-0.3104765713214874,
-0.12301459908485413,
0.3940163254737854,
-0.004801773000508547,
-0.20475651323795319,
-0.04941327124834061,
-0.42032700777053833,
0.3350522518157959,
0.5471453070640564,
0.19654104113578796,
-0.3468046188354492,
-0.7539018392562866,
0.13178347051143646,
-0.014199563302099705,
1.102069616317749,
-0.37930193543434143,
0.10374917834997177,
0.4376954436302185,
0.46129074692726135,
0.8233731389045715,
-0.06918568164110184,
0.5527112483978271,
-0.8450608849525452,
0.2542067766189575,
-0.11465787887573242,
0.3566001355648041,
0.20096473395824432,
-0.36747291684150696,
1.0081244707107544,
0.6958164572715759,
-0.592645525932312,
-0.4513978362083435,
0.04678381234407425,
-1.2699720859527588,
0.46282342076301575,
0.8720383644104004,
0.04488294944167137,
-0.1772434562444687,
-0.2012980878353119,
-0.4445498585700989,
0.26114407181739807,
-0.706946849822998,
0.205950528383255,
0.5992876291275024,
0.2479175329208374,
-0.299655556678772,
-0.5083844661712646,
0.8118981122970581,
-0.41929876804351807,
-1.1713850498199463,
0.18874388933181763,
0.4352695345878601,
0.38822704553604126,
-0.07923711091279984,
0.9949264526367188,
-0.0368613563477993,
0.308639258146286,
0.2908603549003601,
0.36216190457344055,
-0.4558747708797455,
-0.427693247795105,
-0.1998050957918167,
-0.13995322585105896,
-0.13361695408821106,
-0.6238076090812683
]
|
lamm-mit/SilkomePretrainedGPT | lamm-mit | 2023-12-04T13:01:18Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T13:01:11Z | ---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 213036133
num_examples: 731354
download_size: 203708011
dataset_size: 213036133
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "GPTSilkomePretrained"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.45453935861587524,
-0.03867100924253464,
0.2139943540096283,
0.05735275149345398,
-0.2204960733652115,
0.003082027891650796,
0.26220574975013733,
0.06045615300536156,
0.6472813487052917,
0.4229591488838196,
-0.9445978999137878,
-0.7440866231918335,
-0.772437334060669,
-0.38592904806137085,
-0.12255656719207764,
1.4730693101882935,
-0.16477203369140625,
0.20191462337970734,
-0.40267646312713623,
-0.09002703428268433,
-0.46415361762046814,
-0.6101480722427368,
-0.6673162579536438,
-0.8074899911880493,
0.7651786804199219,
0.5787268877029419,
0.1332540661096573,
0.23266135156154633,
0.5617589354515076,
0.1676175594329834,
0.16824282705783844,
-0.3464429974555969,
-0.4167923629283905,
-0.021096298471093178,
-0.1274271160364151,
-0.4651898145675659,
-0.9485158920288086,
0.19368581473827362,
0.6105174422264099,
0.41889116168022156,
-0.28318119049072266,
0.8133494257926941,
0.02271830104291439,
0.7487216591835022,
-0.4427849352359772,
0.47399961948394775,
-0.08678235113620758,
0.11478660255670547,
-0.39983993768692017,
-0.16523191332817078,
0.2735065817832947,
-0.4848836064338684,
-0.11577720940113068,
-1.0523602962493896,
0.31200525164604187,
-0.29933664202690125,
0.7478086948394775,
0.24352070689201355,
0.0020181720610708,
-0.16670529544353485,
-0.471377432346344,
0.10488571226596832,
-0.1867746114730835,
0.34738922119140625,
0.7413763403892517,
0.5361859798431396,
0.11499422788619995,
-0.7818672060966492,
-0.1200440376996994,
0.01923399604856968,
-0.04222770780324936,
0.3252018988132477,
0.45705437660217285,
0.060468196868896484,
0.7148386240005493,
0.6230407953262329,
-0.6660157442092896,
-0.3487480878829956,
-0.514778733253479,
-0.32394248247146606,
0.7362386584281921,
0.14875571429729462,
0.24438098073005676,
0.22489036619663239,
-0.0647951290011406,
-0.23701462149620056,
-0.607584536075592,
-0.12564897537231445,
0.5530835390090942,
0.17828533053398132,
-1.1231803894042969,
0.579054594039917,
-0.12234602868556976,
0.37734758853912354,
-0.030038386583328247,
0.44840502738952637,
0.7820461392402649,
-0.22557973861694336,
-0.2507188022136688,
-0.0023751291446387768,
0.3066641092300415,
0.24144279956817627,
0.3687255382537842,
-0.0930924043059349,
-0.13431967794895172,
-0.000985471997410059,
0.1323450207710266,
-1.1965123414993286,
-1.019879937171936,
0.1422201246023178,
-0.4497601389884949,
-0.2393566370010376,
0.3736547529697418,
-0.8056036829948425,
-0.34963953495025635,
-0.5682647228240967,
0.25646889209747314,
0.04922362044453621,
-0.8071316480636597,
-0.3098542094230652,
-0.740506112575531,
0.3948736786842346,
0.2052573710680008,
-0.9995298981666565,
0.31057170033454895,
0.6817113757133484,
0.6589978933334351,
0.4977375864982605,
-0.3023642897605896,
-0.6183942556381226,
0.3790735602378845,
0.011150876060128212,
0.7059223651885986,
-0.6186294555664062,
-0.4669313430786133,
0.04528798162937164,
0.4273175299167633,
-0.06957727670669556,
-0.1518021672964096,
0.7330552935600281,
-0.327820360660553,
-0.0749237909913063,
-0.8613018989562988,
-0.6035566926002502,
0.09857449680566788,
0.4138621389865875,
-0.7847893238067627,
1.2229294776916504,
0.4068950116634369,
-0.6261087656021118,
0.7597390413284302,
-1.2585175037384033,
-0.28550997376441956,
0.663933515548706,
-0.10924066603183746,
-0.5253983736038208,
0.15180331468582153,
-0.05805516615509987,
0.5169827938079834,
0.12420660257339478,
0.5015284419059753,
-0.7429854273796082,
-0.14203819632530212,
-0.10178882628679276,
0.1468573808670044,
0.7740671634674072,
0.21159245073795319,
0.3021014332771301,
0.08940469473600388,
-0.8166211247444153,
-0.0017997045069932938,
0.2055041640996933,
-0.20229294896125793,
-0.2496330887079239,
-0.4656744599342346,
0.3857494592666626,
-0.0725424587726593,
0.2023945301771164,
-0.5181357860565186,
0.6335650086402893,
0.23211340606212616,
0.1376039981842041,
0.771346390247345,
0.039901770651340485,
0.3214666247367859,
-0.27422985434532166,
0.6387292742729187,
-0.1351843923330307,
0.5187008380889893,
0.20502261817455292,
-0.4750649631023407,
-0.5115123987197876,
0.053280942142009735,
0.5886087417602539,
0.6399964690208435,
-0.7886819243431091,
0.4922144114971161,
0.06824195384979248,
-0.6781682968139648,
-0.3240676820278168,
0.21061554551124573,
0.26925888657569885,
0.23490875959396362,
0.32019490003585815,
-0.5146554112434387,
-0.7502424120903015,
-0.5386404395103455,
0.19146360456943512,
0.12531808018684387,
-0.07382803410291672,
0.15889006853103638,
0.9701786637306213,
-0.49186334013938904,
0.5820884108543396,
-0.6804774403572083,
-0.21093320846557617,
0.021686825901269913,
-0.06267216056585312,
0.10659847408533096,
0.8779149055480957,
0.9004483819007874,
-0.6118634343147278,
-0.5196794867515564,
-0.5279210209846497,
-0.592162549495697,
-0.03717809170484543,
0.3947078585624695,
-0.42979365587234497,
-0.39783424139022827,
0.21240511536598206,
-0.3958236873149872,
0.5065188407897949,
0.8835126161575317,
-0.4925660490989685,
0.36515989899635315,
-0.0204492025077343,
0.1946142613887787,
-1.3254106044769287,
0.4389406144618988,
-0.0354861356317997,
-0.16677621006965637,
-0.4079412519931793,
-0.01579900085926056,
-0.06305909901857376,
-0.5233872532844543,
0.06033115088939667,
0.5337556004524231,
-0.5987346172332764,
-0.21415472030639648,
-0.03770697861909866,
-0.22762934863567352,
-0.33354267477989197,
0.2474994957447052,
0.18024121224880219,
0.7637987732887268,
1.2252875566482544,
-0.4678095877170563,
0.9154355525970459,
0.6063583493232727,
0.10760997235774994,
0.9869896769523621,
-0.7724202871322632,
0.3481447994709015,
-0.11381147801876068,
0.3392491638660431,
-0.7139569520950317,
-0.8213478922843933,
0.6766003966331482,
-0.4410199820995331,
0.6689169406890869,
-0.88994300365448,
-0.4684193432331085,
-0.7012677192687988,
-0.3612321615219116,
0.6842589974403381,
0.4969102144241333,
-0.704434871673584,
0.27999335527420044,
0.7321344017982483,
-0.00854011531919241,
-0.09072339534759521,
-0.8919891715049744,
0.01622520014643669,
-0.2266397327184677,
-0.014720612205564976,
0.11155223846435547,
-0.351176381111145,
0.42696696519851685,
-0.20669406652450562,
0.3804470896720886,
-0.18568602204322815,
-0.15951032936573029,
0.5509368777275085,
0.10943210870027542,
-0.24091219902038574,
0.5081124305725098,
-0.04295099526643753,
-0.8508468270301819,
0.15516838431358337,
-0.3221169412136078,
0.33343765139579773,
-0.07306750863790512,
-0.25896984338760376,
-0.41371265053749084,
0.3465310335159302,
0.023216377943754196,
-0.06475251913070679,
0.5210258960723877,
1.2883882522583008,
-0.6853618621826172,
0.023100974038243294,
-0.5182851552963257,
-0.22784925997257233,
-0.4921761751174927,
0.11012355238199234,
-0.23282621800899506,
-0.819828987121582,
0.4396791458129883,
-0.19828230142593384,
-0.162260040640831,
0.6644606590270996,
0.713534414768219,
0.020875699818134308,
0.5803242325782776,
0.6097912788391113,
-0.39826908707618713,
0.5019281506538391,
-0.4498023986816406,
-0.3461237847805023,
-0.880393385887146,
-0.41038423776626587,
-0.5166071057319641,
-0.4815264642238617,
-0.682106614112854,
-0.14091308414936066,
-0.052623964846134186,
-0.16125543415546417,
-0.39963245391845703,
0.5703563690185547,
-0.8593463897705078,
0.520422101020813,
0.7105845808982849,
0.20695559680461884,
-0.24191386997699738,
-0.07143966108560562,
0.2832045257091522,
0.11511929333209991,
-0.838525652885437,
-0.18948902189731598,
1.5087244510650635,
0.4968385100364685,
0.9539853930473328,
-0.008667120710015297,
0.897119402885437,
0.2190796285867691,
0.6915528774261475,
-0.2796032726764679,
0.31852710247039795,
0.03684360906481743,
-0.6320459246635437,
-0.08077624440193176,
-0.3323666453361511,
-0.7293398976325989,
-0.6351349949836731,
-0.3338783383369446,
-0.2444712370634079,
0.25917530059814453,
0.581967294216156,
0.0037774525117129087,
0.380384236574173,
-0.9141155481338501,
1.1221688985824585,
-0.16413401067256927,
-0.07470463961362839,
-0.07444249093532562,
-0.6306292414665222,
0.10448449105024338,
0.303424209356308,
-0.08818253874778748,
-0.1840774565935135,
-0.037809912115335464,
1.165996789932251,
-0.5010805130004883,
1.1028783321380615,
-0.9488570094108582,
0.08320337533950806,
0.1521195024251938,
-0.4992332458496094,
0.2632402777671814,
0.46732765436172485,
0.1823313683271408,
0.0882347971200943,
0.09371993690729141,
-0.6239862442016602,
-0.1589798778295517,
0.8213726878166199,
-0.764640212059021,
0.3243560194969177,
-0.35408809781074524,
-0.4581014811992645,
-0.27047228813171387,
0.24374940991401672,
0.4265168011188507,
0.6873279809951782,
-0.47410526871681213,
-0.18673557043075562,
0.7337782382965088,
0.30574363470077515,
0.23736824095249176,
0.08410875499248505,
-0.0740237832069397,
-0.5682109594345093,
1.0617749691009521,
0.23899395763874054,
-0.33668428659439087,
0.20600080490112305,
0.25660136342048645,
-0.32621636986732483,
-0.5519573092460632,
-0.592391848564148,
0.23971393704414368,
-0.39387068152427673,
-0.4368938207626343,
-0.13135842978954315,
-0.37511304020881653,
-0.5269904136657715,
-0.07502404600381851,
-0.32323789596557617,
-0.4206511080265045,
-0.5284569263458252,
-0.6783017516136169,
1.0296318531036377,
0.7940753698348999,
-0.6562671661376953,
0.6930333971977234,
-0.8676019310951233,
0.37952569127082825,
0.35115137696266174,
1.3218060731887817,
-0.34733811020851135,
-0.41005241870880127,
-0.5840750336647034,
0.004252301063388586,
-0.025280214846134186,
-0.507992684841156,
-0.24089239537715912,
0.24236583709716797,
0.7816322445869446,
0.15977546572685242,
-0.2548530697822571,
0.49291738867759705,
-0.15108555555343628,
0.5777230858802795,
0.38104447722435,
-0.4979507327079773,
0.7896831631660461,
-0.43041756749153137,
0.3596388101577759,
1.0777702331542969,
0.5960254073143005,
-0.4178307056427002,
0.2317255437374115,
-0.9699651002883911,
-0.5487587451934814,
0.48781469464302063,
0.03268992155790329,
0.29918429255485535,
0.308519572019577,
0.6520195603370667,
0.07513784617185593,
0.3858410716056824,
-0.7697547674179077,
-0.5480292439460754,
-0.21782515943050385,
-0.2614518404006958,
-0.009063462726771832,
-0.6056385636329651,
-0.49885663390159607,
-0.6618607640266418,
0.924705982208252,
-0.04016754776239395,
0.56580650806427,
-0.0297895185649395,
0.1106976792216301,
-0.1427251100540161,
-0.14042434096336365,
0.4801485538482666,
0.5579102635383606,
-0.3974013030529022,
-0.2134057879447937,
-0.009539335034787655,
-0.867626965045929,
-0.13889063894748688,
0.5063557028770447,
-0.017736392095685005,
-0.1674090474843979,
0.485042005777359,
0.8931592702865601,
-0.3415592610836029,
0.09028006345033646,
0.3209153413772583,
-0.09493992477655411,
-0.6341533660888672,
-0.49729016423225403,
0.16912785172462463,
0.13220539689064026,
0.1557200849056244,
-0.02685636281967163,
-0.1748870313167572,
0.1681535840034485,
-0.305713027715683,
0.44810745120048523,
0.16713085770606995,
-0.7451268434524536,
-0.545056164264679,
0.4860018491744995,
0.6914928555488586,
-0.33481693267822266,
0.8512029647827148,
-0.23415468633174896,
-0.6122297048568726,
0.47516196966171265,
0.15335702896118164,
0.9765834808349609,
-0.615416944026947,
0.40780678391456604,
0.7023715376853943,
0.34578782320022583,
0.0943140760064125,
0.6243953704833984,
-0.5377426147460938,
-0.5371918678283691,
-0.18888592720031738,
-0.28215479850769043,
-0.32789573073387146,
0.06646622717380524,
-0.9878047108650208,
0.16728442907333374,
-0.6250526905059814,
-0.3521203398704529,
-0.25542691349983215,
0.1466212272644043,
-0.9600406885147095,
0.3037736117839813,
0.17234094440937042,
1.2913484573364258,
-1.1900064945220947,
0.8616405725479126,
0.9564852118492126,
-0.3712444603443146,
-0.6668818593025208,
-0.16656576097011566,
-0.02527150698006153,
-0.8870959877967834,
0.025652630254626274,
0.14989759027957916,
0.3884880542755127,
-0.08226301521062851,
-0.869948148727417,
-0.498384028673172,
1.289144515991211,
0.33759605884552,
-0.713565468788147,
0.3240693211555481,
-0.058355435729026794,
0.387267529964447,
-0.19006220996379852,
0.32200223207473755,
0.5323630571365356,
0.7791756391525269,
0.28917428851127625,
-0.7202225923538208,
-0.10906345397233963,
-0.5744364857673645,
-0.20904909074306488,
0.43988192081451416,
-0.5651308298110962,
0.08929186314344406,
-0.03633657470345497,
0.14861612021923065,
-0.07191891223192215,
0.46871617436408997,
-0.06151527911424637,
0.44786691665649414,
0.33509668707847595,
0.9913192987442017,
0.8372989892959595,
-0.42633354663848877,
0.9737822413444519,
0.02858544886112213,
0.7192288041114807,
1.250687599182129,
-0.021381298080086708,
0.13737574219703674,
0.4677515923976898,
-0.25560542941093445,
0.2023470103740692,
0.7986881136894226,
-0.5530033707618713,
0.5862986445426941,
0.289754718542099,
-0.23955239355564117,
-0.3501850962638855,
0.1753605306148529,
-1.0450847148895264,
-0.1077028140425682,
0.4303671717643738,
-0.4431729316711426,
-0.18256732821464539,
0.10581038892269135,
-0.03195510432124138,
-0.44371795654296875,
-0.5441920161247253,
0.9243519902229309,
0.10611961036920547,
-0.058022450655698776,
0.025791244581341743,
-0.32570919394493103,
0.329315721988678,
-1.022172451019287,
-0.33350488543510437,
0.07146055996417999,
0.07870618253946304,
-0.5625004172325134,
-1.1955879926681519,
0.6899778842926025,
-0.3095244765281677,
-0.186406672000885,
-0.17541596293449402,
0.8590191006660461,
-0.5103347301483154,
-0.7671375274658203,
0.2481316775083542,
0.08771209418773651,
0.16051419079303741,
0.07540687173604965,
-1.3304882049560547,
0.07043223828077316,
-0.22367984056472778,
-0.17631389200687408,
0.35287365317344666,
0.16074348986148834,
0.2636927664279938,
0.5826901793479919,
0.5549716353416443,
0.0063303010538220406,
-0.4904741644859314,
0.4850699305534363,
1.0366603136062622,
-0.4159758388996124,
-0.6237107515335083,
-0.4747079908847809,
0.6713235974311829,
-0.4200302064418793,
-0.6921421885490417,
0.5872336030006409,
1.0145232677459717,
0.905659019947052,
-0.351947546005249,
0.9456509947776794,
-0.22687743604183197,
0.6092788577079773,
-0.4653617739677429,
0.690721333026886,
-0.2784203886985779,
-0.30022478103637695,
-0.21956968307495117,
-0.7686884999275208,
-0.5352156162261963,
0.6099711656570435,
-0.13092005252838135,
0.2522575557231903,
0.2982802093029022,
0.7994100451469421,
-0.44942620396614075,
0.15713879466056824,
-0.015420985408127308,
0.06971404701471329,
0.0702974945306778,
0.4275588393211365,
0.45159435272216797,
-0.5466259717941284,
0.07531615346670151,
-0.15463662147521973,
-0.5856971144676208,
0.09019587188959122,
-1.049595594406128,
-1.055614948272705,
-0.7116396427154541,
-0.7786130309104919,
-0.3934735059738159,
0.22455956041812897,
0.7790523767471313,
1.0910067558288574,
-1.015826940536499,
-0.2374494969844818,
-0.1696653962135315,
0.10340484976768494,
0.04868324473500252,
-0.10909727215766907,
0.5629828572273254,
0.1693180948495865,
-0.3420943021774292,
-0.3104765713214874,
-0.12301459908485413,
0.3940163254737854,
-0.004801773000508547,
-0.20475651323795319,
-0.04941327124834061,
-0.42032700777053833,
0.3350522518157959,
0.5471453070640564,
0.19654104113578796,
-0.3468046188354492,
-0.7539018392562866,
0.13178347051143646,
-0.014199563302099705,
1.102069616317749,
-0.37930193543434143,
0.10374917834997177,
0.4376954436302185,
0.46129074692726135,
0.8233731389045715,
-0.06918568164110184,
0.5527112483978271,
-0.8450608849525452,
0.2542067766189575,
-0.11465787887573242,
0.3566001355648041,
0.20096473395824432,
-0.36747291684150696,
1.0081244707107544,
0.6958164572715759,
-0.592645525932312,
-0.4513978362083435,
0.04678381234407425,
-1.2699720859527588,
0.46282342076301575,
0.8720383644104004,
0.04488294944167137,
-0.1772434562444687,
-0.2012980878353119,
-0.4445498585700989,
0.26114407181739807,
-0.706946849822998,
0.205950528383255,
0.5992876291275024,
0.2479175329208374,
-0.299655556678772,
-0.5083844661712646,
0.8118981122970581,
-0.41929876804351807,
-1.1713850498199463,
0.18874388933181763,
0.4352695345878601,
0.38822704553604126,
-0.07923711091279984,
0.9949264526367188,
-0.0368613563477993,
0.308639258146286,
0.2908603549003601,
0.36216190457344055,
-0.4558747708797455,
-0.427693247795105,
-0.1998050957918167,
-0.13995322585105896,
-0.13361695408821106,
-0.6238076090812683
]
|
mesolitica/chatgpt-malaysian-extractive-qa | mesolitica | 2023-12-04T13:32:29Z | 0 | 0 | [
"task_categories:question-answering",
"language:ms",
"region:us"
]
| [
"question-answering"
]
| 2023-12-04T13:06:49Z | ---
task_categories:
- question-answering
language:
- ms
pretty_name: synthetic-malaysian-extract-qa
---
# Synthetic Malaysian Extractive QA
Generated using ChatGPT3.5, notebooks at https://github.com/mesolitica/malaysian-dataset/tree/master/question-answer/chatgpt3.5-extractive-news | [
-0.32511189579963684,
-1.0366265773773193,
0.3443179130554199,
0.5031969547271729,
-0.27463847398757935,
0.5587493181228638,
0.10126136243343353,
-0.44145917892456055,
0.6339929699897766,
0.2734937071800232,
-0.7573033571243286,
-0.5017390847206116,
-0.05861707031726837,
0.36497962474823,
-0.37835580110549927,
1.1353447437286377,
0.07233474403619766,
0.12072362750768661,
0.2682793438434601,
0.013450589962303638,
-0.31523579359054565,
-0.4240313768386841,
-0.8228411078453064,
0.11479367315769196,
0.5264385938644409,
0.8205894231796265,
0.5278780460357666,
0.19552764296531677,
0.640744149684906,
0.10691742599010468,
0.12916181981563568,
-0.08412744104862213,
-0.22200459241867065,
0.15782691538333893,
-0.17527611553668976,
-0.15487314760684967,
-0.3530992269515991,
0.22991515696048737,
0.6876646876335144,
-0.007551153656095266,
-0.3472197353839874,
0.8377872705459595,
-0.3427882492542267,
0.8110219836235046,
-0.4552476108074188,
0.5998415350914001,
-0.5018007755279541,
0.05159541592001915,
-0.41170474886894226,
-0.24954526126384735,
0.07957760244607925,
-0.9148614406585693,
-0.10022502392530441,
-0.7950149774551392,
0.19171491265296936,
-0.13525138795375824,
1.2885147333145142,
0.0562816858291626,
-0.5586549043655396,
-0.3915849030017853,
-0.8316646218299866,
0.44475218653678894,
-0.4066814184188843,
0.2198432832956314,
0.1969713568687439,
1.3156780004501343,
-0.2198156714439392,
-1.2157877683639526,
-0.6929596662521362,
0.17064784467220306,
-0.021582426503300667,
0.5174369215965271,
-0.061213042587041855,
-0.17680631577968597,
0.4123462736606598,
0.824155867099762,
-0.6476000547409058,
-0.30329465866088867,
-1.012704849243164,
-0.07388244569301605,
0.7203687429428101,
0.18126550316810608,
0.6100806593894958,
-0.7555592060089111,
0.34115883708000183,
-0.19624049961566925,
-0.9896313548088074,
0.2926022708415985,
0.47407087683677673,
0.09270833432674408,
-0.0005150138167664409,
0.9650938510894775,
-0.6537752747535706,
0.09572561830282211,
-0.16965898871421814,
-0.011937965638935566,
0.530584990978241,
-0.8728020787239075,
-0.20103152096271515,
-0.022806810215115547,
0.7542706727981567,
0.10176089406013489,
0.3621646463871002,
0.19988968968391418,
-0.14338664710521698,
0.16417551040649414,
0.13195595145225525,
-1.0737227201461792,
-0.9307144284248352,
0.5109148621559143,
-0.7340928912162781,
-0.8205065131187439,
0.15605974197387695,
-0.8897410035133362,
0.10765351355075836,
-0.1669733226299286,
0.0654546469449997,
-0.18564768135547638,
-0.7993631958961487,
-0.1662709265947342,
-0.2973041236400604,
0.3958306312561035,
-0.026246627792716026,
-0.910461962223053,
0.18809138238430023,
0.5346619486808777,
0.37114715576171875,
0.054045092314481735,
0.2563498914241791,
-0.16522367298603058,
-0.08904974162578583,
-0.18565607070922852,
0.7204796671867371,
-0.4159790873527527,
-0.5304688811302185,
-0.006135872565209866,
0.41462311148643494,
-0.0019648834131658077,
-0.7338163256645203,
0.8180572986602783,
-0.5418752431869507,
0.8949024081230164,
-0.1893334984779358,
-0.313406765460968,
-0.4456630051136017,
0.24482682347297668,
-0.7835344076156616,
1.3570265769958496,
0.5963057279586792,
-0.7829382419586182,
0.3954881727695465,
-1.081398367881775,
-0.18558894097805023,
0.17108909785747528,
-0.180570587515831,
-0.6862654089927673,
-0.3087703585624695,
0.41944828629493713,
0.21053534746170044,
-0.07517119497060776,
0.36839815974235535,
-0.16354113817214966,
-0.09550060331821442,
0.29870274662971497,
-0.27148881554603577,
1.2229444980621338,
0.6684569120407104,
0.20435254275798798,
0.37900784611701965,
-1.1104512214660645,
0.1660362184047699,
0.1920444667339325,
-0.37204495072364807,
0.06718304008245468,
-0.2188550978899002,
0.2319762259721756,
0.31498992443084717,
0.4638505280017853,
-0.9141901731491089,
0.4854332208633423,
-0.11776848882436752,
0.36721742153167725,
0.6113308668136597,
0.583895742893219,
0.00043519510654732585,
-0.4307902455329895,
0.9142113924026489,
-0.04686940833926201,
0.34789592027664185,
-0.00735184783115983,
-0.5830263495445251,
-0.544875979423523,
-0.4547628164291382,
0.6472509503364563,
0.7096326947212219,
-0.8728320598602295,
0.032455768436193466,
-0.3139171004295349,
-0.9027175903320312,
-0.4728504419326782,
-0.14131562411785126,
0.011396505869925022,
-0.09140849113464355,
0.30963554978370667,
0.08789243549108505,
-1.1847516298294067,
-0.7613621950149536,
0.06733217090368271,
-0.3288585841655731,
-0.3764799237251282,
0.407961368560791,
0.5577567219734192,
-0.2087252289056778,
1.1487830877304077,
-0.6207313537597656,
-0.10000281035900116,
-0.24605219066143036,
0.01762203499674797,
0.6326836943626404,
0.6986986994743347,
0.4950252175331116,
-0.7159107327461243,
-0.8140236139297485,
-0.15646177530288696,
-0.723597526550293,
-0.42802101373672485,
-0.11117912828922272,
-0.2760801911354065,
0.3214111626148224,
0.4703540503978729,
-0.9853349328041077,
0.2091001570224762,
0.5389086604118347,
-0.19114378094673157,
1.1494065523147583,
0.2757551372051239,
0.010357886552810669,
-1.8810395002365112,
0.5336658358573914,
-0.31095635890960693,
-0.4146561026573181,
-0.03828447684645653,
0.10682322084903717,
-0.07084745913743973,
-0.3176950514316559,
-0.2749103605747223,
0.48876312375068665,
-0.44431930780410767,
-0.11989367008209229,
0.16387900710105896,
-0.047428954392671585,
-0.14730364084243774,
0.4236859679222107,
-0.09916650503873825,
1.160818338394165,
0.3491136431694031,
-0.30864793062210083,
0.48331087827682495,
0.48367077112197876,
-0.16453485190868378,
0.097652368247509,
-0.7900102734565735,
0.024880699813365936,
0.4103415906429291,
0.3729668855667114,
-0.4682499170303345,
-0.5785596966743469,
0.7716113328933716,
-0.5464040040969849,
-0.13908076286315918,
-0.4055236279964447,
-0.5346686244010925,
-0.4781706631183624,
-0.5084486603736877,
0.48717451095581055,
1.1096699237823486,
-0.5373883843421936,
0.3264731764793396,
0.6201741695404053,
-0.41525885462760925,
-0.458602637052536,
0.007208412047475576,
-0.048543110489845276,
-0.2523980736732483,
-0.35612398386001587,
0.18047600984573364,
0.020088164135813713,
-0.2600366473197937,
0.02780543640255928,
0.014101210981607437,
-0.14786769449710846,
-0.19758625328540802,
0.41184157133102417,
0.34679725766181946,
-0.5861109495162964,
0.06939997524023056,
0.1197865679860115,
0.09282790124416351,
0.45808953046798706,
0.2340429723262787,
0.45521095395088196,
-0.10749182105064392,
-0.10751882940530777,
-0.5986021161079407,
0.13793110847473145,
0.3774464428424835,
0.09251098334789276,
0.2904180586338043,
0.7436531782150269,
-0.33744439482688904,
0.1016397550702095,
-0.3442279100418091,
-0.27273598313331604,
-0.4893253445625305,
0.21552373468875885,
-0.747702419757843,
-0.6173471212387085,
0.5751484036445618,
-0.20253700017929077,
0.07719817757606506,
0.9233449101448059,
0.4918404817581177,
0.06636999547481537,
1.1544435024261475,
0.3760479986667633,
-0.09944775700569153,
0.45496195554733276,
-0.21486809849739075,
0.31595128774642944,
-0.75736403465271,
-0.3012517988681793,
-0.6350250840187073,
0.11383669823408127,
-1.3551933765411377,
-0.1458020657300949,
0.15308509767055511,
0.21980823576450348,
-0.03810443729162216,
0.28195229172706604,
-0.48836550116539,
0.640468180179596,
0.6419206261634827,
-0.08783530443906784,
0.23246286809444427,
-0.2596972584724426,
0.026890993118286133,
0.09758082032203674,
-0.6690624356269836,
-0.7350777387619019,
1.2873327732086182,
0.4522261619567871,
0.2841728627681732,
0.10067694634199142,
0.5763829350471497,
0.18419161438941956,
0.5146823525428772,
-0.5831372737884521,
0.5409492254257202,
0.2718038558959961,
-0.664188802242279,
-0.13987842202186584,
-0.5005278587341309,
-1.2942782640457153,
-0.14398327469825745,
-0.1470508873462677,
-0.48618796467781067,
-0.3768002390861511,
-0.057541050016880035,
-0.20273876190185547,
-0.03348565101623535,
-0.6937375664710999,
1.1252362728118896,
0.5076192021369934,
0.34986814856529236,
-0.270939439535141,
-0.4636940658092499,
0.67689448595047,
-0.06869877129793167,
-0.2686557173728943,
-0.21994705498218536,
0.5268996953964233,
0.9658161997795105,
-0.368081659078598,
0.5358255505561829,
-0.25661197304725647,
0.08810224384069443,
0.7249273657798767,
0.202462837100029,
0.17640049755573273,
0.5393860340118408,
0.28679168224334717,
-0.09092061966657639,
0.7641137838363647,
-0.7579809427261353,
-0.2780073285102844,
0.36667606234550476,
-0.7830965518951416,
-0.3582814335823059,
-0.6270669102668762,
-0.5087122321128845,
-0.02124055288732052,
0.2876514196395874,
-0.23020076751708984,
0.4369310736656189,
-0.7311950325965881,
0.16580533981323242,
0.0625699907541275,
-0.2806052565574646,
0.41036632657051086,
0.544376015663147,
-0.8870676755905151,
-0.5085837244987488,
1.378355860710144,
-0.02377169393002987,
-0.1588411182165146,
0.13707992434501648,
0.0026502928230911493,
-0.502403199672699,
-0.5987393856048584,
-0.4739284813404083,
0.13440194725990295,
-0.5128718614578247,
-0.2856186330318451,
-0.5564685463905334,
-0.8303895592689514,
-0.5080665946006775,
0.40797144174575806,
-0.2540234327316284,
-1.1824311017990112,
-0.4182822108268738,
-0.43135911226272583,
0.29611173272132874,
0.9568280577659607,
-0.20211286842823029,
0.19372421503067017,
-1.292502999305725,
0.3028964400291443,
0.39465922117233276,
-0.056755464524030685,
-0.4877544343471527,
-0.0708133727312088,
-0.11937171965837479,
0.19723019003868103,
-0.7434911131858826,
-0.538228452205658,
0.7669764757156372,
-0.023467550054192543,
0.4432278275489807,
0.3293655216693878,
-0.11761721968650818,
0.3115392327308655,
-0.12395575642585754,
1.1641004085540771,
-0.16768410801887512,
-0.45027244091033936,
0.6832188963890076,
-0.6450189352035522,
0.38762691617012024,
0.33034494519233704,
0.4240093529224396,
-0.4267250895500183,
-0.5662887096405029,
-1.0155493021011353,
-0.6778019666671753,
0.2382853627204895,
0.6099787950515747,
-0.009793249890208244,
0.10628123581409454,
0.35669901967048645,
0.387941837310791,
0.054623086005449295,
-0.8410025835037231,
0.0520835742354393,
-0.26722002029418945,
-0.4746423363685608,
0.40838921070098877,
-0.6508470773696899,
0.05417337268590927,
-0.2649267613887787,
0.8529703617095947,
0.05927757918834686,
0.12053792923688889,
0.007200135849416256,
-0.07448185980319977,
0.049849387258291245,
0.07790610939264297,
0.601668655872345,
0.8441795110702515,
-0.7961442470550537,
0.055711328983306885,
-0.09370627254247665,
-0.7685691714286804,
-0.01723952777683735,
0.1851491779088974,
-0.15646228194236755,
-0.06875622272491455,
-0.09152814745903015,
0.21108321845531464,
-0.5409201383590698,
-0.6554757952690125,
0.17699721455574036,
-0.5282396674156189,
-0.11263785511255264,
-0.8523045182228088,
0.2074292153120041,
0.013877122662961483,
0.23712603747844696,
0.44084712862968445,
-0.08822498470544815,
0.3522803485393524,
-0.43260324001312256,
0.49609479308128357,
0.1880224049091339,
-0.1970321238040924,
-0.7429363131523132,
0.5570727586746216,
0.5060890913009644,
-0.1279800981283188,
1.1241116523742676,
-0.6412661075592041,
-0.625478208065033,
0.46812671422958374,
0.5379964113235474,
0.8350198268890381,
-0.031174184754490852,
0.48433640599250793,
0.9295276403427124,
0.08015397191047668,
0.40977540612220764,
0.9004738926887512,
0.017791127786040306,
-0.6652927398681641,
-0.6035148501396179,
-0.45034119486808777,
-0.5634298920631409,
0.1983417570590973,
-0.34837856888771057,
0.34024113416671753,
-0.22937941551208496,
0.20358127355575562,
0.028905121609568596,
0.5002802014350891,
-0.1088886708021164,
0.1748160719871521,
-0.1164650246500969,
1.1171528100967407,
-0.695248007774353,
1.091145396232605,
0.4977072477340698,
-0.6748582124710083,
-0.7446286678314209,
-0.10958871245384216,
-0.28345298767089844,
-0.5081037282943726,
0.5810520052909851,
0.2821773588657379,
0.3576327860355377,
0.07048831880092621,
-0.6536818742752075,
-0.8301025629043579,
1.2417716979980469,
0.09155945479869843,
-0.1601884365081787,
0.29191794991493225,
0.14854344725608826,
0.521575391292572,
-0.10037527978420258,
0.4713382124900818,
0.7107216715812683,
0.38078048825263977,
-0.002693049143999815,
-1.0700950622558594,
0.1652044951915741,
-0.9930979013442993,
-0.4316385090351105,
0.03644273802638054,
-0.35818591713905334,
0.47488996386528015,
0.032239895313978195,
-0.6312177181243896,
0.1126134842634201,
0.8689858913421631,
0.5160634517669678,
0.1309354156255722,
0.1546262949705124,
0.4260757565498352,
0.7467607259750366,
-0.2513750493526459,
1.1715129613876343,
-0.2548707127571106,
0.15672919154167175,
1.0876456499099731,
0.015625452622771263,
0.6058498620986938,
0.6506488919258118,
-0.312095582485199,
0.6234356164932251,
1.3119136095046997,
-0.10765299946069717,
0.4825037717819214,
0.054725877940654755,
-0.3246617019176483,
0.25768521428108215,
-0.2750570476055145,
-0.5272776484489441,
0.3885417878627777,
0.3868924081325531,
-0.13654978573322296,
-0.006891290191560984,
-0.8253897428512573,
0.13523143529891968,
-0.4923008382320404,
-0.01959611102938652,
0.7858456373214722,
0.05425558239221573,
-0.8557679653167725,
0.5290512442588806,
-0.004786245059221983,
0.2090691179037094,
-0.3658484220504761,
-0.4154691696166992,
-0.1452154815196991,
-0.03945253789424896,
-0.08206363022327423,
-1.044251561164856,
0.6446419954299927,
-0.2601114809513092,
0.0354042649269104,
-0.07156708836555481,
0.8842909336090088,
-0.454443097114563,
-0.513732373714447,
-0.45925965905189514,
0.8220832943916321,
0.2803182303905487,
-0.2840781509876251,
-0.6889278292655945,
-0.4580332934856415,
0.09494740515947342,
-0.474021852016449,
0.14451247453689575,
0.45154476165771484,
-0.33283531665802,
0.7574268579483032,
1.2652020454406738,
0.15941359102725983,
0.1179705560207367,
-0.03233647346496582,
0.9583025574684143,
-0.8323202133178711,
-0.5521072745323181,
-0.7999542355537415,
0.1806500107049942,
-0.650149405002594,
-0.32566481828689575,
0.753574550151825,
1.0278115272521973,
0.7055465579032898,
-0.30025550723075867,
0.68784099817276,
-0.39481356739997864,
0.6056731939315796,
-0.5910007357597351,
0.6598549485206604,
0.015572006814181805,
-0.07183893769979477,
0.16245467960834503,
-1.1340830326080322,
-0.12256058305501938,
0.2942444682121277,
0.2363988310098648,
-0.32268059253692627,
0.9724087119102478,
1.082531213760376,
-0.17430569231510162,
0.44429677724838257,
-0.2217329442501068,
0.18880322575569153,
0.6007066369056702,
0.29745954275131226,
0.9428223371505737,
-0.3619901239871979,
0.5262561440467834,
-0.49087411165237427,
0.047937653958797455,
-0.048422884196043015,
-0.7857505679130554,
-0.7924544215202332,
-0.5118445754051208,
-0.38719603419303894,
-0.6124089360237122,
-0.19106557965278625,
1.1577402353286743,
0.4357333779335022,
-1.337453007698059,
-0.2973894774913788,
-0.32923662662506104,
0.27215659618377686,
-0.06046990677714348,
-0.42871177196502686,
0.7968194484710693,
-0.2456999570131302,
-0.8015314936637878,
0.23137573897838593,
-0.14514771103858948,
0.4451640248298645,
-0.2888534665107727,
0.2238049954175949,
-0.2552478015422821,
-0.05499284341931343,
0.5392910838127136,
0.43413251638412476,
-0.21546214818954468,
-0.43122097849845886,
-0.17681755125522614,
-0.32869765162467957,
0.05162791162729263,
0.6325792074203491,
-0.7354974746704102,
-0.04830240458250046,
0.7737661004066467,
0.34011444449424744,
0.40884214639663696,
0.29999956488609314,
0.8630435466766357,
-0.813368022441864,
0.0759531632065773,
0.10035645216703415,
0.18911443650722504,
0.21835489571094513,
-0.28201645612716675,
1.1792430877685547,
0.4645344316959381,
-0.6410064101219177,
-0.8671759963035583,
-0.18836337327957153,
-1.360647439956665,
0.08211534470319748,
1.3317052125930786,
-0.08077225834131241,
-0.4952445328235626,
-0.16078156232833862,
-0.8873195648193359,
0.3989252746105194,
-0.5931349396705627,
1.3573075532913208,
0.5140349268913269,
-0.039059557020664215,
-0.03999285772442818,
-0.6257598996162415,
1.0765568017959595,
0.18381009995937347,
-1.443467617034912,
-0.22243960201740265,
0.39180508255958557,
0.3097982108592987,
-0.06078414246439934,
0.799670934677124,
-0.3395850360393524,
0.41184109449386597,
0.09012499451637268,
0.17812858521938324,
0.06439964473247528,
-0.04115401953458786,
0.11111415177583694,
0.147463858127594,
-0.11311115324497223,
-0.8077419400215149
]
|
nRuaif/Spice_and_wolf_LM | nRuaif | 2023-12-04T13:07:59Z | 0 | 0 | [
"license:cc-by-nc-sa-4.0",
"region:us"
]
| null | 2023-12-04T13:07:39Z | ---
license: cc-by-nc-sa-4.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
KoladeOdunope/yoruba_text | KoladeOdunope | 2023-12-04T13:24:33Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T13:14:03Z | ---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 295073286
num_examples: 54774762
download_size: 63435846
dataset_size: 295073286
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
blanchon/INRIA-Aerial-Image-Labeling | blanchon | 2023-12-04T14:47:42Z | 0 | 0 | [
"task_categories:image-segmentation",
"size_categories:n<1K",
"language:en",
"license:unknown",
"remote-sensing",
"earth-observation",
"geospatial",
"satellite-imagery",
"scene-segmentation",
"semantic-segmentation",
"building-labeling",
"arxiv:1608.05167",
"region:us"
]
| [
"image-segmentation"
]
| 2023-12-04T13:17:26Z | ---
license:
- unknown
task_categories:
- image-segmentation
language:
- en
tags:
- remote-sensing
- earth-observation
- geospatial
- satellite-imagery
- scene-segmentation
- semantic-segmentation
- building-labeling
pretty_name: Inria Aerial Image Labeling Dataset
size_categories:
- n<1K
---
# Inria Aerial Image Labeling Dataset

## Description
The Inria Aerial Image Labeling Dataset is a building semantic segmentation dataset proposed in ["Can semantic labeling methods generalize to any city? the inria aerial image labeling benchmark," Maggiori et al.](https://ieeexplore.ieee.org/document/8127684). It consists of 360 high-resolution (0.3m) RGB images, each with a size of 5000x5000 pixels. These images are extracted from various international GIS services, such as the [USGS National Map](https://www.usgs.gov/core-science-systems/national-geospatial-program/national-map).
Project page: https://project.inria.fr/aerialimagelabeling/
## Details
## Structure
```tree
.
├── README.md
└── data
├── test
│ └── images
│ ├── bellingham1.tif
│ ├── bellingham2.tif
│ ├── ...
│ └── tyrol-e36.tif
└── train
├── gt
│ ├── austin1.tif
│ ├── austin2.tif
│ ├── ...
│ └── vienna36.tif
└── images
├── austin1.tif
├── austin2.tif
├── ...
└── vienna36.tif
```
### Statistics
- **Image Resolution:** 0.3 meters per pixel
- **Image Size:** 5000x5000 pixels
- **Total Images:** 360
- **Regions:** 10 regions around the world, including both urban and rural areas.
- **Split:** Train and test sets are split into different cities for evaluating model generalization across dramatically different locations.
- **Test Set Ground Truth Masks:** Note that the ground truth masks for the test set have not been publicly released.
The dataset was originally used in the [Inria Aerial Image Labeling Dataset Contest](https://project.inria.fr/aerialimagelabeling/contest/).
### About the Dataset
The Inria Aerial Image Labeling Dataset is a comprehensive resource for semantic segmentation tasks in the field of remote sensing, with additional information as follows:
- **Dataset Coverage:** The dataset spans a total area of 810 km², meticulously divided into 405 km² for training and another 405 km² for testing purposes.
- **Image Characteristics:** This dataset offers aerial orthorectified color imagery, capturing scenes at an impressive spatial resolution of 0.3 meters per pixel.
- **Semantic Classes:** Ground truth data is provided for two fundamental semantic classes: "building" and "not building." It's important to note that ground truth data for the "not building" class is publicly disclosed exclusively for the training subset.
- **Diverse Urban Settlements:** The images cover a diverse range of urban settlements, ranging from densely populated areas such as San Francisco's financial district to picturesque alpine towns like Lienz in Austrian Tyrol.
- **City-Based Split:** Instead of merely dividing adjacent portions of the same images into the training and test subsets, this dataset adopts a unique approach. Different cities are included in each of the subsets. For instance, images from Chicago are part of the training set and excluded from the test set, while images from San Francisco are included in the test set and not in the training set. This design aims to assess the generalization capabilities of semantic labeling techniques across regions with varying illumination conditions, urban landscapes, and times of the year.
- **Data Sources:** The dataset was meticulously constructed by combining publicly available imagery and official building footprints.
This additional information further enriches the understanding of the Inria Aerial Image Labeling Dataset and its potential applications in remote sensing research.
<!-- ### Sample Images
You can explore sample images from this dataset:
-  Chicago
-  Chicago - Reference
-  Kitsap County, WA
-  Kitsap County, WA - Reference
-  Vienna
-  Vienna - Reference -->
## Citation
If you use the Inria Aerial Image Labeling Dataset dataset in your research, please consider citing the following publication or the dataset's official website:
```bibtex
@article{xia2017aid,
title = {AID: A benchmark data set for performance evaluation of aerial scene classification},
author = {Xia, Gui-Song and Hu, Jingwen and Hu, Fan and Shi, Baoguang and Bai, Xiang and Zhong, Yanfei and Zhang, Liangpei and Lu, Xiaoqiang},
journal = {IEEE Transactions on Geoscience and Remote Sensing},
volume = {55},
number = {7},
pages = {3965-3981},
year = {2017},
publisher = {IEEE}
}
```
[AID: A Benchmark Dataset for Performance Evaluation of Aerial Scene Classification](https://arxiv.org/pdf/1608.05167v1.pdf) | [
-0.612382709980011,
-0.27177414298057556,
0.17898650467395782,
-0.08064836263656616,
-0.11774985492229462,
-0.0008799221832305193,
0.08668548613786697,
-0.5123395323753357,
0.034308526664972305,
0.7101160287857056,
-0.30822664499282837,
-1.0158389806747437,
-0.4440977871417999,
0.11954215168952942,
-0.21692879498004913,
0.7898452281951904,
-0.06279510259628296,
0.13703496754169464,
-0.16546638309955597,
-0.5482804775238037,
-0.25688624382019043,
-0.2985409200191498,
-0.277554988861084,
0.06530115008354187,
0.36931464076042175,
0.8432864546775818,
0.7807174921035767,
0.9965837001800537,
0.6707602143287659,
0.1852312684059143,
-0.16769209504127502,
0.38412609696388245,
0.08577079325914383,
-0.5652062892913818,
0.026504522189497948,
0.014701798558235168,
-0.2551651895046234,
0.0513671450316906,
0.919544517993927,
0.702781081199646,
0.12328097224235535,
0.418923556804657,
-0.2240712195634842,
0.7950525879859924,
-0.5392023921012878,
-0.06564469635486603,
-0.5574014186859131,
0.0020759201142936945,
-0.48660221695899963,
-0.050681550055742264,
-0.0655498132109642,
-0.38345253467559814,
0.06771005690097809,
-0.8544549942016602,
0.4106753170490265,
0.3838633894920349,
1.5953288078308105,
0.5474497675895691,
-0.5254276394844055,
-0.2491476684808731,
-0.1514131873846054,
0.5454579591751099,
-0.7210611701011658,
0.1200389564037323,
0.699823796749115,
0.3538641631603241,
-0.39554545283317566,
-0.4690215587615967,
-0.26222673058509827,
-0.1804841160774231,
0.01873360387980938,
0.18723656237125397,
-0.20171408355236053,
-0.012716897763311863,
0.36813512444496155,
0.27652379870414734,
-0.657703697681427,
0.12915121018886566,
-0.45492199063301086,
-0.1794872134923935,
0.4790504276752472,
-0.0382688008248806,
0.31769299507141113,
-0.253303200006485,
-0.5091357231140137,
-0.03147245571017265,
-0.9028034210205078,
0.36695513129234314,
0.33107784390449524,
0.15419897437095642,
-0.1585802286863327,
0.567618191242218,
-0.3272571563720703,
0.7771385908126831,
-0.13892069458961487,
-0.4069615602493286,
0.6639769673347473,
-0.46938127279281616,
-0.5244972705841064,
0.30137965083122253,
0.574266254901886,
0.5843415260314941,
-0.04766397550702095,
-0.10514698177576065,
0.07160351425409317,
0.15311506390571594,
-0.1703157275915146,
-0.8961229920387268,
-0.3284189701080322,
0.18370755016803741,
-0.3982468247413635,
-0.21598602831363678,
0.288709431886673,
-0.6312319040298462,
-0.09191486984491348,
-0.15865764021873474,
0.14004628360271454,
-0.29720526933670044,
-0.13551704585552216,
0.1732775866985321,
-0.41455143690109253,
0.38273829221725464,
0.11342298239469528,
-0.5618855357170105,
0.3128994107246399,
0.3746211528778076,
0.5911538004875183,
0.3681417405605316,
-0.1439361870288849,
-0.3006276786327362,
0.1317182332277298,
-0.6398358941078186,
0.8569409251213074,
-0.6968487501144409,
-0.22875793278217316,
-0.3095341622829437,
0.2550605833530426,
0.11803288012742996,
-0.9847337007522583,
0.6909394264221191,
-0.6315111517906189,
-0.08093640953302383,
-0.22731035947799683,
-0.4319301247596741,
-0.7705541253089905,
0.25132372975349426,
-0.6234624981880188,
1.302583932876587,
0.3147088885307312,
-0.717136800289154,
0.6459947228431702,
-0.4829125702381134,
-0.009725051932036877,
0.12304791063070297,
0.037073273211717606,
-0.587730348110199,
-0.41674819588661194,
0.4323924779891968,
0.0636850893497467,
-0.4806126654148102,
0.4110027551651001,
-0.19367611408233643,
-0.08856469392776489,
0.08073966950178146,
0.01762484572827816,
0.866927444934845,
0.3625238537788391,
-0.3130147457122803,
0.10476825386285782,
-0.9191630482673645,
-0.05430746078491211,
-0.17368488013744354,
-0.2878141701221466,
-0.4519001245498657,
-0.10582537204027176,
-0.13615883886814117,
0.17490625381469727,
0.04041171073913574,
-1.0199626684188843,
0.008707736618816853,
-0.3127346634864807,
-0.0994139164686203,
0.3264194130897522,
0.11081890016794205,
0.5051442384719849,
-0.21841493248939514,
0.36834949254989624,
0.35145774483680725,
0.18632769584655762,
-0.062378883361816406,
-0.6772797703742981,
-0.8358694314956665,
-0.6625619530677795,
0.3924276530742645,
0.28315606713294983,
-0.6589472889900208,
0.5614094138145447,
-0.5130726099014282,
-0.7376131415367126,
-0.4791952967643738,
-0.250141441822052,
0.45020410418510437,
1.0430124998092651,
0.3955460786819458,
-0.1897910088300705,
-0.49523454904556274,
-0.9262921214103699,
0.36540254950523376,
0.1672845035791397,
0.03150955215096474,
0.164536714553833,
0.8900439143180847,
-0.17958655953407288,
1.1766184568405151,
-0.44787099957466125,
-0.5957870483398438,
0.2698254883289337,
-0.14018872380256653,
0.2481580376625061,
0.25887343287467957,
0.7872083187103271,
-0.9316318035125732,
-0.5413946509361267,
0.17952238023281097,
-0.7831850051879883,
-0.06575243175029755,
0.22202558815479279,
-0.07722047716379166,
0.20360149443149567,
0.20510552823543549,
0.022313540801405907,
0.6936912536621094,
0.3302857577800751,
-0.4388599693775177,
0.4175436794757843,
-0.19470787048339844,
0.2022901177406311,
-0.7868944406509399,
-0.2644638121128082,
0.3067837059497833,
0.002281136577948928,
-0.2961582839488983,
0.0027703025843948126,
0.13145606219768524,
-0.02835136465728283,
-0.553731381893158,
0.3186982572078705,
-0.3626371920108795,
-0.24643574655056,
-0.09930261969566345,
-0.25413045287132263,
0.10274320095777512,
0.6284039616584778,
0.18288138508796692,
0.5290390253067017,
0.8769161105155945,
-0.5016435980796814,
0.3870430290699005,
0.37827056646347046,
-0.6813912987709045,
0.4572834372520447,
-0.3998926877975464,
-0.15012936294078827,
-0.2822824716567993,
0.6545220017433167,
-0.901334285736084,
-0.37716108560562134,
0.6316195726394653,
-0.32704561948776245,
-0.2697558104991913,
-0.34760424494743347,
-0.9036785960197449,
-0.22031934559345245,
-0.393643856048584,
0.4923746585845947,
0.125698521733284,
-0.6458181738853455,
0.24327488243579865,
0.42649027705192566,
0.39529719948768616,
-0.29802531003952026,
-0.9003208875656128,
0.06588426977396011,
-0.6308808922767639,
-0.5972493886947632,
0.28489142656326294,
0.10611522942781448,
-0.1822468489408493,
0.5048021078109741,
0.24011465907096863,
-0.34828007221221924,
-0.10343276709318161,
0.6630945801734924,
0.2787405550479889,
-0.07751782983541489,
0.34825217723846436,
-0.18027600646018982,
-0.13283097743988037,
-0.06925912201404572,
-0.4252876341342926,
-0.09722428023815155,
-0.27845945954322815,
-0.08989863842725754,
-0.47666361927986145,
0.21254268288612366,
0.2390797734260559,
-0.4927005469799042,
0.5627731084823608,
0.18288560211658478,
-0.5726600885391235,
-0.016164278611540794,
-0.2705080807209015,
0.2403283417224884,
-0.381999135017395,
0.28448280692100525,
-0.4812496602535248,
-0.4789124131202698,
0.4144580364227295,
-0.24808312952518463,
0.013040279969573021,
0.8384928703308105,
0.05631737783551216,
-0.3534494638442993,
0.4926079213619232,
0.335621178150177,
-0.1548008769750595,
0.2214197814464569,
-0.8195728063583374,
-0.13209980726242065,
-1.0927993059158325,
-0.48954057693481445,
-0.794294536113739,
-0.3650951385498047,
-0.49927258491516113,
-0.507860004901886,
0.44472554326057434,
-0.23175093531608582,
-0.7282238602638245,
0.3052578568458557,
-0.9251053333282471,
0.5661367177963257,
0.3497609794139862,
0.08534251153469086,
0.2960876226425171,
0.19547994434833527,
0.2238430380821228,
-0.12963399291038513,
-0.8013522028923035,
-0.6002489328384399,
0.9505721926689148,
0.40537282824516296,
0.3698246479034424,
-0.12515436112880707,
0.5195845365524292,
0.21395337581634521,
0.29462647438049316,
-0.6629830002784729,
0.5032206177711487,
-0.3248026371002197,
-0.7440524697303772,
-0.2535853981971741,
-0.30647027492523193,
-1.2474689483642578,
0.34599897265434265,
0.1043967679142952,
-0.4724401533603668,
0.6308174729347229,
-0.3783586919307709,
-0.3065579831600189,
0.663273811340332,
-0.6016472578048706,
0.6561553478240967,
-0.36749231815338135,
0.3231598138809204,
0.0789090022444725,
-0.9649834036827087,
0.07093622535467148,
-0.028205934911966324,
0.6223426461219788,
-0.4652880132198334,
-0.15782137215137482,
0.9594326019287109,
-0.6048601865768433,
0.811431884765625,
-0.2582243084907532,
0.14163102209568024,
0.5568267703056335,
-0.3681926429271698,
0.07018810510635376,
-0.4151175320148468,
-0.2353854477405548,
0.3940550982952118,
-0.012486949563026428,
-0.24572497606277466,
-0.4275340139865875,
0.47081905603408813,
-0.9872109889984131,
0.21853284537792206,
-0.5708670616149902,
-0.40673428773880005,
0.17158319056034088,
0.0380435511469841,
0.5130919218063354,
0.9448044300079346,
0.12621502578258514,
0.14829407632350922,
0.649296224117279,
-0.13051912188529968,
0.1513216495513916,
0.36821481585502625,
-0.1607963591814041,
-0.7386866807937622,
1.2173370122909546,
0.6551706194877625,
-0.0758790671825409,
0.2776836156845093,
0.21218781173229218,
-0.2825472950935364,
-0.4637528359889984,
-0.468487948179245,
0.19475698471069336,
-0.823103129863739,
-0.49639254808425903,
-0.360039621591568,
-0.16907817125320435,
-0.030891621485352516,
-0.1959308683872223,
-0.12350187450647354,
-0.28476887941360474,
-0.38829120993614197,
-0.16008657217025757,
0.39736393094062805,
0.9876948595046997,
0.22764407098293304,
0.3282111883163452,
-0.48150327801704407,
0.3090158700942993,
-0.17869175970554352,
0.00013216469960752875,
-0.18183474242687225,
-0.6027076244354248,
-0.467587947845459,
0.24713094532489777,
-0.38510867953300476,
-0.7087218165397644,
0.43577301502227783,
0.16275951266288757,
0.43056002259254456,
0.027633341029286385,
0.15451352298259735,
0.7237446308135986,
0.046410396695137024,
0.777306079864502,
-0.17596207559108734,
-0.4705025553703308,
0.6766840219497681,
-0.27034664154052734,
0.33422762155532837,
0.5670334100723267,
0.40068069100379944,
-0.24389789998531342,
-0.3709994852542877,
-0.9244504570960999,
-0.9537157416343689,
0.6846789717674255,
0.018500395119190216,
-0.34981322288513184,
0.2761043310165405,
0.3811455965042114,
-0.04028408229351044,
0.07029416412115097,
-0.5495821833610535,
-0.314260870218277,
-0.10294032096862793,
0.047380708158016205,
0.19302545487880707,
-0.09239307045936584,
-0.330011248588562,
-0.6219071745872498,
0.9083547592163086,
0.022981032729148865,
-0.04175560176372528,
0.4670701026916504,
-0.031192021444439888,
-0.10958953201770782,
-0.21674811840057373,
0.3157750368118286,
0.4821220338344574,
-0.33086174726486206,
0.3213984966278076,
0.18294408917427063,
-0.18771113455295563,
0.1684354841709137,
-0.11576271802186966,
-0.3694104850292206,
0.014116793870925903,
0.4278288185596466,
0.6681554317474365,
0.022163618355989456,
-0.1804186999797821,
0.36769822239875793,
0.23557399213314056,
-0.6072676181793213,
-0.2559286952018738,
-0.3270796835422516,
-0.2626456320285797,
0.0959983542561531,
0.45471614599227905,
0.32162585854530334,
0.39169663190841675,
-0.29617252945899963,
0.14157699048519135,
0.22557766735553741,
-0.17452684044837952,
0.06572720408439636,
0.4699479639530182,
0.06237266585230827,
0.09448454529047012,
0.7985999584197998,
-0.45130017399787903,
-0.4743119180202484,
1.2587504386901855,
0.23473003506660461,
0.7595497369766235,
0.33957305550575256,
0.3159259259700775,
0.7610650658607483,
0.40418678522109985,
0.4656642973423004,
0.06059558689594269,
-0.20400989055633545,
-0.7337305545806885,
-0.06620728224515915,
-0.506153404712677,
-0.47067806124687195,
-0.06979905068874359,
-0.29739969968795776,
0.25452300906181335,
-0.27403080463409424,
0.0210088100284338,
0.07925718277692795,
0.1826762557029724,
-0.4682528078556061,
0.768193244934082,
0.31655824184417725,
1.127840280532837,
-0.8975522518157959,
0.9294835329055786,
0.9779077172279358,
-0.29476627707481384,
-0.9788652658462524,
-0.03653784841299057,
-0.09030164033174515,
-0.2238585203886032,
0.8612334728240967,
0.28032004833221436,
-0.43833819031715393,
-0.05629143863916397,
-0.8130983710289001,
-0.9964134097099304,
1.0786075592041016,
0.23163439333438873,
0.019443588331341743,
0.41392695903778076,
0.35341283679008484,
0.4622849225997925,
-0.608862042427063,
0.1902603954076767,
0.38827693462371826,
0.7869861721992493,
0.5562148094177246,
-0.6521041393280029,
-0.20484597980976105,
-0.1762087345123291,
0.2514445185661316,
-0.028021177276968956,
-0.7557204961776733,
0.267179936170578,
-0.11307217925786972,
-0.3056425452232361,
0.21049970388412476,
0.7143994569778442,
0.09840057045221329,
0.37666216492652893,
0.543972909450531,
1.0544902086257935,
0.8828271627426147,
-0.43341007828712463,
0.9104117155075073,
0.17295685410499573,
0.3524201214313507,
1.011427879333496,
0.0007479873602278531,
0.5482034683227539,
0.23820286989212036,
-0.03907034546136856,
0.44970834255218506,
1.2116310596466064,
-0.43581974506378174,
0.8750107884407043,
0.08756930381059647,
-0.0583595335483551,
0.11234602332115173,
-0.5612605810165405,
-0.45657792687416077,
0.47215625643730164,
0.2907995283603668,
-0.03963526710867882,
-0.6464479565620422,
0.22237533330917358,
0.22218790650367737,
-0.046095192432403564,
-0.28622978925704956,
0.5597896575927734,
-0.38030990958213806,
-0.4452087879180908,
0.5578901767730713,
-0.009752973914146423,
0.5448740124702454,
-0.7868393659591675,
-0.17949359118938446,
0.00795622169971466,
0.11412191390991211,
-0.831977903842926,
-1.1209818124771118,
0.46707475185394287,
-0.043669551610946655,
-0.07366018742322922,
-0.12216400355100632,
0.3802015781402588,
-0.31836602091789246,
-0.6634855270385742,
0.23629668354988098,
-0.32961368560791016,
0.5210469365119934,
0.062389761209487915,
-0.35736915469169617,
0.14325931668281555,
0.16072401404380798,
-0.011670399457216263,
0.042924053966999054,
0.48382776975631714,
-0.4629531502723694,
0.5083080530166626,
0.5963580012321472,
-0.006110707763582468,
0.21270573139190674,
-0.23413527011871338,
1.117570400238037,
-0.35690462589263916,
-0.14351089298725128,
-0.40908554196357727,
0.7544602751731873,
-0.05211374908685684,
-0.6030445694923401,
0.9349243640899658,
1.1628183126449585,
1.0820684432983398,
0.009903292171657085,
0.663375198841095,
-0.20331837236881256,
0.20263801515102386,
-0.2700117826461792,
0.21798740327358246,
-0.7170861959457397,
0.019019942730665207,
-0.1409989893436432,
-0.7755454182624817,
-0.717558741569519,
0.44097989797592163,
-0.4779197871685028,
-0.3428742587566376,
0.44533252716064453,
1.0721510648727417,
0.12555472552776337,
-0.14618603885173798,
0.2754095792770386,
-0.03911372274160385,
0.3246605098247528,
0.45205166935920715,
0.893952488899231,
-0.6298416256904602,
0.28600963950157166,
-0.6181338429450989,
-0.5689486265182495,
-0.006576505955308676,
-0.8079988956451416,
-0.3924688994884491,
-0.7956712245941162,
-0.5959713459014893,
-0.13529688119888306,
-0.020181450992822647,
0.6321961879730225,
0.8627551198005676,
-0.7340023517608643,
-0.30557528138160706,
0.057134564965963364,
0.22578755021095276,
-0.1556301862001419,
-0.17794549465179443,
0.6034659147262573,
0.04411851614713669,
-0.5563561916351318,
0.32640978693962097,
0.3369011878967285,
-0.050723522901535034,
0.2393134981393814,
-0.14968837797641754,
-0.19606393575668335,
-0.4174479842185974,
0.12154540419578552,
0.24749265611171722,
-0.6793666481971741,
-0.04061727970838547,
-0.2663954794406891,
-0.1944783627986908,
0.4600348472595215,
0.1918538510799408,
-0.8255214691162109,
0.6502897143363953,
0.3512873947620392,
0.3054253160953522,
0.6102180480957031,
0.1572253704071045,
-0.36010581254959106,
-0.6108328104019165,
0.37228673696517944,
0.020194940268993378,
0.2895982265472412,
0.5000762343406677,
-0.4629804790019989,
0.8450648188591003,
0.1573098748922348,
-0.8458189368247986,
-0.3842899799346924,
-0.08749997615814209,
-1.1126859188079834,
-0.016279520466923714,
1.048317313194275,
-0.1330067366361618,
-0.33633357286453247,
-0.09559738636016846,
-0.6104876399040222,
0.15747494995594025,
-0.42751654982566833,
0.13287724554538727,
0.6773614883422852,
-0.0730295479297638,
-0.09384098649024963,
-0.43751245737075806,
0.2935790419578552,
-0.08730050921440125,
-0.7065962553024292,
-0.3716427981853485,
0.717886745929718,
0.460551381111145,
0.36801207065582275,
0.44199907779693604,
-0.19183458387851715,
0.07803495228290558,
-0.01647469587624073,
0.3020583987236023,
-0.1831827014684677,
-0.5735939145088196,
-0.24379023909568787,
0.11849387735128403,
-0.07548759132623672,
-0.9136147499084473
]
|
lamm-mit/GPTProteinPretrained | lamm-mit | 2023-12-04T13:48:20Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T13:48:11Z | ---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 266893442
num_examples: 772027
download_size: 257822249
dataset_size: 266893442
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "GPTProteinPretrained"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | [
-0.5125142931938171,
-0.13351471722126007,
0.07003454118967056,
0.048928163945674896,
-0.2478695809841156,
0.03286094218492508,
0.27935752272605896,
-0.085076704621315,
0.5450582504272461,
0.401725709438324,
-0.7917589545249939,
-0.556087851524353,
-0.7178463935852051,
-0.20530182123184204,
-0.21787118911743164,
1.503854513168335,
-0.09273119270801544,
0.37442946434020996,
-0.2202742099761963,
-0.05262886360287666,
-0.3299180865287781,
-0.5565904974937439,
-0.802358090877533,
-0.7903207540512085,
0.8349270224571228,
0.46281522512435913,
0.15272009372711182,
0.5135306119918823,
0.760903000831604,
0.09247206151485443,
0.13488808274269104,
-0.38859066367149353,
-0.46946609020233154,
-0.2679519057273865,
-0.1475265473127365,
-0.37488049268722534,
-0.9437613487243652,
0.32748863101005554,
0.6477384567260742,
0.5760513544082642,
-0.29059717059135437,
0.7860233783721924,
-0.017123714089393616,
0.9739807844161987,
-0.4401516020298004,
0.43642038106918335,
-0.1731467992067337,
0.17281992733478546,
-0.4542626440525055,
-0.2566251754760742,
0.3189779222011566,
-0.4667620062828064,
0.05460679531097412,
-1.0200327634811401,
0.5631757378578186,
0.0557834655046463,
0.7297331094741821,
0.23281952738761902,
-0.049368925392627716,
-0.09501063823699951,
-0.37163394689559937,
0.027142276987433434,
-0.1755126714706421,
0.25333333015441895,
0.6603995561599731,
0.5255967378616333,
0.04208390414714813,
-0.6973863840103149,
-0.3670366406440735,
-0.006525750271975994,
0.031247053295373917,
0.2534196376800537,
0.3973730206489563,
0.15187668800354004,
0.6297650337219238,
0.8651179671287537,
-0.6519229412078857,
-0.2612411379814148,
-0.625174343585968,
-0.34608420729637146,
0.6787203550338745,
-0.06350626051425934,
0.18992763757705688,
0.2083176076412201,
0.019262278452515602,
-0.3364577889442444,
-0.7238577008247375,
-0.150092214345932,
0.62663733959198,
0.19831615686416626,
-1.1036185026168823,
0.7587659358978271,
-0.09995940327644348,
0.46652406454086304,
0.11938480287790298,
0.49630099534988403,
0.7092077732086182,
-0.3036467134952545,
-0.3193615972995758,
0.2780681550502777,
0.31505969166755676,
0.32427504658699036,
0.4254162013530731,
0.16945332288742065,
0.004276866093277931,
-0.0921659916639328,
0.16469340026378632,
-1.1211742162704468,
-1.179001808166504,
0.29145973920822144,
-0.5718597769737244,
-0.2673943340778351,
0.4068104922771454,
-0.8932750225067139,
-0.3887261748313904,
-0.3803769648075104,
0.07291184365749359,
0.00248505175113678,
-0.7635853290557861,
-0.19646379351615906,
-0.9653230905532837,
0.5648953318595886,
0.22609809041023254,
-1.057157278060913,
0.24182191491127014,
0.8360443115234375,
0.6508852243423462,
0.35040974617004395,
-0.39603734016418457,
-0.719020426273346,
0.5005227327346802,
0.0690588504076004,
0.7934368848800659,
-0.5914811491966248,
-0.35925018787384033,
0.13428501784801483,
0.45836806297302246,
-0.0040877945721149445,
-0.1624366044998169,
0.6717097759246826,
-0.36848971247673035,
0.08583611994981766,
-0.7091482877731323,
-0.726976752281189,
0.02938767708837986,
0.3793315291404724,
-0.9586575031280518,
1.1580272912979126,
0.36682355403900146,
-0.8596277832984924,
0.7460781335830688,
-1.0632095336914062,
-0.35428011417388916,
0.6554087400436401,
-0.06461720168590546,
-0.516295850276947,
0.2091435194015503,
-0.038932543247938156,
0.36308133602142334,
-0.05404583737254143,
0.4460000991821289,
-0.6714551448822021,
-0.10783961415290833,
-0.1396922767162323,
-0.029285334050655365,
0.8832980394363403,
0.10151882469654083,
0.32146501541137695,
0.14573583006858826,
-0.8108221292495728,
-0.14698739349842072,
0.16667792201042175,
-0.3183962106704712,
-0.15996938943862915,
-0.4297284483909607,
0.3765304386615753,
-0.22580096125602722,
0.165919691324234,
-0.6216846704483032,
0.6338229775428772,
0.2610222101211548,
0.24652732908725739,
0.8618826270103455,
0.023626059293746948,
0.1873178631067276,
-0.3590679466724396,
0.50465989112854,
-0.22589978575706482,
0.5369709730148315,
0.40669041872024536,
-0.5624588131904602,
-0.5255433320999146,
0.07442539930343628,
0.42748144268989563,
0.6118330359458923,
-0.6077936291694641,
0.5367324352264404,
0.0005602827295660973,
-0.658179521560669,
-0.2084493190050125,
0.24838867783546448,
0.32713496685028076,
0.3978029489517212,
0.3804927170276642,
-0.5870420932769775,
-0.5753092169761658,
-0.4571749269962311,
0.1124245822429657,
-0.21823570132255554,
-0.026431940495967865,
0.20362257957458496,
0.9359185099601746,
-0.2287590205669403,
0.39975395798683167,
-0.764837384223938,
-0.3607027530670166,
-0.24348226189613342,
-0.13474884629249573,
0.2235928773880005,
1.046142578125,
0.8301394581794739,
-0.7222485542297363,
-0.536394476890564,
-0.42779773473739624,
-0.31951773166656494,
0.017466075718402863,
0.32709014415740967,
-0.4568570852279663,
-0.362533837556839,
0.17324823141098022,
-0.4372382164001465,
0.3645903766155243,
1.0070347785949707,
-0.4707787036895752,
0.4511175751686096,
-0.11744335293769836,
0.09096085280179977,
-0.9999443888664246,
0.42294177412986755,
0.07315380126237869,
-0.14105968177318573,
-0.3864116370677948,
-0.10545308887958527,
-0.13443633913993835,
-0.3690072298049927,
-0.12109948694705963,
0.5445412993431091,
-0.4225584864616394,
-0.13549545407295227,
0.02871480956673622,
-0.2952473759651184,
-0.2743363380432129,
0.2854609489440918,
0.3005375862121582,
0.7447415590286255,
1.1488330364227295,
-0.4275864362716675,
0.8447991609573364,
0.601704478263855,
0.17647358775138855,
0.9107427597045898,
-0.932619571685791,
0.1132000982761383,
-0.21070213615894318,
0.35311630368232727,
-0.6911711692810059,
-1.0265668630599976,
0.7264357805252075,
-0.4205629825592041,
0.5438021421432495,
-0.8497564792633057,
-0.49100157618522644,
-0.6797506213188171,
-0.5080961585044861,
0.8114686608314514,
0.4718112349510193,
-0.7264647483825684,
0.2649903893470764,
0.7840316295623779,
0.1385304182767868,
0.0631374940276146,
-0.8302900791168213,
-0.2041303813457489,
-0.2615435719490051,
0.1273922324180603,
0.2175322324037552,
-0.2603487968444824,
0.5557765960693359,
-0.2992332875728607,
0.3247343897819519,
-0.2581103444099426,
-0.3330689072608948,
0.4258003830909729,
0.10895974934101105,
-0.042048946022987366,
0.4104868769645691,
0.007894445210695267,
-0.7339328527450562,
0.19678670167922974,
-0.3487342596054077,
0.5070364475250244,
-0.08895450830459595,
-0.2611946165561676,
-0.5925982594490051,
0.3404005765914917,
-0.024040374904870987,
-0.1178545355796814,
0.48646092414855957,
1.1842560768127441,
-0.5461903810501099,
0.13055090606212616,
-0.56641685962677,
-0.2525239884853363,
-0.4839298725128174,
0.060785774141550064,
0.020706962794065475,
-0.8682158589363098,
0.3139677047729492,
-0.20516180992126465,
-0.18392056226730347,
0.5999131202697754,
0.5781598687171936,
-0.054350435733795166,
0.6051462888717651,
0.7000119686126709,
-0.39888453483581543,
0.6185798048973083,
-0.3862784802913666,
-0.3793242275714874,
-0.941146969795227,
-0.3641204237937927,
-0.5198923349380493,
-0.3509765863418579,
-0.8216686248779297,
-0.25651296973228455,
0.052705273032188416,
0.042719803750514984,
-0.6178669333457947,
0.5193727016448975,
-0.8276957869529724,
0.5251620411872864,
0.7934539318084717,
0.20257899165153503,
-0.10684259235858917,
0.09711955487728119,
0.3377913534641266,
0.3022259473800659,
-0.8447680473327637,
-0.10100092738866806,
1.5234594345092773,
0.4563505947589874,
0.7330400943756104,
-0.025873802602291107,
0.6865307092666626,
0.2689881920814514,
0.708497166633606,
-0.22250092029571533,
0.32559144496917725,
-0.05502273887395859,
-0.6620509624481201,
-0.1087733656167984,
-0.35895034670829773,
-0.6701210737228394,
-0.6360406279563904,
-0.25363391637802124,
-0.23701344430446625,
0.21247655153274536,
0.8295307755470276,
0.15049222111701965,
0.3612338900566101,
-0.7263736128807068,
1.2064385414123535,
-0.2655561864376068,
-0.01656094565987587,
-0.17788882553577423,
-0.7054903507232666,
0.10060836374759674,
0.23456309735774994,
-0.2677936851978302,
-0.2935640811920166,
0.07648604363203049,
1.0790239572525024,
-0.6087480187416077,
1.057462453842163,
-0.8106273412704468,
0.20122244954109192,
0.07094431668519974,
-0.5653371810913086,
0.297460675239563,
0.4921039342880249,
0.10159792006015778,
0.18453562259674072,
0.045805130153894424,
-0.6767966747283936,
-0.03437668830156326,
0.6234806776046753,
-0.7552467584609985,
0.18113887310028076,
-0.4536137580871582,
-0.3877979516983032,
-0.09363159537315369,
0.4293605387210846,
0.3284083902835846,
0.5170371532440186,
-0.3660389482975006,
-0.2624313235282898,
0.7286633253097534,
0.17260801792144775,
0.2262927144765854,
0.09748172760009766,
-0.08576291799545288,
-0.5582407712936401,
0.996047854423523,
-0.07117004692554474,
-0.206821471452713,
0.40382662415504456,
0.4124794006347656,
-0.25823599100112915,
-0.7150931358337402,
-0.5282498598098755,
0.4232635498046875,
-0.3833976984024048,
-0.36328622698783875,
-0.08996447920799255,
-0.320049524307251,
-0.5178561806678772,
-0.06851077824831009,
-0.387302428483963,
-0.4450647234916687,
-0.46741145849227905,
-0.7057822942733765,
1.0421631336212158,
0.4803631901741028,
-0.607424259185791,
0.7513647079467773,
-0.852043867111206,
0.47487762570381165,
0.23814845085144043,
1.188839316368103,
-0.23358392715454102,
-0.36845850944519043,
-0.33824822306632996,
-0.05600886046886444,
0.015613893046975136,
-0.49745815992355347,
-0.07763105630874634,
0.4680141806602478,
0.7570968866348267,
0.26254960894584656,
-0.1910553276538849,
0.6415566205978394,
-0.22785621881484985,
0.5990560054779053,
0.3988332152366638,
-0.5933259129524231,
0.8545928001403809,
-0.36253684759140015,
0.330691397190094,
1.142133355140686,
0.7113697528839111,
-0.3544950783252716,
0.054293420165777206,
-0.7501524686813354,
-0.5266103148460388,
0.2661808133125305,
0.006281495094299316,
0.24009990692138672,
0.2031444013118744,
0.67488694190979,
0.14206606149673462,
0.48946207761764526,
-0.8915081024169922,
-0.560833752155304,
-0.3070825934410095,
-0.0827905684709549,
0.0672866627573967,
-0.44536930322647095,
-0.5163341164588928,
-0.8813233971595764,
0.8467227220535278,
-0.2174454629421234,
0.5213778018951416,
0.14057236909866333,
0.21750053763389587,
-0.13766571879386902,
-0.29011809825897217,
0.2823699116706848,
0.6484055519104004,
-0.5575577020645142,
-0.08963102102279663,
-0.273256778717041,
-0.8853617906570435,
-0.263386607170105,
0.5812636613845825,
0.008538481779396534,
-0.35942351818084717,
0.6963768005371094,
0.7158197164535522,
-0.5559202432632446,
-0.19376400113105774,
0.37333011627197266,
-0.16859771311283112,
-0.46375229954719543,
-0.5614128112792969,
0.24933986365795135,
-0.027125785127282143,
-0.017591334879398346,
0.014364294707775116,
-0.20250147581100464,
0.13571783900260925,
-0.29252269864082336,
0.3632361888885498,
0.14414064586162567,
-0.7253372073173523,
-0.4901329278945923,
0.5352344512939453,
0.6776365041732788,
-0.1606733500957489,
1.122882604598999,
-0.2772212624549866,
-0.5768486261367798,
0.5096734762191772,
0.19610077142715454,
0.86680668592453,
-0.39184653759002686,
0.49790042638778687,
0.5764651298522949,
0.28171348571777344,
0.044548895210027695,
0.7037340998649597,
-0.4189813733100891,
-0.6367619633674622,
-0.22548381984233856,
-0.367716908454895,
-0.306791216135025,
-0.035372719168663025,
-1.0015606880187988,
0.07747103273868561,
-0.7188183069229126,
-0.21735423803329468,
-0.028794612735509872,
0.08975448459386826,
-0.8723977208137512,
0.10119113326072693,
0.013836842030286789,
1.4068241119384766,
-1.1504549980163574,
1.0244227647781372,
0.9937418103218079,
-0.38670215010643005,
-0.6220554113388062,
-0.06187142804265022,
0.047703031450510025,
-0.849434494972229,
0.10408766567707062,
0.28795352578163147,
0.4566819369792938,
-0.04320106655359268,
-0.8033914566040039,
-0.42872440814971924,
1.273943305015564,
0.3084475100040436,
-0.6917437314987183,
0.29853686690330505,
0.11588729918003082,
0.5140926241874695,
-0.25733891129493713,
0.16060182452201843,
0.5535520315170288,
0.7905157804489136,
0.23288069665431976,
-0.7605751156806946,
-0.037225592881441116,
-0.5354821681976318,
-0.12972691655158997,
0.39143800735473633,
-0.6526713967323303,
0.2243066430091858,
0.005710126832127571,
0.1684149205684662,
-0.14678485691547394,
0.480598509311676,
0.10961407423019409,
0.2498961240053177,
0.4068453907966614,
0.8461292386054993,
0.8246075510978699,
-0.29580581188201904,
1.1275622844696045,
-0.13186486065387726,
0.5978293418884277,
1.1639409065246582,
-0.07767868041992188,
0.1967269480228424,
0.672743558883667,
-0.23819461464881897,
0.07664171606302261,
0.7770689725875854,
-0.7253233194351196,
0.6224996447563171,
0.36370015144348145,
-0.18253521621227264,
-0.360688179731369,
-0.12248748540878296,
-0.8698107004165649,
-0.027903471142053604,
0.3150939345359802,
-0.5059322118759155,
-0.07819580286741257,
-0.007715042680501938,
-0.10333611071109772,
-0.49618667364120483,
-0.6117839217185974,
0.7553443312644958,
-0.02567029371857643,
-0.21965840458869934,
0.0241454616189003,
-0.34825921058654785,
0.24044618010520935,
-0.8474200963973999,
-0.4618237614631653,
0.02076067216694355,
0.10406732559204102,
-0.4624967873096466,
-1.1668237447738647,
0.7272918224334717,
-0.2958616316318512,
-0.23550623655319214,
-0.16132667660713196,
0.698647677898407,
-0.4147191643714905,
-0.8363468050956726,
0.22249366343021393,
0.14344075322151184,
0.16865670680999756,
0.0698700100183487,
-1.3462772369384766,
0.1386607587337494,
-0.1594267189502716,
-0.10360623896121979,
0.3655412197113037,
0.01677294261753559,
0.2422979325056076,
0.7070934176445007,
0.7445553541183472,
0.2562475800514221,
-0.42698949575424194,
0.4732806086540222,
1.0832946300506592,
-0.4578278660774231,
-0.4418025612831116,
-0.46080881357192993,
0.45501452684402466,
-0.427937388420105,
-0.7910555601119995,
0.6003714799880981,
0.9882081747055054,
1.176208257675171,
-0.3093290328979492,
0.7578322291374207,
-0.3206470012664795,
0.4617929458618164,
-0.48529884219169617,
0.6503835916519165,
-0.260342001914978,
-0.16772279143333435,
-0.17077621817588806,
-0.7771796584129333,
-0.7073723077774048,
0.6170088052749634,
-0.06844386458396912,
0.062085043638944626,
0.37357309460639954,
0.7736758589744568,
-0.35130590200424194,
0.19827964901924133,
-0.2665290832519531,
-0.05037347227334976,
0.30205297470092773,
0.3789212703704834,
0.3105660676956177,
-0.41376107931137085,
0.1152363047003746,
-0.3521011769771576,
-0.5742953419685364,
0.07970720529556274,
-1.2457115650177002,
-1.0482957363128662,
-0.6010640263557434,
-0.7812008261680603,
-0.30137914419174194,
0.25340306758880615,
0.7061686515808105,
0.9940646290779114,
-1.031785488128662,
-0.28842103481292725,
-0.5442731380462646,
0.19329290091991425,
-0.169481098651886,
-0.13832440972328186,
0.7086676359176636,
0.3508259952068329,
-0.43516361713409424,
-0.4281615912914276,
-0.044767722487449646,
0.39607807993888855,
-0.03821098059415817,
-0.15261492133140564,
-0.13641944527626038,
-0.5441975593566895,
0.22627560794353485,
0.6700356006622314,
0.08639026433229446,
-0.4885828495025635,
-0.89898681640625,
0.2108144462108612,
0.0652521550655365,
1.2108197212219238,
-0.3749837279319763,
0.02762627601623535,
0.5690281391143799,
0.45310136675834656,
0.6535552740097046,
0.08765843510627747,
0.7267398834228516,
-0.7485729455947876,
0.29206374287605286,
-0.05546002462506294,
0.35048848390579224,
0.1990983486175537,
-0.376986026763916,
0.9923864603042603,
0.6529231071472168,
-0.5680620670318604,
-0.4622837007045746,
0.08206198364496231,
-1.4277913570404053,
0.3935653865337372,
0.7854447364807129,
-0.027544546872377396,
-0.23899146914482117,
-0.16491205990314484,
-0.32090020179748535,
0.30468374490737915,
-0.7362822890281677,
0.33710795640945435,
0.431510329246521,
-0.11675862222909927,
-0.41279566287994385,
-0.45936262607574463,
0.9074968099594116,
-0.27726686000823975,
-1.2222886085510254,
0.31641602516174316,
0.5210680365562439,
0.26912978291511536,
-0.07247713953256607,
0.8719333410263062,
-0.0359564907848835,
0.25810229778289795,
0.2051893174648285,
0.15838885307312012,
-0.4762890934944153,
-0.4548240602016449,
-0.1878053843975067,
-0.11528153717517853,
-0.08437182009220123,
-0.43842294812202454
]
|
blanchon/AID | blanchon | 2023-12-04T13:58:07Z | 0 | 0 | [
"task_categories:image-classification",
"size_categories:1K<n<10K",
"language:en",
"license:unknown",
"remote-sensing",
"earth-observation",
"geospatial",
"satellite-imagery",
"region:us"
]
| [
"image-classification"
]
| 2023-12-04T13:57:13Z | ---
license:
- unknown
task_categories:
- image-classification
language:
- en
tags:
- remote-sensing
- earth-observation
- geospatial
- satellite-imagery
pretty_name: Aerial Image Dataset (AID)
size_categories:
- 1K<n<10K
---
# Aerial Image Dataset (AID)

## Description
The Aerial Image Dataset (AID) is a scene classification dataset consisting of 10,000 RGB images, each with a resolution of 600x600 pixels. These images have been extracted using [Google Earth](https://earth.google.com/web/) and cover various scenes from regions and countries around the world. AID comprises 30 different scene categories, with several hundred images per class.
The new dataset is made up of the following 30 aerial scene types: airport, bare land, baseball field, beach, bridge, center, church, commercial, dense residential, desert, farmland, forest, industrial, meadow, medium residential, mountain, park, parking, playground, pond, port, railway station, resort, river, school, sparse residential, square, stadium, storage tanks and viaduct. All the images are labelled by the specialists in the field of remote sensing image interpretation, and some samples of each class are shown in Fig.1. In all, the AID dataset has a number of 10000 images within 30 classes.
The dataset is designed for the evaluation of aerial scene classification algorithms and models. It is considered a relatively easy dataset, with approximately 90% accuracy achievable using a VGG-16 architecture.
## Details
## Structure
```tree
.
├── README.md
└── data
├── Airport
│ ├── airport_1.png
│ ├── airport_2.png
│ ├── ...
│ └── airport_360.png
├── BareLand
│ ├── bareland_1.png
│ ├── ...
│ └── bareland_310.png
├── ...
└── Viaduct
```
### Statistics
- Total Number of Images: 10,000
- Image Resolution: 600x600 pixels
- Scene Categories: 30
- Dataset Size: 2.6GB
## Citation
If you use the Aerial Image Dataset (AID) in your research, please consider citing the following publication:
```bibtex
@article{xia2017aid,
title = {AID: A benchmark data set for performance evaluation of aerial scene classification},
author = {Xia, Gui-Song and Hu, Jingwen and Hu, Fan and Shi, Baoguang and Bai, Xiang and Zhong, Yanfei and Zhang, Liangpei and Lu, Xiaoqiang},
journal = {IEEE Transactions on Geoscience and Remote Sensing},
volume = {55},
number = {7},
pages = {3965-3981},
year = {2017},
publisher = {IEEE}
}
```
Paper with code: https://paperswithcode.com/dataset/aid | [
-0.7268288731575012,
-0.12115512788295746,
-0.04601763188838959,
-0.04308922216296196,
-0.09524382650852203,
0.094564288854599,
0.16132688522338867,
-0.38814279437065125,
-0.08082117885351181,
0.151155486702919,
-0.19797536730766296,
-0.5257478356361389,
-0.5466739535331726,
0.2795248031616211,
-0.4315790832042694,
0.65586918592453,
0.027497144415974617,
0.04670741781592369,
-0.08440671116113663,
-0.6166850924491882,
-0.4779122769832611,
-0.03782156482338905,
-0.4681285321712494,
0.2932596802711487,
0.3883502781391144,
0.8070048689842224,
0.7527686357498169,
0.8249698877334595,
0.9272453784942627,
0.24557411670684814,
0.10730931162834167,
0.21458618342876434,
-0.007228415459394455,
-0.6042794585227966,
0.20568233728408813,
0.13802890479564667,
-0.2714858055114746,
0.08676166087388992,
0.7672717571258545,
0.5355592370033264,
-0.0575113445520401,
0.3056708872318268,
-0.019062329083681107,
0.8737529516220093,
-0.5019480586051941,
0.0021035391837358475,
-0.4372347593307495,
-0.021392663940787315,
-0.22920474410057068,
0.1781785786151886,
0.16989603638648987,
-0.1037328764796257,
-0.013349102810025215,
-0.9511551260948181,
0.36776113510131836,
0.4691641926765442,
1.2739391326904297,
0.18935257196426392,
-0.1896105855703354,
0.054580044001340866,
-0.14139428734779358,
0.5979903936386108,
-0.3548782467842102,
0.1996220052242279,
0.6574268341064453,
0.7455917596817017,
-0.1430063098669052,
-0.3002179265022278,
-0.41162195801734924,
0.122616708278656,
0.1418916881084442,
0.20786288380622864,
-0.14411622285842896,
-0.029215477406978607,
0.2288457453250885,
0.40917301177978516,
-0.5132035613059998,
0.0374896340072155,
-0.7551522254943848,
-0.045865271240472794,
0.7600777745246887,
-0.0744822695851326,
0.26472148299217224,
-0.7616209983825684,
-0.36156508326530457,
0.08561442792415619,
-0.7148572206497192,
0.3607652187347412,
0.048337653279304504,
0.1789153665304184,
-0.4995179772377014,
0.5775450468063354,
-0.33648616075515747,
0.7622601389884949,
-0.2356683909893036,
-0.32042282819747925,
0.4524366855621338,
-0.390060693025589,
-0.5927138924598694,
-0.03487217426300049,
0.6878131628036499,
0.8198290467262268,
0.443061500787735,
0.20269443094730377,
-0.042606860399246216,
-0.13867855072021484,
0.24730609357357025,
-0.7370185852050781,
-0.39583373069763184,
0.10152526199817657,
-0.4250224828720093,
-0.252946674823761,
0.44623929262161255,
-0.9239030480384827,
-0.2280425727367401,
-0.27286750078201294,
0.06126153841614723,
-0.3655555546283722,
-0.5177411437034607,
-0.16519701480865479,
-0.028956186026334763,
0.6593011021614075,
0.5053987503051758,
-0.1283787190914154,
0.29472243785858154,
0.40257999300956726,
1.0058661699295044,
0.28946802020072937,
-0.35438889265060425,
-0.34200096130371094,
-0.36384183168411255,
-0.7018886208534241,
1.0590529441833496,
-0.5748133063316345,
-0.3527727425098419,
-0.12374038994312286,
0.36009588837623596,
0.308950275182724,
-0.6190236806869507,
0.6999198198318481,
-0.5058117508888245,
-0.10950344800949097,
-0.3957504332065582,
0.026135452091693878,
-0.8258829116821289,
0.04266507923603058,
-0.6660413146018982,
1.330550193786621,
0.4079998731613159,
-0.6502584218978882,
0.8226351141929626,
-0.5122907757759094,
-0.13969339430332184,
-0.031172744929790497,
-0.3557193875312805,
-0.7225326299667358,
-0.008590394631028175,
0.490133672952652,
0.21638822555541992,
-0.5719450116157532,
0.22769199311733246,
-0.3492186367511749,
-0.31741759181022644,
-0.1627783626317978,
-0.1476704627275467,
0.71356600522995,
0.6328474283218384,
-0.046623896807432175,
-0.05546789616346359,
-0.8641631603240967,
-0.07753708958625793,
-0.07272585481405258,
-0.2270844578742981,
-0.41090697050094604,
-0.25152304768562317,
0.2415715754032135,
0.20038391649723053,
-0.18495044112205505,
-0.600511372089386,
0.3609098494052887,
-0.08001576364040375,
-0.12505516409873962,
0.6665903925895691,
-0.06919179111719131,
0.3133602738380432,
-0.34542116522789,
0.5895177721977234,
0.3992293179035187,
0.2033485770225525,
-0.22250308096408844,
-0.7275379300117493,
-0.4522533416748047,
-0.3672424852848053,
0.37403059005737305,
0.2825150489807129,
-0.7035219669342041,
0.36269882321357727,
-0.5210237503051758,
-0.41000527143478394,
-0.5727295875549316,
-0.07318852841854095,
0.3386905789375305,
0.739742636680603,
0.3516046404838562,
-0.1566738784313202,
-0.8391770720481873,
-0.8774382472038269,
0.32967302203178406,
-0.11788593232631683,
-0.10841790586709976,
0.2934058904647827,
0.8394806981086731,
0.27828773856163025,
0.9591394662857056,
-0.41861867904663086,
-0.5834141373634338,
0.053349994122982025,
-0.09100154042243958,
0.1290784329175949,
0.42374953627586365,
1.059403657913208,
-0.9206122159957886,
-0.4700765609741211,
0.05677109584212303,
-0.9362171292304993,
-0.10944191366434097,
0.07300235331058502,
-0.09036976844072342,
0.11289938539266586,
0.06115967407822609,
-0.06123117357492447,
0.8361167311668396,
0.1280427873134613,
-0.44989117980003357,
0.41443344950675964,
-0.03813932463526726,
0.5353118777275085,
-1.014638066291809,
-0.08944477140903473,
0.23189839720726013,
0.05994429066777229,
-0.23311226069927216,
0.051997534930706024,
0.00026477163191884756,
-0.2498660385608673,
-0.5120535492897034,
0.22213134169578552,
-0.7593473196029663,
-0.48998934030532837,
-0.19794324040412903,
-0.2587116062641144,
0.04271711781620979,
0.46368303894996643,
0.019414136186242104,
0.9920687675476074,
1.2004045248031616,
-0.4113331735134125,
0.5818769931793213,
0.49788224697113037,
-0.5702186822891235,
0.8915731310844421,
-0.4127333164215088,
-0.1190558597445488,
-0.31255394220352173,
0.19112056493759155,
-0.9024346470832825,
-0.5609214901924133,
0.37961405515670776,
-0.48542124032974243,
-0.11007139831781387,
-0.41299858689308167,
-0.18590320646762848,
-0.3125942051410675,
-0.6481202244758606,
0.6175678968429565,
0.4587227702140808,
-0.5814719200134277,
0.505397617816925,
0.34148943424224854,
0.22005310654640198,
-0.8074831962585449,
-0.6595610976219177,
0.22285455465316772,
-0.3984782099723816,
-0.29494890570640564,
-0.009544149972498417,
0.13316752016544342,
-0.16858115792274475,
0.55718994140625,
-0.13168644905090332,
-0.2331547737121582,
-0.009206033311784267,
0.9376281499862671,
0.24293015897274017,
-0.14748124778270721,
0.05342257767915726,
-0.41764572262763977,
0.15555177628993988,
-0.08548178523778915,
-0.14870917797088623,
-0.009176778607070446,
-0.12491844594478607,
-0.26983630657196045,
-0.3433563709259033,
0.4554368555545807,
0.5419839024543762,
-0.10657985508441925,
0.6189297437667847,
0.22929571568965912,
-0.6297670602798462,
0.12557165324687958,
-0.29478010535240173,
0.2713698148727417,
-0.34076806902885437,
0.35783955454826355,
-0.771099865436554,
0.11144311726093292,
0.7029263973236084,
-0.09985658526420593,
-0.023422880098223686,
0.7698342204093933,
-0.28727102279663086,
-0.18286146223545074,
0.3087271749973297,
0.3302377760410309,
-0.6268592476844788,
0.4136062264442444,
-0.9336897134780884,
-0.39435386657714844,
-1.219380497932434,
-0.584394633769989,
-0.7773077487945557,
-0.36519956588745117,
-0.2589426636695862,
-0.31524893641471863,
0.25416186451911926,
0.21348948776721954,
-0.6083913445472717,
0.11280075460672379,
-0.8109652400016785,
0.38741201162338257,
0.389477401971817,
0.2324581742286682,
0.1507571041584015,
0.35747379064559937,
0.06892509758472443,
0.2259250283241272,
-0.7566320896148682,
-0.36638736724853516,
1.3806259632110596,
0.25005894899368286,
0.6041896939277649,
-0.011751227080821991,
0.2885094881057739,
0.4688633978366852,
0.31324711441993713,
-0.8805360794067383,
0.5965585112571716,
-0.016772959381341934,
-0.5366886258125305,
-0.05814924091100693,
-0.2863987386226654,
-1.1505439281463623,
-0.13648518919944763,
-0.20467795431613922,
-0.3062627911567688,
0.6737879514694214,
-0.2349221557378769,
-0.2978648543357849,
0.5431796312332153,
-0.6112125515937805,
0.38136693835258484,
-0.22210659086704254,
0.10637158900499344,
0.13353532552719116,
-0.5805801749229431,
0.14645256102085114,
-0.23882922530174255,
0.6195874214172363,
-0.06395351886749268,
-0.05713095888495445,
1.0951054096221924,
-0.6964530944824219,
0.43716078996658325,
-0.39995190501213074,
0.3066871166229248,
0.6406721472740173,
-0.32033511996269226,
0.2534898817539215,
0.010825774632394314,
-0.2962132394313812,
0.5643035173416138,
-0.38066038489341736,
-0.3959450423717499,
-0.472877562046051,
0.616889476776123,
-1.1336865425109863,
-0.25810015201568604,
-0.8724719882011414,
-0.24865812063217163,
0.3532789945602417,
0.10446348041296005,
0.35979074239730835,
0.8497954607009888,
0.11410699039697647,
0.29879510402679443,
0.03065473958849907,
-0.35065656900405884,
0.2683068811893463,
0.418086439371109,
-0.2848260700702667,
-0.6932620406150818,
0.8020801544189453,
0.73457932472229,
-0.06257782131433487,
-0.05286865308880806,
-0.055828627198934555,
-0.2279181182384491,
-0.9553512930870056,
-0.4753682017326355,
-0.04182221740484238,
-0.6797025203704834,
-0.9112370014190674,
-0.19603382050991058,
-0.40203747153282166,
-0.18038874864578247,
-0.3185555934906006,
-0.004740831907838583,
-0.08657091110944748,
-0.22909429669380188,
-0.3778342008590698,
0.8315953612327576,
0.9250955581665039,
-0.24635672569274902,
0.2505633533000946,
-0.27505868673324585,
0.5581889152526855,
-0.0038748844526708126,
0.5139939785003662,
-0.224314346909523,
-0.6111971735954285,
-0.4370671808719635,
-0.046953827142715454,
-0.14597877860069275,
-0.7193508744239807,
0.310636967420578,
0.44396862387657166,
0.5356304049491882,
0.27595460414886475,
0.2591039538383484,
0.9728956818580627,
-0.23698978126049042,
0.8644440770149231,
-0.02463238500058651,
-0.5117434859275818,
0.7533210515975952,
-0.045186229050159454,
0.1756853312253952,
0.619698703289032,
0.22476787865161896,
-0.14258311688899994,
-0.0758427157998085,
-0.8203896284103394,
-0.6832775473594666,
0.9143592715263367,
0.09822510182857513,
-0.4395609498023987,
0.459583580493927,
0.5292007327079773,
-0.1590888649225235,
0.0751378983259201,
-0.44992613792419434,
-0.30001693964004517,
-0.4362448453903198,
-0.13040654361248016,
-0.0019927953835576773,
0.005302856210619211,
-0.3235483169555664,
-0.48442572355270386,
0.47891557216644287,
0.00329814525321126,
0.32829728722572327,
0.45819786190986633,
0.22908982634544373,
-0.34092456102371216,
-0.1870356798171997,
0.30702343583106995,
0.5781778693199158,
-0.34505873918533325,
0.33762118220329285,
0.26959407329559326,
-0.7733055353164673,
0.39217087626457214,
-0.007123952265828848,
-0.15656735002994537,
-0.11088632792234421,
0.6186367869377136,
0.5109654664993286,
-0.2526445686817169,
-0.07005421072244644,
0.36890289187431335,
0.25441861152648926,
-0.4724157452583313,
-0.2816615402698517,
0.024865340441465378,
-0.5628690719604492,
-0.09681378304958344,
0.8939119577407837,
0.6034566164016724,
0.3858514726161957,
-0.249068945646286,
0.30347633361816406,
0.3919921815395355,
0.16979315876960754,
-0.22932282090187073,
0.41470998525619507,
0.2564086616039276,
-0.33660146594047546,
0.6810926795005798,
-0.3853875994682312,
-0.449199914932251,
1.211861491203308,
-0.08802573382854462,
0.8120785355567932,
-0.161333829164505,
0.18987105786800385,
0.8442838191986084,
0.48350587487220764,
0.12450224906206131,
0.4483674168586731,
-0.04825013130903244,
-0.6361643671989441,
-0.07021481543779373,
-0.5975311398506165,
-0.2764817476272583,
0.4874597489833832,
-0.470964640378952,
0.360469251871109,
-0.31148555874824524,
0.4056299328804016,
0.042790912091732025,
0.2829730808734894,
-0.8118165135383606,
0.604815661907196,
-0.21367837488651276,
1.31845223903656,
-1.0270999670028687,
0.7736248970031738,
1.150541067123413,
-0.4219954311847687,
-1.4148226976394653,
-0.051911622285842896,
0.11108727008104324,
-0.6227714419364929,
0.7503983378410339,
0.3329322040081024,
-0.24479827284812927,
-0.16069559752941132,
-0.46273529529571533,
-0.8511688113212585,
1.0156710147857666,
0.04414256289601326,
-0.36636146903038025,
0.3693266808986664,
0.15089605748653412,
0.19123083353042603,
-0.564877450466156,
0.35995006561279297,
0.1816689819097519,
0.6727680563926697,
0.3783194124698639,
-0.8239208459854126,
-0.018202772364020348,
-0.39571675658226013,
0.24106739461421967,
-0.025464897975325584,
-0.41658926010131836,
0.4273822009563446,
-0.32222557067871094,
-0.29366785287857056,
-0.074717216193676,
0.4023732841014862,
-0.0005263032508082688,
0.49963054060935974,
0.7836960554122925,
0.6339714527130127,
0.3491009473800659,
-0.4248230755329132,
0.8840769529342651,
0.08231596648693085,
0.37714165449142456,
0.5501747131347656,
0.14630848169326782,
0.6490467190742493,
0.2570234537124634,
-0.43148714303970337,
0.17020981013774872,
1.0297739505767822,
-0.3314434289932251,
0.9049747586250305,
0.013180537149310112,
-0.06407076120376587,
0.2306477278470993,
-0.05238046497106552,
-0.6412331461906433,
0.5573517084121704,
0.0948273167014122,
0.021759619936347008,
-0.49858972430229187,
0.5462742447853088,
-0.09355028718709946,
-0.13735541701316833,
-0.5555350184440613,
0.7882874608039856,
-0.3203006088733673,
-0.5887197852134705,
0.7773973941802979,
-0.27509453892707825,
0.42376792430877686,
-0.5186944007873535,
-0.41666722297668457,
-0.2575460374355316,
-0.22785145044326782,
-0.8773802518844604,
-1.205991268157959,
0.4431779086589813,
0.2128399759531021,
0.13173015415668488,
0.3547687530517578,
0.5116216540336609,
0.14905692636966705,
-0.9719935059547424,
0.034273747354745865,
0.05584877356886864,
0.5840429663658142,
0.11956967413425446,
-0.536751389503479,
0.2250525951385498,
0.029915817081928253,
-0.37062111496925354,
0.08420568704605103,
0.6368147134780884,
-0.014251728542149067,
0.5025935769081116,
0.4550006687641144,
0.37845665216445923,
-0.06465185433626175,
-0.34839528799057007,
1.1806951761245728,
-0.6537733674049377,
-0.1531865894794464,
-0.4009079933166504,
0.7480802536010742,
-0.24301263689994812,
-0.4554125666618347,
0.8316800594329834,
0.8437744379043579,
0.6104103922843933,
-0.07960766553878784,
0.884726881980896,
-0.43125689029693604,
0.13968688249588013,
-0.4602307677268982,
0.04527275636792183,
-0.7449644804000854,
0.46228790283203125,
-0.44251149892807007,
-0.5372092723846436,
-0.5736910104751587,
0.8193647861480713,
-0.2949022352695465,
0.21674689650535583,
0.2889517843723297,
0.8415691256523132,
-0.2132861465215683,
-0.22257058322429657,
0.2044667750597,
-0.1109577938914299,
0.3148655593395233,
0.4600813388824463,
0.740886390209198,
-0.8280972242355347,
0.5497352480888367,
-0.22103214263916016,
-0.7004563212394714,
-0.1705782413482666,
-0.910643458366394,
-0.42569729685783386,
-0.7254059910774231,
-0.5574898719787598,
-0.22250190377235413,
0.0379205122590065,
0.7352759838104248,
1.0964595079421997,
-0.8337346315383911,
-0.061376579105854034,
-0.35315901041030884,
0.2603569030761719,
-0.509479284286499,
-0.19601845741271973,
0.6694643497467041,
0.11441316455602646,
-0.5898272395133972,
0.1587347388267517,
0.21183815598487854,
0.011764610186219215,
-0.11292833834886551,
-0.19681259989738464,
-0.2110179364681244,
-0.35142552852630615,
0.14718198776245117,
0.3300245702266693,
-0.6670798659324646,
-0.4534420669078827,
-0.21872559189796448,
0.20915105938911438,
0.5028190612792969,
0.1642019897699356,
-0.9557188749313354,
0.34775665402412415,
0.19900375604629517,
0.5133315324783325,
0.05726001411676407,
0.2530573308467865,
-0.09846684336662292,
-0.7847703695297241,
0.361014187335968,
-0.24338428676128387,
0.3962973952293396,
0.4061071574687958,
-0.5274202823638916,
0.9486997127532959,
0.15717041492462158,
-0.8156255483627319,
-0.8150453567504883,
-0.03816905617713928,
-1.4033982753753662,
-0.05496795102953911,
0.9149106740951538,
-0.3694867491722107,
-0.0278758741915226,
-0.2389579564332962,
-0.6519360542297363,
-0.06823596358299255,
-0.7073118090629578,
0.6005416512489319,
0.6251460909843445,
-0.021516256034374237,
-0.7376849055290222,
-0.38865119218826294,
0.6638005971908569,
-0.21195492148399353,
-1.0159449577331543,
-0.16581647098064423,
0.807318925857544,
0.4168011546134949,
0.5550571084022522,
0.2818130850791931,
-0.008611239492893219,
0.3196398913860321,
0.11031239479780197,
0.05618603900074959,
-0.46990010142326355,
-0.806401252746582,
-0.5044086575508118,
0.4886772334575653,
0.11947423964738846,
-0.9516432285308838
]
|
Sk4467/punjabi_alpaca_52K | Sk4467 | 2023-12-04T14:07:00Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T14:04:46Z | ---
license: apache-2.0
dataset_info:
features:
- name: input
dtype: string
- name: instruction
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 46649317
num_examples: 52002
download_size: 18652304
dataset_size: 46649317
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
blanchon/ETCI-2021-Flood-Detection | blanchon | 2023-12-04T14:07:18Z | 0 | 0 | [
"license:unknown",
"region:us"
]
| null | 2023-12-04T14:07:18Z | ---
license: unknown
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
blanchon/EuroSAT-RGB | blanchon | 2023-12-04T14:18:35Z | 0 | 0 | [
"task_categories:image-classification",
"size_categories:10K<n<100K",
"language:en",
"license:unknown",
"remote-sensing",
"earth-observation",
"geospatial",
"satellite-imagery",
"land-cover-classification",
"sentinel-2",
"region:us"
]
| [
"image-classification"
]
| 2023-12-04T14:18:03Z | ---
license:
- unknown
task_categories:
- image-classification
language:
- en
tags:
- remote-sensing
- earth-observation
- geospatial
- satellite-imagery
- land-cover-classification
- sentinel-2
pretty_name: EuroSAT
size_categories:
- 10K<n<100K
---
# EuroSAT RGB

## Description
The EuroSAT dataset is a comprehensive land cover classification dataset that focuses on images taken by the [ESA Sentinel-2 satellite](https://sentinel.esa.int/web/sentinel/missions/sentinel-2). It contains a total of 27,000 images, each with a resolution of 64x64 pixels. These images cover 10 distinct land cover classes and are collected from over 34 European countries.
The dataset is available in two versions: **RGB only** (this repo) and all 13 [Multispectral (MS) Sentinel-2 bands](https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-2-msi/resolutions/spatial). EuroSAT is considered a relatively easy dataset, with approximately 98.6% accuracy achievable using a ResNet-50 architecture.
## Details
### Statistics
- Total Number of Images: 27,000
- Bands: 3 (RGB)
- Image Resolution: 64x64 pixels
- Land Cover Classes: 10
- Dataset Size: Approximately 13GB
## Citation
If you use the EuroSAT dataset in your research, please consider citing the following publication:
```bibtex
@article{helber2017eurosat,
title={EuroSAT: A Novel Dataset and Deep Learning Benchmark for Land Use and Land Cover Classification},
author={Helber, et al.},
journal={ArXiv preprint arXiv:1709.00029},
year={2017}
}
| [
-0.9559466242790222,
-0.1651785969734192,
0.4564243257045746,
0.12922734022140503,
-0.2845692038536072,
0.0755368322134018,
-0.022964777424931526,
-0.6638965606689453,
0.012988822534680367,
0.414671391248703,
-0.4256163537502289,
-0.7137338519096375,
-0.7140077948570251,
-0.2045525461435318,
-0.1901007443666458,
0.6613672375679016,
-0.05092912167310715,
0.06451118737459183,
-0.09781505912542343,
-0.5062980055809021,
-0.18630129098892212,
-0.29012590646743774,
0.0501888282597065,
0.0976860299706459,
0.6782549023628235,
0.7188951373100281,
0.6406073570251465,
0.5781511068344116,
1.035089373588562,
0.25216957926750183,
-0.05071224272251129,
0.40607988834381104,
-0.3448235094547272,
-0.4400629699230194,
0.09118296205997467,
-0.15231111645698547,
-0.20876985788345337,
0.19865022599697113,
0.6627618074417114,
0.2953763008117676,
-0.1474662870168686,
0.30626919865608215,
-0.15260973572731018,
0.8040875792503357,
-0.4650264382362366,
0.03105064667761326,
-0.6389837265014648,
-0.009084931574761868,
-0.2524525225162506,
-0.20625600218772888,
-0.21155032515525818,
-0.021643735468387604,
0.07192350178956985,
-0.7356471419334412,
0.48961523175239563,
-0.0577029325067997,
1.2445652484893799,
0.10300805419683456,
-0.5386273860931396,
0.12429218739271164,
-0.6347762942314148,
0.9027875661849976,
-0.3028412163257599,
0.24003323912620544,
0.33364757895469666,
0.9845724701881409,
-0.019546085968613625,
-0.3166596293449402,
-0.22067473828792572,
0.2749986946582794,
-0.08428400754928589,
0.4579260051250458,
-0.19969835877418518,
-0.3436218202114105,
0.0917472392320633,
0.19567857682704926,
-0.6861883997917175,
0.12838761508464813,
-0.9183658957481384,
-0.2998288869857788,
0.6262778043746948,
0.1328522264957428,
-0.22119858860969543,
-0.07067488878965378,
-0.6966479420661926,
-0.32994434237480164,
-0.9818528890609741,
-0.021879417821764946,
0.4905662536621094,
0.5292720794677734,
-0.35574835538864136,
0.6772814393043518,
-0.26670464873313904,
0.7877224683761597,
-0.4138457179069519,
-0.02303181402385235,
0.36725831031799316,
-0.11666616052389145,
-0.04098622500896454,
-0.4043208956718445,
0.3680172860622406,
0.6038401126861572,
0.023235827684402466,
0.15782198309898376,
-0.1363510936498642,
0.40890711545944214,
0.1286407858133316,
-0.7159386873245239,
-0.07502445578575134,
0.3731380105018616,
-0.3802066147327423,
0.15293633937835693,
0.7330340147018433,
-0.9601749777793884,
0.03190672770142555,
-0.6890056133270264,
0.21824778616428375,
-0.13445772230625153,
-0.27167508006095886,
0.4122113287448883,
-0.0965300053358078,
0.4904884696006775,
0.6276542544364929,
-0.10985366255044937,
0.312349796295166,
0.6138530373573303,
0.6712345480918884,
0.12968523800373077,
-0.3141741156578064,
0.1725025624036789,
-0.32791656255722046,
-0.07621698826551437,
1.1776925325393677,
-0.3842044174671173,
-0.48839595913887024,
-0.22486817836761475,
0.4182455539703369,
0.007607525680214167,
-0.43141797184944153,
0.6593249440193176,
-0.5637306571006775,
0.13416284322738647,
-0.27034997940063477,
-0.3612605035305023,
-0.4372284710407257,
0.09536264091730118,
-0.7174854278564453,
1.2669824361801147,
0.21190448105335236,
-0.6685030460357666,
0.5807557702064514,
-0.3757997751235962,
0.3239695429801941,
-0.06851059198379517,
-0.2208387404680252,
-0.7356563210487366,
0.002633628435432911,
0.20708788931369781,
0.367167592048645,
-0.05306760594248772,
0.03929096460342407,
-0.6075499057769775,
-0.14932316541671753,
0.08566195517778397,
-0.22434841096401215,
0.8131885528564453,
0.8622280955314636,
0.027079546824097633,
-0.47810232639312744,
-0.8393701910972595,
0.07555153220891953,
0.023571815341711044,
-0.34324631094932556,
0.14480015635490417,
0.040864475071430206,
0.5803946256637573,
0.5007672309875488,
0.23655295372009277,
-1.035680890083313,
-0.08382862061262131,
0.6170451045036316,
-0.04923008754849434,
0.6870241761207581,
-0.3424724340438843,
0.10091530531644821,
-0.7191404700279236,
0.24837371706962585,
0.25525152683258057,
0.1565685272216797,
-0.04997221380472183,
-0.669364869594574,
-0.7692353129386902,
-0.6973571181297302,
0.3848523199558258,
0.6375330090522766,
-0.09777975082397461,
0.6980223059654236,
-0.5776529908180237,
-0.9676147103309631,
-0.3379332721233368,
-0.18169736862182617,
-0.0775536373257637,
0.22500985860824585,
0.3816981911659241,
0.15445220470428467,
-0.7450411319732666,
-0.96427321434021,
0.20860610902309418,
0.0862165167927742,
-0.03128086403012276,
0.45426467061042786,
1.04807448387146,
-0.31444722414016724,
1.1290018558502197,
-0.3011230528354645,
-0.5277791619300842,
0.014834915287792683,
0.07979564368724823,
0.20991234481334686,
0.440634548664093,
0.9543064832687378,
-0.7969868183135986,
-0.5240779519081116,
0.08273939788341522,
-0.5253270268440247,
-0.0020538284443318844,
-0.08514266461133957,
-0.1713026612997055,
0.0036470750346779823,
0.2612689435482025,
-0.3248973786830902,
0.49031952023506165,
0.7586506009101868,
-0.8312452435493469,
0.1071244552731514,
-0.1488730013370514,
0.13233564794063568,
-0.700962245464325,
0.022830022498965263,
0.17765961587429047,
-0.26283586025238037,
-0.028483612462878227,
0.12740379571914673,
0.22680240869522095,
-0.2299543172121048,
-0.5693832039833069,
0.30292031168937683,
-0.33594557642936707,
-0.4670296907424927,
0.22644378244876862,
-0.1594420075416565,
0.011711716651916504,
0.2585570216178894,
0.16738757491111755,
0.8041272163391113,
0.5443719029426575,
-0.3827280104160309,
0.20188498497009277,
0.599668562412262,
-0.4274832606315613,
0.695292055606842,
-0.41223084926605225,
-0.2464587688446045,
-0.291599303483963,
0.48036354780197144,
-0.8845583200454712,
-0.19081687927246094,
-0.2723694443702698,
-0.5133777856826782,
-0.08044338971376419,
-0.10583002120256424,
-0.6001780033111572,
-0.3891681134700775,
-0.4002315402030945,
0.0296249371021986,
0.4008709490299225,
-0.6655240058898926,
0.37994417548179626,
0.3808019757270813,
-0.1073000431060791,
-0.15021950006484985,
-0.9688011407852173,
0.039706479758024216,
-0.3793078064918518,
-0.46580344438552856,
0.08638354390859604,
0.08050687611103058,
-0.024269884452223778,
0.19101157784461975,
0.13099797070026398,
0.0537550151348114,
0.014783908613026142,
0.36389485001564026,
0.038746658712625504,
0.03023100271821022,
0.0452306792140007,
-0.2785831093788147,
-0.3104531764984131,
-0.16826581954956055,
-0.03165716305375099,
0.3000538647174835,
-0.421697199344635,
-0.4770382046699524,
-0.7374832034111023,
0.5174667239189148,
0.7208133935928345,
-0.14664243161678314,
0.47166383266448975,
0.34754419326782227,
-0.22266219556331635,
0.08981591463088989,
-0.3082388937473297,
0.031286463141441345,
-0.28072822093963623,
0.20038557052612305,
-0.4151429235935211,
-0.7191717624664307,
0.7932093739509583,
-0.16237309575080872,
0.3798620104789734,
0.8895224332809448,
0.0408032089471817,
-0.7965031266212463,
0.7804009914398193,
0.5506011843681335,
-0.06333601474761963,
0.6260265707969666,
-0.8225894570350647,
-0.2929322421550751,
-0.7485652565956116,
-0.5622811317443848,
-0.9883520007133484,
-0.6886329054832458,
-0.777633786201477,
-0.4869450628757477,
0.10319282859563828,
-0.1243276596069336,
-0.7308375239372253,
0.3549373149871826,
-0.49348968267440796,
0.2422267347574234,
0.6268877387046814,
0.6148023009300232,
0.053280506283044815,
0.7886063456535339,
0.3867684304714203,
-0.2798926830291748,
-0.6340914368629456,
-0.607641339302063,
1.3690263032913208,
0.55130934715271,
0.6714377403259277,
0.3206769526004791,
0.7161996960639954,
0.5978164672851562,
0.2903660535812378,
-0.5673777461051941,
0.3489169478416443,
-0.3843440115451813,
-0.9740753769874573,
0.01788606122136116,
-0.4304880201816559,
-1.3017964363098145,
0.3415195345878601,
-0.24552400410175323,
-0.40802574157714844,
0.6859252452850342,
-0.02397190034389496,
-0.16934823989868164,
0.5724993944168091,
-0.5462360978126526,
0.4250463545322418,
-0.3545847237110138,
0.2710416913032532,
-0.17225421965122223,
-0.5721869468688965,
-0.2710858881473541,
-0.136379674077034,
0.3339477777481079,
-0.28582796454429626,
-0.031926244497299194,
0.9555544257164001,
-0.4980751574039459,
0.8924944996833801,
-0.6166395545005798,
0.24766644835472107,
0.6101039052009583,
-0.18855807185173035,
0.5949459075927734,
-0.12724830210208893,
0.03410699591040611,
0.41076895594596863,
-0.1561778038740158,
-0.9645031094551086,
-0.11986478418111801,
0.3533816635608673,
-1.2950646877288818,
0.03804529458284378,
-0.7334300875663757,
-0.17148374021053314,
-0.1749001294374466,
-0.04146861657500267,
0.3343440890312195,
0.28349316120147705,
-0.4413105845451355,
0.5157809853553772,
0.6897576451301575,
-0.13486535847187042,
-0.10067667812108994,
0.5650809407234192,
-0.19302654266357422,
-0.5516802668571472,
0.9055782556533813,
0.34525570273399353,
0.1549682468175888,
0.1699569672346115,
-0.1273377537727356,
-0.3184441030025482,
-0.5516646504402161,
-0.2135351449251175,
0.28561851382255554,
-0.4073796570301056,
-0.6388968825340271,
-0.7124760150909424,
-0.15701156854629517,
0.15512531995773315,
-0.2705788314342499,
-0.2685059905052185,
-0.5597783923149109,
-0.3801713287830353,
-0.4839887320995331,
0.7773270010948181,
0.6481108069419861,
-0.44871482253074646,
0.9432142376899719,
-0.5343759059906006,
0.3400435745716095,
0.2445717453956604,
0.23306453227996826,
-0.8962435722351074,
-0.5968608856201172,
-0.0778939500451088,
0.3031569719314575,
-0.3942279517650604,
-0.4467151463031769,
0.45985206961631775,
0.11174999922513962,
0.45490577816963196,
0.2849774658679962,
-0.20122671127319336,
0.5880905985832214,
-0.08865546435117722,
0.6466434001922607,
0.035998113453388214,
-0.38851818442344666,
0.44030675292015076,
-0.49329695105552673,
0.28584304451942444,
0.904952347278595,
0.10979323089122772,
-0.15139833092689514,
-0.23699745535850525,
-1.0070308446884155,
-0.7789461612701416,
0.5468029379844666,
0.21261093020439148,
-0.13614752888679504,
0.4189434349536896,
-0.024895798414945602,
0.14278216660022736,
-0.017623307183384895,
-0.4768790006637573,
-0.07154832780361176,
-0.2081182599067688,
-0.0673845037817955,
-0.34282010793685913,
-0.28382807970046997,
-0.5315466523170471,
-0.2924380600452423,
0.713898241519928,
-0.012068475596606731,
0.8377813696861267,
0.3268154561519623,
-0.02041797898709774,
-0.11160705983638763,
0.14359046518802643,
0.4726726710796356,
0.6034025549888611,
-0.7468220591545105,
0.09651386737823486,
0.0098520927131176,
-0.70050448179245,
0.030035806819796562,
0.14948810636997223,
-0.14374299347400665,
0.16862772405147552,
0.2573625147342682,
0.48855385184288025,
-0.4765414595603943,
-0.23669010400772095,
0.36626899242401123,
0.016076959669589996,
-0.8788576722145081,
-0.21564558148384094,
-0.4843902289867401,
-0.19471681118011475,
0.09838835895061493,
0.35900720953941345,
0.3065860867500305,
0.048597417771816254,
-0.2522554397583008,
0.36574587225914,
0.15220697224140167,
-0.23637163639068604,
-0.10439705848693848,
0.06365123391151428,
0.3933992385864258,
0.3621978461742401,
0.8601038455963135,
-0.12683303654193878,
-0.5933184027671814,
1.2447288036346436,
0.15268033742904663,
0.33609330654144287,
0.15151526033878326,
0.4497271478176117,
0.7088786363601685,
0.6188021898269653,
0.10033991932868958,
1.0919042825698853,
0.04733874276280403,
-0.958669126033783,
-0.0037258933298289776,
-0.7091184258460999,
-0.4225112497806549,
0.29375696182250977,
-0.7673119306564331,
0.10793009400367737,
-0.24455024302005768,
-0.09774598479270935,
-0.02134588174521923,
0.35819143056869507,
-0.9213504791259766,
0.5810725688934326,
0.1048312559723854,
1.5022339820861816,
-1.2935148477554321,
0.37876585125923157,
0.8441445827484131,
0.20196981728076935,
-0.4910692870616913,
-0.7443423867225647,
0.0885981023311615,
-0.7291239500045776,
0.4426167905330658,
0.33122918009757996,
-0.06294280290603638,
-0.10932721197605133,
-0.6364582180976868,
-0.8590168356895447,
1.2983076572418213,
0.031334783881902695,
-0.8257482051849365,
0.9713671803474426,
0.5603148937225342,
0.5068878531455994,
-0.4225528836250305,
-0.21576113998889923,
0.26461535692214966,
0.9708033204078674,
-0.11435554176568985,
-0.31667280197143555,
-0.595025897026062,
-0.11233518272638321,
-0.06523769348859787,
0.4115765690803528,
-0.8115041255950928,
0.7005936503410339,
-0.16142596304416656,
-0.3366040885448456,
0.31218960881233215,
0.3975212872028351,
0.3107062876224518,
0.253679096698761,
0.7465670108795166,
1.150551199913025,
0.5488269329071045,
-0.7790600657463074,
0.6367015838623047,
-0.08943614363670349,
0.9831140637397766,
0.8689841032028198,
-0.06694769859313965,
0.9333915114402771,
0.6241790056228638,
-0.5892885327339172,
0.16648580133914948,
1.2154784202575684,
-0.572306752204895,
0.7186651229858398,
-0.15840943157672882,
-0.13253949582576752,
-0.363553524017334,
0.23841312527656555,
-0.6440519094467163,
0.4471921920776367,
0.6059765815734863,
-0.16560621559619904,
-0.825629711151123,
-0.0037540860939770937,
-0.13726826012134552,
0.0007213017088361084,
-0.2997327148914337,
0.58407062292099,
-0.3507872223854065,
-0.09325768053531647,
0.10722225904464722,
-0.16828154027462006,
0.25992241501808167,
-0.5731304883956909,
-0.19473865628242493,
-0.3256830871105194,
0.2566207945346832,
-0.5387703776359558,
-1.2026368379592896,
0.3791258633136749,
0.14036138355731964,
0.10228128731250763,
-0.24545365571975708,
0.19262778759002686,
-0.0025635971687734127,
-0.9442234635353088,
0.3482239544391632,
0.5193451642990112,
0.3993661403656006,
0.18692868947982788,
-0.8683834075927734,
-0.22250473499298096,
0.018507104367017746,
-0.3439246416091919,
0.1267518550157547,
0.602541983127594,
-0.11445105820894241,
0.38072842359542847,
0.6973936557769775,
0.16338445246219635,
0.11425505578517914,
-0.36123108863830566,
0.8901844024658203,
-0.7042096257209778,
-0.22968780994415283,
0.046208880841732025,
0.6696667075157166,
-0.1721738874912262,
-0.34170013666152954,
0.7450974583625793,
0.9916938543319702,
1.0402555465698242,
-0.14770077168941498,
0.9081408977508545,
-0.36089783906936646,
0.6510646343231201,
-0.2181224226951599,
0.12707297503948212,
-0.555139422416687,
0.05609123408794403,
0.37095630168914795,
-0.729120671749115,
-0.6853554844856262,
0.5214986801147461,
-0.1724684238433838,
0.05537591874599457,
0.2701796889305115,
0.9552221894264221,
-0.32234418392181396,
-0.22335919737815857,
0.4163953363895416,
0.010426187887787819,
0.07004770636558533,
0.36868026852607727,
0.9294122457504272,
-0.5462245941162109,
0.31095829606056213,
-0.3219558000564575,
-0.4799923002719879,
-0.3974559009075165,
-0.693362295627594,
-0.364288330078125,
-0.24721793830394745,
-0.06870433688163757,
-0.386176198720932,
0.048657819628715515,
0.3925918936729431,
0.9571962952613831,
-1.2568358182907104,
-0.21370097994804382,
-0.31180548667907715,
-0.16432321071624756,
-0.23830737173557281,
-0.15522024035453796,
0.5521236658096313,
0.1316082775592804,
-0.557121992111206,
-0.05556606501340866,
0.05004333704710007,
0.3273881673812866,
-0.03919771686196327,
-0.19306261837482452,
-0.10185925662517548,
0.049005720764398575,
0.2300969362258911,
0.3390742540359497,
-0.3465937674045563,
-0.11585044115781784,
-0.24656011164188385,
-0.18592050671577454,
0.19495820999145508,
0.5857268571853638,
-0.5730801820755005,
0.29070740938186646,
0.37970107793807983,
0.48940569162368774,
0.6163537502288818,
-0.04696586728096008,
-0.14641612768173218,
-0.31139710545539856,
0.35586950182914734,
-0.01253704633563757,
0.6597835421562195,
0.2050633728504181,
-0.34330928325653076,
0.7371757626533508,
0.06670903414487839,
-0.6383116245269775,
-0.35286301374435425,
0.36513394117355347,
-1.5828967094421387,
-0.19909565150737762,
0.9722968935966492,
-0.35896843671798706,
-0.10360730439424515,
-0.03214135766029358,
-0.5061875581741333,
-0.3736066222190857,
-0.6766812801361084,
0.6275275945663452,
0.7003540396690369,
0.022241907194256783,
-0.21406234800815582,
-0.43541115522384644,
0.1414206326007843,
0.12525422871112823,
-1.0537488460540771,
-0.05593634769320488,
0.6180923581123352,
0.21754539012908936,
0.4958973228931427,
-0.22189311683177948,
-0.5340848565101624,
0.4257235527038574,
0.20483453571796417,
0.2851535677909851,
0.01708950661122799,
-0.750180184841156,
-0.3297068178653717,
0.07021816074848175,
-0.2090279757976532,
-0.39824819564819336
]
|
EmmaGthn/Moji_balanced_90 | EmmaGthn | 2023-12-04T14:39:40Z | 0 | 0 | [
"region:us"
]
| null | 2023-12-04T14:34:32Z | ---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: int64
- name: sa
dtype: int64
splits:
- name: train
num_bytes: 162535.0
num_examples: 1324
- name: test
num_bytes: 257051.49806856085
num_examples: 2000
download_size: 157990
dataset_size: 419586.49806856085
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
blanchon/LEVIR-CDPlus | blanchon | 2023-12-04T14:38:44Z | 0 | 0 | [
"task_categories:image-segmentation",
"size_categories:n<1G",
"language:en",
"license:unknown",
"remote-sensing",
"earth-observation",
"geospatial",
"satellite-imagery",
"change-detection",
"urban-building",
"region:us"
]
| [
"image-segmentation"
]
| 2023-12-04T14:37:01Z | ---
license:
- unknown
task_categories:
- image-segmentation
language:
- en
tags:
- remote-sensing
- earth-observation
- geospatial
- satellite-imagery
- change-detection
- urban-building
pretty_name: LEVIR Change Detection+ (LEVIR-CD+) Dataset
size_categories:
- n<1G
---
# LEVIR Change Detection+ (LEVIR-CD+) Dataset

## Description
The [LEVIR-CD+](https://chenhao.in/LEVIR/) dataset is an urban building change detection dataset that focuses on RGB image pairs extracted from Google Earth. This dataset consists of a total of 985 image pairs, each with a resolution of 1024x1024 pixels and a spatial resolution of 0.5 meters per pixel. The dataset includes building and land use change masks for 20 different regions in Texas, spanning the years 2002 to 2020, with a time span of 5 years between observations. LEVIR-CD+ is designed as the easier version of the S2Looking dataset, primarily due to its urban locations and near-nadir angles.
## Details
## Structure
```tree
.
├── README.md
└── data
├── test
│ ├── A
│ │ ├── train_638.png
│ │ ├── ...
│ │ └── train_985.png
│ ├── B
│ │ └── ...
│ └── label
│ └── ...
└── train
├── A
│ ├── train_1.png
│ ├── ...
│ └── train_637.png
├── B
│ └── ...
└── label
└── ...
```
### Statistics
- Total Number of Image Pairs: 985
- Image Resolution: 1024x1024 pixels
- Spatial Resolution: 0.5 meters per pixel
- Change Detection Labels: Building and land use change masks
- Dataset Size: 3.6GB
### Geospatial Distribution of LEVIR-CD
The bitemporal images in LEVIR-CD are from 20 different regions that sit in several cities in Texas of the US, including Austin, Lakeway, Bee Cave, Buda, Kyle, Manor, Pflugervilletx, Dripping Springs, etc. The Figure below illustrates the geospatial distribution of our new dataset and an enlarged image patch. The captured time of our image data varies from 2002 to 2018. Images in different regions may be taken at different times. We want to introduce variations due to seasonal changes and illumination changes into our new dataset, which could help develop effective methods that can mitigate the impact of irrelevant changes on real changes.
### Examples of annotated samples
#### Samples size of 1024 × 1024

#### Cropped samples size of 256 × 256

## Citation
If you use the LEVIR Change Detection+ (LEVIR-CD+) dataset in your research, please consider citing the following publication or the dataset's official website:
```bibtex
@Article{Chen2020,
AUTHOR = {Chen, Hao and Shi, Zhenwei},
TITLE = {A Spatial-Temporal Attention-Based Method and a New Dataset for Remote Sensing Image Change Detection},
JOURNAL = {Remote Sensing},
VOLUME = {12},
YEAR = {2020},
NUMBER = {10},
ARTICLE-NUMBER = {1662},
URL = {https://www.mdpi.com/2072-4292/12/10/1662},
ISSN = {2072-4292},
DOI = {10.3390/rs12101662}
}
```
We are from LEVIR, which is the abbreviation of ours’ laboratory: LEarning, VIsion and Remote sensing laboratory. Visit the lab homepage for more details.
If you have any the problem or feedback in using LEVIR-CD, please contact
Hao Chen at [email protected]
Zhenwei Shi at [email protected]
| [
-0.6221272945404053,
-0.6772894859313965,
0.3630312383174896,
0.0327836349606514,
-0.13365305960178375,
-0.07469231635332108,
-0.15981431305408478,
-0.6951716542243958,
0.19046346843242645,
0.26698219776153564,
-0.45358559489250183,
-0.6725999712944031,
-0.45977360010147095,
0.05151514336466789,
-0.3267129063606262,
0.9281068444252014,
-0.3500716984272003,
-0.22751305997371674,
0.22173601388931274,
-0.33218520879745483,
-0.5377600193023682,
0.06775037944316864,
-0.73813396692276,
-0.3169844448566437,
0.7978234887123108,
0.34349146485328674,
0.8301756381988525,
0.6844283938407898,
0.75557541847229,
0.19378527998924255,
-0.1896171122789383,
0.11377187073230743,
-0.06408585608005524,
-0.21060682833194733,
0.0454954095184803,
-0.2102891504764557,
-0.2823058068752289,
-0.2715851068496704,
0.8584421277046204,
0.18342624604701996,
-0.17572712898254395,
0.4363749921321869,
-0.27745288610458374,
1.0034955739974976,
-0.595943033695221,
-0.046074479818344116,
-0.7265412211418152,
0.10016603022813797,
-0.5473989248275757,
-0.2827380895614624,
0.07578206062316895,
-0.4720049202442169,
-0.12088064104318619,
-0.6796504855155945,
0.8455179929733276,
0.0013231984339654446,
1.416536569595337,
0.41929328441619873,
-0.3338867127895355,
0.08079897612333298,
-0.5923455357551575,
0.6898404359817505,
-0.5559268593788147,
0.47340163588523865,
0.25136733055114746,
0.5902789831161499,
-0.07158003747463226,
-0.39047738909721375,
-0.8864477872848511,
-0.07824356853961945,
-0.09394301474094391,
0.20268559455871582,
0.03242768719792366,
-0.6851741671562195,
0.2166234701871872,
0.26874205470085144,
-0.438186913728714,
-0.20586128532886505,
-0.41143062710762024,
0.13555996119976044,
0.5076898336410522,
0.165795236825943,
0.1338099241256714,
-0.43473780155181885,
-0.6496896743774414,
-0.40139177441596985,
-0.631151020526886,
0.2361312210559845,
0.25114941596984863,
0.1264767050743103,
-0.4812468886375427,
0.2974579930305481,
0.28770682215690613,
0.5135586857795715,
0.4840482175350189,
0.16777163743972778,
0.7283445000648499,
-0.567417323589325,
-0.28907638788223267,
-0.2225218415260315,
0.4984288513660431,
0.4891928732395172,
-0.16206681728363037,
-0.10881059616804123,
-0.35237106680870056,
0.06638015806674957,
-0.01860160194337368,
-0.6885515451431274,
-0.4141869843006134,
0.395391047000885,
-0.32293862104415894,
-0.04606137424707413,
0.3253505527973175,
-1.0250051021575928,
-0.4396466016769409,
-0.5728616118431091,
0.08282587677240372,
-0.4891536831855774,
-0.627835750579834,
0.38258957862854004,
-0.28807151317596436,
0.6151250600814819,
0.5532452464103699,
-0.3791704773902893,
0.15163160860538483,
0.12999087572097778,
0.49338921904563904,
-0.34264662861824036,
-0.4162512719631195,
-0.19930773973464966,
0.15139207243919373,
-0.5250280499458313,
1.058717131614685,
-0.14294135570526123,
-0.2352946549654007,
-0.2618153989315033,
0.49685558676719666,
-0.06258797645568848,
-0.8987202048301697,
0.6027917265892029,
-0.8008165955543518,
0.023538777604699135,
-0.43739134073257446,
0.117560975253582,
-0.14142680168151855,
0.16055138409137726,
-0.7702808380126953,
1.630733609199524,
0.44082871079444885,
-0.7769967913627625,
0.7751258611679077,
-0.8589870929718018,
-0.33160823583602905,
0.09365204721689224,
0.21571652591228485,
-1.081152319908142,
-0.31955549120903015,
0.33564573526382446,
0.1477062851190567,
-0.08941343426704407,
0.39530688524246216,
0.05004682019352913,
-0.27880024909973145,
0.5751208662986755,
0.25047174096107483,
0.7334140539169312,
0.5194201469421387,
-0.6066571474075317,
0.05537964776158333,
-0.7813819050788879,
-0.09556929022073746,
0.13914398849010468,
-0.32725557684898376,
-0.005698862951248884,
0.004977568984031677,
0.7189766764640808,
0.029462696984410286,
0.3377242386341095,
-0.6288392543792725,
-0.19996336102485657,
0.16219542920589447,
-0.20414622128009796,
0.7022562623023987,
0.09680058062076569,
0.44196563959121704,
-0.6409143805503845,
0.34089797735214233,
0.47654178738594055,
0.29736340045928955,
-0.06400160491466522,
-0.1984788030385971,
-0.7324861288070679,
-0.3298034369945526,
0.3155533969402313,
0.5605882406234741,
-0.6234831809997559,
0.6398090720176697,
-0.5659894347190857,
-0.48045647144317627,
-0.17578595876693726,
0.00979745201766491,
0.06088509038090706,
0.3063212037086487,
0.6045701503753662,
-0.26964154839515686,
-0.6169838905334473,
-0.4009549021720886,
0.0692097544670105,
0.48655545711517334,
-0.06683299690485,
0.3291185796260834,
0.7674817442893982,
-0.4195418357849121,
1.0841187238693237,
-0.7139768600463867,
-0.6361784338951111,
-0.17952778935432434,
-0.2003811150789261,
0.2896439731121063,
0.3788791596889496,
1.093524694442749,
-1.133222222328186,
-0.7281189560890198,
0.13582110404968262,
-0.632619321346283,
-0.04177762567996979,
-0.20733146369457245,
0.008801081217825413,
0.1965658813714981,
0.2822466492652893,
-0.21260829269886017,
0.4659755825996399,
0.2687295377254486,
-0.5820291042327881,
0.5207768082618713,
-0.21550437808036804,
0.5437899231910706,
-0.9621172547340393,
0.02183830365538597,
0.3077179789543152,
-0.1398225575685501,
-0.3389074206352234,
0.21509984135627747,
0.2314489632844925,
-0.0029691217932850122,
-0.4311619699001312,
0.36944183707237244,
-0.5657981634140015,
-0.17058390378952026,
0.04393600672483444,
0.016180824488401413,
0.01686376892030239,
0.46222084760665894,
-0.16553135216236115,
0.8319840431213379,
0.5782318115234375,
-0.7012287378311157,
0.5247275233268738,
0.2464681714773178,
-0.6429511308670044,
0.6302676796913147,
-0.5151762962341309,
0.04598177596926689,
-0.35810041427612305,
0.32798364758491516,
-0.836483895778656,
-0.31102800369262695,
0.5057123303413391,
-0.467690646648407,
0.24090267717838287,
-0.039180316030979156,
-0.8863875865936279,
-0.2836351692676544,
-0.6242278814315796,
0.3008936941623688,
0.26918286085128784,
-0.5978697538375854,
0.3900941014289856,
0.308683305978775,
0.19687318801879883,
-0.07006948441267014,
-1.0062352418899536,
0.22981348633766174,
-0.3005964159965515,
-0.43134352564811707,
0.4914908707141876,
-0.1600949615240097,
-0.028875265270471573,
0.4084247946739197,
0.13980793952941895,
-0.31387728452682495,
-0.25498485565185547,
0.15304750204086304,
0.305693119764328,
-0.01844256930053234,
0.09200195968151093,
-0.24037030339241028,
-0.1913343369960785,
-0.2848077118396759,
0.05162951350212097,
0.39362287521362305,
0.03447114676237106,
-0.22171123325824738,
-0.6690778732299805,
0.1994267702102661,
0.4993583559989929,
-0.30475690960884094,
0.693210244178772,
1.0102348327636719,
-0.36191481351852417,
0.154739648103714,
-0.6472625136375427,
0.008955521509051323,
-0.45003780722618103,
0.2394397109746933,
-0.14364081621170044,
-0.3651384711265564,
0.6954742074012756,
-0.07801957428455353,
-0.01741238869726658,
0.448002427816391,
0.3223995566368103,
-0.24785952270030975,
0.382734477519989,
0.29435354471206665,
0.140141099691391,
1.1738483905792236,
-0.6249388456344604,
-0.09990629553794861,
-1.2361305952072144,
-0.3490087389945984,
-0.3931909501552582,
-0.6638869643211365,
-0.29985153675079346,
-0.6962873339653015,
0.5102131962776184,
-0.3075169622898102,
-0.6055579781532288,
0.7216496467590332,
-0.9149840474128723,
0.4724400043487549,
0.21612903475761414,
0.6388751864433289,
0.07674931734800339,
0.20053201913833618,
0.3618137836456299,
-0.37366175651550293,
-0.16773810982704163,
-0.020925991237163544,
1.0775052309036255,
0.09975463151931763,
0.7221676707267761,
0.36832234263420105,
0.3370903730392456,
0.5739077925682068,
0.2662690281867981,
-0.4261491298675537,
0.43241652846336365,
-0.13027849793434143,
-0.517681360244751,
-0.22874002158641815,
-0.3864257335662842,
-1.3572721481323242,
-0.04692632332444191,
-0.20893894135951996,
-0.42845943570137024,
0.7381842136383057,
-0.05224336311221123,
-0.045495882630348206,
0.7289779782295227,
-0.8233331441879272,
0.4505811929702759,
-0.15674231946468353,
-0.1885228008031845,
0.08178799599409103,
-0.6451323628425598,
-0.05661755055189133,
-0.07992394268512726,
0.33417174220085144,
-0.14867490530014038,
0.11540553718805313,
0.4682161509990692,
-0.07663332670927048,
0.7091546654701233,
-0.42849138379096985,
-0.2164520025253296,
0.41197723150253296,
-0.2522090971469879,
0.7800918221473694,
-0.07805856317281723,
-0.24914634227752686,
0.029660772532224655,
-0.11539201438426971,
-0.33913397789001465,
-0.3770069181919098,
0.6524285078048706,
-0.9615503549575806,
-0.053014129400253296,
-0.42841199040412903,
-0.5814383029937744,
0.4748234450817108,
-0.11384249478578568,
0.3518483638763428,
0.403993159532547,
0.013923590071499348,
0.04512538015842438,
0.6955075860023499,
-0.1817755252122879,
0.25662869215011597,
0.6482996940612793,
-0.2887190878391266,
-0.6161344051361084,
1.060539722442627,
0.3013722598552704,
0.07748648524284363,
0.42953914403915405,
0.09492754936218262,
-0.21115708351135254,
-0.3422299921512604,
-0.3319680094718933,
0.22300592064857483,
-0.47024622559547424,
-0.40770456194877625,
-0.32990995049476624,
-0.08373101055622101,
-0.3928857445716858,
-0.4066881537437439,
0.01804453879594803,
-0.028853971511125565,
-0.31364670395851135,
0.007015439216047525,
0.7294921875,
0.5589770674705505,
-0.17794834077358246,
0.3430067300796509,
-0.3302573263645172,
0.6741042137145996,
0.2161988466978073,
0.17441710829734802,
-0.23141759634017944,
-0.42426809668540955,
-0.4435860514640808,
0.2484365552663803,
-0.5380817651748657,
-0.6716419458389282,
0.3864505887031555,
0.05063945800065994,
0.32251426577568054,
-0.00686051556840539,
0.07558394968509674,
0.581308126449585,
-0.21211811900138855,
0.8729514479637146,
0.231147900223732,
-0.7392107844352722,
0.770499050617218,
-0.519295334815979,
0.5935155749320984,
0.24794936180114746,
-0.3064039945602417,
-0.44814178347587585,
-0.33577871322631836,
-0.694496214389801,
-0.7147358655929565,
0.7743023633956909,
0.055819835513830185,
-0.12359455227851868,
0.2863185703754425,
0.4878603219985962,
-0.17463335394859314,
-0.0023743794299662113,
-0.9725503325462341,
-0.6256958246231079,
-0.23268210887908936,
0.048552434891462326,
-0.012527565471827984,
-0.04516713693737984,
-0.34601497650146484,
-0.5961302518844604,
0.26743417978286743,
0.11071835458278656,
0.5482811331748962,
0.6082016229629517,
-0.12689068913459778,
-0.6085352301597595,
0.4620145857334137,
0.4798150956630707,
0.5496020317077637,
-0.41430509090423584,
0.12787392735481262,
0.48303133249282837,
-0.6617578864097595,
0.06212436035275459,
0.1756582409143448,
-0.5469042658805847,
0.21873480081558228,
0.038689110428094864,
0.48821377754211426,
0.23658165335655212,
-0.1930096596479416,
0.5473332405090332,
0.32106608152389526,
-0.2741854786872864,
-0.45576703548431396,
0.07201768457889557,
-0.372239887714386,
0.39243414998054504,
0.748891294002533,
0.6053274273872375,
0.1157015860080719,
-0.30389857292175293,
0.14807093143463135,
0.15478572249412537,
-0.40645870566368103,
-0.5164803266525269,
0.8249286413192749,
-0.17794089019298553,
0.031182482838630676,
-0.01688903011381626,
-0.5387969017028809,
-0.5727777481079102,
1.237541913986206,
0.4939250946044922,
0.7926356196403503,
-0.16251030564308167,
0.3092728853225708,
0.6402601599693298,
0.38871341943740845,
0.2820375859737396,
0.3841777741909027,
-0.1715158075094223,
-1.0180624723434448,
0.03171928972005844,
-0.22699178755283356,
-0.16951562464237213,
0.08767583221197128,
-0.6633477210998535,
0.5830820798873901,
-0.3925285041332245,
-0.3118448555469513,
-0.08612377196550369,
0.1658761352300644,
-0.8587626814842224,
0.36865323781967163,
-0.1843034327030182,
0.7600498795509338,
-0.6862692832946777,
0.774111270904541,
0.994953989982605,
-0.1946241408586502,
-0.4659871757030487,
0.2571389973163605,
-0.14269056916236877,
-0.5365533828735352,
0.7325567007064819,
-0.11712083220481873,
-0.40930888056755066,
0.04343988373875618,
-0.9221329689025879,
-0.6332874298095703,
1.4552104473114014,
0.15359477698802948,
-0.1769523322582245,
0.5663475394248962,
-0.023450348526239395,
0.5312729477882385,
-0.05888855829834938,
-0.2238985002040863,
0.26599475741386414,
0.8117103576660156,
0.2999108135700226,
-0.4548957347869873,
0.07232124358415604,
-0.05505724251270294,
0.2824620306491852,
0.700985848903656,
-0.7621354460716248,
0.8908827304840088,
-0.6280653476715088,
-0.7754504680633545,
0.14780938625335693,
0.29621851444244385,
0.05066564306616783,
0.644443929195404,
0.7789100408554077,
0.8094388842582703,
0.4135372042655945,
-0.4195656478404999,
0.8179070949554443,
-0.14987316727638245,
0.8501657843589783,
0.9884821772575378,
-0.28605902194976807,
0.7760924696922302,
0.38527390360832214,
-0.5277448296546936,
0.6601681709289551,
0.6565706729888916,
-0.6646277904510498,
0.9722492098808289,
0.013829389587044716,
-0.32082104682922363,
0.031832996755838394,
-0.06929531693458557,
-0.8518155217170715,
-0.2621254622936249,
0.30103766918182373,
0.059068962931632996,
-0.3813174366950989,
0.10068335384130478,
0.20360349118709564,
-0.012882095761597157,
0.03823535144329071,
0.5113055109977722,
-0.46831920742988586,
-0.31504496932029724,
0.46593523025512695,
-0.11375918984413147,
0.7581812143325806,
-0.6164808869361877,
0.057876281440258026,
-0.0984729677438736,
0.38713961839675903,
-0.6579403877258301,
-1.1433629989624023,
0.3442560136318207,
0.004077597055584192,
-0.31200164556503296,
-0.2143479883670807,
0.3643200397491455,
-0.3126547634601593,
-0.7312530875205994,
0.38626813888549805,
0.2082919031381607,
-0.18649522960186005,
0.26661303639411926,
-0.6409298777580261,
0.17474833130836487,
0.062313057482242584,
-0.012741646729409695,
0.13401420414447784,
0.7951017618179321,
0.19994086027145386,
0.4047743082046509,
1.0142956972122192,
0.2089289426803589,
0.1526739001274109,
0.052582576870918274,
1.1352790594100952,
-0.7792391777038574,
-0.16695259511470795,
-0.2019045501947403,
0.552327036857605,
-0.1729668378829956,
-0.4282371401786804,
0.5854125618934631,
0.8593844771385193,
0.6609474420547485,
-0.1923530250787735,
0.5097945928573608,
-0.39899206161499023,
0.6394522786140442,
-0.32001549005508423,
0.33799517154693604,
-0.7144137620925903,
0.509589672088623,
-0.2936912775039673,
-0.7381501197814941,
-0.6341158747673035,
0.42131146788597107,
-0.41038429737091064,
-0.07923384010791779,
0.7211920022964478,
1.0460026264190674,
-0.229880228638649,
-0.42189279198646545,
0.11994035542011261,
0.22385448217391968,
0.2875891625881195,
0.46649956703186035,
0.7123425006866455,
-1.0350055694580078,
0.47275522351264954,
-0.03839549049735069,
-0.20564004778862,
-0.11844265460968018,
-0.5968483090400696,
-0.5637083053588867,
-0.6595351099967957,
-0.7042436003684998,
-0.2493245154619217,
0.04806353896856308,
0.3552562892436981,
0.5351976752281189,
-1.0897330045700073,
-0.07054261118173599,
-0.11982353776693344,
0.35554713010787964,
-0.5154029726982117,
-0.3746091425418854,
0.6969835758209229,
-0.11540484428405762,
-0.6428698301315308,
-0.055513449013233185,
0.19699692726135254,
0.3005364239215851,
0.22960209846496582,
0.033529605716466904,
-0.24191498756408691,
-0.35232415795326233,
0.22685353457927704,
0.12994451820850372,
-0.6685596704483032,
-0.45476552844047546,
0.06580443680286407,
-0.13001470267772675,
0.46252724528312683,
0.6717539429664612,
-0.7772313356399536,
0.24652212858200073,
0.28129586577415466,
0.11301819980144501,
0.7871952652931213,
-0.2379850596189499,
-0.0713275894522667,
-0.7933489084243774,
0.24908992648124695,
-0.44449496269226074,
0.34550797939300537,
0.6822277307510376,
-0.4896000027656555,
0.7560180425643921,
0.4479905962944031,
-0.7625695466995239,
-0.4545994699001312,
0.033639807254076004,
-1.2521026134490967,
-0.01582912914454937,
1.0994935035705566,
0.06087878346443176,
0.019733233377337456,
-0.34690871834754944,
-0.599450945854187,
0.08987355977296829,
-0.6975933909416199,
0.8244567513465881,
0.2494056522846222,
0.05300144851207733,
-0.7076770663261414,
-0.37487319111824036,
0.32307225465774536,
-0.15213285386562347,
-1.0314021110534668,
-0.19658690690994263,
0.4094359576702118,
0.5003131031990051,
0.5636593699455261,
0.30582407116889954,
-0.1963668167591095,
0.40926480293273926,
-0.09334837645292282,
0.27908778190612793,
0.13365338742733002,
-0.1021977961063385,
-0.10778634995222092,
-0.06468553841114044,
-0.34948188066482544,
-0.6403261423110962
]
|
Gabriel1322/rafaelmodelo | Gabriel1322 | 2023-12-04T14:44:05Z | 0 | 0 | [
"license:openrail",
"region:us"
]
| null | 2023-12-04T14:42:26Z | ---
license: openrail
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
pallie/training_aml | pallie | 2023-12-04T15:08:33Z | 0 | 0 | [
"license:apache-2.0",
"region:us"
]
| null | 2023-12-04T14:57:10Z | ---
license: apache-2.0
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
octoz/domingos | octoz | 2023-12-04T14:58:07Z | 0 | 0 | [
"license:openrail",
"region:us"
]
| null | 2023-12-04T14:57:54Z | ---
license: openrail
---
| [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
portafolio/llamadas-celular-es-1618-90-10 | portafolio | 2023-12-04T15:08:36Z | 0 | 0 | [
"task_categories:conversational",
"size_categories:1K<n<10K",
"language:es",
"region:us"
]
| [
"conversational"
]
| 2023-12-04T14:58:07Z | ---
task_categories:
- conversational
language:
- es
size_categories:
- 1K<n<10K
divition:
- 90 10
--- | [
-0.1285339891910553,
-0.186167910695076,
0.6529129147529602,
0.4943627417087555,
-0.19319313764572144,
0.23607458174228668,
0.3607197701931,
0.05056354030966759,
0.5793653726577759,
0.740013599395752,
-0.6508103609085083,
-0.2378397285938263,
-0.7102249264717102,
-0.047825902700424194,
-0.3894753158092499,
0.8470762372016907,
-0.09598255157470703,
0.024004921317100525,
0.047120124101638794,
-0.14317825436592102,
-0.612104058265686,
-0.04771730303764343,
-1.052453875541687,
-0.06787486374378204,
0.3002282381057739,
0.5120974779129028,
0.8275899291038513,
0.3960294723510742,
0.503056526184082,
1.7515552043914795,
-0.08836923539638519,
-0.22754432260990143,
-0.458920419216156,
0.4223068356513977,
-0.3327738642692566,
-0.4213368892669678,
-0.26241645216941833,
-0.0744934156537056,
0.32380396127700806,
0.7903715372085571,
-0.3810413181781769,
0.19328097999095917,
-0.22438472509384155,
1.0082244873046875,
-0.8202076554298401,
0.22630855441093445,
-0.16698351502418518,
0.14053210616111755,
0.04230847209692001,
-0.1459193229675293,
-0.1326322704553604,
-0.6440033912658691,
0.06469465792179108,
-0.899596095085144,
0.10274963080883026,
-0.044611215591430664,
0.8789561986923218,
0.219090536236763,
-0.5102371573448181,
-0.04597741365432739,
-0.6883596777915955,
1.0972506999969482,
-0.17556023597717285,
0.7615713477134705,
0.4507812261581421,
0.4528856873512268,
-0.5849330425262451,
-1.1782182455062866,
-0.4441865384578705,
-0.1357896625995636,
0.14722830057144165,
0.3055610954761505,
-0.3453030586242676,
-0.02234397828578949,
0.10801112651824951,
0.5610314607620239,
-0.5003758668899536,
-0.3119594156742096,
-0.95799320936203,
-0.18164938688278198,
0.6820486783981323,
0.319308340549469,
0.8340444564819336,
0.18731510639190674,
-0.7347197532653809,
0.12866313755512238,
-1.323970079421997,
0.07650740444660187,
0.6465024948120117,
0.23946750164031982,
-0.554598867893219,
0.8594783544540405,
-0.285879909992218,
0.6262494325637817,
0.2728464603424072,
-0.11645249277353287,
0.27842527627944946,
-0.23030756413936615,
-0.2735063135623932,
0.03308776021003723,
0.34597325325012207,
0.82044917345047,
0.16248628497123718,
-0.019985012710094452,
-0.22123977541923523,
0.002071663737297058,
0.2684451937675476,
-0.7935094833374023,
-0.47126704454421997,
0.19266964495182037,
-0.5589528679847717,
-0.09108471870422363,
0.4327021837234497,
-1.0976827144622803,
-0.4812982976436615,
-0.18798476457595825,
0.054681576788425446,
-0.5451692342758179,
-0.3697947859764099,
0.07273247092962265,
-0.7925416231155396,
-0.12434181571006775,
0.5709511041641235,
-0.6230254173278809,
0.4397459924221039,
0.5336258411407471,
0.7861635684967041,
0.2330390214920044,
-0.23613624274730682,
-0.6695020198822021,
0.48848259449005127,
-0.8661868572235107,
0.3686073422431946,
-0.30737799406051636,
-0.8298640847206116,
-0.09631044417619705,
0.5393159985542297,
0.20664851367473602,
-0.6653255820274353,
0.7074048519134521,
-0.5496984720230103,
-0.0780654326081276,
-0.43082866072654724,
-0.24322015047073364,
0.17460428178310394,
0.11115417629480362,
-0.623891294002533,
0.9402235746383667,
0.55511075258255,
-0.5841100215911865,
0.3170125484466553,
-0.4869506359100342,
-0.6865583062171936,
0.2674812078475952,
-0.00875093787908554,
-0.04715244472026825,
0.32795292139053345,
-0.15983980894088745,
-0.0020510032773017883,
0.10505759716033936,
0.00829986110329628,
-0.21891704201698303,
-0.47863033413887024,
0.06349943578243256,
0.15165026485919952,
1.2536835670471191,
0.40836215019226074,
-0.3771880567073822,
-0.13140130043029785,
-1.0526149272918701,
0.025432676076889038,
0.050501368939876556,
-0.42306777834892273,
-0.25045639276504517,
-0.14882196485996246,
-0.2038157433271408,
0.43072637915611267,
0.21184735000133514,
-0.8131152391433716,
0.22643619775772095,
-0.20640221238136292,
0.36449670791625977,
0.8222092390060425,
0.27031028270721436,
0.3976057171821594,
-0.6625286340713501,
0.656313955783844,
0.20761863887310028,
0.495901882648468,
0.3540419936180115,
-0.3845823407173157,
-0.9641584157943726,
-0.4421616196632385,
-0.10117404907941818,
0.2975531220436096,
-0.7744958400726318,
0.5847322344779968,
0.01297944039106369,
-0.5836708545684814,
-0.4465281367301941,
-0.15488097071647644,
0.27553316950798035,
-0.06606579571962357,
0.03334915637969971,
-0.4049780070781708,
-0.7394421100616455,
-1.0127900838851929,
-0.13788148760795593,
-0.5021389722824097,
-0.21892818808555603,
0.31605854630470276,
0.2617737948894501,
-0.3429003953933716,
0.7610747814178467,
-0.6059278249740601,
-0.7040642499923706,
-0.13973554968833923,
-0.0995984673500061,
0.618772029876709,
0.9297671318054199,
0.749138355255127,
-0.7224892377853394,
-0.8973817825317383,
-0.05623054504394531,
-0.5420041084289551,
-0.02004440873861313,
0.038149815052747726,
-0.18260686099529266,
-0.10514988005161285,
0.2235254943370819,
-0.6100801825523376,
0.8851075172424316,
0.43224990367889404,
-0.681546688079834,
0.5210591554641724,
-0.44444143772125244,
0.6073803901672363,
-0.8642841577529907,
-0.2911491394042969,
-0.1682359129190445,
-0.1976119428873062,
-0.709015965461731,
0.1941153109073639,
-0.30022358894348145,
-0.3302987813949585,
-0.7474033832550049,
0.5274897813796997,
-0.9497013092041016,
-0.1878153383731842,
-0.3367277681827545,
-0.03423108905553818,
0.2580781877040863,
0.1949051171541214,
-0.23560261726379395,
0.8900532126426697,
0.916048526763916,
-0.7121306657791138,
0.5487277507781982,
0.3930909037590027,
-0.19200101494789124,
0.7131239771842957,
-0.3887738585472107,
0.05162004381418228,
-0.12344934046268463,
0.14374598860740662,
-1.126388669013977,
-0.5611584782600403,
0.13677376508712769,
-0.7127034664154053,
0.17686940729618073,
-0.1655687689781189,
-0.09428541362285614,
-0.6608467102050781,
-0.3380640149116516,
0.2591009736061096,
0.48612308502197266,
-0.4796995520591736,
0.6188148260116577,
0.5728047490119934,
0.026518866419792175,
-0.5307408571243286,
-0.72068190574646,
0.20418129861354828,
0.03964671120047569,
-0.5569697618484497,
0.30116912722587585,
0.006543654948472977,
-0.6622446179389954,
-0.371124804019928,
-0.2635419964790344,
-0.6043858528137207,
-0.22679764032363892,
0.7826985120773315,
0.11994237452745438,
-0.09012271463871002,
-0.20310260355472565,
-0.31995370984077454,
-0.061675313860177994,
0.30487409234046936,
-0.07575300335884094,
0.7232835292816162,
-0.33623751997947693,
-0.1785007119178772,
-0.8877344131469727,
0.652754545211792,
0.9970464110374451,
0.09446706622838974,
0.806644082069397,
0.4632423520088196,
-0.3564748167991638,
-0.1304660141468048,
-0.3535459339618683,
-0.15120600163936615,
-0.685774564743042,
-0.18067969381809235,
-0.5322477221488953,
-0.5411434769630432,
0.4053066372871399,
0.1010146290063858,
-0.002104133367538452,
0.5167046785354614,
0.2533606290817261,
-0.2880688011646271,
0.7550326585769653,
1.0343406200408936,
0.13917960226535797,
0.36029160022735596,
-0.28547123074531555,
0.6341595649719238,
-0.8329950571060181,
-0.34052175283432007,
-0.45480719208717346,
-0.2563585638999939,
-0.3121439814567566,
-0.10750865936279297,
0.5791023969650269,
0.28182169795036316,
-0.4463467001914978,
0.1250680685043335,
-0.5994209051132202,
0.6587363481521606,
0.627398669719696,
0.5719727277755737,
0.19973035156726837,
-0.46199482679367065,
0.1998298317193985,
0.0481669157743454,
-0.457456111907959,
-0.4009109139442444,
0.7711144089698792,
0.23996251821517944,
0.8364025354385376,
0.20927031338214874,
0.49577751755714417,
0.3337545096874237,
0.25280582904815674,
-0.6318976879119873,
0.200980082154274,
-0.22282817959785461,
-1.245961308479309,
-0.206426739692688,
-0.1655132919549942,
-1.0080584287643433,
-0.11792079359292984,
-0.1828901469707489,
-0.8406621217727661,
0.2665729522705078,
-0.1922563910484314,
-0.6640644669532776,
0.5206149816513062,
-0.5103875398635864,
0.69347083568573,
-0.23555895686149597,
-0.2817089557647705,
0.11930064857006073,
-0.6889920234680176,
0.5254613757133484,
0.3667147159576416,
0.29168421030044556,
-0.37968987226486206,
-0.31928732991218567,
0.5068994164466858,
-0.881224513053894,
0.4408112168312073,
-0.10564983636140823,
0.1942814588546753,
0.5358877778053284,
0.41535913944244385,
0.38239699602127075,
0.2869904041290283,
-0.24593788385391235,
-0.23415416479110718,
0.22503408789634705,
-0.7581344842910767,
-0.2775459885597229,
0.9095461368560791,
-0.7519428730010986,
-0.8586915731430054,
-0.6954255104064941,
-0.30644944310188293,
0.28865307569503784,
0.027814723551273346,
0.7154772281646729,
0.645688533782959,
-0.18821071088314056,
0.23776985704898834,
0.7208225727081299,
-0.01469430886209011,
0.7235565185546875,
0.29411181807518005,
-0.4056648015975952,
-0.6169788837432861,
0.7182322144508362,
0.2627045810222626,
0.05162655934691429,
0.02832791954278946,
0.3058735728263855,
-0.17546726763248444,
-0.15078593790531158,
-0.6318325400352478,
-0.06395332515239716,
-0.7465731501579285,
-0.09279504418373108,
-0.75413978099823,
-0.25077420473098755,
-0.7114589810371399,
-0.8068138360977173,
-0.7080163359642029,
-0.45604419708251953,
-0.4301195442676544,
-0.23352214694023132,
0.5163110494613647,
1.1627085208892822,
-0.2613157033920288,
0.801105260848999,
-0.8900957107543945,
0.41936343908309937,
0.496954083442688,
0.751973032951355,
-0.11061017960309982,
-0.6746935248374939,
-0.07836262881755829,
-0.533875584602356,
-0.2948506474494934,
-1.0156973600387573,
0.3177463710308075,
-0.036885589361190796,
0.40537145733833313,
0.4293889105319977,
0.2519025504589081,
0.4939277172088623,
-0.3007313013076782,
1.1130688190460205,
0.7274301648139954,
-0.8033811450004578,
0.5195276141166687,
-0.7635001540184021,
0.16122353076934814,
0.9363658428192139,
0.5447747707366943,
-0.4417077600955963,
-0.15113937854766846,
-1.0259766578674316,
-0.8431374430656433,
0.5963036417961121,
0.1543993502855301,
0.01684405654668808,
0.01821412891149521,
0.03168249875307083,
0.2946639060974121,
0.3591301441192627,
-0.7847291231155396,
-0.8240221738815308,
-0.13851109147071838,
0.2580329477787018,
0.3145606815814972,
-0.16485406458377838,
-0.30038708448410034,
-0.6116158962249756,
0.8711392879486084,
0.1828649491071701,
0.3546232283115387,
0.12073366343975067,
0.0436934158205986,
-0.35506924986839294,
0.14787036180496216,
0.5522999167442322,
1.2529062032699585,
-0.4098331928253174,
0.36739131808280945,
0.1751261055469513,
-0.654007077217102,
0.6494998931884766,
-0.3036348819732666,
-0.021784590557217598,
0.6203134655952454,
0.17760887742042542,
0.2852838933467865,
0.3155994713306427,
-0.3621426820755005,
0.604780375957489,
-0.02942200005054474,
-0.17758500576019287,
-0.700569748878479,
0.1586698293685913,
0.029350772500038147,
0.2750795781612396,
0.43920236825942993,
0.24443334341049194,
0.0824676901102066,
-1.0602877140045166,
0.5711056590080261,
0.24493908882141113,
-0.8676618337631226,
-0.3011006712913513,
0.7047958970069885,
0.40753892064094543,
-0.4759959578514099,
0.38749051094055176,
0.012702330946922302,
-0.6710242033004761,
0.5987740159034729,
0.5510412454605103,
0.7569674253463745,
-0.47024279832839966,
0.30880194902420044,
0.624560534954071,
0.06711319088935852,
0.20550523698329926,
0.6923202276229858,
0.03149378299713135,
-0.4473864436149597,
0.2302244007587433,
-0.5986731052398682,
-0.14689886569976807,
0.13735318183898926,
-0.8047429323196411,
0.3515334725379944,
-0.9312616586685181,
-0.24089954793453217,
0.08751603215932846,
0.11761090904474258,
-0.6130944490432739,
0.6674697399139404,
-0.008524730801582336,
0.9280493855476379,
-0.8549085855484009,
0.9626274108886719,
0.8559583425521851,
-0.31830811500549316,
-0.7709448337554932,
-0.3355674743652344,
0.020139474421739578,
-0.6660526990890503,
0.7108277678489685,
-0.18973013758659363,
-0.4120742082595825,
-0.09323939681053162,
-0.6229829788208008,
-1.0003728866577148,
0.030618250370025635,
0.01741563156247139,
-0.46250343322753906,
0.4454798102378845,
-0.5157257914543152,
0.3289684057235718,
-0.19169729948043823,
0.30509501695632935,
0.7719471454620361,
0.7958452701568604,
0.22960799932479858,
-0.6354783773422241,
-0.4466685950756073,
-0.010276205837726593,
-0.16682815551757812,
0.4545808434486389,
-1.0710971355438232,
0.9677367210388184,
-0.4652576148509979,
-0.3473321795463562,
0.2706643342971802,
0.7977622747421265,
0.25384998321533203,
0.3524128198623657,
0.6219537258148193,
0.9016808271408081,
0.36450135707855225,
-0.3117833435535431,
0.7276747822761536,
0.24263408780097961,
0.4152538478374481,
0.7364204525947571,
-0.22712206840515137,
0.5403846502304077,
0.8906412124633789,
-0.7861621975898743,
0.5381765961647034,
0.7879034280776978,
0.16047371923923492,
0.7758155465126038,
0.594414472579956,
-0.6119526624679565,
-0.11859433352947235,
-0.14641420543193817,
-0.6171561479568481,
0.19797512888908386,
0.0529261976480484,
-0.11974731832742691,
-0.284601092338562,
-0.13567377626895905,
0.12295070290565491,
0.28364571928977966,
-0.5959329605102539,
0.6068668365478516,
0.3434157371520996,
-0.6328280568122864,
0.21025115251541138,
-0.2577957212924957,
0.6709500551223755,
-0.5978156328201294,
0.02733646333217621,
-0.2269933968782425,
0.41810402274131775,
-0.4618743062019348,
-1.0075827836990356,
0.4713839888572693,
-0.2920244634151459,
-0.4055132567882538,
-0.2694244086742401,
0.8072363138198853,
-0.22133922576904297,
-0.5572863221168518,
0.37486040592193604,
0.1346661001443863,
0.41473662853240967,
0.40145963430404663,
-0.548729419708252,
0.047790080308914185,
0.1376015841960907,
-0.2006179243326187,
0.3601188659667969,
0.297372967004776,
0.2548876404762268,
0.7100127935409546,
0.5052477121353149,
0.22198711335659027,
0.25694382190704346,
-0.18668611347675323,
0.8387458324432373,
-0.9102797508239746,
-0.8167636394500732,
-0.949733555316925,
0.38498955965042114,
0.025727588683366776,
-0.8801447153091431,
0.7920308113098145,
0.7652609348297119,
0.5113962292671204,
-0.4877891540527344,
0.475528359413147,
-0.3264794647693634,
0.5047137141227722,
-0.13870961964130402,
1.0010892152786255,
-0.7607628703117371,
-0.29587265849113464,
-0.03055388480424881,
-0.9216440320014954,
-0.25337523221969604,
0.5375741720199585,
0.154083251953125,
-0.14608079195022583,
0.43859076499938965,
0.44216388463974,
0.02217339724302292,
0.25223156809806824,
0.32861003279685974,
0.06042788550257683,
0.14508455991744995,
0.5510438084602356,
1.0931146144866943,
-0.4339442253112793,
0.18694792687892914,
-0.4923475682735443,
-0.453624963760376,
-0.4153490662574768,
-0.9548059105873108,
-0.6640313863754272,
-0.4818546772003174,
-0.2973935902118683,
-0.5915579199790955,
0.11726449429988861,
0.9300887584686279,
0.9018141031265259,
-0.6256728172302246,
-0.41243651509284973,
0.2571355700492859,
0.3029341697692871,
-0.22954177856445312,
-0.14626789093017578,
0.2736490070819855,
-0.006407397799193859,
-0.7211179137229919,
0.393094539642334,
0.807976484298706,
0.38871288299560547,
0.0844399705529213,
-0.0721711665391922,
-0.4407081604003906,
0.02610151469707489,
0.5373558402061462,
0.5729565620422363,
-0.6281182169914246,
-0.40996453166007996,
-0.5328316688537598,
-0.2138674408197403,
0.1552945077419281,
0.48077553510665894,
-0.5166379809379578,
0.3266112208366394,
0.8128960132598877,
0.1701764315366745,
0.7187886834144592,
-0.002249196171760559,
0.6678644418716431,
-0.8970249891281128,
0.4446259140968323,
0.39533865451812744,
0.5681871771812439,
0.08998043090105057,
-0.7339166402816772,
0.982024073600769,
0.49674350023269653,
-0.6334057450294495,
-1.0034244060516357,
0.030799388885498047,
-1.1931142807006836,
-0.37881752848625183,
0.9890843629837036,
-0.09595758467912674,
-0.9597458243370056,
-0.36448973417282104,
-0.36777186393737793,
0.07989636063575745,
-0.33809754252433777,
0.3549821972846985,
0.8268197774887085,
-0.2538071274757385,
-0.22041839361190796,
-0.9505582451820374,
0.4752943813800812,
0.3102525770664215,
-0.5886633992195129,
-0.051143795251846313,
0.32939136028289795,
0.4523688554763794,
0.3009701073169708,
0.5239560008049011,
0.10428224503993988,
0.8970533609390259,
0.25200408697128296,
0.3049141764640808,
-0.04526616632938385,
-0.5900785326957703,
-0.016066566109657288,
0.26214760541915894,
0.04487833380699158,
-0.6869441866874695
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.