nates commited on
Commit
377a725
1 Parent(s): d0c76f6

update README and reorganize

Browse files
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