yi yang commited on
Commit
7f9aabf
1 Parent(s): 85881b9

add README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +6 -7
README.md CHANGED
@@ -4,5 +4,5 @@ tags:
4
  - financial-text-analysis
5
  - forward-looking-statement
6
  widget:
7
- - text: "Our new name reflects our strategy to expand our service offerings beyond drilling services, which has been our core, legacy business."
8
  ---
4
  - financial-text-analysis
5
  - forward-looking-statement
6
  widget:
7
+ - text: "We expect the age of our fleet to enhance availability and reliability due to reduced downtime for repairs. "
8
  ---
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "fls/checkpoint-100",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -9,16 +8,16 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "LABEL_0": 0,
20
- "LABEL_1": 1,
21
- "LABEL_2": 2
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "Not FLS",
12
+ "1": "Non-specific FLS",
13
+ "2": "Specific FLS"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
+ "Not FLS": 0,
19
+ "Non-specific FLS": 1,
20
+ "Specific FLS": 2
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,