Update project.yml
#2
by
ManjinderUNCC
- opened
- project.yml +8 -2
project.yml
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
|
2 |
title: "Citations of ECFR Banking Regulation in a spaCy pipeline."
|
3 |
description: "Custom text classification project for spaCy v3 adapted from the spaCy v3"
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
vars:
|
6 |
lang: "en"
|
7 |
train: corpus/train.spacy
|
|
|
1 |
+
---
|
2 |
title: "Citations of ECFR Banking Regulation in a spaCy pipeline."
|
3 |
description: "Custom text classification project for spaCy v3 adapted from the spaCy v3"
|
4 |
+
author: Manjinder
|
5 |
+
date: 2024-05-01
|
6 |
+
tags:
|
7 |
+
- machine learning
|
8 |
+
- natural language processing
|
9 |
+
- huggingface
|
10 |
+
---
|
11 |
vars:
|
12 |
lang: "en"
|
13 |
train: corpus/train.spacy
|