Add pipeline tag and link to GitHub repository
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
---
|
| 2 |
base_model: roberta-base
|
|
|
|
|
|
|
| 3 |
language: en
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- narrative
|
| 6 |
-
- text-classification
|
| 7 |
- pytorch
|
| 8 |
-
license: odc-by
|
| 9 |
-
datasets:
|
| 10 |
-
- teagrjohnson/narradolma
|
| 11 |
---
|
| 12 |
|
| 13 |
- **Paper:** [arXiv:2606.19468](https://arxiv.org/abs/2606.19468)
|
|
|
|
| 14 |
- **Collection:** [Narratives in LLM Pretraining Data](https://huggingface.co/collections/teagrjohnson/narratives-in-llm-pretraining-data)
|
| 15 |
|
| 16 |
# narrative-event-relation-roberta
|
|
|
|
| 1 |
---
|
| 2 |
base_model: roberta-base
|
| 3 |
+
datasets:
|
| 4 |
+
- teagrjohnson/narradolma
|
| 5 |
language: en
|
| 6 |
+
license: odc-by
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
tags:
|
| 9 |
- narrative
|
|
|
|
| 10 |
- pytorch
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
- **Paper:** [arXiv:2606.19468](https://arxiv.org/abs/2606.19468)
|
| 14 |
+
- **Code:** [GitHub Repository](https://github.com/johnsont4/narratives_in_pretraining_data_release)
|
| 15 |
- **Collection:** [Narratives in LLM Pretraining Data](https://huggingface.co/collections/teagrjohnson/narratives-in-llm-pretraining-data)
|
| 16 |
|
| 17 |
# narrative-event-relation-roberta
|