Upload 5 files
Browse files- config.json +83 -0
- model.safetensors +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_cross_attention": false,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"dtype": "float32",
|
| 10 |
+
"eos_token_id": null,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 384,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "is_ag_related",
|
| 16 |
+
"1": "crop__corn",
|
| 17 |
+
"2": "crop__soybean",
|
| 18 |
+
"3": "crop__both",
|
| 19 |
+
"4": "crop__unknown",
|
| 20 |
+
"5": "topic__disease",
|
| 21 |
+
"6": "topic__pests",
|
| 22 |
+
"7": "topic__weeds",
|
| 23 |
+
"8": "topic__fertility",
|
| 24 |
+
"9": "topic__soil_health",
|
| 25 |
+
"10": "topic__weather_stress",
|
| 26 |
+
"11": "topic__irrigation",
|
| 27 |
+
"12": "topic__planting",
|
| 28 |
+
"13": "topic__emergence",
|
| 29 |
+
"14": "topic__growth_stage",
|
| 30 |
+
"15": "topic__harvest_storage",
|
| 31 |
+
"16": "topic__markets_economics",
|
| 32 |
+
"17": "topic__regulation",
|
| 33 |
+
"18": "topic__general_management",
|
| 34 |
+
"19": "needs_weather",
|
| 35 |
+
"20": "needs_location",
|
| 36 |
+
"21": "needs_farm_profile",
|
| 37 |
+
"22": "needs_growth_stage",
|
| 38 |
+
"23": "needs_soil_data",
|
| 39 |
+
"24": "needs_scouting_observations"
|
| 40 |
+
},
|
| 41 |
+
"initializer_range": 0.02,
|
| 42 |
+
"intermediate_size": 1536,
|
| 43 |
+
"is_decoder": false,
|
| 44 |
+
"label2id": {
|
| 45 |
+
"crop__both": 3,
|
| 46 |
+
"crop__corn": 1,
|
| 47 |
+
"crop__soybean": 2,
|
| 48 |
+
"crop__unknown": 4,
|
| 49 |
+
"is_ag_related": 0,
|
| 50 |
+
"needs_farm_profile": 21,
|
| 51 |
+
"needs_growth_stage": 22,
|
| 52 |
+
"needs_location": 20,
|
| 53 |
+
"needs_scouting_observations": 24,
|
| 54 |
+
"needs_soil_data": 23,
|
| 55 |
+
"needs_weather": 19,
|
| 56 |
+
"topic__disease": 5,
|
| 57 |
+
"topic__emergence": 13,
|
| 58 |
+
"topic__fertility": 8,
|
| 59 |
+
"topic__general_management": 18,
|
| 60 |
+
"topic__growth_stage": 14,
|
| 61 |
+
"topic__harvest_storage": 15,
|
| 62 |
+
"topic__irrigation": 11,
|
| 63 |
+
"topic__markets_economics": 16,
|
| 64 |
+
"topic__pests": 6,
|
| 65 |
+
"topic__planting": 12,
|
| 66 |
+
"topic__regulation": 17,
|
| 67 |
+
"topic__soil_health": 9,
|
| 68 |
+
"topic__weather_stress": 10,
|
| 69 |
+
"topic__weeds": 7
|
| 70 |
+
},
|
| 71 |
+
"layer_norm_eps": 1e-12,
|
| 72 |
+
"max_position_embeddings": 512,
|
| 73 |
+
"model_type": "bert",
|
| 74 |
+
"num_attention_heads": 12,
|
| 75 |
+
"num_hidden_layers": 12,
|
| 76 |
+
"pad_token_id": 0,
|
| 77 |
+
"problem_type": "multi_label_classification",
|
| 78 |
+
"tie_word_embeddings": true,
|
| 79 |
+
"transformers_version": "5.0.0",
|
| 80 |
+
"type_vocab_size": 2,
|
| 81 |
+
"use_cache": false,
|
| 82 |
+
"vocab_size": 30522
|
| 83 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e44b8b8625975ba115820dcf7a06a13960faafa3b9ef309fac82f6eba751db5d
|
| 3 |
+
size 133501772
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_lower_case": false,
|
| 5 |
+
"is_local": false,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 8 |
+
"pad_token": "[PAD]",
|
| 9 |
+
"sep_token": "[SEP]",
|
| 10 |
+
"strip_accents": null,
|
| 11 |
+
"tokenize_chinese_chars": true,
|
| 12 |
+
"tokenizer_class": "BertTokenizer",
|
| 13 |
+
"unk_token": "[UNK]"
|
| 14 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:821adb42c83d721bf5e8572eaf691bae00d02b000d277ae5849dfb3f8c708c65
|
| 3 |
+
size 5201
|