cwchang commited on
Commit
3a05d22
1 Parent(s): 5d76d76

Model save

Browse files
README.md CHANGED
@@ -4,7 +4,7 @@ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - conll2003
8
  model-index:
9
  - name: ner_model
10
  results: []
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # ner_model
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
19
 
20
  ## Model description
21
 
@@ -42,6 +42,10 @@ The following hyperparameters were used during training:
42
  - lr_scheduler_type: linear
43
  - num_epochs: 3.0
44
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - Transformers 4.36.0.dev0
 
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
+ - wnut_17
8
  model-index:
9
  - name: ner_model
10
  results: []
 
15
 
16
  # ner_model
17
 
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
19
 
20
  ## Model description
21
 
 
42
  - lr_scheduler_type: linear
43
  - num_epochs: 3.0
44
 
45
+ ### Training results
46
+
47
+
48
+
49
  ### Framework versions
50
 
51
  - Transformers 4.36.0.dev0
config.json CHANGED
@@ -11,25 +11,33 @@
11
  "hidden_dim": 3072,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
 
 
 
 
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
- "B-LOC": 5,
26
- "B-MISC": 7,
27
- "B-ORG": 3,
28
- "B-PER": 1,
29
- "I-LOC": 6,
30
- "I-MISC": 8,
31
- "I-ORG": 4,
32
- "I-PER": 2,
 
 
 
 
33
  "O": 0
34
  },
35
  "max_position_embeddings": 512,
 
11
  "hidden_dim": 3072,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-corporation",
15
+ "2": "I-corporation",
16
+ "3": "B-creative-work",
17
+ "4": "I-creative-work",
18
+ "5": "B-group",
19
+ "6": "I-group",
20
+ "7": "B-location",
21
+ "8": "I-location",
22
+ "9": "B-person",
23
+ "10": "I-person",
24
+ "11": "B-product",
25
+ "12": "I-product"
26
  },
27
  "initializer_range": 0.02,
28
  "label2id": {
29
+ "B-corporation": 1,
30
+ "B-creative-work": 3,
31
+ "B-group": 5,
32
+ "B-location": 7,
33
+ "B-person": 9,
34
+ "B-product": 11,
35
+ "I-corporation": 2,
36
+ "I-creative-work": 4,
37
+ "I-group": 6,
38
+ "I-location": 8,
39
+ "I-person": 10,
40
+ "I-product": 12,
41
  "O": 0
42
  },
43
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73b49b372a7d4625a2ad7b5422e68f321560e0c5187572781660f59e92250f5c
3
- size 265491548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128c757a76d1afa8ab2072a1342b912455bfb350442400e6b6cc5a00cc95064b
3
+ size 265503852
runs/Dec04_10-55-16_3d86165b31b1/events.out.tfevents.1701687324.3d86165b31b1.1675.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d2beefabb2714b5433bce9f59801f612e071c1053d14e40df3b9d5f9096757
3
+ size 5532
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f180ca19ad07e2d559198c4d9fe99083329f2e661531653361e482e8094827e0
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca769c3bafe5a1277d1b82ac385c590ac2c4496d27391adb2bddb02f8628abbd
3
  size 4728