update README and reorganize
Browse files- README.md +14 -2
- model_checkpoint/config.json → config.json +0 -0
- model_checkpoint/merges.txt → merges.txt +0 -0
- model_checkpoint/optimizer.pt → optimizer.pt +0 -0
- model_checkpoint/pytorch_model.bin → pytorch_model.bin +0 -0
- model_checkpoint/rng_state.pth → rng_state.pth +0 -0
- model_checkpoint/scheduler.pt → scheduler.pt +0 -0
- model_checkpoint/special_tokens_map.json → special_tokens_map.json +0 -0
- model_checkpoint/tokenizer.json → tokenizer.json +0 -0
- model_checkpoint/tokenizer_config.json → tokenizer_config.json +0 -0
- model_checkpoint/trainer_state.json → trainer_state.json +0 -0
- model_checkpoint/training_args.bin → training_args.bin +0 -0
- model_checkpoint/vocab.json → vocab.json +0 -0
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
-
This model is a version of roberta which has been fine tuned for tokenclassification on the [LitBank](https://github.com/dbamman/litbank) dataset.
|
2 |
-
|
3 |
---
|
4 |
license: cc-by-4.0
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
### Description
|
5 |
+
A `roberta-base` model which has been fine tuned for token classification on the [LitBank](https://github.com/dbamman/litbank) dataset.
|
6 |
+
|
7 |
+
### Intended Use
|
8 |
+
This model is ready to be used for entity recognition. It is capable of tagging the 6 entity types from ACE 2005.
|
9 |
+
- PER
|
10 |
+
- FAC
|
11 |
+
- GPE
|
12 |
+
- LOC
|
13 |
+
- VEH
|
14 |
+
- ORG
|
15 |
+
|
16 |
+
Due to the fine-tuning domain, it is expected to work best with literary sentences.
|
17 |
+
|
model_checkpoint/config.json → config.json
RENAMED
File without changes
|
model_checkpoint/merges.txt → merges.txt
RENAMED
File without changes
|
model_checkpoint/optimizer.pt → optimizer.pt
RENAMED
File without changes
|
model_checkpoint/pytorch_model.bin → pytorch_model.bin
RENAMED
File without changes
|
model_checkpoint/rng_state.pth → rng_state.pth
RENAMED
File without changes
|
model_checkpoint/scheduler.pt → scheduler.pt
RENAMED
File without changes
|
model_checkpoint/special_tokens_map.json → special_tokens_map.json
RENAMED
File without changes
|
model_checkpoint/tokenizer.json → tokenizer.json
RENAMED
File without changes
|
model_checkpoint/tokenizer_config.json → tokenizer_config.json
RENAMED
File without changes
|
model_checkpoint/trainer_state.json → trainer_state.json
RENAMED
File without changes
|
model_checkpoint/training_args.bin → training_args.bin
RENAMED
File without changes
|
model_checkpoint/vocab.json → vocab.json
RENAMED
File without changes
|